summaryrefslogtreecommitdiffstats
path: root/Changelog
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Add librav1e encoderDerek Buitenhuis2019-11-101-0/+1
| | | | | | Port to the new send/receive API by: James Almer <jamrial@gmail.com>. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavc/qsvenc: enable vp9 encoderZhong Li2019-11-031-0/+1
| | | | | | | | | | 1. must enable low_power mode since just VDENC can be supported by iHD driver right now 2. Coding option1 and extra_data are not supported by MSDK 3. IVF header will be inserted in MSDK by default, but it is not needed for FFmpeg, so disable it. Signed-off-by: Zhong Li <zhongli_dev@126.com>
* avfilter: add median filterPaul B Mahol2019-10-291-0/+1
|
* Add support for VP9 VDPAU hwaccel decodeManojGuptaBonda2019-10-261-0/+1
| | | | | | | | | | | | | | | Support for VDPAU accelerated VP9 decoding was added with libvdpau-1.3. Support for the same in ffmpeg is added with this patch. Profiles related to VDPAU VP9 can be found in latest vdpau.h present in libvdpau-1.3. DRC clips are not supported yet due to http://trac.ffmpeg.org/ticket/8068 Add VP9 VDPAU to list of hwaccels and supported formats Added file vdpau_vp9.c and Modified configure to add VDPAU VP9 support. Mapped VP9 profiles to VDPAU VP9 profiles. Populated the codec specific params that need to be passed to VDPAU. Signed-off-by: Philip Langdale <philipl@overt.org>
* avfilter: add maskedmin/maskedmax filtersPaul B Mahol2019-10-241-0/+1
|
* avfilter: add bilateral filterPaul B Mahol2019-10-211-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add arnndn filterPaul B Mahol2019-10-161-0/+1
|
* avfilter: add anlms filterPaul B Mahol2019-10-061-0/+1
|
* libavfilter: add photosensitivity filterVladimir Panteleev2019-09-301-0/+1
|
* avfilter: add scroll video filterPaul B Mahol2019-09-301-0/+1
|
* avfilter: add sierpinski video sourcePaul B Mahol2019-09-251-0/+1
|
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-201-0/+1
| | | | | | | | | Implemented as a variant of the hash muxer, reusing most functions, and making use of the previously introduced array of hashes. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-161-0/+1
| | | | | Fixes ticket #4799. Analyzed-by: Aleksandr Ustinov
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-021-0/+1
| | | | | | | | | When ffmpeg was streaming, multiple clients were only supported by using a multicast destination address. An alternative was to stream to a server which re-distributes the content. This commit adds ZeroMQ as a protocol, which allows multiple clients to connect to a single ffmpeg instance. Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec: add IMM5 decoderPaul B Mahol2019-08-291-0/+1
|
* libavcodec/amfenc: Vulkan initialization support for encoder.OvchinnikovDmitrii2019-08-271-0/+1
| | | | | | | | | | | | | | | | | | Added linux support for amf encoder through vulkan. To use h.264(AMD VCE) encoder on linux amdgru-pro version 19.20+ and amf-amdgpu-pro package(amdgru-pro contains, but does not install automatically) are required. This driver can be installed using amdgpu-pro-install script in official amd driver archive. Initialization of amf encoder occurs in this order: 1) trying to initialize through dx11(only windows) 2) trying to initialize through dx9(only windows) 3) trying to initialize through vulkan Only Vulkan initialization available on linux.
* avformat/mov: add demuxing support for Dolby TrueHD streamsJames Almer2019-08-241-0/+2
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* add v360 to ChangelogPaul B Mahol2019-08-211-0/+1
|
* lavc/qsvdec: Add VP9 decoder supportZhong Li2019-08-201-0/+1
| | | | | | VP9 decoder is support on Intel kabyLake+ platforms with MSDK Version 1.19+ Signed-off-by: Zhong Li <zhong.li@intel.com>
* lavc/qsvdec: Add mjpeg decoder supportZhong Li2019-08-201-0/+3
| | | | Signed-off-by: Zhong Li <zhong.li@intel.com>
* build: add support for building CUDA files with clangRodger Combs2019-08-041-0/+1
| | | | | | | | | | | | | | | | 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>
* Changelog: Add 4.2 cut markerMichael Niedermayer2019-07-211-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/movenc: use unspecified language by defaultMarton Balint2019-07-121-0/+1
| | | | | | English was used before. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add deesser audio filterPaul B Mahol2019-07-021-0/+1
|
* Changelog: add derain filter into ChangelogXuewei Meng2019-06-251-0/+1
|
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-211-0/+1
| | | | | | | Fixes ticket #2956. Signed-off-by: Swaraj Hota <swarajhota353@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
* VP4 video decoderPeter Ross2019-06-121-0/+1
|
* avfilter: add showspatial multimedia filterPaul B Mahol2019-05-311-0/+1
|
* avfilter: add asr filterPaul B Mahol2019-05-141-0/+1
|
* avfilter: add xmedian filterPaul B Mahol2019-05-141-0/+1
|
* avfilter: add colorhold filterPaul B Mahol2019-05-111-0/+1
| | | | Fixes #7671.
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-051-0/+1
| | | | | | 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.
* avfilter: add audio soft clip filterPaul B Mahol2019-04-271-0/+1
|
* avfilter: add lagfun filterPaul B Mahol2019-04-201-0/+1
|
* avcodec: add LSCR decoderPaul B Mahol2019-04-131-0/+1
| | | | Fixes #4711.
* avcodec: add an AV1 frame split bitstream filterJames Almer2019-04-111-0/+1
| | | | | | This will be needed by the eventual native AV1 decoder. Signed-off-by: James Almer <jamrial@gmail.com>
* lavf/flvdec: added support for KUX containerSwaraj Hota2019-04-061-0/+1
| | | | | | | | 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.
* avcodec: add Amuse Graphics decoderPaul B Mahol2019-03-311-0/+1
| | | | This work is sponsored by VideoLAN.
* lavd: Remove libndi_newtekCarl Eugen Hoyos2019-03-201-0/+1
|
* avcodec/version: Bump micro-version for nvdec/cuviddec changesPhilip Langdale2019-02-161-0/+1
| | | | I forgot to add the version bump and changelog within the changes.
* add libaribb24 ARIB STD-B24 caption decoderJan Ekström2019-02-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* avcodec: add ARBC decoderPaul B Mahol2019-01-271-0/+1
| | | | Thanks Kostya for great help in reversing binary.
* avformat: add HCOM demuxerPaul B Mahol2019-01-151-0/+1
|
* avfilter: add maskfun filterPaul B Mahol2019-01-121-0/+1
|
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-081-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add HYMT decoderPaul B Mahol2018-12-311-0/+1
|
* avformat: add vividas demuxerPaul B Mahol2018-12-201-0/+1
|
* avcodec: add gif parserPaul B Mahol2018-12-101-0/+1
|
* avcodec: add PCM-DVD encoderPaul B Mahol2018-12-011-0/+1
| | | | Fixes #6784.
* avformat: add DHAV demuxerPaul B Mahol2018-11-241-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud