aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-258-0/+8
* dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov2014-01-241-0/+113
* dxtory: add more compressed and uncompressed modesKostya Shishkov2014-01-241-11/+418
* vp9: fix bugs in updating coef probabilities with parallelmode=1Guillaume Martres2014-01-241-2/+11
* vp9: fix mvref finding to adhere to bug in libvpx.Ronald S. Bultje2014-01-241-2/+10
* mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö2014-01-221-1/+2
* bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun2014-01-221-1/+1
* h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau2014-01-221-11/+13
* lavc: do not force the emu edge flagAnton Khirnov2014-01-211-5/+0
* dxtory: change error code for unexpected slice configurationKostya Shishkov2014-01-211-1/+1
* dxtory: correctly handle YUV slices with average odd heightKostya Shishkov2014-01-211-6/+12
* dxva2: Use correct printf format stringsDiego Biurrun2014-01-211-6/+6
* dxva2: Add missing #includesDiego Biurrun2014-01-211-0/+8
* dxva2: Log errors verboselySam Lantinga2014-01-211-9/+18
* dxva2: Retry IDirectXVideoDecoder_BeginFrame()Sam Lantinga2014-01-211-6/+13
* hevc: Bound check cu_qp_deltaLuca Barbato2014-01-211-23/+54
* hevc: Bound check slice_qpLuca Barbato2014-01-211-1/+12
* hevc: Prevent some integer overflowsLuca Barbato2014-01-213-10/+10
* hevc: Remove useless clipGuillaume Martres2014-01-211-1/+1
* hevc: clip pixels when transquant bypass is usedGuillaume Martres2014-01-211-4/+4
* hevc: Use uint64 to check for tile dimensionsLuca Barbato2014-01-212-5/+5
* hevc: Fix modulo operationsMichael Niedermayer2014-01-213-4/+7
* hevc: check that VPS referenced from SPS existsMichael Niedermayer2014-01-211-0/+7
* vc1: Always reset numref when parsing a new frame header.Michael Niedermayer2014-01-201-2/+1
* lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov2014-01-203-9/+24
* mpegvideo: allocate edges when encoding.Anton Khirnov2014-01-201-2/+20
* lavc: allow the caller to override dimensions in ff_get_buffer()Anton Khirnov2014-01-201-3/+7
* eac3: cosmetics, re-indent.Tim Walker2014-01-191-2/+2
* (e)ac3: clip surround mix level indexes.Tim Walker2014-01-192-4/+4
* (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-194-9/+30
* ac3: set default matrix encoding modes in parse_frame_header.Tim Walker2014-01-192-9/+2
* h264: check that an IDR NAL only contains I slicesAnton Khirnov2014-01-181-0/+6
* h264: reset num_reorder_frames if it is invalidAnton Khirnov2014-01-181-1/+3
* h264: reset ref count if decoding the slice header failsAnton Khirnov2014-01-181-2/+3
* h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov2014-01-181-0/+2
* h264: do not call field_end if we do not have a current pictureAnton Khirnov2014-01-181-1/+1
* h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov2014-01-181-3/+3
* h264: reset first_field if frame_start() fails for missing refsAnton Khirnov2014-01-181-1/+4
* x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun2014-01-151-8/+8
* build: Add separate hidden config option for the intrax8 codeDiego Biurrun2014-01-151-4/+3
* aarch64: port neon clobber test from armJanne Grunau2014-01-152-0/+80
* aarch64: h264 (bi)weight NEON optimizationsJanne Grunau2014-01-152-0/+264
* aarch64: h264 loop filter NEON optimizationsJanne Grunau2014-01-154-1/+299
* aarch64: hpeldsp NEON optimizationsJanne Grunau2014-01-156-5/+531
* aarch64: h264 qpel NEON optimizationsJanne Grunau2014-01-156-0/+1175
* aarch64: h264 idct NEON assembler optimizationsJanne Grunau2014-01-156-0/+536
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-1511-0/+570
* dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau2014-01-151-1/+1
* cabac: remove leftovers from the cabac encoderJanne Grunau2014-01-142-16/+0
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-141-1/+1