summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-10
|\
| * vf_overlay: implement poll_frame()Anton Khirnov2012-04-09
| * vf_scale: support named constants for sws flags.Anton Khirnov2012-04-09
* | vf_drawtext: fontconfig support.Nicolas George2012-04-10
* | vf_drawtext: fix memory leak of draw expression.Nicolas George2012-04-10
* | vf_drawtext: fix memory leak of glyph data.Nicolas George2012-04-10
* | vf_scale: ensure the palette is set for output.Reimar Döffinger2012-04-09
* | Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-09
* | scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger2012-04-09
* | lavfi/mp: remove remove_logo wrapperStefano Sabatini2012-04-07
* | lavfi: port libmpcodecs remove-logo filterStefano Sabatini2012-04-07
* | vsrc_buffer: remove overwrite support.Michael Niedermayer2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-05
|\|
| * vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-05
| * vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-04
* | vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-05
* | vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-05
* | vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-05
* | vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-05
* | vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-05
* | vf_idet: use enum to represent the type.Michael Niedermayer2012-04-05
* | libavfilter: add colormatrix filtermultiple authors2012-04-04
* | vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-04
* | vf_idet: set interlaced flagsMichael Niedermayer2012-04-04
* | vf_idet: fix indentionMichael Niedermayer2012-04-04
* | vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-04
* | vf_idet: remove unused functionMichael Niedermayer2012-04-04
* | vf_idet: pass context to av_log()Michael Niedermayer2012-04-04
* | vf_ass: use drawutils.Nicolas George2012-04-04
* | vf_drawtext: use drawutils.Nicolas George2012-04-04
* | drawutils: implement uniform and mask blending.Nicolas George2012-04-04
* | libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-04
* | vf_lut: avoid rgb component indexing in the inner loopMichael Niedermayer2012-04-03
* | vf_lut: optimize rgb codepathMichael Niedermayer2012-04-03
* | vf_lut: optimize planar caseMichael Niedermayer2012-04-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-02
|\|
| * vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-01
| * vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-01
| * avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-01
| * avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-01
* | lavfi/fade: fix black level for non studio-level pixel formatsStefano Sabatini2012-03-31
* | vsrc_buffer: Store allocated scale filter and free it later.Michael Niedermayer2012-03-31
* | avfilter: allow freeing NULL.Michael Niedermayer2012-03-31
* | avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().Michael Niedermayer2012-03-29
* | ass: fix aspect ratio computation.Nicolas George2012-03-28
* | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch2012-03-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-26
|\|
| * build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol2012-03-26
* | bbox: remove superfluous initializationsPaul B Mahol2012-03-22