summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-26
* cosmetics: reindentKostya Shishkov2009-12-25
* cosmetics: Reformat some function declarations.Diego Biurrun2009-12-24
* Auravision Aura 2 decoderKostya Shishkov2009-12-23
* Add Auravision Aura decoding supportKostya Shishkov2009-12-23
* There is no need to print FFmpeg or codec name in error messageKostya Shishkov2009-12-23
* cosmetics: correct formatting a bitKostya Shishkov2009-12-23
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-22
* Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne2009-12-20
* Add long_name for Xxan codec.Diego Biurrun2009-12-19
* Improve handling allocated buffers in Xan decoderKostya Shishkov2009-12-19
* cosmetics: reindent a bitKostya Shishkov2009-12-19
* Add tables used by both AMR-NB and SIPRVitor Sessak2009-12-19
* Cosmetic: indent after last change.Mike Melanson2009-12-19
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-19
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-18
* Swap red and blue when decoding r210.Carl Eugen Hoyos2009-12-18
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* CD+G demuxer and decoderMichael Tison2009-12-17
* Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger2009-12-16
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-16
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-16
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-16
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-15
* Fix a typo in documentation.Ramiro Polla2009-12-15
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-14
* Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer2009-12-14
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-14