| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/fifo: fix flushing when using request_samples | Anton Khirnov | 2013-08-05 | 1 | -2/+9 |
* | lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() | Anton Khirnov | 2013-08-04 | 2 | -2/+2 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 5 | -0/+19 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
* | avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs | Diego Biurrun | 2013-07-31 | 2 | -0/+6 |
* | avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
* | Add missing deprecation attributes | Diego Biurrun | 2013-07-27 | 1 | -2/+3 |
* | buffersink: K&R formatting cosmetics | Diego Biurrun | 2013-07-27 | 1 | -21/+19 |
* | lavfi: add attribute_align_arg to all public entry points | Hendrik Leppkes | 2013-07-26 | 2 | -5/+5 |
* | lavfi: filtfmts: use newer avfilter APIs | Vittorio Giovara | 2013-07-19 | 1 | -1/+9 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -5/+5 |
* | pthread: Rename thread_init to avoid symbol collision | Sean McGovern | 2013-07-17 | 1 | -2/+2 |
* | vf_interlace: better handling of odd video size | Michael Niedermayer | 2013-07-12 | 1 | -2/+2 |
* | vsrc_movie: do not free avoption variables in uninit() | Anton Khirnov | 2013-06-20 | 1 | -2/+0 |
* | lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() | Anton Khirnov | 2013-06-18 | 1 | -24/+10 |
* | lavfi: math typo in interlace filter | Vittorio Giovara | 2013-06-17 | 1 | -1/+1 |
* | lavfi doxy: improve/extend AVFilter doxy. | Anton Khirnov | 2013-06-04 | 1 | -18/+86 |
* | vf_fade: support slice threading | Anton Khirnov | 2013-05-24 | 1 | -24/+56 |
* | vf_yadif: support slice threading | Anton Khirnov | 2013-05-24 | 1 | -30/+57 |
* | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 8 | -1/+434 |
* | avfilter: check a malloc in avfilter_link(). | Anton Khirnov | 2013-05-17 | 1 | -2/+5 |
* | avfilter.c: cosmetics, reformat | Anton Khirnov | 2013-05-17 | 1 | -11/+13 |
* | lavfi: factorize freeing a link | Anton Khirnov | 2013-05-17 | 1 | -23/+21 |
* | vf_format: do not use the AVFilterFormats internals. | Anton Khirnov | 2013-05-17 | 1 | -6/+8 |
* | af_aformat: cosmetics, fix indentation | Anton Khirnov | 2013-05-17 | 1 | -1/+1 |
* | lavfi: rename AVFilterFormats.format_count to nb_formats | Anton Khirnov | 2013-05-17 | 5 | -21/+21 |
* | lavfi doxy: add a page for lavfi. | Anton Khirnov | 2013-05-17 | 2 | -0/+16 |
* | vf_pixdesctest: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+1 |
* | vf_hqdn3d: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+2 |
* | vf_drawtext: don't leak the expressions. | Anton Khirnov | 2013-05-17 | 1 | -0/+8 |
* | vf_crop: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+3 |
* | vf_setdar: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -13/+15 |
* | vf_drawbox: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -5/+5 |
* | vf_drawtext: do not reset the frame number in config_input. | Anton Khirnov | 2013-05-17 | 1 | -1/+0 |
* | vf_fps: move initializing pts from config_props to init. | Anton Khirnov | 2013-05-17 | 1 | -1/+2 |
* | vf_frei0r: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+4 |
* | vf_gradfun: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+1 |
* | vf_lut: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+2 |
* | vf_pad: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -74/+74 |
* | vf_overlay: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -21/+21 |
* | vf_lut: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -60/+60 |
* | vf_libopencv: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -26/+26 |
* | vf_hqdn3d: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -42/+42 |
* | vf_hflip: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -8/+8 |
* | vf_gradfun: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -21/+21 |
* | vf_frei0r: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -66/+66 |
* | vf_format: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -5/+5 |
* | vf_fieldorder: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -6/+4 |
* | vf_fieldorder: cosmetics, remove an extra linebreak | Anton Khirnov | 2013-05-16 | 1 | -2/+1 |
* | vf_fade: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -28/+28 |