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-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-27lavc: Delete all fake hwaccelsMark Thompson
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-02Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4'James Almer
2017-06-13mmal: Add missing .item_name to AVClass declarationDiego Biurrun
2017-04-08Merge commit 'd82d5379caca21005d8906829b35361c4a65408e'Clément Bœsch
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-22Merge commit '8385ba53f115401a67a4748c0d107769ebfb2941'Clément Bœsch
2016-12-02mmaldec: initialize refcount using atomic_init()Wan-Teh Chang
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-02mmaldec: convert to stdatomicAnton Khirnov
2016-09-12libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod...Jens Ziller
2016-06-21lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov
2016-06-21lavc/mmaldec: reduce some diffs with Libav missed in previous skipped mergesClément Bœsch
2016-06-21Merge commit '74beead9bd596180bcac6108548fc0a86d8eb4ae'Clément Bœsch
2016-05-11Merge commit 'b8e899f4bf5f09900aa71552112d32a5566b6baf'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-30mmaldec: limit internal bufferingwm4
2016-04-30mmaldec: print the MMAL format FourCC automaticallywm4
2016-04-30mmaldec: send only a single EOS packet on flushingwm4
2016-04-30mmaldec: correct package buffering accountingwm4
2016-04-30mmaldec: add vc1 decoding supportwm4
2016-04-30mmaldec: Add mpeg2 decoding supportJulian Scheel
2016-04-30mmaldec: Fix avpriv_atomic_get usageJulian Scheel
2016-04-30mmaldec: Use av_assert0() instead of assert()Michael Niedermayer
2016-04-12mmaldec: Use imgutils.h for copying framesMartin Storsjö
2016-01-28mmaldec: limit internal bufferingwm4
2016-01-28mmaldec: support MPEG-4wm4
2016-01-28mmaldec: print the MMAL format FourCC automaticallywm4
2015-11-10mmaldec: send only a single EOS packet on flushingwm4
2015-11-07mmaldec: correct package buffering accountingwm4
2015-11-07mmaldec: add vc1 decoding supportwm4
2015-10-22mmaldec: Add mpeg2 decoding supportJulian Scheel
2015-10-21mmaldec: Fix avpriv_atomic_get usageJulian Scheel
2015-10-05avcodec/mmaldec: Use av_assert0() instead of assert()Michael Niedermayer
2015-10-05Merge commit '39f01e346cab464ef6c0d4ec58cc13b7123e60d8'Hendrik Leppkes
2015-10-05Merge commit '65db4899fa8790049bec3af16ecdb75dd81051fd'Hendrik Leppkes
2015-10-04mmaldec: be more tolerant against MMAL not returning decoded outputwm4
2015-10-04mmaldec: refactor to have more context per MMAL input bufferwm4
2015-09-26Merge commit 'a9b8c638cfe2f82191db65e3e3a39f3b35df81f5'Hendrik Leppkes
2015-09-26Merge commit '49623f531972be5dc2dd8c1b4b8748cad7c424ff'Hendrik Leppkes
2015-09-26Merge commit 'f290e48d86e10f34b5ddc519127636bcebec7c43'Hendrik Leppkes
2015-09-24mmal: Fix AVBufferRef usagewm4
2015-09-24mmal: Remove setting extradata on input formatwm4
2015-09-24mmal: drop the h264 BSFwm4
2015-09-12mmaldec: fix pkt_dts determinationwm4
2015-09-12lavc: allow asynchronous decoders to return correct pkt_dts valueswm4
2015-09-12mmaldec: disable timestamp interpolationwm4
2015-09-12mmaldec: fix problems with flush logicwm4
2015-09-12mmaldec: hack against buffering problems on broken inputwm4