summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vorbis: refactor vorbis_residue_decode_internalLuca Barbato2013-05-19
* win32: Do not use GetProcAddress when compiled for Vista+Jean-Baptiste Kempf2013-05-19
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-18
* wavpack: return meaningful errorsLuca Barbato2013-05-18
* wavpack: K&R formatting cosmeticsLuca Barbato2013-05-18
* Escape 130 (RPL) decoderEli Friedman2013-05-18
* prores: decode alpha plane when it's presentKostya Shishkov2013-05-18
* lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov2013-05-17
* jpegls: check the scan offsetLuca Barbato2013-05-17
* jpegls: factorize return pathsLuca Barbato2013-05-17
* jpegls: return meaningful errorsLuca Barbato2013-05-17
* sparc: VIS mnemonicsMichael Kostylev2013-05-17
* mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka2013-05-17
* pthread: reindentAnton Khirnov2013-05-17
* lavc/pthread: remove obsolete checksAnton Khirnov2013-05-17
* Apple Intermediate Codec decoderKostya Shishkov2013-05-17
* vc1dec: Add support for interlaced B-framesSebastian Sandberg2013-05-17
* sparc: Eliminate dead code in VIS acceleration macrosMichael Kostylev2013-05-16
* flacdec: drop unnecessary assertLuca Barbato2013-05-16
* mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-05-16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-16
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-15
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-15
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-15
* vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö2013-05-15
* vc1: Make INIT_LUT() self containedMichael Niedermayer2013-05-15
* vc1: Simplify code by using INIT_LUT()Michael Niedermayer2013-05-15
* vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer2013-05-15
* vc1dec: Remove some now unused variablesMartin Storsjö2013-05-15
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-15
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-15
* vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-15
* vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-15
* vc1dec: Factorize picture pointer selection codeMichael Niedermayer2013-05-15
* vc1dec: Factorize srcU/V offsetingMichael Niedermayer2013-05-15
* vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-05-15
* vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-15
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* jpeg2000dec: don't use deprecated PIX_FMT valuesAnton Khirnov2013-05-15
* jpeg2000dec: Use correct printf length modifier for pointer differencesDiego Biurrun2013-05-14
* vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-14
* vc1: implement frame interlaced b-frame header parsingHendrik Leppkes2013-05-14
* vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer2013-05-14
* vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg2013-05-14
* aacenc: Fix erasure of surround channelsClaudio Freire2013-05-14
* aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire2013-05-14
* aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire2013-05-14
* lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-14
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12