]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
16 years agoUpdate maintainership information after the rtp.c split
lucabe [Sat, 5 Jan 2008 11:34:07 +0000 (11:34 +0000)]
Update maintainership information after the rtp.c split

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11413 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadjust output channels based on AVCodecContext.request_channels in AC3 parser
jbr [Sat, 5 Jan 2008 05:36:00 +0000 (05:36 +0000)]
adjust output channels based on AVCodecContext.request_channels in AC3 parser

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11412 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDrop non key frames before the first key frame.
michael [Sat, 5 Jan 2008 01:14:09 +0000 (01:14 +0000)]
Drop non key frames before the first key frame.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11411 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoinstall crc.h which is now part of public API
aurel [Fri, 4 Jan 2008 23:47:10 +0000 (23:47 +0000)]
install crc.h which is now part of public API

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11410 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoimprove CRC API
aurel [Fri, 4 Jan 2008 23:09:58 +0000 (23:09 +0000)]
improve CRC API
 - don't export any global var
 - provide either generated or hardcoded tables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSplit the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
lucabe [Fri, 4 Jan 2008 20:09:48 +0000 (20:09 +0000)]
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11408 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoEnable proper output from the LFE channel, based on patch from Mathias Rauen dear...
banan [Fri, 4 Jan 2008 20:02:10 +0000 (20:02 +0000)]
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11407 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSplit the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
lucabe [Fri, 4 Jan 2008 19:33:50 +0000 (19:33 +0000)]
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoindent
michael [Fri, 4 Jan 2008 19:16:38 +0000 (19:16 +0000)]
indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11405 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFlip key and element so types match, not that it matters for any code
michael [Fri, 4 Jan 2008 18:58:36 +0000 (18:58 +0000)]
Flip key and element so types match, not that it matters for any code
using it in libav*.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11404 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDocument O() time.
michael [Fri, 4 Jan 2008 18:55:14 +0000 (18:55 +0000)]
Document O() time.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11403 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDocument node removial API.
michael [Fri, 4 Jan 2008 18:46:53 +0000 (18:46 +0000)]
Document node removial API.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11402 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix selftest.
michael [Fri, 4 Jan 2008 18:21:36 +0000 (18:21 +0000)]
Fix selftest.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11401 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSupport removing elements.
michael [Fri, 4 Jan 2008 18:20:03 +0000 (18:20 +0000)]
Support removing elements.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11400 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMove *malloc() out of tree.c, that way the code can be used with
michael [Fri, 4 Jan 2008 17:52:16 +0000 (17:52 +0000)]
Move *malloc() out of tree.c, that way the code can be used with
flat arrays which have lower overhead than millions of mallocd() elements.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRV30 thirdpel motion compensation support
kostya [Fri, 4 Jan 2008 17:50:45 +0000 (17:50 +0000)]
RV30 thirdpel motion compensation support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11398 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoA few lines of text about the range coder, part of a patch by Lars Täuber taeuber...
michael [Fri, 4 Jan 2008 17:44:42 +0000 (17:44 +0000)]
A few lines of text about the range coder, part of a patch by Lars Täuber taeuber ät bbaw punkt de.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11397 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd a note about the license of libamr.
diego [Fri, 4 Jan 2008 15:20:52 +0000 (15:20 +0000)]
Add a note about the license of libamr.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11396 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSpell out WB and NB.
diego [Fri, 4 Jan 2008 15:14:14 +0000 (15:14 +0000)]
Spell out WB and NB.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11395 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoChange some files to only include the necessary headers.
diego [Fri, 4 Jan 2008 13:38:25 +0000 (13:38 +0000)]
Change some files to only include the necessary headers.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11394 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoInitialize "saved" buffer to zero.
benoit [Fri, 4 Jan 2008 13:18:28 +0000 (13:18 +0000)]
Initialize "saved" buffer to zero.
Patch by Vincent Penné vpenne wyplay com and Denes Balatoni

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11393 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake three rm demuxer functions non static.
benoit [Fri, 4 Jan 2008 13:00:47 +0000 (13:00 +0000)]
Make three rm demuxer functions non static.
Patch by Ronald S. Bultje rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Date: 12/28/2007 10:19 PM

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11392 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAlways set next correctly, even if a matching element is found (thats
michael [Fri, 4 Jan 2008 10:14:21 +0000 (10:14 +0000)]
Always set next correctly, even if a matching element is found (thats
how its documented and used).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake pp_help a constant pointer to constant characters, moves it partially
benoit [Fri, 4 Jan 2008 07:47:32 +0000 (07:47 +0000)]
Make pp_help a constant pointer to constant characters, moves it partially
in .rodata (the actual string) and partially in .data.relro (the pointer),
but doesn't change ABI.
Patch by Diego 'Flameeyes' Pettenò  flameeyes at gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11390 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: indentation and add a TODO comment
jbr [Fri, 4 Jan 2008 00:39:03 +0000 (00:39 +0000)]
cosmetics: indentation and add a TODO comment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoonly check ac3 crc if AVCodecContext.error_resilience > 0
jbr [Thu, 3 Jan 2008 23:05:53 +0000 (23:05 +0000)]
only check ac3 crc if AVCodecContext.error_resilience > 0

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11388 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: indentation after last commit
jbr [Thu, 3 Jan 2008 22:42:37 +0000 (22:42 +0000)]
cosmetics: indentation after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11387 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove workaround which is no longer needed due to
jbr [Thu, 3 Jan 2008 22:41:59 +0000 (22:41 +0000)]
remove workaround which is no longer needed due to
AVCodecContext.request_channels

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRationalize some dependencies between rtsp and rtp
lucabe [Thu, 3 Jan 2008 12:49:12 +0000 (12:49 +0000)]
Rationalize some dependencies between rtsp and rtp

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11385 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix the RTP muxer dependencies
lucabe [Thu, 3 Jan 2008 11:59:20 +0000 (11:59 +0000)]
Fix the RTP muxer dependencies

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agouse one shift less in get_pts()
ivo [Thu, 3 Jan 2008 10:02:46 +0000 (10:02 +0000)]
use one shift less in get_pts()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11383 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake decode210() common function.
kostya [Thu, 3 Jan 2008 09:16:56 +0000 (09:16 +0000)]
Make decode210() common function.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11382 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake pp_get_mode_by_name_and_quality accept a constant string.
benoit [Thu, 3 Jan 2008 08:42:02 +0000 (08:42 +0000)]
Make pp_get_mode_by_name_and_quality accept a constant string.
Patch by Diego 'Flameeyes' Pettenò  flameeyes at gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11381 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake filterDelimiters and optionDelimiters two static constant array of
benoit [Thu, 3 Jan 2008 08:39:38 +0000 (08:39 +0000)]
Make filterDelimiters and optionDelimiters two static constant array of
characters, should move them to .rodata.
Patch by Diego 'Flameeyes' Pettenò flameeyes § gmail dot com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11380 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd crc check to ac3 decoder
jbr [Thu, 3 Jan 2008 02:26:29 +0000 (02:26 +0000)]
add crc check to ac3 decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11379 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomention libavfilter in warning about deprecated vhook
aurel [Thu, 3 Jan 2008 02:12:08 +0000 (02:12 +0000)]
mention libavfilter in warning about deprecated vhook

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDrop RTSP default protocol.
diego [Wed, 2 Jan 2008 19:40:43 +0000 (19:40 +0000)]
Drop RTSP default protocol.
patch by Ronald S. Bultje, rsbultje gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11377 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix issue #301:
diego [Wed, 2 Jan 2008 19:24:42 +0000 (19:24 +0000)]
Fix issue #301:
summary of changes:
- Use MANGLE when loading some constants into MMX registers.
- Convert those constants to non-static and thus add ff_ prefix.
- Remove last parameter of MSPEL_FILTER13_CORE (was constant).
- Use of "+r" instead of stricter but unnecessary "+g".
- Use of REG_c and direct loading of some of the above.
patch by Christophe GISQUET, christophe.gisquet free fr
Subject: [FFmpeg-devel] [PATCH] Roundup issue #301
Date: Fri, 28 Dec 2007 19:22:18 +0100

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11376 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Reindent.
diego [Wed, 2 Jan 2008 18:53:38 +0000 (18:53 +0000)]
cosmetics: Reindent.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11375 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMerge double-nested if into && condition.
diego [Wed, 2 Jan 2008 18:53:12 +0000 (18:53 +0000)]
Merge double-nested if into && condition.
patch by Ronald S. Bultje, rsbultje gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11374 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomove num_packets=0 where it belongs
aurel [Wed, 2 Jan 2008 17:17:56 +0000 (17:17 +0000)]
move num_packets=0 where it belongs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoTechnoTrend PVA Demuxer
ivo [Wed, 2 Jan 2008 10:46:37 +0000 (10:46 +0000)]
TechnoTrend PVA Demuxer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoTechnoTrend PVA Demuxer
ivo [Wed, 2 Jan 2008 10:45:28 +0000 (10:45 +0000)]
TechnoTrend PVA Demuxer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix prototype and return value of opt_bitrate and opt_bsf.
benoit [Wed, 2 Jan 2008 10:24:36 +0000 (10:24 +0000)]
Fix prototype and return value of opt_bitrate and opt_bsf.
Patch by Morten Hustveit: lists rashbox org

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11370 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDefine rc override string as const.
benoit [Wed, 2 Jan 2008 10:22:36 +0000 (10:22 +0000)]
Define rc override string as const.
Patch by Morten Hustveit: lists rashbox org

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11369 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoUpdate show_banner date.
benoit [Wed, 2 Jan 2008 09:41:24 +0000 (09:41 +0000)]
Update show_banner date.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: sort()
diego [Wed, 2 Jan 2008 00:08:36 +0000 (00:08 +0000)]
cosmetics: sort()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd portable way to check for the existance of definitions and
diego [Tue, 1 Jan 2008 22:54:35 +0000 (22:54 +0000)]
Add portable way to check for the existance of definitions and
apply it to socklen_t.
patch by Dave Yeo, daveryeo telus net

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11366 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoExtract aspect ratio from ODML/vprp.
michael [Tue, 1 Jan 2008 22:05:51 +0000 (22:05 +0000)]
Extract aspect ratio from ODML/vprp.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11365 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCorrect doxy about timestamp units of read_timestamp().
michael [Mon, 31 Dec 2007 16:49:18 +0000 (16:49 +0000)]
Correct doxy about timestamp units of read_timestamp().

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11364 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDocument return of read_timestamp.
michael [Mon, 31 Dec 2007 16:47:25 +0000 (16:47 +0000)]
Document return of read_timestamp.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11363 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMore verbose aspect ratio error msg.
michael [Mon, 31 Dec 2007 16:43:35 +0000 (16:43 +0000)]
More verbose aspect ratio error msg.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDirect blocks should use motion vectors from the second reference frame
kostya [Mon, 31 Dec 2007 07:12:50 +0000 (07:12 +0000)]
Direct blocks should use motion vectors from the second reference frame

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11361 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agosimplify
jbr [Sun, 30 Dec 2007 22:58:20 +0000 (22:58 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11360 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agopass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
jbr [Sun, 30 Dec 2007 22:28:17 +0000 (22:28 +0000)]
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11359 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agorename sampling_rate to sample_rate
jbr [Sun, 30 Dec 2007 21:26:30 +0000 (21:26 +0000)]
rename sampling_rate to sample_rate

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11358 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodo not need to cast a (void *)
jbr [Sun, 30 Dec 2007 21:24:49 +0000 (21:24 +0000)]
do not need to cast a (void *)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11357 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: vertical realignment after last commit
jbr [Sun, 30 Dec 2007 21:09:08 +0000 (21:09 +0000)]
cosmetics: vertical realignment after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11356 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: rename all AC3DecodeContext variables from ctx to s
jbr [Sun, 30 Dec 2007 20:58:50 +0000 (20:58 +0000)]
cosmetics: rename all AC3DecodeContext variables from ctx to s

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11355 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: rename GetBitContext gb to gbc
jbr [Sun, 30 Dec 2007 20:47:22 +0000 (20:47 +0000)]
cosmetics: rename GetBitContext gb to gbc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11354 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove unused context variable
jbr [Sun, 30 Dec 2007 03:10:18 +0000 (03:10 +0000)]
remove unused context variable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11353 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoexport raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
aurel [Sat, 29 Dec 2007 20:49:03 +0000 (20:49 +0000)]
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11352 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoclear internal queue when seeking
aurel [Sat, 29 Dec 2007 18:35:38 +0000 (18:35 +0000)]
clear internal queue when seeking

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11351 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomove internal queue freeing code in its own function
aurel [Sat, 29 Dec 2007 18:32:47 +0000 (18:32 +0000)]
move internal queue freeing code in its own function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11350 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agofix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)
aurel [Sat, 29 Dec 2007 18:30:27 +0000 (18:30 +0000)]
fix memory leak (patch by Gabriel Forté  gforte _at_ wyplay _dot_ com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11349 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoindent
michael [Sat, 29 Dec 2007 16:34:51 +0000 (16:34 +0000)]
indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11348 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoTry to fix url_split() so that the ?foobar part is in the path and only the path.
michael [Sat, 29 Dec 2007 16:13:03 +0000 (16:13 +0000)]
Try to fix url_split() so that the ?foobar part is in the path and only the path.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11347 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd myself as maintainer for pcx.c and sunrast.c
ivo [Fri, 28 Dec 2007 13:46:52 +0000 (13:46 +0000)]
add myself as maintainer for pcx.c and sunrast.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11346 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd PCX and Sun Rasterfile decoders
ivo [Fri, 28 Dec 2007 13:42:49 +0000 (13:42 +0000)]
add PCX and Sun Rasterfile decoders

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11345 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove forgotten debug statement
ivo [Fri, 28 Dec 2007 13:12:47 +0000 (13:12 +0000)]
remove forgotten debug statement

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11344 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSort properly
ivo [Fri, 28 Dec 2007 13:09:57 +0000 (13:09 +0000)]
Sort properly

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11343 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoSun Rasterfile decoder
ivo [Fri, 28 Dec 2007 13:07:43 +0000 (13:07 +0000)]
Sun Rasterfile decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11342 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoReal RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent
lu_zero [Fri, 28 Dec 2007 11:25:25 +0000 (11:25 +0000)]
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11341 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoReal RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support
lu_zero [Fri, 28 Dec 2007 11:23:25 +0000 (11:23 +0000)]
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11340 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoReal RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
lu_zero [Fri, 28 Dec 2007 11:10:17 +0000 (11:10 +0000)]
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11339 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agouse cutoff frequency to adjust bandwidth in ac3 encoder
jbr [Fri, 28 Dec 2007 06:13:55 +0000 (06:13 +0000)]
use cutoff frequency to adjust bandwidth in ac3 encoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11338 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agouse bps instead of kbps for bitrate
jbr [Fri, 28 Dec 2007 05:32:12 +0000 (05:32 +0000)]
use bps instead of kbps for bitrate

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11337 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRevert hack which should have never been commited.
michael [Fri, 28 Dec 2007 03:32:32 +0000 (03:32 +0000)]
Revert hack which should have never been commited.
------------------------------------------------------------------------
r464 | philipjsg | 2002-05-09 03:19:15 +0200 (Thu, 09 May 2002) | 3 lines

* Add a sleep when doing the post to ffserver. Yes, this is the wrong
  solution.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11336 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove AIW support code, it is unfit for ffmpeg svn, doing usleep() and
michael [Fri, 28 Dec 2007 03:30:23 +0000 (03:30 +0000)]
Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and
colorspace convertion and deinterlacing in the demuxer. Whoever wants
AIW support has to implement this cleanly!

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11335 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDo not give advice for which bitrate to choose.
jbr [Fri, 28 Dec 2007 03:12:24 +0000 (03:12 +0000)]
Do not give advice for which bitrate to choose.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11334 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agofix typo
jbr [Fri, 28 Dec 2007 03:05:49 +0000 (03:05 +0000)]
fix typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11333 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove mistakenly added multiple inclusion guards.
diego [Fri, 28 Dec 2007 01:42:58 +0000 (01:42 +0000)]
Remove mistakenly added multiple inclusion guards.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11332 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix make checkheaders.
diego [Thu, 27 Dec 2007 12:56:49 +0000 (12:56 +0000)]
Fix make checkheaders.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11331 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd necessary #include, fixes the warnings:
diego [Thu, 27 Dec 2007 12:31:23 +0000 (12:31 +0000)]
Add necessary #include, fixes the warnings:
ppc/h264_altivec.c: In function ‘put_h264_qpel16_mc00_altivec’:
ppc/h264_altivec.c:394: warning: implicit declaration of function ‘put_pixels16_altivec’
ppc/h264_altivec.c: In function ‘avg_h264_qpel16_mc00_altivec’:
ppc/h264_altivec.c:395: warning: implicit declaration of function ‘avg_pixels16_altivec’
ppc/h264_altivec.c: In function ‘dsputil_h264_init_ppc’:
ppc/h264_altivec.c:872: warning: implicit declaration of function ‘has_altivec’

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11330 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix clicking sound in xa-adpcm.
diego [Thu, 27 Dec 2007 11:55:53 +0000 (11:55 +0000)]
Fix clicking sound in xa-adpcm.
patch by Alexander Strange, astrange ithinksw com
Subject: Re: [FFmpeg-devel] [PATCH] fix clicking sound in xa-adpcm
Date: Thu, 27 Dec 2007 03:20:24 -0500

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11329 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove useless cast
ivo [Thu, 27 Dec 2007 11:49:28 +0000 (11:49 +0000)]
remove useless cast

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11328 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix encoding wmv1 with -mbd 1.
michael [Thu, 27 Dec 2007 03:03:45 +0000 (03:03 +0000)]
Fix encoding wmv1 with -mbd 1.
fixes issue262

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11327 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCheck for the presence of llrint(), lrint(), round() and roundf()
diego [Thu, 27 Dec 2007 01:53:02 +0000 (01:53 +0000)]
Check for the presence of llrint(), lrint(), round() and roundf()
and provide simple replacements if they are unavailable.
patch by Michael Kostylev, mik niipt ru

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11326 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove outdated comment.
diego [Thu, 27 Dec 2007 01:42:46 +0000 (01:42 +0000)]
Remove outdated comment.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11325 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCheck for the presence of sys/select.h and conditionally #include it.
diego [Thu, 27 Dec 2007 01:38:50 +0000 (01:38 +0000)]
Check for the presence of sys/select.h and conditionally #include it.
patch by Michael Kostylev, mik niipt ru

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11324 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix detected fps for old divx/xvid.
michael [Thu, 27 Dec 2007 00:16:48 +0000 (00:16 +0000)]
Fix detected fps for old divx/xvid.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11323 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDont force fps unless the user actually specified one.
michael [Wed, 26 Dec 2007 22:28:22 +0000 (22:28 +0000)]
Dont force fps unless the user actually specified one.
fixes issue309

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11322 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoPC Paintbrush PCX image decoder
ivo [Wed, 26 Dec 2007 22:17:46 +0000 (22:17 +0000)]
PC Paintbrush PCX image decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11321 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agofix pts and keyframe flags for yuv4mpeg
michael [Wed, 26 Dec 2007 20:38:28 +0000 (20:38 +0000)]
fix pts and keyframe flags for yuv4mpeg
fixes issue258

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11320 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove useless assignment
ivo [Wed, 26 Dec 2007 16:24:49 +0000 (16:24 +0000)]
remove useless assignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11319 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove useless assignment
ivo [Wed, 26 Dec 2007 16:24:04 +0000 (16:24 +0000)]
remove useless assignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11318 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove useless casts
ivo [Wed, 26 Dec 2007 16:23:25 +0000 (16:23 +0000)]
remove useless casts

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11317 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCheck for avcodec_open codec parameter == NULL and return error in that case
reimar [Tue, 25 Dec 2007 15:36:12 +0000 (15:36 +0000)]
Check for avcodec_open codec parameter == NULL and return error in that case

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11316 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoPrevent silent overwriting of files on windows.
michael [Tue, 25 Dec 2007 10:06:22 +0000 (10:06 +0000)]
Prevent silent overwriting of files on windows.
fixes issue308
untested

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11315 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRevert r6124, the change was just wrong, other formats than MPEG-PS can be
michael [Tue, 25 Dec 2007 09:37:49 +0000 (09:37 +0000)]
Revert r6124, the change was just wrong, other formats than MPEG-PS can be
stored in CDXA as well. And the need for a CDXA specific check is questionable.
Also ive ok-ed that patch instead of mans ...
fixes issue287 (psxstr misdetection as MPEG-PS)

Original commit message:
add support for information in CDXA format
patch by Allan Sandfeld Jensen % kde A carewolf P com %
Original thread:
Date: Aug 18, 2006 6:33 PM
Subject: [Ffmpeg-devel] CDXA in libavformat [patch]

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11314 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b