| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_overlay: add eof_action switch | Keith Lawson | 2014-02-04 | 1 | -5/+27 |
* | buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly | Anton Khirnov | 2014-01-17 | 1 | -3/+15 |
* | vf_yadif: Relicense from GPL to LGPL | Robert Krüger | 2014-01-14 | 4 | -36/+36 |
* | avfilter: fix leaks on error in ff_filter_frame | Vittorio Giovara | 2014-01-09 | 1 | -6/+19 |
* | avfilter: add needs_writable field to the internal AVFilterPad structure | Vittorio Giovara | 2014-01-09 | 1 | -0/+8 |
* | avfilter: add documentation for needs_writable | Vittorio Giovara | 2014-01-09 | 1 | -0/+6 |
* | lavfi: add framepack filter | Vittorio Giovara | 2014-01-09 | 4 | -1/+366 |
* | drawtext: Drop pointless header | Luca Barbato | 2014-01-06 | 1 | -1/+0 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 1 | -1/+1 |
* | Bump major of libavfilter for reference counted buffer API changes. | Reinhard Tartler | 2013-12-14 | 1 | -11/+11 |
* | 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 |