]> git.sesse.net Git - ffmpeg/history - libavfilter
lavf: make av_probe_input_buffer more robust
[ffmpeg] / libavfilter /
2014-01-09 Vittorio Giovaraavfilter: fix leaks on error in ff_filter_frame
2014-01-09 Vittorio Giovaraavfilter: add needs_writable field to the internal...
2014-01-09 Vittorio Giovaraavfilter: add documentation for needs_writable
2014-01-09 Vittorio Giovaralavfi: add framepack filter
2014-01-06 Luca Barbatodrawtext: Drop pointless header
2013-12-26 Diego Biurrunavutil: Move library version related macros to version.h
2013-12-14 Reinhard TartlerBump major of libavfilter for reference counted buffer...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-19 Vittorio Giovaravf_interlace: check one av_frame_clone allocation
2013-11-06 Diego Biurrunavfilter/graphparser: Directly free filter memory if...
2013-11-04 Diego Biurrunavfilter/buffer: Suppress deprecation warning for avfil...
2013-11-04 Diego Biurrunfiltfmts-test: Fix use of deprecated API
2013-11-04 Vittorio Giovaravf_fieldorder: remove superfluous get_video_buffer
2013-11-02 Rudolf Polzervf_scale: make the dar variable return the DAR.
2013-11-02 Rudolf Polzervf_aspect: support variables in evaluating the aspect...
2013-10-31 Diego Biurrungradfun: x86: Factor out common code for some gradfun_f...
2013-10-31 Diego Biurrunavfilter: x86: K&R formatting cosmetics
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-10-28 Vittorio Giovaraavfilter: fix const use of avfilter_next
2013-10-28 Vittorio Giovaraavfilter: have avfilter_get_by_name return const for...
2013-10-23 Daniel Kangavfilter: x86: Port gradfun filter optimizations to...
2013-10-23 Diego Biurrunavfilter: Fix typo in Loren's email address
2013-10-22 Derek Buitenhuispthread: Avoid crashes/odd behavior caused by spurious...
2013-10-22 Vittorio Giovaravf_fieldorder: log when processing is skipped
2013-10-13 Derek Buitenhuispthread: Fix deadlock during thread initialization
2013-10-02 Vittorio Giovaravf_interlace: do not process an already interlaced...
2013-09-28 Anton Khirnovlavfi: allow user-provided execute() callbacks
2013-08-31 Diego Elio Pettenòvf_lut: Constantize
2013-08-28 Hendrik Leppkesvf_fps: use double constants for default/min/max for...
2013-08-27 Vittorio Giovaravf_interlace: fix file permissions
2013-08-20 Justin Rugglesvf_fps: add 'start_time' option
2013-08-05 Anton Khirnovlavfi/fifo: fix flushing when using request_samples
2013-08-04 Anton Khirnovlavfi: add const to the AVFilter parameter of avfilter_...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-07-31 Diego Biurrunavfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs
2013-07-29 Diego Biurrunavisynth: Fix a "AVISynth" vs. "AviSynth" struct name...
2013-07-27 Diego BiurrunAdd missing deprecation attributes
2013-07-27 Diego Biurrunbuffersink: K&R formatting cosmetics
2013-07-26 Hendrik Leppkeslavfi: add attribute_align_arg to all public entry...
2013-07-19 Vittorio Giovaralavfi: filtfmts: use newer avfilter APIs
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-07-16 Sean McGovernpthread: Rename thread_init to avoid symbol collision
2013-07-12 Michael Niedermayervf_interlace: better handling of odd video size
2013-06-20 Anton Khirnovvsrc_movie: do not free avoption variables in uninit()
2013-06-18 Anton Khirnovlavfi: switch ff_default_get_audio_buffer() to av_frame...
2013-06-17 Vittorio Giovaralavfi: math typo in interlace filter
2013-06-04 Anton Khirnovlavfi doxy: improve/extend AVFilter doxy.
2013-05-24 Anton Khirnovvf_fade: support slice threading
2013-05-24 Anton Khirnovvf_yadif: support slice threading
2013-05-24 Anton Khirnovlavfi: add a slice threading infrastructure
2013-05-17 Anton Khirnovavfilter: check a malloc in avfilter_link().
2013-05-17 Anton Khirnovavfilter.c: cosmetics, reformat
2013-05-17 Anton Khirnovlavfi: factorize freeing a link
2013-05-17 Anton Khirnovvf_format: do not use the AVFilterFormats internals.
2013-05-17 Anton Khirnovaf_aformat: cosmetics, fix indentation
2013-05-17 Anton Khirnovlavfi: rename AVFilterFormats.format_count to nb_formats
2013-05-17 Anton Khirnovlavfi doxy: add a page for lavfi.
2013-05-17 Anton Khirnovvf_pixdesctest: make config_props work properly when...
2013-05-17 Anton Khirnovvf_hqdn3d: make config_props work properly when called...
2013-05-17 Anton Khirnovvf_drawtext: don't leak the expressions.
2013-05-17 Anton Khirnovvf_crop: make config_props work properly when called...
2013-05-17 Anton Khirnovvf_setdar: make config_props work properly when called...
2013-05-17 Anton Khirnovvf_drawbox: make config_props work properly when called...
2013-05-17 Anton Khirnovvf_drawtext: do not reset the frame number in config_input.
2013-05-17 Anton Khirnovvf_fps: move initializing pts from config_props to...
2013-05-17 Anton Khirnovvf_frei0r: make config_props work properly when called...
2013-05-17 Anton Khirnovvf_gradfun: make config_props work properly when called...
2013-05-17 Anton Khirnovvf_lut: make config_props work properly when called...
2013-05-16 Anton Khirnovvf_pad: use the name 's' for the pointer to the private...
2013-05-16 Anton Khirnovvf_overlay: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_lut: use the name 's' for the pointer to the private...
2013-05-16 Anton Khirnovvf_libopencv: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_hqdn3d: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_hflip: use the name 's' for the pointer to the priva...
2013-05-16 Anton Khirnovvf_gradfun: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_frei0r: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_format: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_fieldorder: use the name 's' for the pointer to...
2013-05-16 Anton Khirnovvf_fieldorder: cosmetics, remove an extra linebreak
2013-05-16 Anton Khirnovvf_fade: use the name 's' for the pointer to the privat...
2013-05-16 Anton Khirnovvf_drawtext: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_drawbox: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_delogo: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_cropdetect: use the name 's' for the pointer to...
2013-05-16 Anton Khirnovvf_crop: cosmetics, break lines
2013-05-16 Anton Khirnovvf_crop: use the name 's' for the pointer to the privat...
2013-05-16 Anton Khirnovvf_boxblur: use the name 's' for the pointer to the...
2013-05-16 Anton Khirnovvf_blackframe: use the name 's' for the pointer to...
2013-05-16 Anton Khirnovvf_aspect: use the name 's' for the pointer to the...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-05-15 Anton Khirnovlavfi: fix compatibility code for old vf_scale options...
2013-05-15 Anton Khirnovavfiltergraph: simplify inserting conversion filters.
2013-05-14 James Darnleyyadif: correct strides in filter_edges_16bit
2013-05-14 James Darnleyyadif: restore speed of the C filtering code
2013-05-10 Anton Khirnovaf_asyncts: fix offset calculation
2013-05-08 Diego Biurrunx86: vf_yadif: Remove stray dsputil_mmx #include
2013-05-06 Janne Grunauvf_scale: add endianness conversion pixel format in...
2013-05-04 Hendrik Leppkeslavfi: let gcc realign the stack on public graph drivin...
next