148 Commits (2039b3e7511ef183dae206575114e15b6d99c134)

Author SHA1 Message Date
Hendrik Leppkes e760641720 lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
Timo Rothenpieler d7c2b75681 vaapi: Add VP9 hwaccell support 9 years ago
Hendrik Leppkes 1e6cf7272f avcodec: implement vp9 dxva2 hwaccel 9 years ago
Hendrik Leppkes 585083dd1f vp9: add hwaccel hooks 9 years ago
Hendrik Leppkes cd1b7e2bd7 vp9: fix pixel format changes with threading 9 years ago
Ronald S. Bultje 1ac89869db vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync. 9 years ago
Ronald S. Bultje 49d8a70dc5 vp9: uses ff_set_dimensions (which sets coded_width/height). 9 years ago
Hendrik Leppkes e12908d71e vp9: use AVFrame.buf[0] to check if a frame is valid 9 years ago
Hendrik Leppkes 6e719dc6bb vp9: expose reference frames in VP9SharedContext 9 years ago
Ronald S. Bultje b95f241b6e vp9: split header into separate struct and expose in vp9.h 9 years ago
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. 9 years ago
Ronald S. Bultje a30a8beeb3 vp9: Fix emu[] edge overflow conditions for >8bpp/non-420. 9 years ago
Ronald S. Bultje 2563a33856 vp9: re-initialize internal buffers on bpp change also. 9 years ago
Ronald S. Bultje fd8b90f5f6 vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version. 9 years ago
Ronald S. Bultje 4bb9dbe4d7 vp9: permanently delete segmentation refmap on any size change. 9 years ago
Ronald S. Bultje ae9344cb9f vp9: check return value of ff_thread_ref_frame(). 9 years ago
Ronald S. Bultje 1f7871ec42 vp9: fix edge copy for 10/12bpp frames. 9 years ago
Ronald S. Bultje 9cdeb105a6 vp9: do unscaled MC in scaled path if size of this reference matches. 9 years ago
Ronald S. Bultje 873dbc6758 vp9: sync segmentation.absolute_vals between threads. 9 years ago
Ronald S. Bultje 3d7173b509 vp9: always sync segmentation.feat between threads. 9 years ago
Ronald S. Bultje 4ecb8b4191 vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0. 9 years ago
Ronald S. Bultje 8b45e87f64 vp9: fix segmentation map retention across keyframe boundaries. 9 years ago
Ronald S. Bultje 7cc7d13fe3 vp9: fix RGB chroma subsampling. 9 years ago
Ronald S. Bultje ecd9f57edc vp9: read reserved bit in RGB header. 9 years ago
Ronald S. Bultje 48f641a18b vp9: clip intermediates in dequant calculations. 9 years ago
Ronald S. Bultje eaff36c973 vp9: fix segmentation map retention if segmentation is turned off. 9 years ago
Ronald S. Bultje 8d25a11dc7 vp9: use resetctx in the same way as libvpx. 9 years ago
Ronald S. Bultje cc9d3a3e36 vp9: fix indentation. 9 years ago
Ronald S. Bultje caf6512ac4 vp9: deal with the case where update_map=0 but we're key/intraonly. 9 years ago
Ronald S. Bultje 339550e7c8 vp9: reset segmentation information on context reset. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 9 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