summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Collapse)AuthorAge
...
* lavc/qsvdec: Add mjpeg decoder supportZhong Li2019-08-20
| | | | Signed-off-by: Zhong Li <zhong.li@intel.com>
* build: add support for building CUDA files with clangRodger Combs2019-08-04
| | | | | | | | | | | | | | | | 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-21
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/movenc: use unspecified language by defaultMarton Balint2019-07-12
| | | | | | English was used before. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add deesser audio filterPaul B Mahol2019-07-02
|
* Changelog: add derain filter into ChangelogXuewei Meng2019-06-25
|
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-21
| | | | | | | Fixes ticket #2956. Signed-off-by: Swaraj Hota <swarajhota353@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
* VP4 video decoderPeter Ross2019-06-12
|
* avfilter: add showspatial multimedia filterPaul B Mahol2019-05-31
|
* avfilter: add asr filterPaul B Mahol2019-05-14
|
* avfilter: add xmedian filterPaul B Mahol2019-05-14
|
* avfilter: add colorhold filterPaul B Mahol2019-05-11
| | | | Fixes #7671.
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-05
| | | | | | 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-27
|
* avfilter: add lagfun filterPaul B Mahol2019-04-20
|
* avcodec: add LSCR decoderPaul B Mahol2019-04-13
| | | | Fixes #4711.
* avcodec: add an AV1 frame split bitstream filterJames Almer2019-04-11
| | | | | | 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-06
| | | | | | | | 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-31
| | | | This work is sponsored by VideoLAN.
* lavd: Remove libndi_newtekCarl Eugen Hoyos2019-03-20
|
* avcodec/version: Bump micro-version for nvdec/cuviddec changesPhilip Langdale2019-02-16
| | | | I forgot to add the version bump and changelog within the changes.
* add libaribb24 ARIB STD-B24 caption decoderJan Ekström2019-02-10
| | | | | | | | | | | | | | | | | | | | | | | | * 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-27
| | | | Thanks Kostya for great help in reversing binary.
* avformat: add HCOM demuxerPaul B Mahol2019-01-15
|
* avfilter: add maskfun filterPaul B Mahol2019-01-12
|
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add HYMT decoderPaul B Mahol2018-12-31
|
* avformat: add vividas demuxerPaul B Mahol2018-12-20
|
* avcodec: add gif parserPaul B Mahol2018-12-10
|
* avcodec: add PCM-DVD encoderPaul B Mahol2018-12-01
| | | | Fixes #6784.
* avformat: add DHAV demuxerPaul B Mahol2018-11-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add truehd_core bitstream filterPaul B Mahol2018-11-23
|
* avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint2018-11-19
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add rgbashift filterPaul B Mahol2018-11-19
|
* avfilter: add dedot video filterPaul B Mahol2018-11-16
|
* avcodec: libdav1d AV1 decoder wrapper.James Almer2018-11-05
| | | | | | | Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-02
| | | | | | 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.
* avfilter: add tpad filterPaul B Mahol2018-11-02
|
* Changelog: Add new version next tagMichael Niedermayer2018-11-02
|
* Changelog: next is 4.1Michael Niedermayer2018-11-01
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-31
|
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-26
| | | | Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
* avfilter: add xstack filterPaul B Mahol2018-10-26
|
* lavu: bump version, add Changelog entryJosh de Kock2018-10-24
|
* avfilter: add vibrance filterPaul B Mahol2018-10-23
|
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-21
| | | | setfield and setrange filters are kept.
* avfilter: add chromahold filterPaul B Mahol2018-10-21
|
* avfilter: add sinc source filterPaul B Mahol2018-10-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add SER demuxerPaul B Mahol2018-10-13
|
* avcodec: add an AV1 parserJames Almer2018-10-03
| | | | | | | | Simple parser to set keyframes, frame type, structure, width, height, and pixel format, plus stream profile and level. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: James Almer <jamrial@gmail.com>