summaryrefslogtreecommitdiff
path: root/libavcodec/vp9.c
Commit message (Expand)AuthorAge
* vp9: make decode_coeffs() return value void.Ronald S. Bultje2013-11-30
* vp9: cosmetics.Ronald S. Bultje2013-11-30
* vp9: add a 2-pass decoding mode, and add frame-mt support.Ronald S. Bultje2013-11-30
* vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2013-11-30
* vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2013-11-30
* vp9: move some entries out of VP9Block into VP9Context.Ronald S. Bultje2013-11-30
* vp9: split packet parsing into an AVParser.Ronald S. Bultje2013-11-30
* vp9: use proper refcounting.Ronald S. Bultje2013-11-30
* avcodec/vp9: assert on sane size in update_size().Clément Bœsch2013-11-16
* avcodec/vp9: remove some reset-to-zero from vp9_decode_free().Clément Bœsch2013-11-16
* avcodec/vp9: add a never triggerable assert.Clément Bœsch2013-11-16
* vp9: Ensure that the arithmetic coder values are read in the right orderMartin Storsjö2013-11-16
* avcodec/vp9: make last_invisible local.Clément Bœsch2013-11-16
* avcodec/vp9: fix "initialize" typo.Clément Bœsch2013-11-15
* Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
* avcodec/vp9: use av_freep() for above_partition_ctxPaul B Mahol2013-11-12
* vp9: fix mvref finding to adhere to bug in libvpx.Ronald S. Bultje2013-11-09
* Put vp9_scans and vp9_scans_nb in ro_data.Ronald S. Bultje2013-11-04
* vp9: skip itxfm_add if the whole block has no coefficients.Ronald S. Bultje2013-10-27
* vp9: always consume the full input packetHendrik Leppkes2013-10-22
* avcodec/vp9: Add asserts to help source code analyzersMichael Niedermayer2013-10-20
* avcodec/vp9: fix band_counts array size / paddingRonald S. Bultje2013-10-16
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* Native VP9 decoder.Ronald S. Bultje2013-10-02