summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
|\
| * 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
* | wmall: remove ;;Michael Niedermayer2012-01-03
* | Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer2012-01-03
|\ \
| * | Fix audio outputMashiat Sarker Shakkhar2012-01-03
| * | Suppress dumping of residues bufferMashiat Sarker Shakkhar2012-01-03
| * | Use quantizer value read from bitstreamMashiat Sarker Shakkhar2012-01-01
| * | Cosmetics: Remove two empty lines and realign some codeMashiat Sarker Shakkhar2012-01-01
| * | Reset acfilter_prevvalues buffer in clear_codec_buffers()Mashiat Sarker Shakkhar2011-12-31
| * | Fix AC filter buffers and AC filter reversionMashiat Sarker Shakkhar2011-12-31
* | | Set bits_per_coded_sample when encoding Y41P.Carl Eugen Hoyos2012-01-03
* | | Support 8bpp grayscale Sun Rasterfile images.Piotr Bandurski2012-01-03
* | | Added yuva420p decoding support for libopenjpegMichael Bradshaw2012-01-03
* | | Added RGBA and YUV440 decoding support for libopenjpeg decoderMichael Bradshaw2012-01-03
* | | Fixed openjpeg decoding bug with width/linesize issueMichael Bradshaw2012-01-03
* | | lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol2012-01-03
* | | lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-03
* | | vp3: remove redeclaration of vp3_decode_flushJean First2012-01-03
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-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
| * | wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-01
| * | bmv audio: implement new audio decoding APIJustin Ruggles2012-01-01