summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-05
* Reindent after last commitVitor Sessak2010-01-04
* Add missing "static" qualifierVitor Sessak2010-01-04
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-04
* VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.Gwenole Beauchesne2010-01-04
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-04
* Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-02
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-01
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-01
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-31
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-31
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-30
* cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun2009-12-30
* 10l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun2009-12-30
* cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun2009-12-30
* cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun2009-12-30
* cosmetics: Reorder functions to avoid forward declarations.Diego Biurrun2009-12-30
* Remove unnecessary forward declaration for msmpeg4_memsetw().Diego Biurrun2009-12-30
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-30
* Add required header #includes for mpegvideo.h and config.h.Diego Biurrun2009-12-30
* Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.Diego Biurrun2009-12-30
* Get rid of pointless CONFIG_WMV_DECODER definition.Diego Biurrun2009-12-30
* Get rid of pointless CONFIG_WMV2 definition.Diego Biurrun2009-12-30
* Simplify CONFIG_ANY_H263_DECODER preprocessor definition:Diego Biurrun2009-12-30
* Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.Diego Biurrun2009-12-29
* Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun2009-12-29
* Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.Diego Biurrun2009-12-29
* The MLP decoder depends on the MLP parser.Diego Biurrun2009-12-29
* Enable the TrueHD decoder when the MLP decoder is enabled.Diego Biurrun2009-12-29
* Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.Diego Biurrun2009-12-29
* Fix colours for QT JPEG2000, fixes issue 1540.Carl Eugen Hoyos2009-12-29
* Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.Carl Eugen Hoyos2009-12-29
* Declare AAC parser dependencies in configure.Diego Biurrun2009-12-29
* The S/P-DIF muxer depends on mpeg4audio.o.Diego Biurrun2009-12-29
* Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.Diego Biurrun2009-12-29
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-29
* vc1_parser.o does not depend on h263dec.o and intrax8.o.Diego Biurrun2009-12-29
* Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun2009-12-28
* Declare dependencies for H.263 family decoders in configure.Diego Biurrun2009-12-28
* Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun2009-12-28
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-28
* cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun2009-12-28
* Use VA_INVALID_ID instead of hard coded values.Gwenole Beauchesne2009-12-28
* Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().Gwenole Beauchesne2009-12-28
* Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().Gwenole Beauchesne2009-12-28
* Remove commented-out debug console output.Diego Biurrun2009-12-27