aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* src_buffer: add forgotten avfilter_unref_buffer.Nicolas George2012-04-281-0/+1
* avfilter: filter_samples: read pts before filtering.Nicolas George2012-04-281-5/+7
* lavfi: rename vsrc_buffer.c into src_buffer.c.Nicolas George2012-04-282-1/+1
* lavfi: merge asrc_abuffer into vsrc_buffer.Nicolas George2012-04-283-381/+338
* lavfi/tinterlace: remove unnecessary NULL check in start_frame()Stefano Sabatini2012-04-271-2/+1
* lavfi/tinterlace: use avfilter_unref_bufferp()Stefano Sabatini2012-04-271-8/+5
* lavfi/tinterlace: fix doxy in copy_picture_field()Stefano Sabatini2012-04-271-1/+1
* asrc_abuffer: return EAGAIN if no frame is availableMatthieu Bouron2012-04-271-5/+2
* lavfi: create buffer reference in filters which need to access the ref laterStefano Sabatini2012-04-275-4/+20
* lavfi/bbox: add missing space between pts and x1 values in the logStefano Sabatini2012-04-271-1/+1
* af_amerge: return errors from subfilters when requesting a frameMatthieu Bouron2012-04-261-2/+3
* avfiltergraph: fix format selection.Nicolas George2012-04-241-3/+3
* avfiltergraph: free the sink_links heap.Nicolas George2012-04-231-0/+1
* buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.Nicolas George2012-04-233-2/+11
* vsrc_buffer: count the number of failed requests.Nicolas George2012-04-232-0/+18
* vsrc_buffer: return EAGAIN if no frame is available.Nicolas George2012-04-231-3/+1
* avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-235-8/+158
* avfilter: add a pointer from links to graph.Nicolas George2012-04-232-0/+22
* avfilter: document request_frame return codes.Nicolas George2012-04-231-1/+6
* lavfi/setfield: remove stray argument in av_log()Stefano Sabatini2012-04-211-1/+1
* lavfi/setfield: rename variable top_field_first to modeStefano Sabatini2012-04-211-12/+19
* 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