32 Commits (e6c0da70fc82d7af4e730c901e8e0ccd87b37060)

Author SHA1 Message Date
Ronald S. Bultje 4147b337c1 vp9: fix memory corruption if header decoding fails after size change. 11 years ago
Guillaume Martres 50866c8d95 vp9: fix bugs in updating coef probabilities with parallelmode=1 11 years ago
Ronald S. Bultje 0065d2d520 vp9: fix mt-related hang a parser infinite loop. 11 years ago
Ronald S. Bultje 024fac5cd4 vp9: make mv bounds 32bit. 11 years ago
Ronald S. Bultje 5b0fc07819 vp9: reset contextual caches on frame size change with mt enabled. 11 years ago
Ronald S. Bultje acafbb4dd2 vp9: fix crash if segmentation=1, keyframe/intraonly=1 and updatemap=0. 11 years ago
Ronald S. Bultje 4a55bffad3 vp9: fix bug in updating of coef probabilities with parallelmode=1. 11 years ago
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. 11 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