summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libvpxenc: restore vp8flags for compatibilityJames Zern2012-01-06
* tta: Fix regression of 24bit decoding.Michael Niedermayer2012-01-06
* Revert commit 599b4c6efddaed33b1667c386b34b07729ba732bMichael Niedermayer2012-01-06
* Fix compilation with --disable-everything --enable-demuxer=mov.Carl Eugen Hoyos2012-01-06
* pam: Reject 64bpp rgba.ami_stuff2012-01-06
* Allow decoding of uyvy422 CYUV with -vcodec rawvideo.Carl Eugen Hoyos2012-01-06
* Support decoding of some unusual jpeg samples.Carl Eugen Hoyos2012-01-06
* Check for overread in vqa video decoder.Reimar Döffinger2012-01-05
* sipr: fall back to setting mode based on bit_rate.Reimar Döffinger2012-01-05
* timecode: add avpriv_check_timecode_rate().Clément Bœsch2012-01-05
* Support 48bpp pam decoding.ami_stuff2012-01-05
* Support 16bpp grayscale pam decoding.ami_stuff2012-01-05
* libvpxenc: Remove duplicate AVOption constants.Michael Niedermayer2012-01-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\
| * 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
* | vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer2012-01-04
* | vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-04
* | vorbis: Fix decoder bug.Chris Evans2012-01-04
* | vorbisdec: Make sure blocksize is not set to an invalid value.Michael Niedermayer2012-01-04
* | vorbis: Fix last quarter of CVE-2011-3893Michael Niedermayer2012-01-04
* | ogg: Avoid the possibility to read out-of-bounds of a static global array in ...Chris Evans2012-01-04
* | Fix possible infinite loop decoding als.Philippe Saint-Pierre2012-01-04
* | Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4.Carl Eugen Hoyos2012-01-04
* | yuv4 libquicktime packed 4:2:0 encoder and decoder.Carl Eugen Hoyos2012-01-04
* | v308 Quicktim Uncompressed 4:4:4 encoder and decoder.Carl Eugen Hoyos2012-01-04
* | Add decoder for Avid 1:1 10-bit RGB Packer (AVrp).Carl Eugen Hoyos2012-01-04
* | jpegdec: Fix vlc table check for progressive jpegs.Michael Niedermayer2012-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-04
|\|