summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Collapse)AuthorAgeFilesLines
* avformat: add SER demuxerPaul B Mahol2018-10-131-0/+1
|
* avcodec: add an AV1 parserJames Almer2018-10-031-0/+1
| | | | | | | | 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>
* avfilter: add audio denoising (afftdn) filterPaul B Mahol2018-09-251-0/+1
|
* avcodec: add native iLBC decoderPaul B Mahol2018-09-231-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add acrossover filterPaul B Mahol2018-09-161-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add bm3d filterPaul B Mahol2018-09-131-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add amultiply audio filterPaul B Mahol2018-09-131-0/+1
|
* lavc, doc, configure: add libxavs2 video encoder wrapperhwren2018-09-111-0/+1
| | | | Signed-off-by: hwren <hwrenx@126.com>
* avfilter: add nvidia NPP based transpose filterRoman Arzumanyan2018-09-101-0/+1
| | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avformat/movenc: remove experimental checks for AV1 streamsJames Almer2018-09-091-0/+1
| | | | | | The spec has been finalized. Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/f_cue: add cue and acue filtersMarton Balint2018-09-091-0/+1
| | | | | | To delay filtering until a given wallclock timestamp. Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec: add RemotelyAnywhere Screen Capture decoderPaul B Mahol2018-09-081-0/+1
|
* avfilter: add lut1d filterPaul B Mahol2018-09-071-0/+1
|
* avcodec: add WinCAM Motion Video decoderPaul B Mahol2018-08-271-0/+1
|
* avcodec: add MatchWare Screen Capture CodecPaul B Mahol2018-08-271-0/+1
|
* avcodec: add Brooktree ProSumer Video decoderPaul B Mahol2018-08-241-0/+1
|
* avcodec: add IMM4 decoderPaul B Mahol2018-08-211-0/+1
| | | | This work is sponsored by VideoLAN.
* lavc, doc, configure: add avs2 video decoder wrapperhwren2018-07-271-0/+1
| | | | | | Tested-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avfilter: Add colorconstancy filterMina2018-07-231-0/+1
| | | | Signed-off-by: Mina <minasamy_@hotmail.com>
* Update Changelog for lensfun addition and bump minorPaul B Mahol2018-07-151-0/+1
|
* lavc: implement an ATRAC9 decoderRostislav Pehlivanov2018-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | This commit implements a full ATRAC9 decoder, a simple low-delay codec developed by Sony and used in most PSVita games, some PS3 games and some PS4 games. Its similar to AAC in that it uses Huffman coded scalefactors but instead of vector quantization it just Huffman codes the spectral coefficients (in a way similar to how Opus splits band energy coding into coarse and fine precision). It opts to write rather large Huffman codes by packing several small coefficients into one Huffman coded symbol, though I don't believe this increases efficiency at all. Band extension implements SBC in a simple way, first it mirrors the lower spectrum onto the higher frequencies and then it uses one of 5 filters to shape it. Noise substitution is implemented via 2 of them. Unlike previous ATRAC codecs, there's no QMF, this is a standard MDCT codec. Based off of the reverse engineering work of Alex Barney. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* Changelog: Mention vc1 improvements by Jerome Borsboom.Carl Eugen Hoyos2018-06-291-0/+1
|
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-051-2/+1
| | | | Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-021-0/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Adds dnn inference module for simple convolutional networks. Reimplements ↵Sergey Lavrushkin2018-05-291-0/+2
| | | | | | srcnn filter based on it. Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* libavformat: add mbedTLS based TLSThomas Volkert2018-05-211-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-181-0/+1
| | | | | | | Generates color bar test patterns based on EBU PAL recommendations. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* avfilter: add aderivative and aintegral filterPaul B Mahol2018-05-161-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-101-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Adds SRCNN filter.Sergey Lavrushkin2018-05-041-0/+1
| | | | Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* avfilter: add amplify filterPaul B Mahol2018-04-291-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add tmix filterPaul B Mahol2018-04-261-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Revert "libavformat: add mbedTLS based TLS"Rostislav Pehlivanov2018-04-231-1/+0
| | | | | This reverts commit 62f5c9d68bf6e0f2c1a47cf002629a70a82274fc, which was pushed a bit prematurely.
* libavformat: add mbedTLS based TLSThomas Volkert2018-04-231-0/+1
|
* avfilter: add deblock filterPaul B Mahol2018-04-211-0/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add vfrdet filterPaul B Mahol2018-04-131-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Add Sega FILM muxerMisty De Meo2018-04-051-0/+1
| | | | Signed-off-by: Josh de Kock <josh@itanimul.li>
* Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer2018-03-291-0/+1
|\ | | | | | | | | | | | | * commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57': Add Haivision SRT protocol Merged-by: James Almer <jamrial@gmail.com>
| * Add Haivision SRT protocolSven Dueking2018-03-281-0/+1
| | | | | | | | | | | | | | | | The protocol requires libsrt (https://github.com/Haivision/srt) to be installed Signed-off-by: Sven Dueking <sven.dueking@nablet.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avcodec: add eac3_core bitstream filterPaul B Mahol2018-03-291-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/eac3: add support for dependent streamPaul B Mahol2018-03-291-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer2018-03-281-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'c438899a706422b8362a13714580e988be4d638b': Add AV1 video decoding support through libaom This contains some extra changes taken from the libvpx decoder wrapper, most of them contained in the set_pix_fmt() function. Merged-by: James Almer <jamrial@gmail.com>
| * Add AV1 video decoding support through libaomLuca Barbato2018-03-121-0/+1
| | | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | changelog: add missing line for filter_units bsfJames Almer2018-03-221-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec/hapqa_extract_bsf : add new bsf filterMartin Vignali2018-03-131-0/+1
| | | | | | | | | | convert HapQA data to HAPQ or HAPAlphaOnly by copying the corresponding texture
* | avfilter: add drmeter audio filterPaul B Mahol2018-03-111-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Changelog: list the new SBC codecAurelien Jacobs2018-03-071-0/+1
| |
* | compat: remove in-tree NVidia headersTimo Rothenpieler2018-02-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | External headers are no longer welcome in the ffmpeg codebase because they increase the maintenance burden. However, in the NVidia case the vanilla headers need some modifications to be usable in ffmpeg therefore we still provide them, but in a separate repository. The external headers can be found at https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Fate-source is updated because of the deleted files, and dynlink_loader.h license headers were updated with the standard FFmpeg headers. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* | Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-241-0/+1
| |
* | Add libcodec2 en/decoderTomas Härdin2018-02-241-0/+1
| |