summaryrefslogtreecommitdiff
path: root/libavcodec/vp9.c
Commit message (Expand)AuthorAge
...
* lavc/vp9: rename ctx to avctxClément Bœsch2017-03-27
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-27
* avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer2017-03-07
* avcodec/vaapi-vp9: add support for profile 2 (bpp > 8)Mathieu Velten2016-12-05
* avcodec/vp9: move bpp to the shared context for use in hwaccelMathieu Velten2016-12-05
* aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-15
* arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-15
* vp9: change order of operations in adapt_prob().Ronald S. Bultje2016-10-24
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
|\
| * vp9: Return the correct size when decoding a superframeDenis Charmet2016-06-05
* | vp9: ignore frame_context_index field in key-/intraonly-frames.Ronald S. Bultje2016-04-17
* | vp9: fix a few signed integer left-shifts.Ronald S. Bultje2016-03-11
* | vp9: only call ff_get_format on stream format changes.Ronald S. Bultje2016-02-13
* | lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes2016-01-01
* | vaapi: Add VP9 hwaccell supportTimo Rothenpieler2015-12-22
* | avcodec: implement vp9 dxva2 hwaccelHendrik Leppkes2015-12-07
* | vp9: add hwaccel hooksHendrik Leppkes2015-12-07
* | vp9: fix pixel format changes with threadingHendrik Leppkes2015-12-07
* | vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync.Ronald S. Bultje2015-12-02
* | vp9: uses ff_set_dimensions (which sets coded_width/height).Ronald S. Bultje2015-10-24
* | vp9: use AVFrame.buf[0] to check if a frame is validHendrik Leppkes2015-10-16
* | vp9: expose reference frames in VP9SharedContextHendrik Leppkes2015-10-15
* | vp9: split header into separate struct and expose in vp9.hRonald S. Bultje2015-10-15
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-04
* | vp9: switch min_tile_cols location so it shifts up instead of down.Ronald S. Bultje2015-09-15
* | vp9: Fix emu[] edge overflow conditions for >8bpp/non-420.Ronald S. Bultje2015-09-12
* | vp9: re-initialize internal buffers on bpp change also.Ronald S. Bultje2015-09-12
* | vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje2015-09-10
* | vp9: permanently delete segmentation refmap on any size change.Ronald S. Bultje2015-09-10
* | vp9: check return value of ff_thread_ref_frame().Ronald S. Bultje2015-09-05
* | vp9: fix edge copy for 10/12bpp frames.Ronald S. Bultje2015-09-05
* | vp9: do unscaled MC in scaled path if size of this reference matches.Ronald S. Bultje2015-09-05
* | vp9: sync segmentation.absolute_vals between threads.Ronald S. Bultje2015-09-05
* | vp9: always sync segmentation.feat between threads.Ronald S. Bultje2015-09-05
* | vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0.Ronald S. Bultje2015-09-04
* | vp9: fix segmentation map retention across keyframe boundaries.Ronald S. Bultje2015-09-04
* | vp9: fix RGB chroma subsampling.Ronald S. Bultje2015-09-04
* | vp9: read reserved bit in RGB header.Ronald S. Bultje2015-09-04
* | vp9: clip intermediates in dequant calculations.Ronald S. Bultje2015-09-04
* | vp9: fix segmentation map retention if segmentation is turned off.Ronald S. Bultje2015-09-04
* | vp9: use resetctx in the same way as libvpx.Ronald S. Bultje2015-09-04
* | vp9: fix indentation.Ronald S. Bultje2015-09-04
* | vp9: deal with the case where update_map=0 but we're key/intraonly.Ronald S. Bultje2015-09-04
* | vp9: reset segmentation information on context reset.Ronald S. Bultje2015-09-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| * vp9: Parse subsampling and report missing featureVittorio Giovara2015-05-31
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-16
* | vp9/update_prob: prevent out of bounds table readJames Zern2015-06-30
* | vp9: fix profile check for intraonly frames.Ronald S. Bultje2015-06-25