| Commit message (Expand) | Author | Age | Files | Lines |
* | src_buffer: add forgotten avfilter_unref_buffer. | Nicolas George | 2012-04-28 | 1 | -0/+1 |
* | avfilter: filter_samples: read pts before filtering. | Nicolas George | 2012-04-28 | 1 | -5/+7 |
* | lavfi: rename vsrc_buffer.c into src_buffer.c. | Nicolas George | 2012-04-28 | 2 | -1/+1 |
* | lavfi: merge asrc_abuffer into vsrc_buffer. | Nicolas George | 2012-04-28 | 3 | -381/+338 |
* | lavfi/tinterlace: remove unnecessary NULL check in start_frame() | Stefano Sabatini | 2012-04-27 | 1 | -2/+1 |
* | lavfi/tinterlace: use avfilter_unref_bufferp() | Stefano Sabatini | 2012-04-27 | 1 | -8/+5 |
* | lavfi/tinterlace: fix doxy in copy_picture_field() | Stefano Sabatini | 2012-04-27 | 1 | -1/+1 |
* | asrc_abuffer: return EAGAIN if no frame is available | Matthieu Bouron | 2012-04-27 | 1 | -5/+2 |
* | lavfi: create buffer reference in filters which need to access the ref later | Stefano Sabatini | 2012-04-27 | 5 | -4/+20 |
* | lavfi/bbox: add missing space between pts and x1 values in the log | Stefano Sabatini | 2012-04-27 | 1 | -1/+1 |
* | af_amerge: return errors from subfilters when requesting a frame | Matthieu Bouron | 2012-04-26 | 1 | -2/+3 |
* | avfiltergraph: fix format selection. | Nicolas George | 2012-04-24 | 1 | -3/+3 |
* | avfiltergraph: free the sink_links heap. | Nicolas George | 2012-04-23 | 1 | -0/+1 |
* | buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST. | Nicolas George | 2012-04-23 | 3 | -2/+11 |
* | vsrc_buffer: count the number of failed requests. | Nicolas George | 2012-04-23 | 2 | -0/+18 |
* | vsrc_buffer: return EAGAIN if no frame is available. | Nicolas George | 2012-04-23 | 1 | -3/+1 |
* | avfiltergraph: add avfilter_graph_request_oldest(). | Nicolas George | 2012-04-23 | 5 | -8/+158 |
* | avfilter: add a pointer from links to graph. | Nicolas George | 2012-04-23 | 2 | -0/+22 |
* | avfilter: document request_frame return codes. | Nicolas George | 2012-04-23 | 1 | -1/+6 |
* | lavfi/setfield: remove stray argument in av_log() | Stefano Sabatini | 2012-04-21 | 1 | -1/+1 |
* | lavfi/setfield: rename variable top_field_first to mode | Stefano Sabatini | 2012-04-21 | 1 | -12/+19 |
* | lavfi/setfield: add "progressive" option | Tim Nicholson | 2012-04-21 | 2 | -9/+14 |
* | lavfi/mp: remove libmpcodecs mirror filter | Stefano Sabatini | 2012-04-20 | 4 | -135/+1 |
* | lavfi: add avfilter_unref_bufferp() | Robert Nagy | 2012-04-20 | 3 | -1/+16 |
* | yadif: Improve pts calculation for is_second. | Robert Nagy | 2012-04-17 | 1 | -3/+14 |
* | copy pts and format props between lavfi buffer and frame. | Robert Nagy | 2012-04-17 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-17 | 1 | -2/+3 |
|\ |
|
| * | graphparser: set next to NULL on an entry extracted from inputs list | Anton Khirnov | 2012-04-16 | 1 | -2/+3 |
* | | vsrc_buffer: fix null ptr segfault | Michael Niedermayer | 2012-04-17 | 1 | -1/+1 |
* | | avfiltergraph: More advanced heuristic to select colorspace. | Michael Niedermayer | 2012-04-17 | 1 | -7/+31 |
* | | Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29' | Michael Niedermayer | 2012-04-17 | 2 | -4/+8 |
|\| |
|
| * | graphparser: fix the order in which unlabeled input links are returned. | Anton Khirnov | 2012-04-15 | 1 | -1/+1 |
* | | lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; | Robert Nagy | 2012-04-16 | 1 | -2/+2 |
* | | yadif: fixed missing error handling for poll_frame. | Robert Nagy | 2012-04-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 5 | -25/+268 |
|\| |
|
| * | vsrc_buffer: fix check from 7ae7c41. | Anton Khirnov | 2012-04-14 | 1 | -1/+1 |
| * | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2012-04-14 | 3 | -16/+34 |
| * | graphparser: allow specifying sws flags in the graph description. | Anton Khirnov | 2012-04-14 | 1 | -0/+29 |
| * | graphparser: fix the order of connecting unlabeled links. | Anton Khirnov | 2012-04-14 | 1 | -3/+7 |
| * | graphparser: add avfilter_graph_parse2(). | Anton Khirnov | 2012-04-14 | 2 | -39/+141 |
| * | vsrc_buffer: allow using a NULL buffer to signal EOF. | Anton Khirnov | 2012-04-14 | 2 | -1/+20 |
* | | lavfi/drawbox: fix width displayed in place of x. | Clément Bœsch | 2012-04-13 | 1 | -1/+1 |
* | | lavfi/mp: remove 2xsai wrapped filter | Stefano Sabatini | 2012-04-13 | 4 | -340/+1 |
* | | lavfi: port 2xsai filter from libmpcodecs | Stefano Sabatini | 2012-04-13 | 4 | -1/+353 |
* | | lavfi: install asrc_abuffer.h header | Stefano Sabatini | 2012-04-13 | 2 | -3/+3 |
* | | vf_lut: fix rgba map regression | Michael Niedermayer | 2012-04-12 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-10 | 2 | -2/+24 |
|\| |
|
| * | vf_overlay: implement poll_frame() | Anton Khirnov | 2012-04-09 | 1 | -1/+14 |
| * | vf_scale: support named constants for sws flags. | Anton Khirnov | 2012-04-09 | 1 | -1/+10 |
* | | vf_drawtext: fontconfig support. | Nicolas George | 2012-04-10 | 1 | -8/+95 |