summaryrefslogtreecommitdiff
path: root/libavcodec/vp9.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp9: fix () in macrosMichael Niedermayer2014-06-181-1/+1
* Merge commit '6d69f9f37689c999815a65a2d99999fad3a41705'Michael Niedermayer2014-04-251-1/+5
|\
| * vp9: write uveob as 16-bit value for 16x16/32x32 transforms.Ronald S. Bultje2014-04-251-1/+5
* | vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointersJames Almer2014-04-251-3/+3
|/
* vp9: split decode_coeff_b loop inside txsz branch.Ronald S. Bultje2014-02-171-56/+99
* vp9: fix compilation with !HAVE_FAST_64BIT.Clément Bœsch2014-02-091-3/+3
* vp9: invert order in l[] intra prediction array.Ronald S. Bultje2014-02-091-7/+7
* vp9: remove memset in loopfilter level setting loop.Ronald S. Bultje2014-02-091-10/+53
* vp9: coef decoding context-splat speedup.Ronald S. Bultje2014-02-091-10/+42
* vp9: decode_mode context optimizations.Ronald S. Bultje2014-02-091-28/+75
* vp9: more aligned zeroes.Ronald S. Bultje2014-02-091-2/+3
* vp9: faster skip-block coefficient blanking.Ronald S. Bultje2014-02-091-6/+27
* vp9: coef context reading optimization.Ronald S. Bultje2014-02-091-14/+17
* vp9: just disallow temporal or no-update segmentation on size-change.Ronald S. Bultje2014-02-091-9/+12
* vp9: don't allow retaining old segmentation maps after a size change.Ronald S. Bultje2014-02-081-4/+9
* vp9: some variable re-arrangements for alignment.Ronald S. Bultje2014-02-081-23/+35
* vp9: re-allocate block buffers on uses_2pass change w/o size change.Ronald S. Bultje2014-02-081-1/+22
* vp9: fix mix-up of last-frame/cur-frame in frame size checks.Ronald S. Bultje2014-02-081-2/+5
* vp9: fix invalid ref frame w/h on size change.Ronald S. Bultje2014-01-261-27/+36
* vp9: disable use_last_frame_mvs on resolution change (scalable).Ronald S. Bultje2014-01-261-1/+2
* vp9: fix memory corruption if header decoding fails after size change.Ronald S. Bultje2014-01-241-1/+2
* vp9: fix mt-related hang a parser infinite loop.Ronald S. Bultje2014-01-111-2/+6
* Merge commit 'ca96e337169093979d7c763064ad9dae12b3108c'Michael Niedermayer2014-01-091-2/+2
|\
| * lavc: VP9 decoderRonald S. Bultje2013-11-151-0/+1270
* vp9: make mv bounds 32bit.Ronald S. Bultje2014-01-071-1/+1
* vp9: reset contextual caches on frame size change with mt enabled.Ronald S. Bultje2014-01-071-4/+12
* vp9: fix crash if segmentation=1, keyframe/intraonly=1 and updatemap=0.Ronald S. Bultje2013-12-241-1/+2
* vp9: fix bug in updating of coef probabilities with parallelmode=1.Ronald S. Bultje2013-12-241-1/+4
* vp9: make decode_coeffs() return value void.Ronald S. Bultje2013-11-301-90/+61
* vp9: cosmetics.Ronald S. Bultje2013-11-301-73/+73
* vp9: add a 2-pass decoding mode, and add frame-mt support.Ronald S. Bultje2013-11-301-90/+290
* vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2013-11-301-12/+31
* vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2013-11-301-102/+202
* vp9: move some entries out of VP9Block into VP9Context.Ronald S. Bultje2013-11-301-59/+59
* vp9: split packet parsing into an AVParser.Ronald S. Bultje2013-11-301-53/+4
* vp9: use proper refcounting.Ronald S. Bultje2013-11-301-54/+38
* avcodec/vp9: assert on sane size in update_size().Clément Bœsch2013-11-161-0/+2
* avcodec/vp9: remove some reset-to-zero from vp9_decode_free().Clément Bœsch2013-11-161-10/+0
* avcodec/vp9: add a never triggerable assert.Clément Bœsch2013-11-161-0/+2
* vp9: Ensure that the arithmetic coder values are read in the right orderMartin Storsjö2013-11-161-28/+28
* avcodec/vp9: make last_invisible local.Clément Bœsch2013-11-161-3/+4
* avcodec/vp9: fix "initialize" typo.Clément Bœsch2013-11-151-1/+1
* Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-6/+8
* avcodec/vp9: use av_freep() for above_partition_ctxPaul B Mahol2013-11-121-1/+1
* vp9: fix mvref finding to adhere to bug in libvpx.Ronald S. Bultje2013-11-091-2/+8
* Put vp9_scans and vp9_scans_nb in ro_data.Ronald S. Bultje2013-11-041-2/+2
* vp9: skip itxfm_add if the whole block has no coefficients.Ronald S. Bultje2013-10-271-2/+2
* vp9: always consume the full input packetHendrik Leppkes2013-10-221-2/+2
* avcodec/vp9: Add asserts to help source code analyzersMichael Niedermayer2013-10-201-0/+2
* avcodec/vp9: fix band_counts array size / paddingRonald S. Bultje2013-10-161-1/+1