platform/upstream/libav.git
15 years agoMark ff_fft_init with av_cold.
Alex Converse [Thu, 22 Jan 2009 19:48:10 +0000 (19:48 +0000)]
Mark ff_fft_init with av_cold.

Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoClean up FFT related comments.
Alex Converse [Thu, 22 Jan 2009 19:46:23 +0000 (19:46 +0000)]
Clean up FFT related comments.

Originally committed as revision 16721 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoprint stream sar if present and different than codec sar
Baptiste Coudurier [Thu, 22 Jan 2009 19:45:53 +0000 (19:45 +0000)]
print stream sar if present and different than codec sar

Originally committed as revision 16720 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse EAGAIN return, primarely intended as example of EAGAIN useage.
Michael Niedermayer [Thu, 22 Jan 2009 12:08:06 +0000 (12:08 +0000)]
Use EAGAIN return, primarely intended as example of EAGAIN useage.

Originally committed as revision 16719 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoHandle av_read_frame() EAGAIN return.
Michael Niedermayer [Thu, 22 Jan 2009 12:06:02 +0000 (12:06 +0000)]
Handle av_read_frame() EAGAIN return.

Originally committed as revision 16718 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoHandle av_read_frame() EAGAIN return.
Michael Niedermayer [Thu, 22 Jan 2009 12:04:01 +0000 (12:04 +0000)]
Handle av_read_frame() EAGAIN return.

Originally committed as revision 16717 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd const, remove warning:
Baptiste Coudurier [Thu, 22 Jan 2009 00:31:26 +0000 (00:31 +0000)]
Add const, remove warning:
libavcodec/audioconvert.c:190: warning: initialization discards qualifiers from pointer target type

Originally committed as revision 16716 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAvoid unused variable warning when compiling DES test program.
Diego Biurrun [Wed, 21 Jan 2009 23:55:51 +0000 (23:55 +0000)]
Avoid unused variable warning when compiling DES test program.

Originally committed as revision 16715 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago'code' is used to index a table so make it unsigned
Aurelien Jacobs [Wed, 21 Jan 2009 22:32:17 +0000 (22:32 +0000)]
'code' is used to index a table so make it unsigned
this prevents using negative index and possibly crashing with broken files

Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake base64 test program compilable as a standard test program.
Diego Biurrun [Wed, 21 Jan 2009 17:34:40 +0000 (17:34 +0000)]
Make base64 test program compilable as a standard test program.

Originally committed as revision 16713 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd void keyword to parameterless function declaration.
Diego Biurrun [Wed, 21 Jan 2009 14:28:16 +0000 (14:28 +0000)]
Add void keyword to parameterless function declaration.

Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoyet another attempt on fixing synchronization in VMD
Kostya Shishkov [Wed, 21 Jan 2009 13:27:39 +0000 (13:27 +0000)]
yet another attempt on fixing synchronization in VMD

Originally committed as revision 16711 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoEmpty audio chunks in VMD are silent, not skipped
Kostya Shishkov [Wed, 21 Jan 2009 13:26:01 +0000 (13:26 +0000)]
Empty audio chunks in VMD are silent, not skipped

Originally committed as revision 16710 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: reindent after last commit
Kostya Shishkov [Wed, 21 Jan 2009 13:25:14 +0000 (13:25 +0000)]
cosmetics: reindent after last commit

Originally committed as revision 16709 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoVMD first chunk of audio is not coded as many separate chunks of block_align
Kostya Shishkov [Wed, 21 Jan 2009 13:24:35 +0000 (13:24 +0000)]
VMD first chunk of audio is not coded as many separate chunks of block_align
size. Thus, make demuxer and decoder handle it as a whole.

Originally committed as revision 16708 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename audio.c to oss_audio.c in libavdevice.
Benoit Fouet [Wed, 21 Jan 2009 08:43:38 +0000 (08:43 +0000)]
Rename audio.c to oss_audio.c in libavdevice.

Originally committed as revision 16707 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agofix seek reg tests, Im always forgetting this
Baptiste Coudurier [Wed, 21 Jan 2009 00:36:34 +0000 (00:36 +0000)]
fix seek reg tests, Im always forgetting this

Originally committed as revision 16706 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSort VdpPictureInfo alphabetically.
Carl Eugen Hoyos [Tue, 20 Jan 2009 22:53:25 +0000 (22:53 +0000)]
Sort VdpPictureInfo alphabetically.

Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoexit with error code if av_encode failed
Baptiste Coudurier [Tue, 20 Jan 2009 21:09:51 +0000 (21:09 +0000)]
exit with error code if av_encode failed

Originally committed as revision 16704 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agochange sample aspect ratio test to be more clear, print old one
Baptiste Coudurier [Tue, 20 Jan 2009 21:06:57 +0000 (21:06 +0000)]
change sample aspect ratio test to be more clear, print old one

Originally committed as revision 16703 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoanother mpeg4 fourcc
Ben Littler [Tue, 20 Jan 2009 16:19:13 +0000 (16:19 +0000)]
another mpeg4 fourcc

Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDo not use avctx->frame_number which might not be set,
Baptiste Coudurier [Tue, 20 Jan 2009 09:43:58 +0000 (09:43 +0000)]
Do not use avctx->frame_number which might not be set,
this also fixes a side effect where its value was one too much.

Originally committed as revision 16701 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCosmetics: Fix indentation after last commit.
Carl Eugen Hoyos [Tue, 20 Jan 2009 09:36:28 +0000 (09:36 +0000)]
Cosmetics: Fix indentation after last commit.

Originally committed as revision 16700 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
Carl Eugen Hoyos [Tue, 20 Jan 2009 09:31:07 +0000 (09:31 +0000)]
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.

Originally committed as revision 28344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoAdd VDPAU hardware accelerated decoding for WMV3 and VC1 which can
NVIDIA Corporation [Tue, 20 Jan 2009 09:28:36 +0000 (09:28 +0000)]
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
be used by video players.

Original patch by NVIDIA corporation.

Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoset correct value for starting line
Baptiste Coudurier [Tue, 20 Jan 2009 09:25:50 +0000 (09:25 +0000)]
set correct value for starting line

Originally committed as revision 16698 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agofix gxf time code mark out value
Baptiste Coudurier [Tue, 20 Jan 2009 09:14:46 +0000 (09:14 +0000)]
fix gxf time code mark out value

Originally committed as revision 16697 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoEnable building r3d demuxer when its config is set.
Benoit Fouet [Tue, 20 Jan 2009 08:08:32 +0000 (08:08 +0000)]
Enable building r3d demuxer when its config is set.

Originally committed as revision 16696 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse avf context in av_log, instead of NULL.
Benoit Fouet [Tue, 20 Jan 2009 08:01:32 +0000 (08:01 +0000)]
Use avf context in av_log, instead of NULL.

Originally committed as revision 16695 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoPass avf context to audio_open().
Benoit Fouet [Tue, 20 Jan 2009 08:00:59 +0000 (08:00 +0000)]
Pass avf context to audio_open().

Originally committed as revision 16694 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix a read past end of buffer crash in the mp3 probe
Alex Converse [Tue, 20 Jan 2009 08:00:39 +0000 (08:00 +0000)]
Fix a read past end of buffer crash in the mp3 probe

Originally committed as revision 16693 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoR3D REDCODE demuxer
Baptiste Coudurier [Tue, 20 Jan 2009 07:42:14 +0000 (07:42 +0000)]
R3D REDCODE demuxer

Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadd myself as maintainer of ISS (with Jai's blessing)
Stefan Gehrer [Tue, 20 Jan 2009 07:02:42 +0000 (07:02 +0000)]
add myself as maintainer of ISS (with Jai's blessing)

Originally committed as revision 16691 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomatroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
Aurelien Jacobs [Tue, 20 Jan 2009 00:52:12 +0000 (00:52 +0000)]
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
This implies using ff_avc_parse_nal_units_buf instead of ff_avc_parse_nal_units
because with 3 bytes startcodes the parsed packet size will change, and the
size must be written before the packet content.

Originally committed as revision 16690 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse "" instead of <> when #including non-system headers.
Diego Biurrun [Mon, 19 Jan 2009 23:41:46 +0000 (23:41 +0000)]
Use "" instead of <> when #including non-system headers.

Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix probing of files with ID3v2 tags. Discussed at
Alex Converse [Mon, 19 Jan 2009 21:54:06 +0000 (21:54 +0000)]
Fix probing of files with ID3v2 tags. Discussed at
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html

Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove detection of mmsh protocol in ffplay.
Aurelien Jacobs [Mon, 19 Jan 2009 21:39:07 +0000 (21:39 +0000)]
Remove detection of mmsh protocol in ffplay.
This is useless as long as mmsh is not implemented in libavformat.
This is a revert of r10936.

Originally committed as revision 16687 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRestore mistakenly removed period after "DivX, Inc".
Diego Biurrun [Mon, 19 Jan 2009 17:01:22 +0000 (17:01 +0000)]
Restore mistakenly removed period after "DivX, Inc".

Originally committed as revision 16686 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadd T263. works on samples/V-codecs/T263/
Ben Littler [Mon, 19 Jan 2009 16:11:46 +0000 (16:11 +0000)]
add T263. works on samples/V-codecs/T263/

Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun [Mon, 19 Jan 2009 15:46:40 +0000 (15:46 +0000)]
cosmetics: Remove pointless period after copyright statement non-sentences.

Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDrop the deprecated av_init_random() at the next libavutil major bump.
Stefano Sabatini [Sun, 18 Jan 2009 23:07:30 +0000 (23:07 +0000)]
Drop the deprecated av_init_random() at the next libavutil major bump.

Originally committed as revision 16683 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoReplace calls to the deprecated function av_init_random() with
Stefano Sabatini [Sun, 18 Jan 2009 23:04:33 +0000 (23:04 +0000)]
Replace calls to the deprecated function av_init_random() with
corresponding calls to av_random_init().

Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomoves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs [Sun, 18 Jan 2009 22:57:40 +0000 (22:57 +0000)]
moves mid_pred() into mathops.h (with arch specific code split by directory)

Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
Aurelien Jacobs [Sun, 18 Jan 2009 22:53:28 +0000 (22:53 +0000)]
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
with the opposed meaning

Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDeprecate av_init_random() in favour of av_random_init(), with a more natural
Stefano Sabatini [Sun, 18 Jan 2009 22:50:57 +0000 (22:50 +0000)]
Deprecate av_init_random() in favour of av_random_init(), with a more natural
name and order of parameters.

Originally committed as revision 16679 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoImplement a var for containing the current year number rather than
Stefano Sabatini [Sun, 18 Jan 2009 21:40:26 +0000 (21:40 +0000)]
Implement a var for containing the current year number rather than
hardcode it in the banner string.

Originally committed as revision 16678 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change
Måns Rullgård [Sun, 18 Jan 2009 20:43:11 +0000 (20:43 +0000)]
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change

Originally committed as revision 16677 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: add -mieee to CFLAGS
Måns Rullgård [Sun, 18 Jan 2009 18:31:54 +0000 (18:31 +0000)]
Alpha: add -mieee to CFLAGS

Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: fix pix_abs16
Måns Rullgård [Sun, 18 Jan 2009 18:31:52 +0000 (18:31 +0000)]
Alpha: fix pix_abs16

Originally committed as revision 16675 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoconfigure: add fastdiv to CONFIG_LIST
Måns Rullgård [Sun, 18 Jan 2009 18:29:57 +0000 (18:29 +0000)]
configure: add fastdiv to CONFIG_LIST

Originally committed as revision 16674 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomatroskadec: merge ByteIOContext declarations at upper level
Aurelien Jacobs [Sun, 18 Jan 2009 17:26:24 +0000 (17:26 +0000)]
matroskadec: merge ByteIOContext declarations at upper level

Originally committed as revision 16673 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomatroskadec: parse the WAVEFORMATEX header and discard it from extradata
Aurelien Jacobs [Sun, 18 Jan 2009 17:13:12 +0000 (17:13 +0000)]
matroskadec: parse the WAVEFORMATEX header and discard it from extradata

Originally committed as revision 16672 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix 10L in r16670 (broke deblocking code)
Jason Garrett-Glaser [Sun, 18 Jan 2009 07:20:12 +0000 (07:20 +0000)]
Fix 10L in r16670 (broke deblocking code)

Originally committed as revision 16671 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFaster VC-1 C loopfilter using lots of xor magic
Jason Garrett-Glaser [Sun, 18 Jan 2009 07:14:36 +0000 (07:14 +0000)]
Faster VC-1 C loopfilter using lots of xor magic

Originally committed as revision 16670 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agodct-test: add Alpha idct
Måns Rullgård [Sun, 18 Jan 2009 05:52:20 +0000 (05:52 +0000)]
dct-test: add Alpha idct

Originally committed as revision 16669 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: add ff_ prefix to idct functions
Måns Rullgård [Sun, 18 Jan 2009 05:52:17 +0000 (05:52 +0000)]
Alpha: add ff_ prefix to idct functions

Originally committed as revision 16668 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: indentation
Måns Rullgård [Sun, 18 Jan 2009 05:52:15 +0000 (05:52 +0000)]
Alpha: indentation

Originally committed as revision 16667 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: proper IDCT selection
Måns Rullgård [Sun, 18 Jan 2009 05:52:12 +0000 (05:52 +0000)]
Alpha: proper IDCT selection

Only select the Alpha IDCT if auto or explicitly requested.  Also
disable it in lowres mode.

Originally committed as revision 16666 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: add some const, kill some warnings
Måns Rullgård [Sun, 18 Jan 2009 05:52:08 +0000 (05:52 +0000)]
Alpha: add some const, kill some warnings

Originally committed as revision 16665 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadd jp2 formater in image2 muxer
Baptiste Coudurier [Sun, 18 Jan 2009 01:48:14 +0000 (01:48 +0000)]
add jp2 formater in image2 muxer

Originally committed as revision 16664 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agojpeg2k is intra only codec
Baptiste Coudurier [Sun, 18 Jan 2009 00:47:46 +0000 (00:47 +0000)]
jpeg2k is intra only codec

Originally committed as revision 16663 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCopy width/height for subtitle streams (needed for scodec copy of mov/mp4
David Conrad [Sat, 17 Jan 2009 23:54:27 +0000 (23:54 +0000)]
Copy width/height for subtitle streams (needed for scodec copy of mov/mp4
timed text)

Originally committed as revision 16662 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: factor common parts from dct_unquantize_h263_intra/inter_axp
Måns Rullgård [Sat, 17 Jan 2009 21:44:58 +0000 (21:44 +0000)]
Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp

Originally committed as revision 16661 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAlpha: fix dct_unquantize_h263_inter/intra_axp()
Måns Rullgård [Sat, 17 Jan 2009 21:44:56 +0000 (21:44 +0000)]
Alpha: fix dct_unquantize_h263_inter/intra_axp()

Originally committed as revision 16660 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomatch format in names list separated by commas
Baptiste Coudurier [Sat, 17 Jan 2009 21:40:27 +0000 (21:40 +0000)]
match format in names list separated by commas

Originally committed as revision 16659 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadded demuxer for FunCom ISS audio files,
Stefan Gehrer [Sat, 17 Jan 2009 20:08:43 +0000 (20:08 +0000)]
added demuxer for FunCom ISS audio files,
extended ADPCM decoder by ISS specific IMA variant

Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse shared sine window instead of defining another one.
Vitor Sessak [Sat, 17 Jan 2009 20:06:08 +0000 (20:06 +0000)]
Use shared sine window instead of defining another one.

Originally committed as revision 16657 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUpdate regression tests after r16651
David Conrad [Sat, 17 Jan 2009 18:34:47 +0000 (18:34 +0000)]
Update regression tests after r16651

Originally committed as revision 16656 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix compilation with --enable-libxvid.
Carl Eugen Hoyos [Sat, 17 Jan 2009 12:51:26 +0000 (12:51 +0000)]
Fix compilation with --enable-libxvid.

Originally committed as revision 16655 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoremove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs [Sat, 17 Jan 2009 12:21:01 +0000 (12:21 +0000)]
remove ff_get_fourcc() and use AV_RL32() instead

Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoexport gcd function as av_gcd()
Aurelien Jacobs [Sat, 17 Jan 2009 11:13:33 +0000 (11:13 +0000)]
export gcd function as av_gcd()

Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCosmetics: indent
David Conrad [Sat, 17 Jan 2009 04:31:42 +0000 (04:31 +0000)]
Cosmetics: indent

Originally committed as revision 16652 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoTreat disposition==0 as undefined and don't write the default flag
David Conrad [Sat, 17 Jan 2009 04:31:14 +0000 (04:31 +0000)]
Treat disposition==0 as undefined and don't write the default flag

Originally committed as revision 16651 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFlush the buffer after writing the header and when done with writing the files
David Conrad [Sat, 17 Jan 2009 04:30:36 +0000 (04:30 +0000)]
Flush the buffer after writing the header and when done with writing the files
Fixes writing small (~4kb) files.

Originally committed as revision 16650 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove CODEC_ID_H264_VDPAU.
Carl Eugen Hoyos [Sat, 17 Jan 2009 01:17:04 +0000 (01:17 +0000)]
Remove CODEC_ID_H264_VDPAU.

Originally committed as revision 16649 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoPrint a warning and fail if the graph description cannot be
Stefano Sabatini [Fri, 16 Jan 2009 23:56:53 +0000 (23:56 +0000)]
Print a warning and fail if the graph description cannot be
parsed.

Originally committed as revision 16648 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoremove duplicate tables
Stefan Gehrer [Fri, 16 Jan 2009 20:46:38 +0000 (20:46 +0000)]
remove duplicate tables

Originally committed as revision 16647 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agohybrid wavpack support
Ben Littler [Fri, 16 Jan 2009 19:18:10 +0000 (19:18 +0000)]
hybrid wavpack support

Originally committed as revision 16646 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadd LM20 mimic in avi fourcc
Ben Littler [Fri, 16 Jan 2009 19:05:09 +0000 (19:05 +0000)]
add LM20 mimic in avi fourcc

Originally committed as revision 16645 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agouse assignment of structure instead of memcpy
Stefan Gehrer [Fri, 16 Jan 2009 17:58:38 +0000 (17:58 +0000)]
use assignment of structure instead of memcpy

Originally committed as revision 16644 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoWavPack hybrid mode support
Kostya Shishkov [Fri, 16 Jan 2009 17:46:19 +0000 (17:46 +0000)]
WavPack hybrid mode support

Originally committed as revision 16643 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agorename XXX_t enums to cavs_XXX to fix POSIX namespace issue
Stefan Gehrer [Fri, 16 Jan 2009 17:45:54 +0000 (17:45 +0000)]
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue

Originally committed as revision 16642 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agorename vector_t to cavs_vector
Stefan Gehrer [Fri, 16 Jan 2009 17:20:17 +0000 (17:20 +0000)]
rename vector_t to cavs_vector

Originally committed as revision 16641 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd mpeg1_vdpau decoder.
Carl Eugen Hoyos [Fri, 16 Jan 2009 16:50:32 +0000 (16:50 +0000)]
Add mpeg1_vdpau decoder.

Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMerge declaration and initialization of io_buffer_size
Reimar Döffinger [Fri, 16 Jan 2009 16:39:17 +0000 (16:39 +0000)]
Merge declaration and initialization of io_buffer_size

Originally committed as revision 16639 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake io_buffer_size unsigned to avoid a warning about comparing
Reimar Döffinger [Fri, 16 Jan 2009 16:37:54 +0000 (16:37 +0000)]
Make io_buffer_size unsigned to avoid a warning about comparing
signed and unsigned values.

Originally committed as revision 16638 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSplit ff_log_missing_feature into ff_log_missing_feature
Kenan Gillet [Fri, 16 Jan 2009 16:20:42 +0000 (16:20 +0000)]
Split ff_log_missing_feature into ff_log_missing_feature
and ff_log_ask_for_sample.
Patch by Kenan Gillet: gmail_adress(author)

Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoReturn AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal
Reimar Döffinger [Fri, 16 Jan 2009 15:35:51 +0000 (15:35 +0000)]
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal

Originally committed as revision 16636 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse AV_WB32 instead of reimplementing it.
Reimar Döffinger [Fri, 16 Jan 2009 15:34:37 +0000 (15:34 +0000)]
Use AV_WB32 instead of reimplementing it.

Originally committed as revision 16635 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.
Reimar Döffinger [Fri, 16 Jan 2009 15:32:33 +0000 (15:32 +0000)]
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.

Originally committed as revision 16634 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoReplace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)
Reimar Döffinger [Fri, 16 Jan 2009 15:30:52 +0000 (15:30 +0000)]
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)

Originally committed as revision 16633 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake unsigned int a variable that does not need to be explicitely 32 bits.
Marc Mason [Fri, 16 Jan 2009 14:03:46 +0000 (14:03 +0000)]
Make unsigned int a variable that does not need to be explicitely 32 bits.
Fixes a warning.
Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr

Originally committed as revision 16632 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadd svq3 watermark support entry
Ben Littler [Fri, 16 Jan 2009 03:46:51 +0000 (03:46 +0000)]
add svq3 watermark support entry

Originally committed as revision 16631 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago12l: Fix compilation with --disable-vdpau.
Carl Eugen Hoyos [Fri, 16 Jan 2009 02:50:20 +0000 (02:50 +0000)]
12l: Fix compilation with --disable-vdpau.

Originally committed as revision 16630 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd maxrate and bufsize specifications for iPod presets. I omitted these
Robert Swain [Fri, 16 Jan 2009 02:20:24 +0000 (02:20 +0000)]
Add maxrate and bufsize specifications for iPod presets. I omitted these
originally as I thought x264 set these automatically when specifying a level.

Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
NVIDIA Corporation [Fri, 16 Jan 2009 02:14:25 +0000 (02:14 +0000)]
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
be used by MPlayer.

Original patch by NVIDIA corporation.

Originally committed as revision 28322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoAdd VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
NVIDIA Corporation [Fri, 16 Jan 2009 02:14:07 +0000 (02:14 +0000)]
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
be used by video players.

Original patch by NVIDIA corporation.

Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agosupport h264 extradata with 0x000001 startcode
Baptiste Coudurier [Fri, 16 Jan 2009 01:26:52 +0000 (01:26 +0000)]
support h264 extradata with 0x000001 startcode

Originally committed as revision 16627 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agouse ff_avc_parse_nal_units_buf because output size might differ from input size
Baptiste Coudurier [Fri, 16 Jan 2009 01:22:30 +0000 (01:22 +0000)]
use ff_avc_parse_nal_units_buf because output size might differ from input size

Originally committed as revision 16626 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago10l, fix prototype
Baptiste Coudurier [Fri, 16 Jan 2009 01:20:31 +0000 (01:20 +0000)]
10l, fix prototype

Originally committed as revision 16625 to svn://svn.ffmpeg.org/ffmpeg/trunk