summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Collapse)AuthorAgeFilesLines
* FFmpeg 4.1.10 releaseMichael Niedermayer2022-05-141-0/+8
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for FFmpeg 4.1.9Michael Niedermayer2022-04-091-0/+59
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updaten4.1.8Michael Niedermayer2021-10-171-0/+9
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for 4.1.8Michael Niedermayer2021-10-061-0/+29
|
* Update for 4.1.7Michael Niedermayer2021-09-091-0/+332
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updaten4.1.6Michael Niedermayer2020-07-051-0/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for 4.1.6Michael Niedermayer2020-07-031-0/+245
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for FFmpeg 4.1.5Michael Niedermayer2020-01-061-0/+320
|
* Changelog: Fix formating for 4.1.4Michael Niedermayer2020-01-061-105/+105
|
* Changelog: fix typon4.1.4Michael Niedermayer2019-07-081-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updateMichael Niedermayer2019-07-081-0/+36
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for 4.1.4Michael Niedermayer2019-06-271-0/+71
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updaten4.1.3Michael Niedermayer2019-04-011-0/+2
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for 4.1.3Michael Niedermayer2019-03-311-0/+9
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updaten4.1.2Michael Niedermayer2019-03-211-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for 4.1.2Michael Niedermayer2019-03-141-0/+33
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updaten4.1.1Michael Niedermayer2019-02-091-0/+2
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Changelog: updateMichael Niedermayer2019-02-041-0/+8
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Update for 4.1.1Michael Niedermayer2019-01-211-0/+66
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-031-0/+1
| | | | | | | | 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. (cherry picked from commit d5272e94ab22bfc8f01fa3174e2c4664161ddf5a)
* Changelog: next is 4.1Michael Niedermayer2018-11-011-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-311-0/+1
|
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-261-0/+1
| | | | Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
* avfilter: add xstack filterPaul B Mahol2018-10-261-0/+1
|
* lavu: bump version, add Changelog entryJosh de Kock2018-10-241-0/+1
|
* avfilter: add vibrance filterPaul B Mahol2018-10-231-0/+1
|
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-211-0/+1
| | | | setfield and setrange filters are kept.
* avfilter: add chromahold filterPaul B Mahol2018-10-211-0/+1
|
* avfilter: add sinc source filterPaul B Mahol2018-10-191-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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>