summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer2015-05-0714-2474/+3227
|\
| * libvpxdec: add 440 pixfmts.Ronald S. Bultje2015-05-071-0/+17
| * vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-063-87/+167
| * vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-0610-2400/+3033
| * vp9: parse profile 2/3 bitdepth in frame header.Ronald S. Bultje2015-05-061-12/+27
| * vp9: add profile 2/3 to exported profiles.Ronald S. Bultje2015-05-062-0/+4
| * lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje2015-05-061-0/+4
* | avcodec/diracdec: Replace default_bsep[] by multiplicationMichael Niedermayer2015-05-071-3/+2
* | lavc/qdrw: Also support real-world qdraw images.Carl Eugen Hoyos2015-05-072-1/+5
* | avcodec/tableprint_vlc: Do not define functions to nothingMichael Niedermayer2015-05-071-4/+4
* | Merge commit '04070dbca0688ab1e24528ce5c135254a9a79c47'Michael Niedermayer2015-05-061-1/+1
|\ \
| * | libx265: Fix 'braces around scalar initializer' warningVittorio Giovara2015-05-061-1/+1
* | | Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90'Michael Niedermayer2015-05-062-8/+82
|\ \ \ | |/ /
| * | quickdraw: Support direct pixel blocksVittorio Giovara2015-05-062-8/+82
* | | Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f'Michael Niedermayer2015-05-061-63/+154
|\ \ \ | |/ /
| * | quickdraw: Switch to greedy parsingVittorio Giovara2015-05-061-65/+156
* | | Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162'Michael Niedermayer2015-05-061-47/+37
|\ \ \ | |/ /
| * | quickdraw: Convert to bytestream2Vittorio Giovara2015-05-061-47/+37
| * | alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-051-1/+1
| * | alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-05-051-3/+23
| * | aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-05-051-1/+1
| * | alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun2015-05-051-0/+6
| * | aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-05-051-1/+1
| * | dnxhddec: Fix pixel format changeCarl Eugen Hoyos2015-05-011-4/+5
| * | ffv1enc: Add const attribute to input frameVittorio Giovara2015-05-011-1/+1
* | | diracdec: check that block length is validAndreas Cadhalpun2015-05-061-0/+8
| |/ |/|
* | dirac: use and forward error codesAndreas Cadhalpun2015-05-062-34/+43
* | avcodec/vp8: Suppress empty body warningsMichael Niedermayer2015-05-061-2/+2
* | avcodec/diracdec: Fix types and wraparounds in dirac_decode_picture_header()Michael Niedermayer2015-05-061-5/+6
* | diracdec: check if reference could not be allocatedAndreas Cadhalpun2015-05-061-0/+6
* | diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun2015-05-061-1/+4
* | avcodec/diracdec: Move buf[] read after size checkMichael Niedermayer2015-05-051-1/+3
* | diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun2015-05-051-2/+2
* | vp9: error out if chroma subsampling changes between frames.Ronald S. Bultje2015-05-051-1/+8
* | avcodec/mpeg12dec: use the correct dimensions for checking SARMichael Niedermayer2015-05-051-1/+8
* | avcodec/x86/deinterlace: use INIT_MMX like other asm code does tooMichael Niedermayer2015-05-051-2/+4
* | vp9: add profile namesJames Almer2015-05-043-9/+18
* | lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos2015-05-043-2/+11
* | avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer2015-05-041-0/+12
* | avcodec/ffv1dec: More completely check micro_versionMichael Niedermayer2015-05-041-0/+2
* | avcodec/ffv1dec: Check quant table symbols more completelyMichael Niedermayer2015-05-041-1/+1
* | avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari2015-05-031-1/+5
* | pngdec: don't use AV_PIX_FMT_MONOBLACK for apngAndreas Cadhalpun2015-05-031-1/+1
* | pngdec: return correct error code from decode_frame_commonAndreas Cadhalpun2015-05-031-5/+10
* | pngdec: check s->last_picture.f->data[0] before using itAndreas Cadhalpun2015-05-031-1/+1
* | avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl...Michael Niedermayer2015-05-031-0/+8
* | avcodec/nvenc: Make pix_fmts_nvenc constMichael Niedermayer2015-05-031-1/+1
* | ffv1dec: plane_index is 1 in case of version 4 gray+alpha.Jérôme Martinez2015-05-031-1/+1
* | libavcodec/svq3: clarify unknown_flag by renaming to has_watermarkMichael Niedermayer2015-05-021-5/+5
* | avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_permMichael Niedermayer2015-05-021-1/+1
OpenPOWER on IntegriCloud