summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/setfield: add "progressive" optionTim Nicholson2012-04-212-9/+14
* lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini2012-04-204-135/+1
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-04-203-1/+16
* yadif: Improve pts calculation for is_second.Robert Nagy2012-04-171-3/+14
* copy pts and format props between lavfi buffer and frame.Robert Nagy2012-04-171-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-171-2/+3
|\
| * graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-161-2/+3
* | vsrc_buffer: fix null ptr segfaultMichael Niedermayer2012-04-171-1/+1
* | avfiltergraph: More advanced heuristic to select colorspace.Michael Niedermayer2012-04-171-7/+31
* | Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer2012-04-172-4/+8
|\ \ | |/
| * graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-151-1/+1
* | lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy2012-04-161-2/+2
* | yadif: fixed missing error handling for poll_frame.Robert Nagy2012-04-151-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-145-25/+268
|\ \ | |/
| * vsrc_buffer: fix check from 7ae7c41.Anton Khirnov2012-04-141-1/+1
| * avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-143-16/+34
| * graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-141-0/+29
| * graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-141-3/+7
| * graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-142-39/+141
| * vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov2012-04-142-1/+20
* | lavfi/drawbox: fix width displayed in place of x.Clément Bœsch2012-04-131-1/+1
* | lavfi/mp: remove 2xsai wrapped filterStefano Sabatini2012-04-134-340/+1
* | lavfi: port 2xsai filter from libmpcodecsStefano Sabatini2012-04-134-1/+353
* | lavfi: install asrc_abuffer.h headerStefano Sabatini2012-04-132-3/+3
* | vf_lut: fix rgba map regressionMichael Niedermayer2012-04-121-3/+5
* | 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
OpenPOWER on IntegriCloud