summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* proresdec: simplify slice component offsets handlingKostya Shishkov2013-05-211-26/+28
* mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-05-211-0/+5
* ljpeg: use the correct number of components in yuvLuca Barbato2013-05-201-3/+3
* mjpeg: Validate sampling factorsLuca Barbato2013-05-201-0/+7
* mpegvideo: unref old current_picture before allocating a new oneJanne Grunau2013-05-191-1/+2
* vorbis: fallback to normal division instead of crashingLuca Barbato2013-05-191-9/+14
* vorbis: simplify the inner loop in setup_classifsLuca Barbato2013-05-191-4/+4
* vorbis: use normal integer values for iteratorsLuca Barbato2013-05-191-3/+3
* vorbis: refactor vorbis_residue_decode_internalLuca Barbato2013-05-191-20/+32
* win32: Do not use GetProcAddress when compiled for Vista+Jean-Baptiste Kempf2013-05-191-0/+8
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-181-0/+3
* wavpack: return meaningful errorsLuca Barbato2013-05-181-16/+16
* wavpack: K&R formatting cosmeticsLuca Barbato2013-05-181-126/+159
* Escape 130 (RPL) decoderEli Friedman2013-05-186-1/+367
* prores: decode alpha plane when it's presentKostya Shishkov2013-05-181-9/+103
* lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov2013-05-171-1/+2
* jpegls: check the scan offsetLuca Barbato2013-05-171-0/+4
* jpegls: factorize return pathsLuca Barbato2013-05-171-5/+6
* jpegls: return meaningful errorsLuca Barbato2013-05-171-6/+5
* sparc: VIS mnemonicsMichael Kostylev2013-05-171-28/+8
* mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka2013-05-171-1/+1
* pthread: reindentAnton Khirnov2013-05-171-5/+5
* lavc/pthread: remove obsolete checksAnton Khirnov2013-05-172-8/+1
* Apple Intermediate Codec decoderKostya Shishkov2013-05-176-1/+488
* vc1dec: Add support for interlaced B-framesSebastian Sandberg2013-05-171-55/+411
* sparc: Eliminate dead code in VIS acceleration macrosMichael Kostylev2013-05-161-58/+0
* flacdec: drop unnecessary assertLuca Barbato2013-05-161-5/+0
* mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-05-161-0/+6
* Remove commented-out debug #define cruftDiego Biurrun2013-05-1624-66/+0
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-165-266/+336
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-153-10/+10
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-153-37/+0
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-151-8/+0
* vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö2013-05-151-18/+18
* vc1: Make INIT_LUT() self containedMichael Niedermayer2013-05-151-4/+4
* vc1: Simplify code by using INIT_LUT()Michael Niedermayer2013-05-151-16/+1
* vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer2013-05-151-19/+19
* vc1dec: Remove some now unused variablesMartin Storsjö2013-05-151-19/+15
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-153-6/+14
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-152-3/+3
* vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-3/+3
* vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-8/+3
* vc1dec: Factorize picture pointer selection codeMichael Niedermayer2013-05-151-26/+11
* vc1dec: Factorize srcU/V offsetingMichael Niedermayer2013-05-151-8/+11
* vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-05-151-1/+1
* vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-151-31/+24
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-159-19/+19
* jpeg2000dec: don't use deprecated PIX_FMT valuesAnton Khirnov2013-05-151-4/+4
* jpeg2000dec: Use correct printf length modifier for pointer differencesDiego Biurrun2013-05-141-2/+2
* vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-141-2/+3
OpenPOWER on IntegriCloud