]> git.sesse.net Git - ffmpeg/log
ffmpeg
14 years agoCleanup aspect_to_info().
Michael Niedermayer [Thu, 7 Jan 2010 03:58:12 +0000 (03:58 +0000)]
Cleanup aspect_to_info().

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

14 years agoDocument several more things.
Michael Niedermayer [Thu, 7 Jan 2010 03:54:10 +0000 (03:54 +0000)]
Document several more things.

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

14 years agoDocument *VLC_BITS.
Michael Niedermayer [Thu, 7 Jan 2010 03:40:41 +0000 (03:40 +0000)]
Document *VLC_BITS.

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

14 years agoSimplify h263_get_picture_format().
Michael Niedermayer [Thu, 7 Jan 2010 03:36:46 +0000 (03:36 +0000)]
Simplify h263_get_picture_format().

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

14 years agoMark h263_get_picture_format() av_const to indicate that it has no funny
Michael Niedermayer [Thu, 7 Jan 2010 03:34:30 +0000 (03:34 +0000)]
Mark h263_get_picture_format() av_const to indicate that it has no funny
sideeffects and reads no global memory.

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

14 years agoDocument h263_get_picture_format().
Michael Niedermayer [Thu, 7 Jan 2010 03:30:45 +0000 (03:30 +0000)]
Document h263_get_picture_format().

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

14 years agoFix stream copy & transcoding one stream at the same time.
Michael Niedermayer [Thu, 7 Jan 2010 01:15:16 +0000 (01:15 +0000)]
Fix stream copy & transcoding one stream at the same time.
Fixes issue1660.

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

14 years agoCorrect indention.
Michael Niedermayer [Thu, 7 Jan 2010 00:50:34 +0000 (00:50 +0000)]
Correct indention.

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

14 years agoMove the definitions of data_buf and data_size closer to where they are used.
Michael Niedermayer [Thu, 7 Jan 2010 00:47:23 +0000 (00:47 +0000)]
Move the definitions of data_buf and data_size closer to where they are used.

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

14 years ago100l: Fix compilation after r21037.
Carl Eugen Hoyos [Wed, 6 Jan 2010 23:15:33 +0000 (23:15 +0000)]
100l: Fix compilation after r21037.

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

14 years agoStop the approximation in bessel() once it does no longer improve.
Michael Niedermayer [Wed, 6 Jan 2010 22:40:52 +0000 (22:40 +0000)]
Stop the approximation in bessel() once it does no longer improve.
This is faster.

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

14 years agoHandle more ADPCM codecs in av_get_bits_per_sample().
Daniel Verkamp [Wed, 6 Jan 2010 21:51:20 +0000 (21:51 +0000)]
Handle more ADPCM codecs in av_get_bits_per_sample().

This removes some special-case code from riff.c.
CODEC_ID_ADPCM_G726 is still handled in riff.c as before because it is
not guaranteed to be fixed 4 bits per sample.

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

14 years agoAdd an entry for the avfilter_add_colorspace() API change.
Stefano Sabatini [Wed, 6 Jan 2010 16:22:15 +0000 (16:22 +0000)]
Add an entry for the avfilter_add_colorspace() API change.

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

14 years agoChange avfilter_add_colorspace() to make it accept **avff rather than
Stefano Sabatini [Wed, 6 Jan 2010 16:19:13 +0000 (16:19 +0000)]
Change avfilter_add_colorspace() to make it accept **avff rather than
*avff, so that an AVFilterFormats struct is created and returned by
the function if *avff is NULL.

Make the function use more convenient.

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

14 years agoFix entry on concatenating multiple yuv4mpegpipe streams.
John Van Sickle [Wed, 6 Jan 2010 13:49:31 +0000 (13:49 +0000)]
Fix entry on concatenating multiple yuv4mpegpipe streams.
patch by John Van Sickle, john.vansickle gmail com

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

14 years agoadd another mjpeg fourcc to riff.c list
Ben Littler [Tue, 5 Jan 2010 20:14:50 +0000 (20:14 +0000)]
add another mjpeg fourcc to riff.c list

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

14 years agoUse correct context for av_log(), should prevent a crash for malformed files.
Francesco Lavra [Tue, 5 Jan 2010 16:25:41 +0000 (16:25 +0000)]
Use correct context for av_log(), should prevent a crash for malformed files.

Patch by Francesco Lavra (francescolavra at interfree dot it).

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

14 years agoAdd a few explanatory comments to cornercase workarounds.
Diego Biurrun [Tue, 5 Jan 2010 10:18:01 +0000 (10:18 +0000)]
Add a few explanatory comments to cornercase workarounds.

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

14 years agoReplace array operator [] with direct access via pointer.
Thilo Borgmann [Tue, 5 Jan 2010 01:16:02 +0000 (01:16 +0000)]
Replace array operator [] with direct access via pointer.
Solves issue 1657.

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

14 years agoCosmetics: Fix indentation and comment after r21027.
Carl Eugen Hoyos [Tue, 5 Jan 2010 01:14:38 +0000 (01:14 +0000)]
Cosmetics: Fix indentation and comment after r21027.

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

14 years agoSupport decoding raw 2bpp in mov, fixes issue 1528.
Carl Eugen Hoyos [Tue, 5 Jan 2010 01:11:45 +0000 (01:11 +0000)]
Support decoding raw 2bpp in mov, fixes issue 1528.

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

14 years agoImprove readability of 4bpp raw decoder and prepare for supporting 2bpp.
Carl Eugen Hoyos [Tue, 5 Jan 2010 00:41:29 +0000 (00:41 +0000)]
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.

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

14 years agocosmetics, remove useless parentheses, add space
Baptiste Coudurier [Mon, 4 Jan 2010 22:59:43 +0000 (22:59 +0000)]
cosmetics, remove useless parentheses, add space

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

14 years agosimplify error handling in mov_read_default
Baptiste Coudurier [Mon, 4 Jan 2010 22:58:19 +0000 (22:58 +0000)]
simplify error handling in mov_read_default

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

14 years agoremove no more needed MOVAtom.offset field
Baptiste Coudurier [Mon, 4 Jan 2010 22:51:38 +0000 (22:51 +0000)]
remove no more needed MOVAtom.offset field

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

14 years agoremove useless code skipping data at end of hdlr atom, already done in mov_read_default
Baptiste Coudurier [Mon, 4 Jan 2010 22:48:27 +0000 (22:48 +0000)]
remove useless code skipping data at end of hdlr atom, already done in mov_read_default

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

14 years agoRegister myself as libdirac libschroedinger and libtheora maintainer
David Conrad [Mon, 4 Jan 2010 22:29:53 +0000 (22:29 +0000)]
Register myself as libdirac libschroedinger and libtheora maintainer

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

14 years agoRemove forward declarations.
Ronald S. Bultje [Mon, 4 Jan 2010 19:55:43 +0000 (19:55 +0000)]
Remove forward declarations.

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

14 years agoReindent after last commit
Vitor Sessak [Mon, 4 Jan 2010 19:26:08 +0000 (19:26 +0000)]
Reindent after last commit

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

14 years agoAdd missing "static" qualifier
Vitor Sessak [Mon, 4 Jan 2010 19:25:44 +0000 (19:25 +0000)]
Add missing "static" qualifier

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

14 years agoMark http_log() as static; it is only used in this file.
Diego Biurrun [Mon, 4 Jan 2010 17:55:52 +0000 (17:55 +0000)]
Mark http_log() as static; it is only used in this file.

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

14 years agoFix VDPAU check to avoid printing spurious messages to the console.
Diego Biurrun [Mon, 4 Jan 2010 16:29:19 +0000 (16:29 +0000)]
Fix VDPAU check to avoid printing spurious messages to the console.

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

14 years agoAdd myself as HTTP maintainer.
Ronald S. Bultje [Mon, 4 Jan 2010 15:52:26 +0000 (15:52 +0000)]
Add myself as HTTP maintainer.

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

14 years agoDo not print libvdpau upgrade advice on platforms without vdpau
Jai Menon [Mon, 4 Jan 2010 15:06:28 +0000 (15:06 +0000)]
Do not print libvdpau upgrade advice on platforms without vdpau
headers installed.

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

14 years agoThe H.263 wrong_run table is only for encoding; only enable it in such cases.
avcoder [Mon, 4 Jan 2010 13:21:18 +0000 (13:21 +0000)]
The H.263 wrong_run table is only for encoding; only enable it in such cases.
patch by avcoder, ffmpeg gmail com

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

14 years agoVAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.
Gwenole Beauchesne [Mon, 4 Jan 2010 09:23:24 +0000 (09:23 +0000)]
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.

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

14 years agoFix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
Gwenole Beauchesne [Mon, 4 Jan 2010 09:19:32 +0000 (09:19 +0000)]
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
so we can't use SSE-optimized routines.

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

14 years agoAdd support for these widely-used iTunes metadata fields: Album Artist,
Mike Melanson [Mon, 4 Jan 2010 02:52:40 +0000 (02:52 +0000)]
Add support for these widely-used iTunes metadata fields: Album Artist,
Grouping, and Lyrics.

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

14 years agoMake avfilter_all_colorspaces() add to the returned list of pixel
Stefano Sabatini [Mon, 4 Jan 2010 00:08:11 +0000 (00:08 +0000)]
Make avfilter_all_colorspaces() add to the returned list of pixel
formats only the non-HW-accelerated formats, for which there is no
sense in filtering.

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

14 years agoAdd an entry for the avfilter_add_colorspace() API addition.
Stefano Sabatini [Sun, 3 Jan 2010 22:29:18 +0000 (22:29 +0000)]
Add an entry for the avfilter_add_colorspace() API addition.

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

14 years agoImplement avfilter_add_colorspace().
Stefano Sabatini [Sun, 3 Jan 2010 22:26:59 +0000 (22:26 +0000)]
Implement avfilter_add_colorspace().

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

14 years agoDocument avcodec_pix_fmt_to_codec_tag().
Stefano Sabatini [Sun, 3 Jan 2010 21:21:41 +0000 (21:21 +0000)]
Document avcodec_pix_fmt_to_codec_tag().

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

14 years agoPrefer enum PixelFormat over int for the type of the format parameter
Stefano Sabatini [Sun, 3 Jan 2010 15:20:07 +0000 (15:20 +0000)]
Prefer enum PixelFormat over int for the type of the format parameter
of getSubSampleFactors().

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

14 years agoPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
Stefano Sabatini [Sun, 3 Jan 2010 14:35:20 +0000 (14:35 +0000)]
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
swscale_configuration() and swscale_license() functions, consistent
with the rest of FFmpeg.

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

14 years agoPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
Stefano Sabatini [Sun, 3 Jan 2010 14:31:25 +0000 (14:31 +0000)]
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
XXX_license() functions, consistent with the rest of FFmpeg.

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

14 years agoDefine device_try_init() as static in libavdevice/v4l2.c.
Reinhard Tartler [Sun, 3 Jan 2010 10:43:36 +0000 (10:43 +0000)]
Define device_try_init() as static in libavdevice/v4l2.c.
Patch by Reinhard Tartler (siretart AT tauware DOT de).

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

14 years agoSimplify usePal() macro, make it use av_pix_fmt_descriptors.
Stefano Sabatini [Sun, 3 Jan 2010 00:22:49 +0000 (00:22 +0000)]
Simplify usePal() macro, make it use av_pix_fmt_descriptors.

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

14 years agoSimplify getSubSampleFactors(), make it use the values provided by
Stefano Sabatini [Sun, 3 Jan 2010 00:09:24 +0000 (00:09 +0000)]
Simplify getSubSampleFactors(), make it use the values provided by
av_pix_fmt_descriptors().

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

14 years agoReduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it
Reimar Döffinger [Sat, 2 Jan 2010 17:48:08 +0000 (17:48 +0000)]
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it
causes no significant speed difference and can avoid compilation issues with
--enable-pic.

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

14 years ago10l, my last commit (r21001) broke regression tests.
Vitor Sessak [Sat, 2 Jan 2010 12:29:00 +0000 (12:29 +0000)]
10l, my last commit (r21001) broke regression tests.

FATE tests might need updating too.

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

14 years agoSmall ELBG optimization: use last pixel as a initial guess for the codebook
Vitor Sessak [Sat, 2 Jan 2010 12:15:09 +0000 (12:15 +0000)]
Small ELBG optimization: use last pixel as a initial guess for the codebook
entry.

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

14 years agoUse av_match_ext() in place of the deprecated match_ext() function.
Stefano Sabatini [Fri, 1 Jan 2010 23:56:09 +0000 (23:56 +0000)]
Use av_match_ext() in place of the deprecated match_ext() function.

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

14 years agoAdd an entry for the av_match_ext() addition.
Stefano Sabatini [Fri, 1 Jan 2010 23:53:02 +0000 (23:53 +0000)]
Add an entry for the av_match_ext() addition.

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

14 years agoDeprecate match_ext() in favor of av_match_ext(), and mark it for
Stefano Sabatini [Fri, 1 Jan 2010 23:50:10 +0000 (23:50 +0000)]
Deprecate match_ext() in favor of av_match_ext(), and mark it for
deletion at the next major bump.

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

14 years agoAdjust threshold for xvid packed b frame detection.
Michael Niedermayer [Fri, 1 Jan 2010 21:32:48 +0000 (21:32 +0000)]
Adjust threshold for xvid packed b frame detection.
Also add xvid_build check.
If you note any packed bitstream regression, check this commit first and report it.
Fixes issue1652

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

14 years agoIt appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.
Michael Niedermayer [Fri, 1 Jan 2010 21:07:52 +0000 (21:07 +0000)]
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.

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

14 years agoUpdate this_year value.
Stefano Sabatini [Fri, 1 Jan 2010 15:07:35 +0000 (15:07 +0000)]
Update this_year value.

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

14 years agoUse av_guess_format() in place of the deprecated guess_format().
Stefano Sabatini [Fri, 1 Jan 2010 12:58:03 +0000 (12:58 +0000)]
Use av_guess_format() in place of the deprecated guess_format().

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

14 years agoReindent.
Stefano Sabatini [Fri, 1 Jan 2010 12:52:20 +0000 (12:52 +0000)]
Reindent.

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

14 years agoAdd an entry for the av_guess_format() addition.
Stefano Sabatini [Fri, 1 Jan 2010 12:50:23 +0000 (12:50 +0000)]
Add an entry for the av_guess_format() addition.

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

14 years agoDeprecate guess_format() in favor of av_guess_format().
Stefano Sabatini [Fri, 1 Jan 2010 12:46:24 +0000 (12:46 +0000)]
Deprecate guess_format() in favor of av_guess_format().

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

14 years agoFix typo.
Stefano Sabatini [Fri, 1 Jan 2010 12:29:22 +0000 (12:29 +0000)]
Fix typo.

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

14 years agoRemove residual use of the doxygen markup which is deprecated,
Stefano Sabatini [Fri, 1 Jan 2010 12:28:18 +0000 (12:28 +0000)]
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122.

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

14 years agoDo not needlessly use the BP register in x86_64-specific code, there are
Reimar Döffinger [Fri, 1 Jan 2010 09:46:24 +0000 (09:46 +0000)]
Do not needlessly use the BP register in x86_64-specific code, there are
enough other registers available that are less likely to cause issues.

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

14 years agoDocument guess_format().
Stefano Sabatini [Thu, 31 Dec 2009 16:38:21 +0000 (16:38 +0000)]
Document guess_format().

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

14 years agoDeprecate and mark for deletion the function guess_stream_format(),
Stefano Sabatini [Thu, 31 Dec 2009 14:12:58 +0000 (14:12 +0000)]
Deprecate and mark for deletion the function guess_stream_format(),
and clone its code to ffserver_guess_format() in ffserver.c.

guess_stream_format() is hackish since it relies on some undocumented
properties of the name of the muxers (wich is currently only relevant
for the ASF muxer), and has no use outside ffserver.c.

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

14 years agoRemove unused function msmpeg4_memsetw().
Diego Biurrun [Thu, 31 Dec 2009 01:27:47 +0000 (01:27 +0000)]
Remove unused function msmpeg4_memsetw().
It is an exact duplicate of memsetw() in h263.c.

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

14 years agoFix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.
Carl Eugen Hoyos [Thu, 31 Dec 2009 01:08:10 +0000 (01:08 +0000)]
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.

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

14 years agoSupport raw black&white in mov, fixes issue 1654.
Carl Eugen Hoyos [Wed, 30 Dec 2009 22:58:49 +0000 (22:58 +0000)]
Support raw black&white in mov, fixes issue 1654.

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

14 years agoRemove outdated comments.
Luca Abeni [Wed, 30 Dec 2009 17:12:29 +0000 (17:12 +0000)]
Remove outdated comments.

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

14 years agoRename internal function
Luca Barbato [Wed, 30 Dec 2009 16:19:28 +0000 (16:19 +0000)]
Rename internal function
sdp_read_packet -> rtsp_fetch_packet

This way describes slightly better what it does.

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

14 years agocosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
Diego Biurrun [Wed, 30 Dec 2009 16:10:52 +0000 (16:10 +0000)]
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.

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

14 years ago10l: Move ff_mpeg4_pred_dc() to an appropriate place.
Diego Biurrun [Wed, 30 Dec 2009 16:08:47 +0000 (16:08 +0000)]
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
It is used by both encoders and decoders and should not be below
a CONFIG_ENCODERS preprocessor check.

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

14 years agocosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
Diego Biurrun [Wed, 30 Dec 2009 14:51:46 +0000 (14:51 +0000)]
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.

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

14 years agocosmetics: Move H.263-related functions around to avoid forward declarations.
Diego Biurrun [Wed, 30 Dec 2009 14:34:14 +0000 (14:34 +0000)]
cosmetics: Move H.263-related functions around to avoid forward declarations.

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

14 years agocosmetics: Reorder functions to avoid forward declarations.
Diego Biurrun [Wed, 30 Dec 2009 14:15:12 +0000 (14:15 +0000)]
cosmetics: Reorder functions to avoid forward declarations.

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

14 years agoRemove unnecessary forward declaration for msmpeg4_memsetw().
Diego Biurrun [Wed, 30 Dec 2009 13:48:03 +0000 (13:48 +0000)]
Remove unnecessary forward declaration for msmpeg4_memsetw().

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

14 years agoGet rid of pointless CONFIG_ANY_H263 preprocessor definition.
Diego Biurrun [Wed, 30 Dec 2009 11:33:59 +0000 (11:33 +0000)]
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.

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

14 years agoAdd required header #includes for mpegvideo.h and config.h.
Diego Biurrun [Wed, 30 Dec 2009 11:22:41 +0000 (11:22 +0000)]
Add required header #includes for mpegvideo.h and config.h.

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

14 years agoEliminate CONFIG_ANY_H263_DECODER preprocessor definition.
Diego Biurrun [Wed, 30 Dec 2009 11:07:04 +0000 (11:07 +0000)]
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
It is just a logical OR of several decoder definitions, all of which depend on
CONFIG_H263_DECODER. So it can just be replaced by the latter.

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

14 years agoGet rid of pointless CONFIG_WMV_DECODER definition.
Diego Biurrun [Wed, 30 Dec 2009 02:09:51 +0000 (02:09 +0000)]
Get rid of pointless CONFIG_WMV_DECODER definition.

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

14 years agoGet rid of pointless CONFIG_WMV2 definition.
Diego Biurrun [Wed, 30 Dec 2009 02:08:25 +0000 (02:08 +0000)]
Get rid of pointless CONFIG_WMV2 definition.

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

14 years agoSimplify CONFIG_ANY_H263_DECODER preprocessor definition:
Diego Biurrun [Wed, 30 Dec 2009 02:01:19 +0000 (02:01 +0000)]
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
There is no need to list decoders that enable the H.263 decoder anyway.

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

14 years agoRemove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
Diego Biurrun [Tue, 29 Dec 2009 18:26:31 +0000 (18:26 +0000)]
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.

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

14 years agoRemove pointless CONFIG_MLP_DECODER preprocessor check.
Diego Biurrun [Tue, 29 Dec 2009 17:20:19 +0000 (17:20 +0000)]
Remove pointless CONFIG_MLP_DECODER preprocessor check.
The file is only ever compiled if the MLP decoder is enabled.

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

14 years agoNeither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
Diego Biurrun [Tue, 29 Dec 2009 17:16:07 +0000 (17:16 +0000)]
Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.

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

14 years agoThe MLP decoder depends on the MLP parser.
Diego Biurrun [Tue, 29 Dec 2009 14:18:27 +0000 (14:18 +0000)]
The MLP decoder depends on the MLP parser.

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

14 years agoEnable the TrueHD decoder when the MLP decoder is enabled.
Diego Biurrun [Tue, 29 Dec 2009 13:48:48 +0000 (13:48 +0000)]
Enable the TrueHD decoder when the MLP decoder is enabled.
They share all code, there is no point in enabling one but not the other.

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

14 years agoDeclare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.
Diego Biurrun [Tue, 29 Dec 2009 13:14:41 +0000 (13:14 +0000)]
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.

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

14 years agoFix colours for QT JPEG2000, fixes issue 1540.
Carl Eugen Hoyos [Tue, 29 Dec 2009 12:00:28 +0000 (12:00 +0000)]
Fix colours for QT JPEG2000, fixes issue 1540.

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

14 years agoUse correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.
Carl Eugen Hoyos [Tue, 29 Dec 2009 11:53:51 +0000 (11:53 +0000)]
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.

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

14 years agoDeclare AAC parser dependencies in configure.
Diego Biurrun [Tue, 29 Dec 2009 11:42:16 +0000 (11:42 +0000)]
Declare AAC parser dependencies in configure.
This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.

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

14 years agoThe S/P-DIF muxer depends on mpeg4audio.o.
Diego Biurrun [Tue, 29 Dec 2009 11:33:51 +0000 (11:33 +0000)]
The S/P-DIF muxer depends on mpeg4audio.o.

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

14 years agoDeclare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
Diego Biurrun [Tue, 29 Dec 2009 11:11:07 +0000 (11:11 +0000)]
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.

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

14 years agoAdd myself as VAAPI maintainer.
Gwenole Beauchesne [Tue, 29 Dec 2009 09:13:53 +0000 (09:13 +0000)]
Add myself as VAAPI maintainer.

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

14 years agoAdd H.264 bitstream decoding through VAAPI.
Gwenole Beauchesne [Tue, 29 Dec 2009 08:48:18 +0000 (08:48 +0000)]
Add H.264 bitstream decoding through VAAPI.

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

14 years agovc1_parser.o does not depend on h263dec.o and intrax8.o.
Diego Biurrun [Tue, 29 Dec 2009 02:51:38 +0000 (02:51 +0000)]
vc1_parser.o does not depend on h263dec.o and intrax8.o.

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

14 years agoDo not explicitely set thread_count in the codec context.
Michael Dorr [Mon, 28 Dec 2009 22:46:46 +0000 (22:46 +0000)]
Do not explicitely set thread_count in the codec context.
This is already done by avcodec_thread_init().

Patch by Michael Dorr <dorr <at> inb.uni-luebeck.de>.

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

14 years agoSet thread_count in the decoder before to open it.
Stefano Sabatini [Mon, 28 Dec 2009 21:49:56 +0000 (21:49 +0000)]
Set thread_count in the decoder before to open it.

This is safer since avcodec_open() may initialize some structure using
the thread_count default value which will be changed later, causing
potential security / stability issues.

Also do not explicitely set the thread_count value in the decoder,
since this is already done by avcodec_thread_init().

See the thread:
"[FFmpeg-devel] [PATCH] Make ffplay define in the encoder the number of threads *before* to open it",
started in date 2008-03-08.

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

14 years agoDeclare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.
Diego Biurrun [Mon, 28 Dec 2009 18:05:34 +0000 (18:05 +0000)]
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.

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