summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* 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
* lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos2015-05-04
* avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer2015-05-04
* avcodec/ffv1dec: More completely check micro_versionMichael Niedermayer2015-05-04
* avcodec/ffv1dec: Check quant table symbols more completelyMichael Niedermayer2015-05-04
* avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari2015-05-03
* pngdec: don't use AV_PIX_FMT_MONOBLACK for apngAndreas Cadhalpun2015-05-03
* pngdec: return correct error code from decode_frame_commonAndreas Cadhalpun2015-05-03
* pngdec: check s->last_picture.f->data[0] before using itAndreas Cadhalpun2015-05-03
* avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl...Michael Niedermayer2015-05-03
* avcodec/nvenc: Make pix_fmts_nvenc constMichael Niedermayer2015-05-03
* ffv1dec: plane_index is 1 in case of version 4 gray+alpha.Jérôme Martinez2015-05-03
* libavcodec/svq3: clarify unknown_flag by renaming to has_watermarkMichael Niedermayer2015-05-02
* avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_permMichael Niedermayer2015-05-02
* avcodec/x86/dct-test: Make static table constMichael Niedermayer2015-05-02
* avcodec/svq3: Print unknown fields at debug levelMichael Niedermayer2015-05-02
* Merge remote-tracking branch 'rbultje/vp9-profile1-wip'Michael Niedermayer2015-05-01
|\
| * vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.Ronald S. Bultje2015-05-01
| * vp9: fix mask_edges and filter_plane_rows/cols() for 440.Ronald S. Bultje2015-05-01
| * vp9: more specifically specify mask destination to mask_edges().Ronald S. Bultje2015-05-01
| * vp9: don't create special u/v filter masks for 444.Ronald S. Bultje2015-05-01
| * vp9: merge uv loopfilter code into generic filter_plane_rows/cols().Ronald S. Bultje2015-05-01
| * vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().Ronald S. Bultje2015-05-01
| * vp9: invert order of two conditions.Ronald S. Bultje2015-05-01
| * vp9: use correct chroma subsampling for profile 1 inter block recon.Ronald S. Bultje2015-05-01
| * vp9: use correct chroma subsampling for profile 1 intra block recon.Ronald S. Bultje2015-05-01
| * vp9: take chroma subsampling into account when walking the block tree.Ronald S. Bultje2015-05-01
| * vp9: support non-420 chroma subsampling for profile 1 token decoding.Ronald S. Bultje2015-05-01
| * vp9: increase buffer sizes for non-420 chroma subsamplings.Ronald S. Bultje2015-05-01
| * vp9: profile 1 header decoding.Ronald S. Bultje2015-05-01
* | avcodec/h264: Remove failure on data partitioningMichael Niedermayer2015-05-01
|/
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil2015-05-01
* avcodec/svq3: Fix memleak of last_pic_for_ecMichael Niedermayer2015-05-01
* vp9: fix show-existing-frames for multi-threading.Ronald S. Bultje2015-04-30
* avcodec/cook: Remove unneeded #ifMichael Niedermayer2015-04-29