]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
16 years agoSmall simplification
banan [Wed, 14 Nov 2007 16:33:14 +0000 (16:33 +0000)]
Small simplification

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

16 years agoadd myself as TTA guy
alex [Wed, 14 Nov 2007 16:04:05 +0000 (16:04 +0000)]
add myself as TTA guy

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

16 years agoSupport 44.1kHz audio. Acked by Benjamin
alex [Wed, 14 Nov 2007 15:31:47 +0000 (15:31 +0000)]
Support 44.1kHz audio. Acked by Benjamin

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

16 years agoake the report sample message an ERROR and not DEBUG. Acked by Benjamin Larsson
alex [Wed, 14 Nov 2007 15:30:15 +0000 (15:30 +0000)]
ake the report sample message an ERROR and not DEBUG. Acked by Benjamin Larsson

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

16 years agoMake sine_window static. Acked by Benjamin Larsson
alex [Wed, 14 Nov 2007 15:21:42 +0000 (15:21 +0000)]
Make sine_window static. Acked by Benjamin Larsson

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

16 years agoMP3 encoding is not integer-only (it's up to LAME)
kostya [Wed, 14 Nov 2007 14:03:38 +0000 (14:03 +0000)]
MP3 encoding is not integer-only (it's up to LAME)

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

16 years agoTypo
takis [Wed, 14 Nov 2007 12:42:45 +0000 (12:42 +0000)]
Typo

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

16 years agoMove up opt_show_license to get rid of ugly forward declaration.
diego [Wed, 14 Nov 2007 09:58:38 +0000 (09:58 +0000)]
Move up opt_show_license to get rid of ugly forward declaration.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoFix nellymoser decode_tag return value, patch by Stefano Sabatini
banan [Wed, 14 Nov 2007 08:22:15 +0000 (08:22 +0000)]
Fix nellymoser decode_tag return value, patch by Stefano Sabatini

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

16 years agoRemove some useless assignments (the UDPContext is allocated with av_mallocz())
lucabe [Wed, 14 Nov 2007 08:22:06 +0000 (08:22 +0000)]
Remove some useless assignments (the UDPContext is allocated with av_mallocz())

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

16 years agoSimplify set_remote_url(), and remove some code duplication
lucabe [Wed, 14 Nov 2007 08:16:51 +0000 (08:16 +0000)]
Simplify set_remote_url(), and remove some code duplication

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

16 years agoUse recv() instead of recvfrom() (removes some other differences between
lucabe [Wed, 14 Nov 2007 07:56:20 +0000 (07:56 +0000)]
Use recv() instead of recvfrom() (removes some other differences between
IPv4-only and protocol-independent code)

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

16 years agoRemove a now unused field
lucabe [Wed, 14 Nov 2007 07:45:15 +0000 (07:45 +0000)]
Remove a now unused field

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

16 years agoGive better names to multicast functions (they are not IPv6-only)
lucabe [Wed, 14 Nov 2007 07:43:51 +0000 (07:43 +0000)]
Give better names to multicast functions (they are not IPv6-only)

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

16 years agoAvoid to duplicate the multicast code between the IPv4-only and
lucabe [Wed, 14 Nov 2007 07:42:46 +0000 (07:42 +0000)]
Avoid to duplicate the multicast code between the IPv4-only and
protocol-independent versions

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

16 years agoRemove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
lucabe [Wed, 14 Nov 2007 07:35:36 +0000 (07:35 +0000)]
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
code and the protocol-independent code

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

16 years agoAdd support for reading WM/Year tag
andoma [Wed, 14 Nov 2007 07:31:25 +0000 (07:31 +0000)]
Add support for reading WM/Year tag

Patch by: patrice bensoussan a free d fr

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

16 years agoremove unnecessary -1 from snprintf len
andoma [Wed, 14 Nov 2007 06:33:35 +0000 (06:33 +0000)]
remove unnecessary -1 from snprintf len

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

16 years agoAdd support for ID3v2 year tag
andoma [Wed, 14 Nov 2007 06:32:55 +0000 (06:32 +0000)]
Add support for ID3v2 year tag

Patch by: patrice bensoussan a free d fr

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

16 years agorename fps(frame per second) to tb(time base) to prevent
michael [Tue, 13 Nov 2007 23:43:18 +0000 (23:43 +0000)]
rename fps(frame per second) to tb(time base) to prevent
confusion with the average fps and hopefully stop these "wrong framerate"
bug reports

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

16 years agoRemove unused variable, fixes the warning:
diego [Tue, 13 Nov 2007 00:48:24 +0000 (00:48 +0000)]
Remove unused variable, fixes the warning:
ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’:
ppc/vc1dsp_altivec.c:141: warning: unused variable ‘vec_5’

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

16 years agocosmetics: Keep all OBJS entries on a line of their own.
diego [Mon, 12 Nov 2007 22:29:37 +0000 (22:29 +0000)]
cosmetics: Keep all OBJS entries on a line of their own.

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

16 years agoremove now useless libogg support
bcoudurier [Mon, 12 Nov 2007 10:26:33 +0000 (10:26 +0000)]
remove now useless libogg support

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

16 years agotring to workaround gcc 2.95 bug which causes random failures
michael [Mon, 12 Nov 2007 02:04:01 +0000 (02:04 +0000)]
tring to workaround gcc 2.95 bug which causes random failures

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

16 years agoset PKT_FLAG_KEY for Theora and OGM streams
mru [Sun, 11 Nov 2007 21:56:18 +0000 (21:56 +0000)]
set PKT_FLAG_KEY for Theora and OGM streams

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

16 years agoogg seek regression ref
bcoudurier [Sun, 11 Nov 2007 19:36:04 +0000 (19:36 +0000)]
ogg seek regression ref

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

16 years agofiles have been renamed
bcoudurier [Sat, 10 Nov 2007 18:29:07 +0000 (18:29 +0000)]
files have been renamed

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

16 years agoogg muxer
bcoudurier [Sat, 10 Nov 2007 18:27:03 +0000 (18:27 +0000)]
ogg muxer

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

16 years agoAdd comments to some #endif directives.
diego [Sat, 10 Nov 2007 16:44:37 +0000 (16:44 +0000)]
Add comments to some #endif directives.

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

16 years agocosmetics: Fix vissual --> visual typo.
diego [Sat, 10 Nov 2007 16:39:54 +0000 (16:39 +0000)]
cosmetics: Fix vissual --> visual typo.

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

16 years agoImprove unsupported (pixel) format error message.
diego [Sat, 10 Nov 2007 16:25:44 +0000 (16:25 +0000)]
Improve unsupported (pixel) format error message.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoExpress opinion in a less aggressive manner.
ramiro [Sat, 10 Nov 2007 13:23:22 +0000 (13:23 +0000)]
Express opinion in a less aggressive manner.

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

16 years agojtype frame implemented
compn [Sat, 10 Nov 2007 12:53:31 +0000 (12:53 +0000)]
jtype frame implemented

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

16 years agocosmetics: Fix spacial --> spatial typo in function names.
diego [Sat, 10 Nov 2007 12:24:02 +0000 (12:24 +0000)]
cosmetics: Fix spacial --> spatial typo in function names.

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

16 years agocomment typo
diego [Sat, 10 Nov 2007 12:05:30 +0000 (12:05 +0000)]
comment typo

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

16 years agomisc spelling/grammar/wording fixes in comments
diego [Sat, 10 Nov 2007 11:51:56 +0000 (11:51 +0000)]
misc spelling/grammar/wording fixes in comments

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

16 years agoX8 is supported now, so warning is incorrect
kostya [Sat, 10 Nov 2007 08:23:01 +0000 (08:23 +0000)]
X8 is supported now, so warning is incorrect

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

16 years agoProvide top_field_first logic for h264
andoma [Sat, 10 Nov 2007 06:10:46 +0000 (06:10 +0000)]
Provide top_field_first logic for h264

patch by: Reinhard Nissl rnissl a gmx d de

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

16 years agoIntraX8 (J-Frame) sub-decoder for WMV2 and VC-1
compn [Sat, 10 Nov 2007 01:44:55 +0000 (01:44 +0000)]
IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1

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

16 years agomake some tables static
aurel [Sat, 10 Nov 2007 01:02:36 +0000 (01:02 +0000)]
make some tables static

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

16 years agoadd multiple inclusion guards
aurel [Fri, 9 Nov 2007 23:12:31 +0000 (23:12 +0000)]
add multiple inclusion guards

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

16 years agogrammar
michael [Fri, 9 Nov 2007 22:15:46 +0000 (22:15 +0000)]
grammar

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

16 years agoindention
michael [Fri, 9 Nov 2007 22:05:29 +0000 (22:05 +0000)]
indention

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

16 years agoremvoe useless #ifdef
michael [Fri, 9 Nov 2007 22:03:12 +0000 (22:03 +0000)]
remvoe useless #ifdef

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

16 years agoremove inline from non speed critical functions
michael [Fri, 9 Nov 2007 21:58:50 +0000 (21:58 +0000)]
remove inline from non speed critical functions

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

16 years agovertical align
michael [Fri, 9 Nov 2007 21:56:18 +0000 (21:56 +0000)]
vertical align

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

16 years agoindention
michael [Fri, 9 Nov 2007 21:55:53 +0000 (21:55 +0000)]
indention

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

16 years agoremove unneeded {}
michael [Fri, 9 Nov 2007 21:55:33 +0000 (21:55 +0000)]
remove unneeded {}

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

16 years agoadd {} to make the else look a little more normal
michael [Fri, 9 Nov 2007 21:52:29 +0000 (21:52 +0000)]
add {} to make the else look a little more normal

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

16 years agoindention
michael [Fri, 9 Nov 2007 21:51:50 +0000 (21:51 +0000)]
indention

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

16 years agoindention
michael [Fri, 9 Nov 2007 21:49:41 +0000 (21:49 +0000)]
indention

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

16 years agoremove debug variable
michael [Fri, 9 Nov 2007 21:47:36 +0000 (21:47 +0000)]
remove debug variable

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

16 years agoremove #if 0 code
michael [Fri, 9 Nov 2007 21:44:37 +0000 (21:44 +0000)]
remove #if 0 code

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

16 years agocosmetic
michael [Fri, 9 Nov 2007 21:43:03 +0000 (21:43 +0000)]
cosmetic

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

16 years agofactorize
michael [Fri, 9 Nov 2007 21:40:36 +0000 (21:40 +0000)]
factorize

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

16 years agointrax8 decoder patch by "someone"
michael [Fri, 9 Nov 2007 21:37:48 +0000 (21:37 +0000)]
intrax8 decoder patch by "someone"

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

16 years agoClarify Visual Studio FAQ.
diego [Fri, 9 Nov 2007 14:05:43 +0000 (14:05 +0000)]
Clarify Visual Studio FAQ.

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

16 years agoAdd support for some more audio formats
lucabe [Fri, 9 Nov 2007 12:33:28 +0000 (12:33 +0000)]
Add support for some more audio formats

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

16 years agoDisable unused function, fixes the warning:
diego [Fri, 9 Nov 2007 04:57:28 +0000 (04:57 +0000)]
Disable unused function, fixes the warning:
tests/tiny_psnr.c:55: warning: ‘exp16’ defined but not used

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

16 years agoImprove Sofdec file detection
mru [Thu, 8 Nov 2007 21:27:37 +0000 (21:27 +0000)]
Improve Sofdec file detection

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

16 years agofix potential buffer over-read
aurel [Thu, 8 Nov 2007 20:53:06 +0000 (20:53 +0000)]
fix potential buffer over-read

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

16 years agofix negative fseek
aurel [Thu, 8 Nov 2007 20:50:45 +0000 (20:50 +0000)]
fix negative fseek

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

16 years agoSplit ac3 byte swapping into a separate function.
benoit [Thu, 8 Nov 2007 15:52:53 +0000 (15:52 +0000)]
Split ac3 byte swapping into a separate function.
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 4/6] rmdec.c: rm_ac3_swap_bytes()
Date: 11/05/2007 09:27 PM

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

16 years agoIsolate caching of audio frames in its own function.
benoit [Thu, 8 Nov 2007 15:14:37 +0000 (15:14 +0000)]
Isolate caching of audio frames in its own function.
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 3/6] rmdec.c: ff_rm_retrieve_cache()
Date: 11/05/2007 09:25 PM

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

16 years agoChange a stream indexer.
benoit [Thu, 8 Nov 2007 15:09:37 +0000 (15:09 +0000)]
Change a stream indexer.
Patch by Ronald S. Bultje: rsbultje gmail com

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

16 years agoSplit out the packet parsing from the main function body in rmdec.c
benoit [Thu, 8 Nov 2007 15:07:34 +0000 (15:07 +0000)]
Split out the packet parsing from the main function body in rmdec.c
into its own function
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 2/6] rmdec.c: ff_rm_parse_frame()
Date: 11/05/2007 09:23 PM

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

16 years agoChange parse indexer.
benoit [Thu, 8 Nov 2007 15:05:40 +0000 (15:05 +0000)]
Change parse indexer.
Patch by Ronald S. Bultje: rsbultje gmail com

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

16 years agofix libogg muxer dependency checking
aurel [Thu, 8 Nov 2007 13:14:05 +0000 (13:14 +0000)]
fix libogg muxer dependency checking

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

16 years agoReindent the code after last commit
lucabe [Thu, 8 Nov 2007 11:59:39 +0000 (11:59 +0000)]
Reindent the code after last commit

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

16 years agoRemove redundant "if(len)"
lucabe [Thu, 8 Nov 2007 11:56:50 +0000 (11:56 +0000)]
Remove redundant "if(len)"

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

16 years agoGive Ogg muxer a lib prefix in the name like we do with all other formats
diego [Thu, 8 Nov 2007 11:22:29 +0000 (11:22 +0000)]
Give Ogg muxer a lib prefix in the name like we do with all other formats
implemented through external libraries, plus rename the files accordingly.

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

16 years agoMove 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
benoit [Thu, 8 Nov 2007 10:53:32 +0000 (10:53 +0000)]
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
when DEBUG is defined.
Patch by Martin Lindhe: martin startwars org

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

16 years agoChange ff_rm_read_mdpr_codecdata to get back to old behavior.
benoit [Thu, 8 Nov 2007 09:14:09 +0000 (09:14 +0000)]
Change ff_rm_read_mdpr_codecdata to get back to old behavior.

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

16 years agocorrectly set audio codec when demuxing sofdec files
aurel [Wed, 7 Nov 2007 23:56:00 +0000 (23:56 +0000)]
correctly set audio codec when demuxing sofdec files
samples: http://samples.mplayerhq.hu/game-formats/sfd/

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

16 years agocosmetics: indentation
aurel [Wed, 7 Nov 2007 23:42:24 +0000 (23:42 +0000)]
cosmetics: indentation

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

16 years agosplit wmv2 in its own file
aurel [Wed, 7 Nov 2007 23:41:39 +0000 (23:41 +0000)]
split wmv2 in its own file

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

16 years agoFix deblocking filter for field pictures by properly looking for first
heydowns [Wed, 7 Nov 2007 23:35:48 +0000 (23:35 +0000)]
Fix deblocking filter for field pictures by properly looking for first
row in bottom fields and preventing the use of "fast" deblocking for such.

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

16 years agorename some msmpeg4 symbols and make them non-static
aurel [Wed, 7 Nov 2007 23:23:35 +0000 (23:23 +0000)]
rename some msmpeg4 symbols and make them non-static
so that they can be used in standalone wmv2.c

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

16 years agoFix make checkheaders by adding missing #include.
diego [Wed, 7 Nov 2007 23:06:27 +0000 (23:06 +0000)]
Fix make checkheaders by adding missing #include.

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

16 years agoprobe more kind of electronic arts files
aurel [Wed, 7 Nov 2007 23:01:32 +0000 (23:01 +0000)]
probe more kind of electronic arts files

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

16 years agosplit definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER
aurel [Wed, 7 Nov 2007 22:54:31 +0000 (22:54 +0000)]
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER

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

16 years agoMove external library registrations into a separate block after all native
diego [Wed, 7 Nov 2007 22:04:00 +0000 (22:04 +0000)]
Move external library registrations into a separate block after all native
implementations so that the latter ones are preferred by default.

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

16 years agoAdd some explanatory comments.
diego [Wed, 7 Nov 2007 22:02:02 +0000 (22:02 +0000)]
Add some explanatory comments.

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

16 years agoRename ogg2.[ch] to oggdec.[ch].
diego [Wed, 7 Nov 2007 20:22:32 +0000 (20:22 +0000)]
Rename ogg2.[ch] to oggdec.[ch].

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

16 years agoRemove disabled muxer skeleton, blessed by Mans.
diego [Wed, 7 Nov 2007 19:09:00 +0000 (19:09 +0000)]
Remove disabled muxer skeleton, blessed by Mans.

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

16 years agoGive the libnut muxer a lib prefix in its name so it does not conflict with
diego [Wed, 7 Nov 2007 19:05:47 +0000 (19:05 +0000)]
Give the libnut muxer a lib prefix in its name so it does not conflict with
the native implementation.

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

16 years agoSpecify the server address when opening an rtp:// URL in rtsp.c, so
lucabe [Wed, 7 Nov 2007 14:20:40 +0000 (14:20 +0000)]
Specify the server address when opening an rtp:// URL in rtsp.c, so
that the correct local address can be used for binding the socket.
Fixes rtsp:// URLs in ffplay on MacOS X

Patch by Ronald Bultje (rsbultje at gmail dot com)

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

16 years agoCheck context before accessing its field.
benoit [Wed, 7 Nov 2007 08:34:00 +0000 (08:34 +0000)]
Check context before accessing its field.
Patch by Thorsten Jordan: tjordan macrosystem de

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

16 years agoMusepack SV8 demuxer and decoder
kostya [Wed, 7 Nov 2007 05:35:46 +0000 (05:35 +0000)]
Musepack SV8 demuxer and decoder

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

16 years agoFix poc for field pictures. Prior to this, the poc of the second field
heydowns [Tue, 6 Nov 2007 18:48:18 +0000 (18:48 +0000)]
Fix poc for field pictures. Prior to this, the poc of the second field
in decoding order would always be assigned to a field pair's poc.

Original thread: H.264: Fix poc for field pairs, 6 Nov 2007 17:41:02

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

16 years agoffplay currently needs special handling for pausing in some protocols.
benoit [Tue, 6 Nov 2007 16:28:32 +0000 (16:28 +0000)]
ffplay currently needs special handling for pausing in some protocols.
Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplay
Date: 11/02/2007 11:47 AM

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

16 years agoAllow propagation of stream selection through the ASF demuxer to the
benoit [Tue, 6 Nov 2007 16:19:09 +0000 (16:19 +0000)]
Allow propagation of stream selection through the ASF demuxer to the
MMSH protocol handler.
Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread:
[FFmpeg-devel] [PATCH] MMSH stream selection support for asf demuxer
Date: 11/02/2007 11:51 AM

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

16 years agoSplit out the MDPR chunk reading into its own function.
benoit [Tue, 6 Nov 2007 16:02:33 +0000 (16:02 +0000)]
Split out the MDPR chunk reading into its own function.
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread:[FFmpeg-devel] [PATCH 1/6] rmdec.c: ff_rm_read_mdpr_codecdata()
Date: 11/05/2007 09:21 PM

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

16 years agofix predictor initialization for adpcm-ima encoder not to lose first sample
benoit [Tue, 6 Nov 2007 13:08:04 +0000 (13:08 +0000)]
fix predictor initialization for adpcm-ima encoder not to lose first sample
in block in adpcm-ima decoder
Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru
Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec
Date: 10/15/2007 05:55 PM

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

16 years agoKeep -lvorbis in libvorbis linker flags even when only used for encoding.
diego [Tue, 6 Nov 2007 00:26:32 +0000 (00:26 +0000)]
Keep -lvorbis in libvorbis linker flags even when only used for encoding.
Some libvorbis versions on some platforms (macports) fail to compile otherwise.

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

16 years agoCorrect assignment of interlaced_frame; was being set on output frames,
heydowns [Mon, 5 Nov 2007 18:16:42 +0000 (18:16 +0000)]
Correct assignment of interlaced_frame; was being set on output frames,
in display order, based on decoding information in decoding order. Now
set properly, immediately upon completion of decode.

Based on original patch from Reinhard Nissl,  rnisssl % gmx , de
Original Thread: [FFmpeg-devel] H.264 + PAFF: BBC HD recording shows
extreme interlacing artefacts, Thu, 01 Nov 2007 22:43:09

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

16 years agoDo not send too many RTCP packets (according to the RFC, the minimum
lucabe [Mon, 5 Nov 2007 12:25:10 +0000 (12:25 +0000)]
Do not send too many RTCP packets (according to the RFC, the minimum
distance between two consecutive RTCP packets is 5s)

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

16 years agoUse a symbolic name for the payload size of an RTCP Sender Report packet
lucabe [Mon, 5 Nov 2007 10:15:20 +0000 (10:15 +0000)]
Use a symbolic name for the payload size of an RTCP Sender Report packet

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

16 years agoFix mov checksums to follow r10852.
benoit [Mon, 5 Nov 2007 09:24:16 +0000 (09:24 +0000)]
Fix mov checksums to follow r10852.

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

16 years agoQuote paths in uninstall commands where necessary.
diego [Sun, 4 Nov 2007 23:00:22 +0000 (23:00 +0000)]
Quote paths in uninstall commands where necessary.

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