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 (Collapse)Author
2020-08-21avcodec: add RPZA encoderPaul B Mahol
2020-08-14avformat/av1dec: add low-overhead bitstream formatXu Guangxin
It's defined in Section 5.2, used by netflix. Signed-off-by: James Almer <jamrial@gmail.com>
2020-08-07avformat: add argo_asf muxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-08-07avcodec: add adpcm_argo encoderZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-08-02avcodec: add CFHD encoderPaul B Mahol
2020-07-29avcodec: Add an SVT-AV1 encoder wrapperDaryl Seah
Signed-off-by: Daryl Seah <daryl.seah@intel.com> Signed-off-by: Jing SUN <jing.a.sun@intel.com> Signed-off-by: ZhiZhen Tang <zhizhen.tang@intel.com> Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Xu Guangxin <guangxin.xu@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
2020-07-21avformat: add apm muxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-07-21avcodec: add adpcm_ima_apm encoderZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-07-10avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda
Added VDPAU to list of supported formats for HEVC10 and 12 bit formats also added 42010 bit to surface_parameters and new VDP chroma formats to VDPAUPixFmtMaps Add HEVC 420 10/12 Bit and 444 10/12 Bit support for VDPAU YUV444P10 is defined as the 444 surface with 10bit valid data in LSBs but H/w returns Data in MSBs Hence if we map output as YUV444p16 it is filtering out the LSB to convert to p10 format. Signed-off-by: Philip Langdale <philipl@overt.org>
2020-07-08avfilter: add chromanr video filterPaul B Mahol
2020-07-04libavcodec/pgxdec: Add PGX decoderGautam Ramakrishnan
This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-06-18avformat: add MCC demuxerPaul B Mahol
Fixes #7680
2020-06-15lavdevice: Add AudioToolbox output device.Thilo Borgmann
2020-06-08Changelog: add next marker back after branching 4.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-06-08Changelog: Add 4.3 cut markerMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-31avformat: add kvag muxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-30avfilter: add dblur video filterPaul B Mahol
2020-05-30avcodec: add PFM image decoderPaul B Mahol
2020-05-27avcodec: add adpcm_ima_ssi encoderZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-23lavfi: add untile filter.Nicolas George
2020-05-19avcodec: Add MediaFoundation encoder wrapperwm4
This contains encoder wrappers for H264, HEVC, AAC, AC3 and MP3. This is based on top of an original patch by wm4 <nfxjfg@googlemail.com>. The original patch supported both encoding and decoding, but this patch only includes encoding. The patch contains further changes by Paweł Wegner <pawel.wegner95@gmail.com> (primarily for splitting out the encoding parts of the original patch) and further cleanup, build compatibility fixes and tweaks for use with Qualcomm encoders by Martin Storsjö. Signed-off-by: Martin Storsjö <martin@martin.st>
2020-05-19avfilter: add gradients source video filterPaul B Mahol
2020-05-19avcodec: add NotchLC decoderPaul B Mahol
2020-05-14avfilter/vf_scdet: add filter to detect scene changeLimin Wang
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2020-05-08avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audioMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2020-05-05avformat: add demuxer for Pro Pinball Series' SoundbanksZane van Iperen
Adds support for the soundbank files used by the Pro Pinball series of games. https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2020-May/262094.html Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-04-30avfilter: add asubboost filterPaul B Mahol
2020-04-24avcodec: add support for Cunning Developments' ADPCMZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-04-21avformat/mpegtsenc: use the correct stream_types and write HDMV descriptors ↵Marton Balint
for m2ts Fixes ticket #2622. Signed-off-by: Marton Balint <cus@passwd.hu>
2020-04-18avfilter: add maskedthreshold filterPaul B Mahol
2020-04-18avfilter: add tmedian filterPaul B Mahol
2020-04-16avcodec: add a WebP parserJames Almer
Based on code from the BMP parser. Addresses ticket #8574 Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
2020-04-10Changelog: Add entry for expanded styling support in movtextPhilip Langdale
2020-04-10avcodec: add MV30 decoderPaul B Mahol
2020-04-05avformat/avisynth: switch to AviSynth+ on LinuxStephen Hutchinson
AviSynth+ now supports non-Windows OSes, making AvxSynth obsolete. Since we no longer support AviSynth 2.5 (which is essentially what AvxSynth is), remove AvxSynth support and replace it with AviSynth+. As a result, the USING_AVISYNTH defines can be switched back to generic _WIN32.
2020-03-28avfilter: add vf_overlay_cudaYaroslav Pogrebnyak
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2020-03-17avformat: add hca demuxerPaul B Mahol
2020-03-17avcodec: add CRI HCA decoderPaul B Mahol
2020-03-17avformat: add derf demuxerPaul B Mahol
2020-03-17avcodec: add derf dpcm decoderPaul B Mahol
2020-03-17avformat: add fwse demuxerPaul B Mahol
2020-03-17avcodec: add ADPCM IMA MTF decoderPaul B Mahol
2020-03-12changelog: add entry for the Vulkan hwcontext and filtersLynne
2020-03-10avformat: Add AMQP version 0-9-1 protocol supportAndriy Gelman
Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
2020-03-09avformat: add demuxer for LEGO Racers' ALP formatZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-03-09avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-02-24avfilter: add Contrast Adaptive Sharpen video filterPaul B Mahol
2020-02-24changelog: add adpcm_ima_ssi decoder and kvag demuxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-02-21avformat: add demuxer for Rayman 2's APM formatZane van Iperen
Adds support for the APM file format used by Ubisoft's Rayman 2. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-02-20avcodec: add siren audio decoderPaul B Mahol