summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is setMichael Niedermayer2015-05-08
* vp9: de-duplicate some functions that are identical between 10/12 bpp.Ronald S. Bultje2015-05-08
* pngdec: set correct rangewm42015-05-08
* avcodec/s3tc: fix alpha decoding when dimensions are not a multiple of 4Tom Butterworth2015-05-07
* avcodec/g2meet: Check init_get_bits8() return valueMichael Niedermayer2015-05-07
* avcodec/g2meet: Use init_get_bits8()Michael Niedermayer2015-05-07
* avcodec: Add av_packet_side_data_name()Michael Niedermayer2015-05-07
* avcodec/txd: Fix input size checks for dxt1/3 for dimensions % 4 != 0Michael Niedermayer2015-05-07
* avcodec/s3tc: fix decoding when dimensions are not a multiple of 4Tom Butterworth2015-05-07
* aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun2015-05-07
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, uni horiz...Shivraj Patil2015-05-07
* avcodec/x86/vp9dsp_init: Fix mix of declaration and statementMichael Niedermayer2015-05-07
* avcodec/vp9dsp: Replace assert by av_assert0()Michael Niedermayer2015-05-07
* Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer2015-05-07
|\
| * libvpxdec: add 440 pixfmts.Ronald S. Bultje2015-05-07
| * vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-06
| * vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-06
| * vp9: parse profile 2/3 bitdepth in frame header.Ronald S. Bultje2015-05-06
| * vp9: add profile 2/3 to exported profiles.Ronald S. Bultje2015-05-06
| * lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje2015-05-06
* | avcodec/diracdec: Replace default_bsep[] by multiplicationMichael Niedermayer2015-05-07
* | lavc/qdrw: Also support real-world qdraw images.Carl Eugen Hoyos2015-05-07
* | avcodec/tableprint_vlc: Do not define functions to nothingMichael Niedermayer2015-05-07
* | Merge commit '04070dbca0688ab1e24528ce5c135254a9a79c47'Michael Niedermayer2015-05-06
|\ \
| * | libx265: Fix 'braces around scalar initializer' warningVittorio Giovara2015-05-06
* | | Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90'Michael Niedermayer2015-05-06
|\| |
| * | quickdraw: Support direct pixel blocksVittorio Giovara2015-05-06
* | | Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f'Michael Niedermayer2015-05-06
|\| |
| * | quickdraw: Switch to greedy parsingVittorio Giovara2015-05-06
* | | Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162'Michael Niedermayer2015-05-06
|\| |
| * | quickdraw: Convert to bytestream2Vittorio Giovara2015-05-06
| * | alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-05
| * | alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-05-05
| * | aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-05-05
| * | alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun2015-05-05
| * | aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-05-05
| * | dnxhddec: Fix pixel format changeCarl Eugen Hoyos2015-05-01
| * | ffv1enc: Add const attribute to input frameVittorio Giovara2015-05-01
* | | diracdec: check that block length is validAndreas Cadhalpun2015-05-06
| |/ |/|
* | dirac: use and forward error codesAndreas Cadhalpun2015-05-06
* | avcodec/vp8: Suppress empty body warningsMichael Niedermayer2015-05-06
* | avcodec/diracdec: Fix types and wraparounds in dirac_decode_picture_header()Michael Niedermayer2015-05-06
* | diracdec: check if reference could not be allocatedAndreas Cadhalpun2015-05-06
* | diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun2015-05-06
* | avcodec/diracdec: Move buf[] read after size checkMichael Niedermayer2015-05-05
* | diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun2015-05-05
* | vp9: error out if chroma subsampling changes between frames.Ronald S. Bultje2015-05-05
* | avcodec/mpeg12dec: use the correct dimensions for checking SARMichael Niedermayer2015-05-05
* | avcodec/x86/deinterlace: use INIT_MMX like other asm code does tooMichael Niedermayer2015-05-05
* | vp9: add profile namesJames Almer2015-05-04