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
2017-11-29vp9: use superframe split BSFwm4
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-13avcodec: implement vp9 nvdec hwaccelTimo Rothenpieler
2017-09-12vp9: fix explicit memory order for report_progress.Ronald S. Bultje
2017-09-11vp9: assert -> av_assert and fix associated compile error.Ronald S. Bultje
2017-09-11vp9: fix compilation with threading disabled.Ronald S. Bultje
2017-09-08avcodec/vp9: Add tile threading supportIlia Valiakhmetov
2017-08-22vp9: set color range to MPEG for intraonly profile 0James Zern
2017-06-27dxva: add support for new dxva2 and d3d11 hwaccel APIswm4
2017-03-29vp9: split out loopfilter functions in their own source file.Ronald S. Bultje
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
2017-03-27lavc/vp9: clarify inv_recenter_nonnegClément Bœsch
2017-03-27lavc/vp9: consistent use of typedef instead of structClément Bœsch
2017-03-27lavc/vp9: misc cosmeticsClément Bœsch
2017-03-27lavc/vp9: rename res to retClément Bœsch
2017-03-27lavc/vp9: split a few assignment out of ifsClément Bœsch
2017-03-27lavc/vp9: rename {ref,unref,alloc}_frame to frame_{ref,unref,alloc}Clément Bœsch
2017-03-27lavc/vp9: rename ctx to avctxClément Bœsch
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
2017-03-07avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer
2016-12-06avcodec/vaapi-vp9: add support for profile 2 (bpp > 8)Mathieu Velten
2016-12-06avcodec/vp9: move bpp to the shared context for use in hwaccelMathieu Velten
2016-11-15aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö
2016-11-15arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö
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