Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-24vp9: change order of operations in adapt_prob().Ronald S. Bultje
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-06-05vp9: Return the correct size when decoding a superframeDenis Charmet
2016-04-17vp9: ignore frame_context_index field in key-/intraonly-frames.Ronald S. Bultje
2016-03-12vp9: fix a few signed integer left-shifts.Ronald S. Bultje
2016-02-13vp9: only call ff_get_format on stream format changes.Ronald S. Bultje
2016-01-01lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes
2015-12-22vaapi: Add VP9 hwaccell supportTimo Rothenpieler
2015-12-07avcodec: implement vp9 dxva2 hwaccelHendrik Leppkes
2015-12-07vp9: add hwaccel hooksHendrik Leppkes
2015-12-07vp9: fix pixel format changes with threadingHendrik Leppkes
2015-12-02vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync.Ronald S. Bultje
2015-10-24vp9: uses ff_set_dimensions (which sets coded_width/height).Ronald S. Bultje
2015-10-16vp9: use AVFrame.buf[0] to check if a frame is validHendrik Leppkes
2015-10-15vp9: expose reference frames in VP9SharedContextHendrik Leppkes
2015-10-15vp9: split header into separate struct and expose in vp9.hRonald S. Bultje
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-15vp9: switch min_tile_cols location so it shifts up instead of down.Ronald S. Bultje
2015-09-12vp9: Fix emu[] edge overflow conditions for >8bpp/non-420.Ronald S. Bultje
2015-09-12vp9: re-initialize internal buffers on bpp change also.Ronald S. Bultje
2015-09-10vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje
2015-09-10vp9: permanently delete segmentation refmap on any size change.Ronald S. Bultje
2015-09-05vp9: check return value of ff_thread_ref_frame().Ronald S. Bultje
2015-09-05vp9: fix edge copy for 10/12bpp frames.Ronald S. Bultje
2015-09-05vp9: do unscaled MC in scaled path if size of this reference matches.Ronald S. Bultje
2015-09-05vp9: sync segmentation.absolute_vals between threads.Ronald S. Bultje
2015-09-05vp9: always sync segmentation.feat between threads.Ronald S. Bultje
2015-09-04vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0.Ronald S. Bultje
2015-09-04vp9: fix segmentation map retention across keyframe boundaries.Ronald S. Bultje
2015-09-04vp9: fix RGB chroma subsampling.Ronald S. Bultje
2015-09-04vp9: read reserved bit in RGB header.Ronald S. Bultje
2015-09-04vp9: clip intermediates in dequant calculations.Ronald S. Bultje
2015-09-04vp9: fix segmentation map retention if segmentation is turned off.Ronald S. Bultje
2015-09-04vp9: use resetctx in the same way as libvpx.Ronald S. Bultje
2015-09-04vp9: fix indentation.Ronald S. Bultje
2015-09-04vp9: deal with the case where update_map=0 but we're key/intraonly.Ronald S. Bultje
2015-09-04vp9: reset segmentation information on context reset.Ronald S. Bultje
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-16lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos
2015-06-30vp9/update_prob: prevent out of bounds table readJames Zern
2015-06-25vp9: fix profile check for intraonly frames.Ronald S. Bultje
2015-06-19vp9: don't retain NULL as segmentation_mapAndreas Cadhalpun
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
2015-06-08vp9: change type of tile_size from unsigned to int64_tAndreas Cadhalpun
2015-06-01vp9: clamp final zero MV if find_ref_mvs() found no suitable candidates.Ronald S. Bultje
2015-05-31vp9: Parse subsampling and report missing featureVittorio Giovara
2015-05-18Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer
2015-05-16vp9: match another find_ref_mvs() bug in libvpx.Ronald S. Bultje
2015-05-16vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje