summaryrefslogtreecommitdiffstats
path: root/Changelog
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: add floodfill filterPaul B Mahol2017-08-051-0/+1
|
* avfilter: add tlut2 filterPaul B Mahol2017-08-041-0/+1
|
* avfilter: add unpremultiply filterPaul B Mahol2017-08-021-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add SMPTE 337M demuxerfoo862017-07-191-0/+1
|
* avfilter: add LIBVMAF filterAshish Singh2017-07-161-0/+1
| | | | | | | | This one changes the previous vmaf patch to libvmaf to keep it separate from the native implementation of vmaf inside ffmpeg later. Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avfilter: add limiter filterPaul B Mahol2017-07-081-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-0/+1
| | | | | | | | | | | | | | | This also adds support to avconv (which is trivial due to the new hwaccel API being generic enough). The new decoder setup code in dxva2.c is significantly based on work by Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites. Merges Libav commit f9e7a2f95a7194a8736cc1416a03a1a0155a3e9f. Also adds untested VP9 support. The check for DXVA2 COBJs is removed. Just update your MinGW to something newer than a 5 year old release. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Interplay MVE: Changelog entry for changesHein-Pieter van Braam2017-06-271-0/+1
| | | | Signed-off-by: Hein-Pieter van Braam <hp@tmm.cx>
* build: Prefer NASM assembler over YASMDiego Biurrun2017-06-211-0/+2
| | | | | | | | | NASM is more actively maintained and permits generating dependency information as a sideeffect of assembling, thus cutting build times in half. (Cherry-picked from libav commit 57b753b445e23363c997a8ec1c556e0b0f6e9da3) Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: add roberts cross operatorPaul B Mahol2017-06-191-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add superequalizer filterPaul B Mahol2017-06-191-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add native headphone spatialization filterPaul B Mahol2017-06-121-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add Gremlin Digital Video demuxerPaul B Mahol2017-06-111-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_sofalizer: switch to libmysofaPaul B Mahol2017-06-081-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio surround upmixerPaul B Mahol2017-06-011-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc: remove libschroedinger encoding and decoding wrappersRostislav Pehlivanov2017-05-291-0/+1
| | | | | | | | | The library has stopped being developed and Debian has removed it from its repositories citing security issues. The native Dirac decoder supports everything the library has and basic encoding support is still provided via the native vc2 (Dirac Pro, intra only version of Dirac) encoder. Hence, there's no reason to still support linking to the library and potentially leading users into security issues.
* lavf: remove the libnut library wrapperRostislav Pehlivanov2017-05-291-0/+1
| | | | | libnut is outdated and not developed anymore, all nut developments happens in this repo, so users are getting mislead
* avformat/movenc: remove experimental check for VP9 streamsJames Almer2017-05-171-0/+1
| | | | The muxer has been updated and is now complaint with the v1.0 of the spec.
* avfilter: add audio crossfeed filterPaul B Mahol2017-05-171-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc: add a librsvg rasterization library wrapperRostislav Pehlivanov2017-05-161-0/+1
| | | | | | | | | | Enables rendering of SVG images. This is possible since SVG images still contain and specify the dimensions in pixels to which they've been drawn to and thus enable browsers to display them without any external data. Users can still override and generate images with arbitrary resolutions. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* avfilter/scale_cuda: add CUDA scale filterYogender Gupta2017-05-151-0/+1
| | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* Changelog: mention afir additionPaul B Mahol2017-05-091-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Changelog: document updated Video Codec SDKTimo Rothenpieler2017-05-091-0/+1
|
* Merge commit 'e199a8099411d0992c3ed278287a81f1d791199c'Clément Bœsch2017-05-051-0/+1
|\ | | | | | | | | | | | | * commit 'e199a8099411d0992c3ed278287a81f1d791199c': Changelog: mention the new avbuild/ directory Merged-by: Clément Bœsch <cboesch@gopro.com>
| * Changelog: mention the new avbuild/ directoryAnton Khirnov2017-01-091-0/+1
| | | | | | | | | | Especially config.log is often read by users trying to compile Libav, so its move should be documented.
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-191-1/+1
| | | | | | | | | | Partially based on a patch by Timo Rothenpieler <timo@rothenpieler.org>. Additional scaling list handling fix by Jun Zhao <mypopydev@gmail.com>.
* | avfilter: add video oscilloscope filterPaul B Mahol2017-04-291-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '1783d7ec03d730c5bd96c07bc5fa7aa566f85c66'Clément Bœsch2017-04-291-0/+1
|\ \ | |/ | | | | | | | | | | * commit '1783d7ec03d730c5bd96c07bc5fa7aa566f85c66': Changelog: add some missing entries Merged-by: Clément Bœsch <u@pkh.me>
| * Changelog: add some missing entriesAnton Khirnov2016-12-191-0/+3
| |
| * mov: Export spherical informationVittorio Giovara2016-12-071-0/+1
| | | | | | | | | | | | | | This implements Spherical Video V1 and V2, as described in the spatial-media collection by Google. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * Changelog: mark the release 12 branchAnton Khirnov2016-08-311-0/+3
| |
* | avfilter: add lumakey filterPaul B Mahol2017-04-241-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add doubleweave filterPaul B Mahol2017-04-221-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add deflicker filterPaul B Mahol2017-04-201-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Changelog: fix position of VAAPI MPEG-2/VP8 encode entryMark Thompson2017-04-021-1/+1
| | | | | | | | This was merged in the wrong place.
* | Changelog: add missing entry for VP8 QSV decoderJames Almer2017-04-021-0/+1
| |
* | Changelog: add 3.3James Almer2017-04-021-0/+2
| |
* | Changelog: reorder last entryRostislav Pehlivanov2017-03-271-1/+1
| | | | | | | | | | | | Entries are organized in descending chronological order. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | lavfi: remove af_asynts filterRostislav Pehlivanov2017-03-271-0/+1
| | | | | | | | | | | | Long overdue for removal, af_aresample should be used instead. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | add signature filter for MPEG7 video signatureGerion Entrup2017-03-211-0/+1
| | | | | | | | | | | | | | | | This filter does not implement all features of MPEG7. Missing features: - compression of signature files - work only on (cropped) parts of the video Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '80fc75d51e3312e1890591048eb6a3d499b6e49d'Clément Bœsch2017-03-201-0/+1
|\ \ | |/ | | | | | | | | | | * commit '80fc75d51e3312e1890591048eb6a3d499b6e49d': Changelog: Mention mov with multiple stsd Merged-by: Clément Bœsch <u@pkh.me>
| * Changelog: Mention mov with multiple stsdVittorio Giovara2016-08-291-0/+1
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-291-0/+1
| | | | | | | | | | | | Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c'Clément Bœsch2017-03-151-0/+2
|\ \ | |/ | | | | | | | | | | * commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c': Remove the legacy X11 screen grabber Merged-by: Clément Bœsch <u@pkh.me>
| * Remove the legacy X11 screen grabberDiego Biurrun2016-07-291-0/+1
| | | | | | | | The XCB screen grabber is a drop-in replacement and not under GPL.
* | avcodec: add XPM decoder and demuxerParas Chadha2017-03-121-0/+1
| | | | | | | | Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
* | Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'Mark Thompson2017-03-121-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417': lavfi: add a QSV deinterlacing filter Minor fixup for lavfi differences. Merged-by: Mark Thompson <sw@jkqxz.net>
| * lavfi: add a QSV deinterlacing filterAnton Khirnov2016-07-221-1/+1
| |
| * Add an OpenH264 decoder wrapperMartin Storsjö2016-06-281-0/+1
| | | | | | | | | | | | | | | | While it is less featureful (and slower) than the built-in H264 decoder, one could potentially want to use it to take advantage of the cisco patent license offer. Signed-off-by: Martin Storsjö <martin@martin.st>
| * lavfi: add a QSV scaling filterAnton Khirnov2016-06-211-0/+1
| |
OpenPOWER on IntegriCloud