summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* adxenc: remove unneeded log messageJustin Ruggles2012-01-031-2/+0
* adxenc: remove unneeded commentsJustin Ruggles2012-01-031-38/+2
* adx_parser: rewrite.Michael Niedermayer2012-01-031-38/+27
* adxdec: Validate channel count to fix a division by zero.Justin Ruggles2012-01-031-1/+1
* adxdec: Do not require extradata.Michael Niedermayer2012-01-031-9/+26
* alacdec: implement the 2-pass prediction type.Justin Ruggles2012-01-031-16/+21
* alacenc: implement the 2-pass prediction type.Justin Ruggles2012-01-031-1/+10
* alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles2012-01-031-0/+8
* alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles2012-01-031-21/+17
* utvideo: proper median prediction for interlaced videosKostya Shishkov2012-01-031-7/+94
* dca: K&R formatting cosmeticsShitiz Garg2012-01-031-257/+289
* dct: K&R formatting cosmeticsAneesh Dogra2012-01-031-61/+61
* win32: detect number of CPUs using affinityDaniel Verkamp2012-01-031-5/+6
* snow: Restore three mistakenly removed casts.Diego Biurrun2012-01-031-3/+3
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-026-34/+40
* v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-021-1/+1
* Fix a bunch of typos.Diego Biurrun2012-01-021-2/+6
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-022-4/+4
* wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles2012-01-021-2/+2
* wavpack: cosmetics: K&R pretty-printingJustin Ruggles2012-01-021-322/+337
* wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-011-13/+18
* bmv audio: implement new audio decoding APIJustin Ruggles2012-01-011-9/+25
* mpegaudiodec: skip all channels when skipping granulesJustin Ruggles2012-01-011-8/+11
* bfi: K&R cosmeticsAneesh Dogra2012-01-011-11/+12
* bgmc: K&R cleanupAneesh Dogra2012-01-011-6/+6
* rawdec: propagate pict_type information to the output frameStefano Sabatini2012-01-011-0/+1
* rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski2012-01-011-0/+1
* threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-011-5/+9
* threads: set thread_count to 1 when thread support is disabledJanne Grunau2012-01-011-0/+2
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-014-2/+9
* mpegaudiodec: fix seeking.Ronald S. Bultje2011-12-311-16/+18
* mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles2011-12-311-1/+1
* threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-311-0/+7
* threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-311-2/+4
* threads: default to automatic thread count detectionJanne Grunau2011-12-312-2/+2
* cook: K&R formatting cosmeticsShitiz Garg2011-12-311-364/+366
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-308-27/+27
* libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-291-73/+79
* libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-291-89/+84
* mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra2011-12-291-394/+531
* indeo4: remove two unused variablesKostya Shishkov2011-12-291-4/+7
* lagarith: add decode support for arith rgb24 modeThad Ward2011-12-291-10/+22
* v410dec: Check for sufficient input data. Fixes crashMichael Niedermayer2011-12-281-0/+5
* Indeo 4 decoderKostya Shishkov2011-12-287-3/+1362
* mpegvideo_enc: K&R cosmeticsAneesh Dogra2011-12-271-439/+580
* threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-271-0/+3
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-272-3/+3
* avs: call release_buffer() at the end.Anton Khirnov2011-12-251-0/+10
* Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-251-1/+1
* mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov2011-12-251-542/+665
OpenPOWER on IntegriCloud