summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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 myself as VAAPI maintainer.Gwenole Beauchesne2009-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
* Do not explicitely set thread_count in the codec context.Michael Dorr2009-12-28
* Set thread_count in the decoder before to open it.Stefano Sabatini2009-12-28
* 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
* Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to there.Gwenole Beauchesne2009-12-28
* Remove a useless local variable.Luca Abeni2009-12-28
* Remove outdated commentLuca Abeni2009-12-28
* Remove an unneeded local variable.Luca Abeni2009-12-28
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-28
* Mark conditionally used variable as av_unused, fixes the warning:Diego Biurrun2009-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
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-27
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-27
* Remove commented-out debug console output.Diego Biurrun2009-12-27
* cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun2009-12-27
* 16-bit Interplay video does not need palette controlKostya Shishkov2009-12-27
* Document av_gcd().Michael Niedermayer2009-12-27
* Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov2009-12-27
* 16-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov2009-12-27
* 10l trocadero: forgot one case where picture linesize should be usedKostya Shishkov2009-12-27
* cosmetics: reindent and break long lines after last commitsKostya Shishkov2009-12-27
* Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov2009-12-27
* Use frame linesize in Interplay Video block copying functionKostya Shishkov2009-12-27
* Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov2009-12-27
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-27
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-27
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-26
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26