]> git.sesse.net Git - ffmpeg/history - libavfilter
lavfi: error out when options are provided to a filter that does not take any
[ffmpeg] / libavfilter /
2013-04-09 Anton Khirnovlavfi: error out when options are provided to a filter...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvsrc_testsrc: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvsrc_movie: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvsrc_nullsrc: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvsrc_color: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovsplit: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_volume: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_join: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_channelsplit: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_channelmap: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_asyncts: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_amix: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_yadif: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_unsharp: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_transpose: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_settb: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_setpts: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_select: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_pad: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_overlay: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_lut: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_libopencv: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_hqdn3d: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_gradfun: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_scale: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_frei0r: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_fps: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_fieldorder: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_fade: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_drawtext: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_drawbox: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_delogo: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_cropdetect: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_crop: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_boxblur: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_blackframe: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_aspect: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_(no)format: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_aformat: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovbuffersrc: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_resample: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovlavfi: switch to an AVOptions-based system.
2013-04-04 Anton Khirnovavfiltergraph: set deprecated filter_count.
2013-04-03 Anton Khirnovavfiltergraph: check for sws opts being non-NULL before...
2013-03-28 Clément Bœschlavfi/gradfun: remove rounding to match C and SSE code.
2013-03-28 Clément Bœschlavfi/gradfun: fix dithering in MMX code.
2013-03-28 Clément Bœschlavfi/gradfun: fix rounding in MMX code.
2013-03-28 Clément Bœschlavfi/gradfun: do not increment DC pointer for odd...
2013-03-22 Jindřich Makovičkaaf_asyncts: fix compensation and PTS monotonicity
2013-03-19 Anton Khirnovbuffersrc: fix a typo.
2013-03-19 Anton Khirnovlavc, lavfi: fix counting number of planes in AVBufferR...
2013-03-17 Anton Khirnovlavc,lavfi: fix calculating the plane size in the AVBuf...
2013-03-16 Anton Khirnovaf_join: do not leak input frames.
2013-03-16 Anton Khirnovasrc_anullsrc: return EOF, not -1
2013-03-16 Anton Khirnovasrc_anullsrc: do not set samplerate and channel layout...
2013-03-16 Anton Khirnovvf_showinfo: remove its useless init function
2013-03-16 Anton Khirnovavfiltergraph: use sizeof(var) instead of sizeof(type)
2013-03-16 Anton Khirnovavfiltergraph: replace AVFilterGraph.filter_count with...
2013-03-16 Anton Khirnovlavfi: use designated initializers in avfilter_class
2013-03-13 Loren Merritthqdn3d: Fix out of array read in LOWPASS
2013-03-11 Anton Khirnovvf_hqdn3d: fix uninitialized variable use
2013-03-11 Anton Khirnovvf_gradfun: fix uninitialized variable use
2013-03-10 Xi Wangvf_pad: fix a & instead of && typo
2013-03-08 Anton KhirnovReplace remaining includes of audioconvert.h with chann...
2013-03-08 Anton KhirnovAdd the bumps and APIchanges entries for reference...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-02-23 Justin Ruggleslavfi: connect libavresample options to af_resample...
2013-02-15 Anton Khirnovvf_yadif: fix out-of line reads
2013-02-15 Anton Khirnovvf_yadif: factorize initializing the filtering callbacks
2013-02-06 Anton Khirnovvf_yadif: silence a warning.
2013-02-04 Diego Biurrunavfilter: x86: consistent filenames for filter optimiza...
2013-02-01 Diego Biurrunvf_hqdn3d: x86: Add proper arch optimization initialization
2013-01-29 Anton Khirnovvf_delogo: fix copying the input frame.
2013-01-29 Anton Khirnovvf_delogo: fix an uninitialized read.
2013-01-25 Vladimir Pantelicavfilter: allow setpts filter to use wallclock time...
2013-01-15 Justin Rugglesvf_fps: add final flushed frames to the dropped frame...
2013-01-14 Daniel Kangyadif: x86: fix build for compilers without aligned...
2013-01-09 Daniel Kangyadif: Port inline assembly to yasm
2012-12-31 Diego BiurrunDrop unnecessary 'l' length modifier when printfing...
2012-12-28 Diego Biurruncosmetics: Prettyprint codec/format/filter registration...
2012-12-28 Diego Biurrunavfilter: Refactor unconditional filter registration
2012-12-23 Diego Biurrunavfilter: Compile FIFO filters unconditionally
2012-12-20 Diego Biurrunbuild: avfilter: Remove duplicate compilation entry...
2012-12-13 Justin Rugglesasyncts: ignore min_delta only if first_pts is set
2012-12-13 Justin Rugglesasyncts: merge two conditions
2012-12-13 Justin Rugglesasyncts: cosmetics: reindent
2012-12-13 Justin Rugglesasyncts: fix the asyncts behavior when using the first_...
2012-12-13 Justin Rugglesasyncts: use clipped delta value when setting resample...
2012-12-13 Justin Rugglesasyncts: fix flushing of final samples at EOF
2012-12-05 Justin Rugglesx86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume...
2012-12-05 Justin Rugglesx86: af_volume: add SSE2-optimized s16 volume scaling
2012-12-05 Justin Ruggleslavfi: add volume filter
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-28 Anton Khirnovvf_fieldorder: require write permissions
2012-11-28 Anton Khirnovvf_fieldorder: reindent
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-28 Anton Khirnovlavfi: remove vf_slicify
2012-11-28 Anton Khirnovasink_nullsink: plug a memory leak.
next