138 Commits (1f2c474cb214b94a31b23967d334fea96dda62e5)

Author SHA1 Message Date
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Ronald S. Bultje a0d8a81075 vp9: switch min_tile_cols location so it shifts up instead of down. 10 years ago
Ronald S. Bultje a30a8beeb3 vp9: Fix emu[] edge overflow conditions for >8bpp/non-420. 10 years ago
Ronald S. Bultje 2563a33856 vp9: re-initialize internal buffers on bpp change also. 10 years ago
Ronald S. Bultje fd8b90f5f6 vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version. 10 years ago
Ronald S. Bultje 4bb9dbe4d7 vp9: permanently delete segmentation refmap on any size change. 10 years ago
Ronald S. Bultje ae9344cb9f vp9: check return value of ff_thread_ref_frame(). 10 years ago
Ronald S. Bultje 1f7871ec42 vp9: fix edge copy for 10/12bpp frames. 10 years ago
Ronald S. Bultje 9cdeb105a6 vp9: do unscaled MC in scaled path if size of this reference matches. 10 years ago
Ronald S. Bultje 873dbc6758 vp9: sync segmentation.absolute_vals between threads. 10 years ago
Ronald S. Bultje 3d7173b509 vp9: always sync segmentation.feat between threads. 10 years ago
Ronald S. Bultje 4ecb8b4191 vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0. 10 years ago
Ronald S. Bultje 8b45e87f64 vp9: fix segmentation map retention across keyframe boundaries. 10 years ago
Ronald S. Bultje 7cc7d13fe3 vp9: fix RGB chroma subsampling. 10 years ago
Ronald S. Bultje ecd9f57edc vp9: read reserved bit in RGB header. 10 years ago
Ronald S. Bultje 48f641a18b vp9: clip intermediates in dequant calculations. 10 years ago
Ronald S. Bultje eaff36c973 vp9: fix segmentation map retention if segmentation is turned off. 10 years ago
Ronald S. Bultje 8d25a11dc7 vp9: use resetctx in the same way as libvpx. 10 years ago
Ronald S. Bultje cc9d3a3e36 vp9: fix indentation. 10 years ago
Ronald S. Bultje caf6512ac4 vp9: deal with the case where update_map=0 but we're key/intraonly. 10 years ago
Ronald S. Bultje 339550e7c8 vp9: reset segmentation information on context reset. 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 10 years ago
James Zern e91f860ea7 vp9/update_prob: prevent out of bounds table read 10 years ago
Ronald S. Bultje d5a36edda4 vp9: fix profile check for intraonly frames. 10 years ago
Andreas Cadhalpun d216b9debd vp9: don't retain NULL as segmentation_map 10 years ago
Andreas Cadhalpun 28efeb6502 doc: avoid incorrect phrase 'allows to' 10 years ago
Andreas Cadhalpun b18eac7ff2 vp9: change type of tile_size from unsigned to int64_t 10 years ago
Ronald S. Bultje 138581c41a vp9: clamp final zero MV if find_ref_mvs() found no suitable candidates. 10 years ago
Vittorio Giovara 3f38d4b816 vp9: Parse subsampling and report missing feature 10 years ago
Ronald S. Bultje 900e3af857 vp9: match another find_ref_mvs() bug in libvpx. 10 years ago
Ronald S. Bultje ccfb03ecc4 vp9: fix scaled motion vector clipping for sub8x8 blocks. 10 years ago
Ronald S. Bultje 68c1e91316 vp9: improve signbias check. 10 years ago
Ronald S. Bultje 32b6d31ef3 vp9: don't allow compound references if error_resilience is enabled. 10 years ago
Ronald S. Bultje 5de142d316 vp9: clamp segmented lflvl before applying ref/mode deltas. 10 years ago
Ronald S. Bultje c81677e9b7 vp9: reset loopfilter mode/ref deltas on keyframe. 10 years ago
Ronald S. Bultje 88126916c8 vp9: fix crash when playing back 440/440 content with width%64<56. 10 years ago
Ronald S. Bultje 3e634e3e98 vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422. 10 years ago
Michael Niedermayer 5e1d530f91 avcodec/vp9: Use separate memset for counts.eob 10 years ago
Ronald S. Bultje 29045fbfd4 vp9: clip motion vectors in the same way as libvpx does. 10 years ago
Ronald S. Bultje 96a58a8daa vp9: set skip flag if the block had no coded coefficients. 10 years ago
Ronald S. Bultje 1e4a77d001 vp9: apply mv scaling workaround only when subsampling is enabled. 10 years ago
Ronald S. Bultje dc96c0f9fc vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability. 10 years ago
Ronald S. Bultje e12188e143 vp9: fix segmentation map referencing upon framesize change. 10 years ago
Ronald S. Bultje 23ba4538f9 vp9: add inter-frame profile 2/3 suport. 10 years ago
Ronald S. Bultje b224b165cb vp9: add keyframe profile 2/3 support. 10 years ago
Ronald S. Bultje 346ce5da19 vp9: parse profile 2/3 bitdepth in frame header. 10 years ago
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