summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/edgedetect: add rounding for high/low threshold.Clément Bœsch2012-08-171-2/+2
* lavfi: add edgedetect filter.Clément Bœsch2012-08-164-2/+327
* lavfi/movie: extend a doxygen comment.Nicolas George2012-08-161-0/+4
* lavfi/movie: set pkt->stream_index for flushing.Nicolas George2012-08-161-0/+1
* yadif: remove libavutil/internal.h includeMichael Niedermayer2012-08-161-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-1656-3/+94
|\
| * Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
| * Don't include common.h from avutil.hMartin Storsjö2012-08-1557-0/+98
* | lavfi/hue: add verbose debug message showing initial parametersStefano Sabatini2012-08-161-0/+2
* | lavfi/hue: reindent after previous commitsStefano Sabatini2012-08-161-26/+26
* | lavfi/hue: apply misc fixes to default values settingStefano Sabatini2012-08-161-11/+10
* | lavfi/hue: add named options supportJérémy Tran2012-08-162-8/+57
* | lavfi/mp: remove hue wrapped filterStefano Sabatini2012-08-164-185/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-141-15/+14
|\ \ | |/
| * x86: yadif: fix asm with sunccMans Rullgard2012-08-131-19/+13
* | lavfi/asetnsamples: push as many frames as readyAndrey Utkin2012-08-141-1/+1
* | lavfi: use min_perms and rej_perms for out pads.Nicolas George2012-08-143-3/+19
* | lavfi: add hue filterJérémy Tran2012-08-134-1/+205
* | lavfi: add avfilter_get_class() and iteration callbacksStefano Sabatini2012-08-133-1/+42
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-101-3/+3
|\ \ | |/
| * doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-091-3/+3
* | yadif: check input video size.Michael Niedermayer2012-08-101-0/+5
* | yadif: remove get_video_buffer, its redundant nowMichael Niedermayer2012-08-101-19/+0
* | yadif: redesign first and last 2 lines handling.Michael Niedermayer2012-08-102-1/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-092-2/+2
|\ \ | |/
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-092-2/+2
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-0922-69/+23
* | lavfi: add asetpts audio filterStefano Sabatini2012-08-094-10/+74
* | lavfi/atempo: remove dead increment.Clément Bœsch2012-08-081-1/+0
* | lavfi/testsrc: set default value for option "color" to NULL and rework color ...Stefano Sabatini2012-08-081-8/+13
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-072-2/+2
|\ \ | |/
* | lavfi: add smptebars sourcePaul B Mahol2012-08-074-2/+135
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-061-1/+1
* | lavfi/overlay: remove dead initialization.Clément Bœsch2012-08-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-051-0/+4
|\ \ | |/
| * lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-051-0/+4
| * cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-042-6/+6
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-032-6/+6
* | lavfi: document the constraints on incoming frames.Nicolas George2012-08-041-0/+6
* | lavfi: use a new field for automatic buffer copy.Nicolas George2012-08-042-4/+25
* | lavfi: move color filter to testsrc, factorizeStefano Sabatini2012-08-034-190/+98
* | Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch2012-08-031-2/+2
* | amerge/astreamsync/pan: fix license boilerplate.Nicolas George2012-08-033-3/+3
* | lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copyStefano Sabatini2012-08-021-11/+4
* | lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini2012-08-022-2/+2
* | lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini2012-08-025-10/+4
* | lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classesStefano Sabatini2012-08-011-15/+6
* | lavfi/testsrc: extend logic in request_frame, support static image outputStefano Sabatini2012-08-011-13/+32
OpenPOWER on IntegriCloud