summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau2012-01-05
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-05
* mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau2012-01-05
* vp3: fix streams with non-zero last coefficientJanne Grunau2012-01-05
* Report an error if pitch_lag is zero in AMR-NB decoder.Oana Stratulat2012-01-04
* Revert "4xm: Prevent buffer overreads."Ronald S. Bultje2012-01-04
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-04
* 4xm: pass the correct remaining buffer size to decode_i2_frame().Aneesh Dogra2012-01-04
* 4xm: fix calculation of the next output line position in decode_i2_frame().Aneesh Dogra2012-01-04
* ulti: convert to new bytestream API.Ronald S. Bultje2012-01-04
* Place some START_TIMER invocations in separate blocks.Diego Biurrun2012-01-04
* vc1dec: fix invalid memory access for small video dimensionsJohn Brooks2012-01-04
* rv34: fix invalid memory access for small video dimensionsJohn Brooks2012-01-04
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-04
* h264: return index in buffer on end-of-sequence.Ronald S. Bultje2012-01-03
* Merge some declarations and initializations.Diego Biurrun2012-01-04
* cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2012-01-04
* cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2012-01-04
* libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles2012-01-03
* adxdec: clear eof flag and channel states when seekingJustin Ruggles2012-01-03
* adxenc: check output buffer size before writingJustin Ruggles2012-01-03
* adxenc: use bytestream functions for header writing.Justin Ruggles2012-01-03
* adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles2012-01-03
* adxenc: use a loop to encode each channelJustin Ruggles2012-01-03
* adxenc: remove unneeded loopsJustin Ruggles2012-01-03
* adxenc: avoid stereo deinterleavingJustin Ruggles2012-01-03
* adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles2012-01-03
* adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles2012-01-03
* adxenc: cosmetics: pretty-printingJustin Ruggles2012-01-03
* adxenc: change some data typesJustin Ruggles2012-01-03
* adxenc: remove unneeded log messageJustin Ruggles2012-01-03
* adxenc: remove unneeded commentsJustin Ruggles2012-01-03
* adx_parser: rewrite.Michael Niedermayer2012-01-03
* adxdec: Validate channel count to fix a division by zero.Justin Ruggles2012-01-03
* adxdec: Do not require extradata.Michael Niedermayer2012-01-03
* alacdec: implement the 2-pass prediction type.Justin Ruggles2012-01-03
* alacenc: implement the 2-pass prediction type.Justin Ruggles2012-01-03
* alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles2012-01-03
* alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles2012-01-03
* utvideo: proper median prediction for interlaced videosKostya Shishkov2012-01-03
* dca: K&R formatting cosmeticsShitiz Garg2012-01-03
* dct: K&R formatting cosmeticsAneesh Dogra2012-01-03
* win32: detect number of CPUs using affinityDaniel Verkamp2012-01-03
* snow: Restore three mistakenly removed casts.Diego Biurrun2012-01-03
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-02
* Fix a bunch of typos.Diego Biurrun2012-01-02
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles2012-01-02
* wavpack: cosmetics: K&R pretty-printingJustin Ruggles2012-01-02