| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 4 | -1/+274 |
* | lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. | Anton Khirnov | 2012-05-18 | 2 | -0/+4 |
* | avfilter: Move ff_get_ref_perms_string() to where it is used. | Diego Biurrun | 2012-05-15 | 2 | -14/+14 |
* | Add missing version bumps and APIchanges/Changelog entries. | Anton Khirnov | 2012-05-15 | 1 | -2/+2 |
* | lavfi: move buffer management function to a separate file. | Anton Khirnov | 2012-05-15 | 4 | -147/+169 |
* | lavfi: move formats-related functions from default.c to formats.c | Anton Khirnov | 2012-05-15 | 2 | -64/+64 |
* | lavfi: move video-related functions to a separate file. | Anton Khirnov | 2012-05-15 | 4 | -271/+295 |
* | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 3 | -0/+240 |
* | lavfi: add aformat filter | Anton Khirnov | 2012-05-14 | 3 | -0/+150 |
* | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 3 | -5/+122 |
* | lavfi: add an audio buffer source. | Anton Khirnov | 2012-05-14 | 2 | -20/+195 |
* | buffersrc: add av_buffersrc_write_frame(). | Anton Khirnov | 2012-05-14 | 4 | -2/+34 |
* | buffersrc: fix invalid read in uninit if the fifo hasn't been allocated | Anton Khirnov | 2012-05-14 | 1 | -1/+1 |
* | lavfi: rename vsrc_buffer.c to buffersrc.c | Anton Khirnov | 2012-05-14 | 2 | -1/+1 |
* | avfiltergraph: reindent | Anton Khirnov | 2012-05-14 | 1 | -60/+60 |
* | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 4 | -67/+294 |
* | lavfi: add types and functions for channel layout/samplerate negotiation | Anton Khirnov | 2012-05-14 | 3 | -76/+300 |
* | yadif: Flush filter on eof. | Robert Nagy | 2012-05-14 | 1 | -1/+15 |
* | yadif: Improve pts accuracy. | Robert Nagy | 2012-05-14 | 1 | -6/+21 |
* | lavfi: autoinsert resample filter when necessary. | Anton Khirnov | 2012-05-12 | 1 | -16/+42 |
* | lavfi: add lavr-based audio resampling filter. | Anton Khirnov | 2012-05-12 | 3 | -0/+228 |
* | lavfi: move audio-related functions to a separate file. | Anton Khirnov | 2012-05-09 | 5 | -190/+215 |
* | lavfi: remove some audio-related function from public API. | Anton Khirnov | 2012-05-09 | 5 | -57/+86 |
* | lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump | Anton Khirnov | 2012-05-09 | 2 | -0/+7 |
* | lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to int | Anton Khirnov | 2012-05-09 | 1 | -1/+1 |
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2012-05-09 | 3 | -33/+18 |
* | lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge... | Stefano Sabatini | 2012-05-09 | 1 | -64/+18 |
* | lavfi: cleanup avfilter_get_audio_buffer() and pals. | Stefano Sabatini | 2012-05-09 | 3 | -32/+33 |
* | lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). | Stefano Sabatini | 2012-05-09 | 2 | -0/+86 |
* | lavfi: add extended_data to AVFilterBuffer. | Anton Khirnov | 2012-05-09 | 3 | -0/+67 |
* | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 4 | -0/+163 |
* | lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame | Anton Khirnov | 2012-05-09 | 2 | -0/+38 |
* | lavfi: uninline avfilter_copy_buffer_ref_props(). | Anton Khirnov | 2012-05-07 | 3 | -13/+15 |
* | build: cosmetics: Add missing end-of-line backslashes to item lists. | Diego Biurrun | 2012-05-07 | 1 | -1/+1 |
* | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -2/+7 |
* | vf_yadif: fix missing error handling for avfilter_poll_frame() | Robert Nagy | 2012-05-07 | 1 | -0/+4 |
* | lavfi: support audio in avfilter_copy_frame_props(). | Anton Khirnov | 2012-05-07 | 1 | -10/+17 |
* | lavfi: avfilter_merge_formats: handle case where inputs are same | Mina Nagy Zaki | 2012-05-07 | 1 | -0/+3 |
* | lavfi/formats: use sizeof(var) instead of sizeof(type). | Anton Khirnov | 2012-05-06 | 1 | -7/+7 |
* | lavfi: remove avfilter_default_config_input_link() declaration | Stefano Sabatini | 2012-05-06 | 1 | -3/+0 |
* | lavfi: always enable the scale filter and depend on sws. | Anton Khirnov | 2012-05-06 | 2 | -5/+8 |
* | vf_split: support user-specifiable number of outputs. | Anton Khirnov | 2012-05-06 | 1 | -13/+55 |
* | vsrc_buffer: return EAGAIN if no frame is available. | Nicolas George | 2012-05-05 | 1 | -3/+1 |
* | graphparser: set next to NULL on an entry extracted from inputs list | Anton Khirnov | 2012-04-16 | 1 | -2/+3 |
* | graphparser: fix the order in which unlabeled input links are returned. | Anton Khirnov | 2012-04-15 | 1 | -1/+1 |
* | 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 |