Patrice Bensoussan [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
Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Wed, 14 Nov 2007 06:33:35 +0000 (06:33 +0000)]
remove unnecessary -1 from snprintf len
Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrice Bensoussan [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
Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [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
Originally committed as revision 11007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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’
Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Nov 2007 22:29:37 +0000 (22:29 +0000)]
cosmetics: Keep all OBJS entries on a line of their own.
Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 12 Nov 2007 10:26:33 +0000 (10:26 +0000)]
remove now useless libogg support
Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Nov 2007 02:04:01 +0000 (02:04 +0000)]
tring to workaround gcc 2.95 bug which causes random failures
Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Nov 2007 21:56:18 +0000 (21:56 +0000)]
set PKT_FLAG_KEY for Theora and OGM streams
Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 11 Nov 2007 19:36:04 +0000 (19:36 +0000)]
ogg seek regression ref
Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 10 Nov 2007 18:29:07 +0000 (18:29 +0000)]
files have been renamed
Originally committed as revision 11000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 10 Nov 2007 18:27:03 +0000 (18:27 +0000)]
ogg muxer
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 10 Nov 2007 16:44:37 +0000 (16:44 +0000)]
Add comments to some #endif directives.
Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 10 Nov 2007 16:39:54 +0000 (16:39 +0000)]
cosmetics: Fix vissual --> visual typo.
Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [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
Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 10 Nov 2007 13:23:22 +0000 (13:23 +0000)]
Express opinion in a less aggressive manner.
Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Sat, 10 Nov 2007 12:53:31 +0000 (12:53 +0000)]
jtype frame implemented
Originally committed as revision 10994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 10 Nov 2007 12:24:02 +0000 (12:24 +0000)]
cosmetics: Fix spacial --> spatial typo in function names.
Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 10 Nov 2007 12:05:30 +0000 (12:05 +0000)]
comment typo
Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 10 Nov 2007 11:51:56 +0000 (11:51 +0000)]
misc spelling/grammar/wording fixes in comments
Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 10 Nov 2007 08:23:01 +0000 (08:23 +0000)]
X8 is supported now, so warning is incorrect
Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reinhard Nissl [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
Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Sat, 10 Nov 2007 01:44:55 +0000 (01:44 +0000)]
IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1
Originally committed as revision 10988 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 10 Nov 2007 01:02:36 +0000 (01:02 +0000)]
make some tables static
Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 9 Nov 2007 23:12:31 +0000 (23:12 +0000)]
add multiple inclusion guards
Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 22:15:46 +0000 (22:15 +0000)]
grammar
Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 22:05:29 +0000 (22:05 +0000)]
indention
Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 22:03:12 +0000 (22:03 +0000)]
remove useless #ifdef
Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:58:50 +0000 (21:58 +0000)]
remove inline from non speed critical functions
Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:56:18 +0000 (21:56 +0000)]
vertical align
Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:55:53 +0000 (21:55 +0000)]
indention
Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:55:33 +0000 (21:55 +0000)]
remove unneeded {}
Originally committed as revision 10979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:52:29 +0000 (21:52 +0000)]
add {} to make the else look a little more normal
Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:51:50 +0000 (21:51 +0000)]
indention
Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:49:41 +0000 (21:49 +0000)]
indention
Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:47:36 +0000 (21:47 +0000)]
remove debug variable
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:44:37 +0000 (21:44 +0000)]
remove #if 0 code
Originally committed as revision 10974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:43:03 +0000 (21:43 +0000)]
cosmetic
Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:40:36 +0000 (21:40 +0000)]
factorize
Originally committed as revision 10972 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Nov 2007 21:37:48 +0000 (21:37 +0000)]
intrax8 decoder patch by "someone"
Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 Nov 2007 14:05:43 +0000 (14:05 +0000)]
Clarify Visual Studio FAQ.
Originally committed as revision 10970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 9 Nov 2007 12:33:28 +0000 (12:33 +0000)]
Add support for some more audio formats
Originally committed as revision 10969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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
Originally committed as revision 10968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 8 Nov 2007 21:27:37 +0000 (21:27 +0000)]
Improve Sofdec file detection
Originally committed as revision 10967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 Nov 2007 20:53:06 +0000 (20:53 +0000)]
fix potential buffer over-read
Originally committed as revision 10966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 Nov 2007 20:50:45 +0000 (20:50 +0000)]
fix negative fseek
Originally committed as revision 10965 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [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
Originally committed as revision 10964 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [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
Originally committed as revision 10963 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 8 Nov 2007 15:09:37 +0000 (15:09 +0000)]
Change a stream indexer.
Patch by Ronald S. Bultje: rsbultje gmail com
Originally committed as revision 10962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [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
Originally committed as revision 10961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 8 Nov 2007 15:05:40 +0000 (15:05 +0000)]
Change parse indexer.
Patch by Ronald S. Bultje: rsbultje gmail com
Originally committed as revision 10960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 Nov 2007 13:14:05 +0000 (13:14 +0000)]
fix libogg muxer dependency checking
Originally committed as revision 10959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 8 Nov 2007 11:59:39 +0000 (11:59 +0000)]
Reindent the code after last commit
Originally committed as revision 10958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 8 Nov 2007 11:56:50 +0000 (11:56 +0000)]
Remove redundant "if(len)"
Originally committed as revision 10957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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.
Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Lindhe [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
Originally committed as revision 10955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Thu, 8 Nov 2007 09:14:09 +0000 (09:14 +0000)]
Change ff_rm_read_mdpr_codecdata to get back to old behavior.
Originally committed as revision 10954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [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/
Originally committed as revision 10953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 7 Nov 2007 23:42:24 +0000 (23:42 +0000)]
cosmetics: indentation
Originally committed as revision 10952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 7 Nov 2007 23:41:39 +0000 (23:41 +0000)]
split wmv2 in its own file
Originally committed as revision 10951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [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.
Originally committed as revision 10950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [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
Originally committed as revision 10949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Nov 2007 23:06:27 +0000 (23:06 +0000)]
Fix make checkheaders by adding missing #include.
Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 7 Nov 2007 23:01:32 +0000 (23:01 +0000)]
probe more kind of electronic arts files
Originally committed as revision 10947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 7 Nov 2007 22:54:31 +0000 (22:54 +0000)]
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER
Originally committed as revision 10946 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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.
Originally committed as revision 10945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Nov 2007 22:02:02 +0000 (22:02 +0000)]
Add some explanatory comments.
Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Nov 2007 20:22:32 +0000 (20:22 +0000)]
Rename ogg2.[ch] to oggdec.[ch].
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Nov 2007 19:09:00 +0000 (19:09 +0000)]
Remove disabled muxer skeleton, blessed by Mans.
Originally committed as revision 10942 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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.
Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [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)
Originally committed as revision 10940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thorsten Jordan [Wed, 7 Nov 2007 08:34:00 +0000 (08:34 +0000)]
Check context before accessing its field.
Patch by Thorsten Jordan: tjordan macrosystem de
Originally committed as revision 10939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 7 Nov 2007 05:35:46 +0000 (05:35 +0000)]
Musepack SV8 demuxer and decoder
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [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
Originally committed as revision 10937 to svn://svn.ffmpeg.org/ffmpeg/trunk
Björn Axelsson [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
Originally committed as revision 10936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Björn Axelsson [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
Originally committed as revision 10935 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [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
Originally committed as revision 10934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Timofei V. Bondarenko [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
Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [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.
Originally committed as revision 10932 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [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
Originally committed as revision 10931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 5 Nov 2007 12:25:10 +0000 (12:25 +0000)]
Do not send too many RTCP packets (according to RFC 3550, the minimum
RTCP interval should be 5 seconds)
Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [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
Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 5 Nov 2007 09:24:16 +0000 (09:24 +0000)]
Fix mov checksums following r10852.
Originally committed as revision 10928 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 Nov 2007 23:00:22 +0000 (23:00 +0000)]
Quote paths in uninstall commands where necessary.
Originally committed as revision 10927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 Nov 2007 22:51:49 +0000 (22:51 +0000)]
Add some parentheses to clarify operator precedence, fixes the warnings:
nut.c: In function 'ff_nut_sp_pos_cmp':
nut.c:43: warning: suggest parentheses around + or - inside shift
nut.c:43: warning: suggest parentheses around + or - inside shift
nut.c: In function 'ff_nut_sp_pts_cmp':
nut.c:47: warning: suggest parentheses around + or - inside shift
nut.c:47: warning: suggest parentheses around + or - inside shift
Originally committed as revision 10926 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Sun, 4 Nov 2007 19:52:08 +0000 (19:52 +0000)]
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header()
Originally committed as revision 10925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 Nov 2007 12:55:32 +0000 (12:55 +0000)]
Remove libvorbis Vorbis decoding support. Our native decoder is complete
and has no known bugs, any remaining issues will hopefully be uncovered now.
Originally committed as revision 10924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 Nov 2007 12:46:16 +0000 (12:46 +0000)]
Enable debug variable only when debug code is enabled, fixes the warning:
rtp_h264.c: In function ‘h264_handle_packet’:
rtp_h264.c:168: warning: unused variable ‘data’
Originally committed as revision 10923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 Nov 2007 12:34:46 +0000 (12:34 +0000)]
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
Rename them to match the actual implementation. Fixes issue 162.
Originally committed as revision 24965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Benjamin Larsson [Sun, 4 Nov 2007 10:27:32 +0000 (10:27 +0000)]
Remove unused variable
Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 Nov 2007 02:20:12 +0000 (02:20 +0000)]
List enabled code in configure output
Originally committed as revision 10921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 Nov 2007 02:15:53 +0000 (02:15 +0000)]
Speed up show_list
Originally committed as revision 10920 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 Nov 2007 02:03:36 +0000 (02:03 +0000)]
Warn user if bitrate parameter is too low
Originally committed as revision 10919 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 Nov 2007 01:42:18 +0000 (01:42 +0000)]
The Windows Help Forum is not ffmpeg-user for Windows
Originally committed as revision 10918 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 Nov 2007 01:25:21 +0000 (01:25 +0000)]
Move external library codec registration to a separate section after all
native codecs. This way native implementations are always preferred.
Originally committed as revision 10917 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Coalson [Sun, 4 Nov 2007 00:06:33 +0000 (00:06 +0000)]
Add decoding support for variable block size FLAC files using the latest FLAC
specification. Patch by Josh Coalson.
Originally committed as revision 10916 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Coalson [Sat, 3 Nov 2007 23:54:50 +0000 (23:54 +0000)]
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.
Originally committed as revision 10915 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 3 Nov 2007 22:42:20 +0000 (22:42 +0000)]
add support for demuxing Electronic Arts .cdata files
based on a patch from Peter Ross
Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 3 Nov 2007 22:37:18 +0000 (22:37 +0000)]
add Electronic Arts XAS ADPCM decoder
based on a patch from Peter Ross
Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 3 Nov 2007 18:29:16 +0000 (18:29 +0000)]
Add ff_ prefix to get_v()
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk