53 Commits (6b1df5544e8df9ad95512c638df2580856389fae)

Author SHA1 Message Date
Timothy Gu 9bc0410e4f vp9: remove unused assignment 10 years ago
Michael Niedermayer aab23f5ddd avcodec/vp9: fix () in macros 11 years ago
Luca Barbato 925c37874b vp9: Read the frame size as unsigned 11 years ago
Ronald S. Bultje 6d69f9f376 vp9: write uveob as 16-bit value for 16x16/32x32 transforms. 11 years ago
James Almer c7b089048d vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers 11 years ago
Ronald S. Bultje 21a0451167 vp9: split decode_coeff_b loop inside txsz branch. 11 years ago
Clément Bœsch c333987876 vp9: fix compilation with !HAVE_FAST_64BIT. 11 years ago
Ronald S. Bultje 0d4d223353 vp9: invert order in l[] intra prediction array. 11 years ago
Ronald S. Bultje 37c6eac296 vp9: remove memset in loopfilter level setting loop. 11 years ago
Ronald S. Bultje 45245e202e vp9: coef decoding context-splat speedup. 11 years ago
Ronald S. Bultje fccd7d81b6 vp9: decode_mode context optimizations. 11 years ago
Ronald S. Bultje 1dc8559e25 vp9: more aligned zeroes. 11 years ago
Ronald S. Bultje 0c30c8ddc1 vp9: faster skip-block coefficient blanking. 11 years ago
Ronald S. Bultje cdfcd06126 vp9: coef context reading optimization. 11 years ago
Ronald S. Bultje 9aeca1c572 vp9: just disallow temporal or no-update segmentation on size-change. 11 years ago
Ronald S. Bultje 0c67864a37 vp9: don't allow retaining old segmentation maps after a size change. 11 years ago
Ronald S. Bultje 7f0f47b3df vp9: some variable re-arrangements for alignment. 11 years ago
Ronald S. Bultje af63ea7078 vp9: re-allocate block buffers on uses_2pass change w/o size change. 11 years ago
Ronald S. Bultje bbc3425fa2 vp9: fix mix-up of last-frame/cur-frame in frame size checks. 11 years ago
Ronald S. Bultje c2871568cf vp9: fix invalid ref frame w/h on size change. 11 years ago
Ronald S. Bultje d9343c3484 vp9: disable use_last_frame_mvs on resolution change (scalable). 11 years ago
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. 11 years ago
Ronald S. Bultje efc5a54cab vp9: skip itxfm_add if the whole block has no coefficients. 11 years ago
Hendrik Leppkes c2f3715cb3 vp9: always consume the full input packet 11 years ago
Michael Niedermayer f198efb179 avcodec/vp9: Add asserts to help source code analyzers 11 years ago
Ronald S. Bultje 734ccf3785 avcodec/vp9: fix band_counts array size / padding 11 years ago