aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | lavfi: port MP swapuv filterStefano Sabatini2012-03-101-0/+1
| |
* | lavfi: add blackdetect filterStefano Sabatini2012-03-041-0/+1
| | | | | | | | Address trac ticket #901.
* | lavfi: add setfield filterStefano Sabatini2012-02-061-0/+1
| |
* | lavfi: add audio silencedetect filter.Clément Bœsch2012-01-081-0/+1
| |
* | lavfi: add amerge audio filter.Nicolas George2011-12-311-0/+1
| |
* | lavfi: add astreamsync audio filter.Nicolas George2011-12-311-0/+1
| |
* | lavfi: port tinterlace filter from MPlayerStefano Sabatini2011-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | Port MPlayer tinterlace filter from MPlayer, with some ideas taken from the FFmbc/libavfilter port, with the following main differences: * added support for full-scale YUVJ formats * added support for YUVA420P * request_frame() on the filter is forced to return a frame * some code factorization (related to the copy_picture_fields() function) * fixed black padding values for mode 3
* | lavfi: add asplit filterStefano Sabatini2011-12-271-0/+1
| |
* | lavfi: add thumbnail video filter.Clément Bœsch2011-12-271-0/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-241-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vp3dec: Check coefficient index in vp3_dequant() svq1dec: call avcodec_set_dimensions() after dimensions changed. Prepare for 0.8_beta1 snapshot release threads: check defines before using them in automatic thread detection pthread: include sys/types.h before sys/sysctl.h 4xm: remove unused variables. h264: Fix a possible overread in decode_nal_units() allfilters: fix type of avfilter_vsrc_buffer. w32thread: call ResetEvent() in pthread_cond_broadcast(). Conflicts: Changelog RELEASE doc/RELEASE_NOTES libavcodec/pthread.c libavcodec/vp3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * allfilters: fix type of avfilter_vsrc_buffer.Anton Khirnov2011-12-231-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: fix standalone compilation of OMA muxer build: fix standalone compilation of Microsoft XMV demuxer build: fix standalone compilation of Core Audio Format demuxer kvmc: fix invalid reads 4xm: Add a check in decode_i_frame to prevent buffer overreads adpcm: fix IMA SMJPEG decoding options: set minimum for "threads" to zero bsd: use number of logical CPUs as automatic thread count windows: use number of CPUs as automatic thread count linux: use number of CPUs as automatic thread count pthreads: reset active_thread_type when slice thread_init returrns early v410dec: include correct headers Drop ALT_ prefix from BITSTREAM_READER_LE name. lavfi: always build vsrc_buffer. ra144enc: zero the reflection coeffs if the filter is unstable sws: readd PAL8 to isPacked() mov: Don't stick the QuickTime field ordering atom in extradata. truespeech: fix invalid reads in truespeech_apply_twopoint_filter() Conflicts: configure libavcodec/4xm.c libavcodec/avcodec.h libavfilter/Makefile libavfilter/allfilters.c libavformat/Makefile libswscale/swscale_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: always build vsrc_buffer.Anton Khirnov2011-12-221-1/+6
| | | | | | | | It's a part of public API.
| * lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add testsrc sourceStefano Sabatini2011-10-191-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-171-0/+1
| | | | | | | | | | | | The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add negate filterStefano Sabatini2011-10-171-0/+1
| | | | | | | | | | | | This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-171-0/+3
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add select filterStefano Sabatini2011-09-171-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add split filter from soc.Bobby Bingham2011-09-121-0/+1
| | | | | | | | | | | | | | Some fixes by Stefano. For detailed authorship see SOC repo Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add showinfo filterStefano Sabatini2011-09-121-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | With the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats * fix minor errors and typos in the filter description * extend/clarify examples in the filter description Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add fieldorder filterMark Himsley2011-04-261-0/+1
| | | | | | | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * lavfi: add fade filterBrandon Mintern2011-04-031-0/+1
| | | | | | | | | | | | | | | | Port fade filter from libavfilter soc repo, with minor fixes by Stefano. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * libavfilter: add video movie sourceStefano Sabatini2011-02-081-0/+1
| | | | | | | | | | | | | | | | See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* | lavfi: add cellauto sourceStefano Sabatini2011-12-111-0/+1
| |
* | lavfi: add life sourceStefano Sabatini2011-12-041-0/+1
| |
* | lavfi: add libass based subtitles rendererStefano Sabatini2011-11-261-0/+1
| |
* | lavfi: reimplement MPlayer's af_pan filter for libavfilter.Clément Bœsch2011-11-181-0/+1
| | | | | | | | | | Original code by Clément Bœsch. Parameters parsing and misc enhancements by Nicolas George.
* | avfilter: add mandelbrot fraktal sourceMichael Niedermayer2011-11-111-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki2011-11-051-0/+1
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavfi: add volume filterStefano Sabatini2011-11-051-0/+1
| |
* | lavfi: add audio eval signal sourceStefano Sabatini2011-10-181-0/+1
| |
* | libavfilter: add deshake filterdanielgtaylor2011-10-041-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add audio convert filterStefano Sabatini2011-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | Add aconvert filter to perform sample format, channel layout, and packing format conversion. The aconvert code depends on audio conversion code in libavcodec, so this requires a dependency on libavcodec. Based on previous work by S.N. Hemanth Meenakshisundaram and Mina Nagy Zaki, performed for the GSoC 2010 and 2011.
* | lavfi: add amovie source - audio movie sourceStefano Sabatini2011-08-271-0/+1
| |
* | lavfi: add asrc_abuffer - audio buffer sourceMina Nagy Zaki2011-08-211-0/+1
| | | | | | | | | | | | Originally based on code by Stefano Sabatini and S. N. Hemanth. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | lavfi: add ashowinfo filterStefano Sabatini2011-08-201-0/+1
| | | | | | | | Useful for debugging.
* | lavfi: add aresample filterMina Nagy Zaki2011-08-171-0/+1
| | | | | | | | | | | | Based on a patch by Stefano. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | lavfi: port libmpcodecs delogo filterStefano Sabatini2011-08-141-0/+1
| | | | | | | | The ported filter supports named option parsing and more YUV formats.
* | lavfi: add aformat filterMina Nagy Zaki2011-08-141-0/+1
| | | | | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | lavfi: port mp test sourceStefano Sabatini2011-08-111-0/+1
| |
* | lavfi: fix registration name for the buffersink sinkStefano Sabatini2011-08-061-1/+1
| | | | | | | | | | | | Previously both the buffer and buffersink elements were associated to the "BUFFER" symbol in allfilters.c, so it was not possible to enable one without the other.
* | lavfi: add asink_abuffer - audio buffer sinkMina Nagy Zaki2011-08-061-0/+1
| | | | | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200
* | lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-07-141-0/+1
| | | | | | | | | | | | | | | | With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values
* | lavfi: add testsrc sourceStefano Sabatini2011-06-261-0/+1
| |
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-0/+1
| | | | | | | | Also add the public interface libavfilter/vsink_buffer.h.