summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/lut: remove unused variableStefano Sabatini2012-05-01
* lavfi/tinterlace: support symbolic names for the parameterStefano Sabatini2012-04-30
* lavfi/tinterlace: make video as interlaced in mode 6Stefano Sabatini2012-04-30
* lavfi/tinterlace: add tinterlace mode 6Stuart Morris2012-04-30
* lavfi/buffersink: fix header inclusion guard nameStefano Sabatini2012-04-29
* src_buffer: add forgotten avfilter_unref_buffer.Nicolas George2012-04-28
* avfilter: filter_samples: read pts before filtering.Nicolas George2012-04-28
* lavfi: rename vsrc_buffer.c into src_buffer.c.Nicolas George2012-04-28
* lavfi: merge asrc_abuffer into vsrc_buffer.Nicolas George2012-04-28
* lavfi/tinterlace: remove unnecessary NULL check in start_frame()Stefano Sabatini2012-04-27
* lavfi/tinterlace: use avfilter_unref_bufferp()Stefano Sabatini2012-04-27
* lavfi/tinterlace: fix doxy in copy_picture_field()Stefano Sabatini2012-04-27
* asrc_abuffer: return EAGAIN if no frame is availableMatthieu Bouron2012-04-27
* lavfi: create buffer reference in filters which need to access the ref laterStefano Sabatini2012-04-27
* lavfi/bbox: add missing space between pts and x1 values in the logStefano Sabatini2012-04-27
* af_amerge: return errors from subfilters when requesting a frameMatthieu Bouron2012-04-26
* avfiltergraph: fix format selection.Nicolas George2012-04-24
* avfiltergraph: free the sink_links heap.Nicolas George2012-04-23
* buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.Nicolas George2012-04-23
* vsrc_buffer: count the number of failed requests.Nicolas George2012-04-23
* vsrc_buffer: return EAGAIN if no frame is available.Nicolas George2012-04-23
* avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-23
* avfilter: add a pointer from links to graph.Nicolas George2012-04-23
* avfilter: document request_frame return codes.Nicolas George2012-04-23
* lavfi/setfield: remove stray argument in av_log()Stefano Sabatini2012-04-21
* lavfi/setfield: rename variable top_field_first to modeStefano Sabatini2012-04-21
* lavfi/setfield: add "progressive" optionTim Nicholson2012-04-21
* lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini2012-04-20
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-04-20
* yadif: Improve pts calculation for is_second.Robert Nagy2012-04-17
* copy pts and format props between lavfi buffer and frame.Robert Nagy2012-04-17
* 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