24 Commits (c65fe9e9822cf2a04e5507ddbb7f99e4b6cd93e9)

Author SHA1 Message Date
Ronald S. Bultje f068aed7b8 vp9: make decode_coeffs() return value void. 11 years ago
Ronald S. Bultje 47c6d9403d vp9: cosmetics. 11 years ago
Ronald S. Bultje 76bd878d95 vp9: add a 2-pass decoding mode, and add frame-mt support. 11 years ago
Ronald S. Bultje 46955ae430 vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically. 11 years ago
Ronald S. Bultje fc7d910b2e vp9: split last/cur_frame from the reference buffers. 11 years ago
Ronald S. Bultje 39b244002a vp9: move some entries out of VP9Block into VP9Context. 11 years ago
Ronald S. Bultje 84d362f020 vp9: split packet parsing into an AVParser. 11 years ago
Ronald S. Bultje 816737ea5d vp9: use proper refcounting. 11 years ago
Clément Bœsch 484f8d77c6 avcodec/vp9: assert on sane size in update_size(). 11 years ago
Clément Bœsch c20a7ce62d avcodec/vp9: remove some reset-to-zero from vp9_decode_free(). 11 years ago
Clément Bœsch 7e704b1e10 avcodec/vp9: add a never triggerable assert. 11 years ago
Martin Storsjö ab80d7e8c5 vp9: Ensure that the arithmetic coder values are read in the right order 11 years ago
Clément Bœsch 7cd555dfa5 avcodec/vp9: make last_invisible local. 11 years ago
Clément Bœsch 150c5543ff avcodec/vp9: fix "initialize" typo. 11 years ago
Ronald S. Bultje 72ca830f51 lavc: VP9 decoder 11 years ago
Paul B Mahol e1c7892013 avcodec/vp9: use av_freep() for above_partition_ctx 11 years ago
Ronald S. Bultje dd3d0f46bd vp9: fix mvref finding to adhere to bug in libvpx. 12 years ago
Ronald S. Bultje 6cf0c4107f Put vp9_scans and vp9_scans_nb in ro_data. 12 years ago
Ronald S. Bultje efc5a54cab vp9: skip itxfm_add if the whole block has no coefficients. 12 years ago
Hendrik Leppkes c2f3715cb3 vp9: always consume the full input packet 12 years ago
Michael Niedermayer f198efb179 avcodec/vp9: Add asserts to help source code analyzers 12 years ago
Ronald S. Bultje 734ccf3785 avcodec/vp9: fix band_counts array size / padding 12 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 12 years ago
Ronald S. Bultje 848826f527 Native VP9 decoder. 12 years ago