89 Commits (01e59d48ed1a41b88107ed1d4d56ae0cbcd1a60e)

Author SHA1 Message Date
Ronald S. Bultje 01e59d48ed vp9: add profile 2/3 to exported profiles. 10 years ago
Ronald S. Bultje ed68fccf76 vp9: error out if chroma subsampling changes between frames. 10 years ago
James Almer 079b7f6eac vp9: add profile names 10 years ago
Ronald S. Bultje 2a7d7bef62 vp9: fix mask_edges and filter_plane_rows/cols() for 440. 10 years ago
Ronald S. Bultje cf62f2d2d6 vp9: more specifically specify mask destination to mask_edges(). 10 years ago
Ronald S. Bultje e4f77e6239 vp9: don't create special u/v filter masks for 444. 10 years ago
Ronald S. Bultje afa9d00b43 vp9: merge uv loopfilter code into generic filter_plane_rows/cols(). 10 years ago
Ronald S. Bultje ba59a5ec42 vp9: split out loopfilter luma rows/cols functions from loopfilter_sb(). 10 years ago
Ronald S. Bultje 844799b033 vp9: invert order of two conditions. 10 years ago
Ronald S. Bultje d382cc0fad vp9: use correct chroma subsampling for profile 1 inter block recon. 10 years ago
Ronald S. Bultje d2aa6f65db vp9: use correct chroma subsampling for profile 1 intra block recon. 10 years ago
Ronald S. Bultje ed3e0cc715 vp9: take chroma subsampling into account when walking the block tree. 10 years ago
Ronald S. Bultje 6019002f0f vp9: support non-420 chroma subsampling for profile 1 token decoding. 10 years ago
Ronald S. Bultje 2d0bea4719 vp9: increase buffer sizes for non-420 chroma subsamplings. 10 years ago
Ronald S. Bultje a03b057ede vp9: profile 1 header decoding. 10 years ago
Ronald S. Bultje 5935513c0e vp9: fix show-existing-frames for multi-threading. 10 years ago
Ronald S. Bultje 640d878bc1 vp9: fix intraonly frame decoding. 10 years ago
Ronald S. Bultje ed45edb2f6 vp9: use aligned size to write segmentation map into cache. 10 years ago
Ronald S. Bultje d9555adf06 vp9: set timestamps for show_existing_frame return images. 10 years ago
Ronald S. Bultje c82e870c12 vp9: maintain lf_delta values if feature is turned off. 10 years ago
Ronald S. Bultje e8b4f6d6be vp9: add support for resolution changes in inter frames. 10 years ago
Ronald S. Bultje 1fd1f58bd6 vp9: make above buffer pointer 32-byte aligned. 10 years ago
Michael Niedermayer 27191b82de avcodec/vp9: Fix undefined shifts in decode_frame_header() 10 years ago
Ronald S. Bultje 0b69c53a61 vp9: included uses_2pass member in vp9_ref_frame(). 10 years ago
Ronald S. Bultje 4ba8f3273e vp9: split segmentation map / mvpair references. 10 years ago
Ronald S. Bultje efff3854f0 vp9: fix segmentation map retention with threading enabled. 10 years ago
Steve Lhomme 4851db80a4 fix VP9 packet decoder returning 0 instead of the used data size 10 years ago
Ronald S. Bultje b6e1711223 vp9/x86: invert hu_ipred left array ordering. 10 years ago
Di Wu 162b521108 vp9: enable multi-thread decoding when refreshctx is equal to 0 10 years ago
Vittorio Giovara eddf95283f vp9: initialize color space and range properties 10 years ago
Michael Niedermayer 2a85826e57 avcodec/vp9: Use av_malloc_array() 10 years ago
Ronald S. Bultje 14e3025518 vp9: ignore reference segmentation map if error_resilience flag is set. 10 years ago
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