aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/x86/dct-test: Make static table constMichael Niedermayer2015-05-021-1/+1
* avcodec/svq3: Print unknown fields at debug levelMichael Niedermayer2015-05-021-5/+9
* Merge remote-tracking branch 'rbultje/vp9-profile1-wip'Michael Niedermayer2015-05-012-418/+640
|\
| * vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.Ronald S. Bultje2015-05-011-4/+26
| * vp9: fix mask_edges and filter_plane_rows/cols() for 440.Ronald S. Bultje2015-05-011-87/+72
| * vp9: more specifically specify mask destination to mask_edges().Ronald S. Bultje2015-05-011-26/+26
| * vp9: don't create special u/v filter masks for 444.Ronald S. Bultje2015-05-011-6/+8
| * vp9: merge uv loopfilter code into generic filter_plane_rows/cols().Ronald S. Bultje2015-05-011-144/+71
| * vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().Ronald S. Bultje2015-05-011-41/+56
| * vp9: invert order of two conditions.Ronald S. Bultje2015-05-011-9/+7
| * vp9: use correct chroma subsampling for profile 1 inter block recon.Ronald S. Bultje2015-05-012-45/+271
| * vp9: use correct chroma subsampling for profile 1 intra block recon.Ronald S. Bultje2015-05-011-12/+13
| * vp9: take chroma subsampling into account when walking the block tree.Ronald S. Bultje2015-05-011-21/+21
| * vp9: support non-420 chroma subsampling for profile 1 token decoding.Ronald S. Bultje2015-05-011-39/+38
| * vp9: increase buffer sizes for non-420 chroma subsamplings.Ronald S. Bultje2015-05-011-30/+37
| * vp9: profile 1 header decoding.Ronald S. Bultje2015-05-011-24/+64
* | avcodec/h264: Remove failure on data partitioningMichael Niedermayer2015-05-011-2/+0
|/
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil2015-05-016-0/+3184
* avcodec/svq3: Fix memleak of last_pic_for_ecMichael Niedermayer2015-05-011-0/+2
* vp9: fix show-existing-frames for multi-threading.Ronald S. Bultje2015-04-301-0/+7
* avcodec/cook: Remove unneeded #ifMichael Niedermayer2015-04-291-4/+2
* avcodec/libx264: Remove cleanup code, its uneeded since FF_CODEC_CAP_INIT_CLE...Michael Niedermayer2015-04-291-5/+2
* avcodec/dca_parser: Extend DTS core sync word and fix existing checkfoo862015-04-291-17/+25
* Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'Michael Niedermayer2015-04-291-3/+6
|\
| * rawenc: properly allocate coded_frameAnton Khirnov2015-04-291-2/+11
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-2912-154/+175
|\|
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-2911-134/+151
* | Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer2015-04-293-15/+8
|\|
| * h264: embed the DPB in the contextAnton Khirnov2015-04-292-12/+5
* | avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()Michael Niedermayer2015-04-291-0/+1
* | Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f'Michael Niedermayer2015-04-291-93/+28
|\|
| * h264: merge the init and reinit paths in update_thread_context()Anton Khirnov2015-04-291-71/+24
* | Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524'Michael Niedermayer2015-04-291-7/+7
|\|
| * h264: drop the reinit parameter from init_slice_header()Anton Khirnov2015-04-291-7/+7
* | Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623'Michael Niedermayer2015-04-291-4/+3
|\|
| * h264: update the current bit depth/chroma type in init_slice_header()Anton Khirnov2015-04-291-4/+3
* | Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'Michael Niedermayer2015-04-291-0/+1
|\|