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
2021-10-06Update for 4.2.5Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-09Changelog: updaten4.2.4Michael Niedermayer
2020-07-07Update for 4.2.4Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-21Changelog: updaten4.2.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-20Update for 4.2.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-31Update for FFmpeg 4.2.2n4.2.2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-09-07Update for 4.2.1n4.2.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-08-04build: add support for building CUDA files with clangRodger Combs
This avoids using the CUDA SDK at all; instead, we provide a minimal reimplementation of the basic functionality that lavfi actually uses. It generates very similar code to what NVCC produces. The header contains no implementation code derived from the SDK. The function and type declarations are derived from the SDK only to the extent required to build a compatible implementation. This is generally accepted to qualify as fair use. Because this option does not require the proprietary SDK, it does not require the "--enable-nonfree" flag in configure. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2019-07-21Changelog: Add 4.2 cut markerMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-07-12avformat/movenc: use unspecified language by defaultMarton Balint
English was used before. Signed-off-by: Marton Balint <cus@passwd.hu>
2019-07-02avfilter: add deesser audio filterPaul B Mahol
2019-06-25Changelog: add derain filter into ChangelogXuewei Meng
2019-06-21avformat/ifv: added support for ifv cctv filesSwaraj Hota
Fixes ticket #2956. Signed-off-by: Swaraj Hota <swarajhota353@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
2019-06-12VP4 video decoderPeter Ross
2019-05-31avfilter: add showspatial multimedia filterPaul B Mahol
2019-05-14avfilter: add asr filterPaul B Mahol
2019-05-14avfilter: add xmedian filterPaul B Mahol
2019-05-11avfilter: add colorhold filterPaul B Mahol
Fixes #7671.
2019-05-05avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda
The latest generation video decoder on the Turing chips supports decoding HEVC 4:4:4. This change adds AV_PIX_FMT_VDPAU as a valid format for HEVC 4:4:4 8 bit.
2019-04-27avfilter: add audio soft clip filterPaul B Mahol
2019-04-20avfilter: add lagfun filterPaul B Mahol
2019-04-13avcodec: add LSCR decoderPaul B Mahol
Fixes #4711.
2019-04-11avcodec: add an AV1 frame split bitstream filterJames Almer
This will be needed by the eventual native AV1 decoder. Signed-off-by: James Almer <jamrial@gmail.com>
2019-04-06lavf/flvdec: added support for KUX containerSwaraj Hota
Fixes ticket #4519. The metadata starting at 0xe00004 is encrypted with the password "meta" but zlib does not support decryption, so no kux metadata is read.
2019-03-31avcodec: add Amuse Graphics decoderPaul B Mahol
This work is sponsored by VideoLAN.
2019-03-20lavd: Remove libndi_newtekCarl Eugen Hoyos
2019-02-16avcodec/version: Bump micro-version for nvdec/cuviddec changesPhilip Langdale
I forgot to add the version bump and changelog within the changes.
2019-02-10add libaribb24 ARIB STD-B24 caption decoderJan Ekström
* Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to the resolution of the subtitle plane (for example, 960x540 / 36pt font for profile A). * Has options to: * Disable ruby text (which is coded as regions which have half-height text in libaribb24). Enabled by default as without positioning ruby text only confuses as it is usually coded in the beginning of the decoded subtitle line. * Set the working directory, in which libaribb24 will read configuration as well as into which it may save broadcast extra symbols as PNG. Unset by default. The unconventional library check can be explained by the library's current master branch being licensed as LGPLv3, but at the time of writing the latest official release is still licensed under GPLv3. Thus, one either has to wait for the following release, or enable GPLv3.
2019-01-27avcodec: add ARBC decoderPaul B Mahol
Thanks Kostya for great help in reversing binary.
2019-01-15avformat: add HCOM demuxerPaul B Mahol
2019-01-12avfilter: add maskfun filterPaul B Mahol
2019-01-09avfilter: add anlmdn audio filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-12-31avcodec: add HYMT decoderPaul B Mahol
2018-12-20avformat: add vividas demuxerPaul B Mahol
2018-12-10avcodec: add gif parserPaul B Mahol
2018-12-01avcodec: add PCM-DVD encoderPaul B Mahol
Fixes #6784.
2018-11-24avformat: add DHAV demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-11-24avcodec: add truehd_core bitstream filterPaul B Mahol
2018-11-20avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-11-19avfilter: add rgbashift filterPaul B Mahol
2018-11-16avfilter: add dedot video filterPaul B Mahol
2018-11-06avcodec: libdav1d AV1 decoder wrapper.James Almer
Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
2018-11-02avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale
This is a cuda implementation of yadif, which gives us a way to do deinterlacing when using the nvdec hwaccel. In that scenario we don't have access to the nvidia deinterlacer.
2018-11-02avfilter: add tpad filterPaul B Mahol
2018-11-02Changelog: Add new version next tagMichael Niedermayer
2018-11-02Changelog: next is 4.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-10-31avfilter: add (a)graphmonitor filter(s)Paul B Mahol
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
2018-10-26avfilter: add xstack filterPaul B Mahol
2018-10-24lavu: bump version, add Changelog entryJosh de Kock