summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-17
|\
| * graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-16
* | vsrc_buffer: fix null ptr segfaultMichael Niedermayer2012-04-17
* | avfiltergraph: More advanced heuristic to select colorspace.Michael Niedermayer2012-04-17
* | Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer2012-04-17
|\|
| * graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-15
* | lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy2012-04-16
* | yadif: fixed missing error handling for poll_frame.Robert Nagy2012-04-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-14
|\|
| * vsrc_buffer: fix check from 7ae7c41.Anton Khirnov2012-04-14
| * avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-14
| * graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-14
| * graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-14
| * graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-14
| * vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-14
* | lavfi/drawbox: fix width displayed in place of x.Clément Bœsch2012-04-13
* | lavfi/mp: remove 2xsai wrapped filterStefano Sabatini2012-04-13
* | lavfi: port 2xsai filter from libmpcodecsStefano Sabatini2012-04-13
* | lavfi: install asrc_abuffer.h headerStefano Sabatini2012-04-13
* | vf_lut: fix rgba map regressionMichael Niedermayer2012-04-12
* | 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