aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-102-2/+24
|\
| * vf_overlay: implement poll_frame()Anton Khirnov2012-04-091-1/+14
| * vf_scale: support named constants for sws flags.Anton Khirnov2012-04-091-1/+10
* | vf_drawtext: fontconfig support.Nicolas George2012-04-101-8/+95
* | vf_drawtext: fix memory leak of draw expression.Nicolas George2012-04-101-0/+2
* | vf_drawtext: fix memory leak of glyph data.Nicolas George2012-04-101-0/+4
* | vf_scale: ensure the palette is set for output.Reimar Döffinger2012-04-091-0/+3
* | Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-092-2/+2
* | scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger2012-04-091-2/+5
* | lavfi/mp: remove remove_logo wrapperStefano Sabatini2012-04-074-910/+1
* | lavfi: port libmpcodecs remove-logo filterStefano Sabatini2012-04-078-2/+803
* | vsrc_buffer: remove overwrite support.Michael Niedermayer2012-04-061-5/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-051-1/+1
|\|
| * vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-051-1/+1
| * vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-041-2/+2
* | vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-051-3/+28
* | vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-051-1/+1
* | vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-051-3/+10
* | vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-051-4/+12
* | vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-051-11/+13
* | vf_idet: use enum to represent the type.Michael Niedermayer2012-04-051-14/+28
* | libavfilter: add colormatrix filtermultiple authors2012-04-043-0/+391
* | vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-041-1/+7
* | vf_idet: set interlaced flagsMichael Niedermayer2012-04-041-0/+7
* | vf_idet: fix indentionMichael Niedermayer2012-04-041-10/+10
* | vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-041-5/+9
* | vf_idet: remove unused functionMichael Niedermayer2012-04-041-4/+0
* | vf_idet: pass context to av_log()Michael Niedermayer2012-04-041-5/+5
* | vf_ass: use drawutils.Nicolas George2012-04-041-49/+12
* | vf_drawtext: use drawutils.Nicolas George2012-04-041-180/+29
* | drawutils: implement uniform and mask blending.Nicolas George2012-04-042-0/+267
* | libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-043-0/+272
* | vf_lut: avoid rgb component indexing in the inner loopMichael Niedermayer2012-04-031-6/+10
* | vf_lut: optimize rgb codepathMichael Niedermayer2012-04-031-3/+12
* | vf_lut: optimize planar caseMichael Niedermayer2012-04-031-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-025-46/+145
|\|
| * vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-011-30/+42
| * vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
| * avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-011-1/+47
| * avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-013-1/+27
* | lavfi/fade: fix black level for non studio-level pixel formatsStefano Sabatini2012-03-311-2/+2
* | vsrc_buffer: Store allocated scale filter and free it later.Michael Niedermayer2012-03-311-2/+5
* | avfilter: allow freeing NULL.Michael Niedermayer2012-03-311-0/+3
* | avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().Michael Niedermayer2012-03-291-0/+2
* | ass: fix aspect ratio computation.Nicolas George2012-03-282-13/+12
* | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch2012-03-263-2/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-261-2/+0
|\|
| * build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
* | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol2012-03-261-0/+2
* | bbox: remove superfluous initializationsPaul B Mahol2012-03-221-2/+2