| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 4 | -0/+5 |
* | vf_interlace: check one av_frame_clone allocation | Vittorio Giovara | 2013-11-19 | 1 | -0/+2 |
* | avfilter/graphparser: Directly free filter memory if initialization fails | Diego Biurrun | 2013-11-06 | 1 | -0/+1 |
* | avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer | Diego Biurrun | 2013-11-04 | 1 | -0/+3 |
* | filtfmts-test: Fix use of deprecated API | Diego Biurrun | 2013-11-04 | 1 | -4/+4 |
* | vf_fieldorder: remove superfluous get_video_buffer | Vittorio Giovara | 2013-11-04 | 1 | -9/+0 |
* | vf_scale: make the dar variable return the DAR. | Rudolf Polzer | 2013-11-02 | 2 | -2/+3 |
* | vf_aspect: support variables in evaluating the aspect ratios | Rudolf Polzer | 2013-11-02 | 1 | -2/+84 |
* | gradfun: x86: Factor out common code for some gradfun_filter_line() variants | Diego Biurrun | 2013-10-31 | 1 | -16/+13 |
* | avfilter: x86: K&R formatting cosmetics | Diego Biurrun | 2013-10-31 | 2 | -23/+42 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 56 | -69/+69 |
* | avfilter: fix const use of avfilter_next | Vittorio Giovara | 2013-10-28 | 1 | -2/+2 |
* | avfilter: have avfilter_get_by_name return const for next bump | Vittorio Giovara | 2013-10-28 | 3 | -0/+9 |
* | avfilter: x86: Port gradfun filter optimizations to yasm | Daniel Kang | 2013-10-23 | 4 | -218/+207 |
* | avfilter: Fix typo in Loren's email address | Diego Biurrun | 2013-10-23 | 3 | -3/+3 |
* | pthread: Avoid crashes/odd behavior caused by spurious wakeups | Derek Buitenhuis | 2013-10-22 | 1 | -2/+8 |
* | vf_fieldorder: log when processing is skipped | Vittorio Giovara | 2013-10-22 | 1 | -1/+6 |
* | pthread: Fix deadlock during thread initialization | Derek Buitenhuis | 2013-10-13 | 1 | -1/+2 |
* | vf_interlace: do not process an already interlaced frame | Vittorio Giovara | 2013-10-02 | 1 | -0/+10 |
* | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 7 | -15/+65 |
* | vf_lut: Constantize | Diego Elio Pettenò | 2013-08-31 | 1 | -5/+6 |
* | vf_fps: use double constants for default/min/max for start_time | Hendrik Leppkes | 2013-08-28 | 1 | -2/+4 |
* | vf_interlace: fix file permissions | Vittorio Giovara | 2013-08-27 | 1 | -0/+0 |
* | vf_fps: add 'start_time' option | Justin Ruggles | 2013-08-20 | 1 | -1/+15 |
* | 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 |