summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove libmpcodecsPaul B Mahol2015-01-311-4/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove mp=softpulldownPaul B Mahol2015-01-301-1/+0
| | | | | | It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-261-2/+0
| | | | | mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
* avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-261-0/+1
| | | | | | | Code adapted from James Darnley's port Some fixes from Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix Makefile: remove ilpackPaul B Mahol2015-01-201-1/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add showpalette filterClément Bœsch2015-01-151-0/+1
|
* avfilter: port qp filter from libmpcodecsPaul B Mahol2015-01-141-0/+1
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove mp=pp7Arwa Arif2015-01-131-1/+0
| | | | | | | The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-091-0/+1
| | | | | | | The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi: add tblend filterStefano Sabatini2014-12-271-0/+1
|
* lavfi/mp: drop mp=fspp filterStefano Sabatini2014-12-241-1/+0
| | | | It has been ported to libavfilter.
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-241-0/+1
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi: add colorlevels filterPaul B Mahol2014-12-161-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Delete mp=usppArwa Arif2014-12-121-1/+0
|
* lavfi: USPP FilterArwa Arif2014-12-121-0/+1
| | | | | Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add xbr filter xBRArwa Arif2014-11-101-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer2014-09-171-1/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* add silenceremove filterPaul B Mahol2014-09-051-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add codecview filterClément Bœsch2014-08-241-0/+1
|
* lavfi: duplicate ff_log2_tabJames Almer2014-08-131-0/+1
| | | | | | | Fixes compilation failures on msvc/icl shared builds Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-121-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add flanger filterPaul B Mahol2014-07-031-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_aphaser: move wave table generation code into separate filePaul B Mahol2014-07-031-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-211-0/+1
| | | | Partially fixes Ticket #3404 (xbr filter remaining)
* avfilter: add signalstats filterClément Bœsch2014-06-111-0/+1
| | | | | | Signed-off-by: Mark Heath <silicontrip@gmail.com> Signed-off-by: Dave Rice <dave@dericed.com> Signed-off-by: Clément Bœsch <u@pkh.me>
* Zoom & Pan filterPaul B Mahol2014-06-091-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: new multimedia filter avf_showcqt.cMuhammad Faiz2014-06-051-0/+1
| | | | | this filter is the same as showspectrum but with constant Q transform, so frequency is spaced logarithmically
* build: move ebur128 swr dep to configure.Clément Bœsch2014-05-131-2/+0
|
* Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-131-21/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit '449511740f06a4675b0066730fa45cdb764ffafc': build: handle library dependencies in configure Conflicts: common.mak configure libavdevice/Makefile libavfilter/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: handle library dependencies in configureJanne Grunau2014-05-131-5/+0
| | | | | | | | | | Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
* | Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer2014-05-011-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e': lavfi: add Bauer stereo-to-binaural audio filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-011-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * libavfilter: Add asettb filter for setting timebase for audioNicolas George2014-04-101-0/+1
| | | | | | | | | | | | | | | | Ported asettb (including the sr option for audio sample rate) from FFmpeg, and copied/modified the existing settb documentation for asettb. Signed-off-by: Katerina Barone-Adesi <katerinab+libav@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-021-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vf_settb: rename to settb Conflicts: libavfilter/Makefile libavfilter/f_settb.c libavfilter/settb.c libavfilter/vf_settb.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_settb: rename to settbKaterina Barone-Adesi2014-04-021-1/+1
| | | | | | | | | | | | An audio version of settb (asettb) will be added to this file. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '599b81ca9a8e04a27ddad94af462171d16063167'Michael Niedermayer2014-03-061-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * commit '599b81ca9a8e04a27ddad94af462171d16063167': lavfi: add shuffleplanes filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add shuffleplanes filterAnton Khirnov2014-03-051-0/+1
| |
* | avfilter: remove af_compand_forkMichael Niedermayer2014-02-261-1/+0
| | | | | | | | | | | | All relevant changes except the float/double one have been merged Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-261-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: add compand audio filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/af_compand.c libavfilter/allfilters.c libavfilter/version.h The filter is added as new one so as to ease clean merging of its changes in debug-able steps See: 6b68e2a43b3407522080be50a2a19cff2f9715ef Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add compand audio filterAndrew Kelley2014-02-261-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: adding dejudder filter to remove judder produced by partially ↵Nicholas Robbins2014-02-161-0/+1
| | | | | | | | | | | | | | telecined material. Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/ebur128: add sample and true peak metering.Clément Bœsch2014-02-021-0/+2
| | | | | | | | | | | | Metadata injection and logging. Not yet present visually. Signed-off-by: Jean First <jeanfirst@gmail.com>
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-101-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add framepack filterVittorio Giovara2014-01-091-0/+1
| |
* | lavfi: rename asrc_aevalsrc.c to aeval.cStefano Sabatini2013-12-061-2/+2
| | | | | | | | | | The file now contains both source and filter, the new name looks more appropriate.
* | lavfi: add aeval filterStefano Sabatini2013-12-061-0/+1
| |
* | Add Windows resource file support for shared librariesJames Almer2013-12-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally written by James Almer <jamrial@gmail.com> With the following contributions by Timothy Gu <timothygu99@gmail.com> * Use descriptions of libraries from the pkg-config file generation function * Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser) * Use "FFmpeg" for ProductName as MSDN says "name of the product with which the file is distributed" [1]. * Use FFmpeg's version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1]. * Only build the .rc files when --enable-small is not enabled. [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not neededJames Almer2013-11-301-2/+0
| | | | | | | | | | | | | | | | | | | | They are only needed by removelogo. This fixes a link failure in shared builds when compiling with removelogo disabled but Lavf/SwS enabled Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add elbg filterStefano Sabatini2013-11-131-0/+2
| |
* | avfilter: add mergeplanes filterPaul B Mahol2013-10-271-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud