summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-301-0/+1
* cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun2009-12-301-493/+478
* 10l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun2009-12-301-79/+79
* cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun2009-12-301-579/+572
* cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun2009-12-301-408/+398
* cosmetics: Reorder functions to avoid forward declarations.Diego Biurrun2009-12-301-366/+356
* Remove unnecessary forward declaration for msmpeg4_memsetw().Diego Biurrun2009-12-301-1/+0
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-304-39/+6
* Add required header #includes for mpegvideo.h and config.h.Diego Biurrun2009-12-301-0/+2
* Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.Diego Biurrun2009-12-301-5/+1
* Get rid of pointless CONFIG_WMV_DECODER definition.Diego Biurrun2009-12-302-2/+2
* Get rid of pointless CONFIG_WMV2 definition.Diego Biurrun2009-12-303-3/+2
* Simplify CONFIG_ANY_H263_DECODER preprocessor definition:Diego Biurrun2009-12-301-5/+0
* Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.Diego Biurrun2009-12-291-2/+0
* Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun2009-12-291-2/+0
* Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.Diego Biurrun2009-12-291-3/+2
* The MLP decoder depends on the MLP parser.Diego Biurrun2009-12-291-1/+1
* Enable the TrueHD decoder when the MLP decoder is enabled.Diego Biurrun2009-12-291-1/+0
* Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.Diego Biurrun2009-12-291-5/+1
* Fix colours for QT JPEG2000, fixes issue 1540.Carl Eugen Hoyos2009-12-291-1/+1
* Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.Carl Eugen Hoyos2009-12-291-1/+1
* Declare AAC parser dependencies in configure.Diego Biurrun2009-12-291-6/+2
* The S/P-DIF muxer depends on mpeg4audio.o.Diego Biurrun2009-12-291-1/+2
* Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.Diego Biurrun2009-12-291-8/+2
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-293-0/+362
* vc1_parser.o does not depend on h263dec.o and intrax8.o.Diego Biurrun2009-12-291-2/+1
* Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun2009-12-281-4/+2
* Declare dependencies for H.263 family decoders in configure.Diego Biurrun2009-12-281-12/+3
* Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun2009-12-281-1/+1
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-282-12/+6
* cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun2009-12-281-6/+0
* Use VA_INVALID_ID instead of hard coded values.Gwenole Beauchesne2009-12-283-7/+7
* Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().Gwenole Beauchesne2009-12-285-5/+5
* Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().Gwenole Beauchesne2009-12-285-8/+8
* Remove commented-out debug console output.Diego Biurrun2009-12-271-45/+0
* cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun2009-12-271-13/+14
* 16-bit Interplay video does not need palette controlKostya Shishkov2009-12-271-3/+3
* Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov2009-12-271-4/+369
* 16-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov2009-12-271-6/+27
* 10l trocadero: forgot one case where picture linesize should be usedKostya Shishkov2009-12-271-1/+1
* cosmetics: reindent and break long lines after last commitsKostya Shishkov2009-12-271-13/+15
* Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov2009-12-271-4/+13
* Use frame linesize in Interplay Video block copying functionKostya Shishkov2009-12-271-2/+2
* Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov2009-12-271-24/+24
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-271-1/+7
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-271-5/+6
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-261-1/+2
* cosmetics: reindentKostya Shishkov2009-12-251-8/+8
* cosmetics: Reformat some function declarations.Diego Biurrun2009-12-241-18/+17
* Auravision Aura 2 decoderKostya Shishkov2009-12-234-1/+141
OpenPOWER on IntegriCloud