summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-01
* bmv audio: implement new audio decoding APIJustin Ruggles2012-01-01
* mpegaudiodec: skip all channels when skipping granulesJustin Ruggles2012-01-01
* bfi: K&R cosmeticsAneesh Dogra2012-01-01
* bgmc: K&R cleanupAneesh Dogra2012-01-01
* rawdec: propagate pict_type information to the output frameStefano Sabatini2012-01-01
* rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski2012-01-01
* threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-01
* threads: set thread_count to 1 when thread support is disabledJanne Grunau2012-01-01
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
* mpegaudiodec: fix seeking.Ronald S. Bultje2011-12-31
* mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles2011-12-31
* threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-31
* threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-31
* threads: default to automatic thread count detectionJanne Grunau2011-12-31
* cook: K&R formatting cosmeticsShitiz Garg2011-12-31
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-29
* libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-29
* mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra2011-12-29
* indeo4: remove two unused variablesKostya Shishkov2011-12-29
* lagarith: add decode support for arith rgb24 modeThad Ward2011-12-29
* v410dec: Check for sufficient input data. Fixes crashMichael Niedermayer2011-12-28
* Indeo 4 decoderKostya Shishkov2011-12-28
* mpegvideo_enc: K&R cosmeticsAneesh Dogra2011-12-27
* threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-27
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-27
* avs: call release_buffer() at the end.Anton Khirnov2011-12-25
* Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-25
* mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov2011-12-25
* lavc: add format field to AVFrameStefano Sabatini2011-12-25
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-25
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler2011-12-23
* svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer2011-12-23
* threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-23
* pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-23
* 4xm: remove unused variables.Anton Khirnov2011-12-23
* h264: Fix a possible overread in decode_nal_units()Alexander Strange2011-12-23
* w32thread: call ResetEvent() in pthread_cond_broadcast().Sergey Radionov2011-12-22
* kvmc: fix invalid readsGaurav Narula2011-12-23
* 4xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg2011-12-22
* adpcm: fix IMA SMJPEG decodingPaul B Mahol2011-12-22
* options: set minimum for "threads" to zeroJanne Grunau2011-12-22
* bsd: use number of logical CPUs as automatic thread countJanne Grunau2011-12-22
* windows: use number of CPUs as automatic thread countJanne Grunau2011-12-22
* linux: use number of CPUs as automatic thread countJanne Grunau2011-12-22
* pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau2011-12-22
* v410dec: include correct headersPaul B. Mahol2011-12-22
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22