summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer2014-05-021-5/+5
| | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer2014-05-014-1/+225
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-014-1/+225
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi/subtitles: introduce stream_indexValdikSS2014-05-011-2/+22
| | | | | | | | Signed-off-by: ValdikSS <iam@valdikss.org.ru>
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-301-2/+1
| | | | | | | | | | | | | | | | | | This avoids a dependancy of libavfilter on libavcodec See Ticket 3592 Fixes Ticket2784 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.Nicolas George2014-04-291-2/+35
| |
* | avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer2014-04-281-1/+2
| | | | | | | | | | Fixes CID1194435 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/curves: fix resource leaks.Clément Bœsch2014-04-271-2/+4
| | | | | | | | Fixes CID1206650
* | avfilter/vf_drawtext: fix resource leaksMichael Niedermayer2014-04-271-1/+5
| | | | | | | | | | | | Fixes CID1206649 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/avfilter: clarify avfilter_graph_get_filter() doxygenLukasz Marek2014-04-261-1/+3
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/avfilter: fix typos in doxgensLukasz Marek2014-04-251-5/+5
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix vf_eq.c and vf_eq2.c compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-242-4/+4
| |
* | avfilter/avcodec: Use av_mallocz_array()Michael Niedermayer2014-04-231-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/pthread: Use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer2014-04-211-5/+5
| | | | | | | | | | | | | | Fixes crash Fixes Ticket3468 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'd23fc8846d255e31896453136b4c77bc6d5e873f'Michael Niedermayer2014-04-191-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * commit 'd23fc8846d255e31896453136b4c77bc6d5e873f': filtfmts: remove unused lavf include A include for channel_layout.h, is added otherwise compile would break Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * filtfmts: remove unused lavf includeVittorio Giovara2014-04-191-1/+0
| |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-1933-40/+40
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '58400ac133bcfb6bf8196b4e5208bc178307739b': lavfi: name anonymous structs Conflicts: libavfilter/buffersink.c libavfilter/f_select.c libavfilter/src_movie.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_overlay.c libavfilter/vf_showinfo.c libavfilter/vf_unsharp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: name anonymous structsVittorio Giovara2014-04-1934-40/+40
| |
* | Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-191-1/+3
| | | | | | | | | | Can be tested with: $ ./configure --cc='cc -m32' --disable-optimizations --enable-pic
* | avfilter/vf_rotate: make int*90° rotates suck less speedwiseMichael Niedermayer2014-04-191-0/+77
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_rotate: fix several of by 1 errorsMichael Niedermayer2014-04-191-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_rotate: fix location of update operationMichael Niedermayer2014-04-191-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_rotate: increase fixed point precisionMichael Niedermayer2014-04-191-8/+9
| | | | | | | | | | | | This ensures int_sins output doesnt have "random" lsbs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'Michael Niedermayer2014-04-171-38/+68
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432': drawtext: Add fontconfig support Conflicts: configure doc/filters.texi libavfilter/vf_drawtext.c See: 40b7a27bad8b8b35cb215bf4f4cba02a00d6f9e2 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * drawtext: Add fontconfig supportLuca Barbato2014-04-171-4/+96
| | | | | | | | | | | | Introduce the `font` option and make it optional to pass a fontfile. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avfilter/vf_pixdesctest: use av_malloc_array()Michael Niedermayer2014-04-161-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer2014-04-161-2/+2
| | | | | | | | | | | | Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer2014-04-161-1/+1
| | | | | | | | | | | | Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'Michael Niedermayer2014-04-132-6/+18
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'aaab192df24a90f4450285cfb73b395cf495b462': af_volume: implement replaygain clipping prevention Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_volume: implement replaygain clipping preventionAlessandro Ghedini2014-04-132-6/+18
| | | | | | | | | | | | | | This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi/subtitles: load attached fonts to libass.Facundo Gaich2014-04-131-2/+52
| | | | | | | | | | | | | | | | | | | | | | Videos with complex typesetting usually have font files embedded as attachment streams. vf_subtitles now finds all attachment streams with a MIME type associated with fonts and loads them to libass so it can use them for rendering. The code was basically ported from mpv's loadfile.c@929793be7 Signed-off-by: Facundo Gaich <facugaich@gmail.com>
* | avfilter/settb: remove duplicate #includeMichael Niedermayer2014-04-101-1/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-102-3/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: libavfilter: Add asettb filter for setting timebase for audio Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/settb.c libavfilter/version.h See: ba856c0be5599f21f241162e1f5f3f2506f3132c and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libavfilter: Add asettb filter for setting timebase for audioNicolas George2014-04-104-3/+48
| | | | | | | | | | | | | | | | 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>
* | avfilter/vf_colormatrix: fix memleak on errorMichael Niedermayer2014-04-081-0/+1
| | | | | | | | | | Fixes CID1197065 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer2014-04-051-2/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8': x86: Drop some unnecessary YASM ifdefs Conflicts: libavfilter/x86/vf_yadif_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-041-2/+0
| | | | | | | | Dead code elimination is enough to avoid undefined references in these cases.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-051-1/+1
|\ \ | |/ | | | | | | | | | | * qatar/master: af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBYAnton Khirnov2014-04-041-1/+1
| |
* | Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06'Michael Niedermayer2014-04-052-1/+4
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'a49aa440c939e221194f8d95bf98673f8cf38a06': af_volume: implement replaygain pre-amplification Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_volume: implement replaygain pre-amplificationAlessandro Ghedini2014-04-042-1/+4
| | | | | | | | | | | | | | This adds a new "replaygain_preamp" option to the filter, and simply adds its value to the replaygain gain value. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avfilter.h, buffer.c: use const src pointer in avfilter_copy_buffer_ref_propsRoman Fietze2014-04-032-2/+2
| | | | | | | | | | Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-022-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-022-1/+1
| | | | | | | | | | | | An audio version of settb (asettb) will be added to this file. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avfilter/vf_pullup: fix gray8Michael Niedermayer2014-03-311-0/+2
| | | | | | | | | | | | | | Fixes segfault Fixes Ticket3469 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/lavfutils: call av_find_stream_info() before reading various ↵Michael Niedermayer2014-03-281-0/+5
| | | | | | | | | | | | | | | | information about the stream No testcase with unmodified source is known Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_pullup: add comment to explain memset(0)Michael Niedermayer2014-03-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_pullup: zero freed memory for safteyMichael Niedermayer2014-03-261-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_pullup: simplify, fix double free errorwm42014-03-261-12/+13
| | | | | | | | | | | | | | The memory allocation for f->diffs was freed multiple times in some corner cases. Simplify the code so that this doesn't happen. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud