]> git.sesse.net Git - ffmpeg/history - libavfilter
h261: Move ff_h261_rl_table_store declaration to header file
[ffmpeg] / libavfilter /
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.
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-02 Anton Khirnovvf_drawtext: do not use deprecated av_tree_node_size
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-29 Anton Khirnovlavfi: add ashowinfo filter
2012-10-27 Mans Rullgardaf_channelmap: remove stray enum declaration
2012-10-27 Mans Rullgardbuffersink: remove stray semicolon after function defin...
2012-10-25 Janne Grunauavfilter: fix graphparser memleaks on error paths
2012-10-12 Diego Biurrunavfilter: call x86 init functions under if (ARCH_X86...
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-09 Janne Grunauavfilter: correct memcpy size avfilter_copy_buf_props()
2012-10-09 Janne Grunauaf_resample: unref out_buf when avresample_convert...
2012-10-09 Janne Grunauaf_amix: prevent memory leak on error path
2012-10-09 Janne Grunauaf_channelmap: free old extended_data on reallocation
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-07 Justin Rugglesaf_resample: avoid conversion of identical sample forma...
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-06 Anton Khirnovvf_pad/scale: use double precision for aspect ratios.
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-10-04 Anton Khirnovvf_overlay: properly sync inputs.
2012-10-04 Anton Khirnovvf_overlay: get rid of pointless messing with timebase.
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-09-17 Anton Khirnovavfiltergraph: silence an uninitialized variable warning
2012-09-17 Anton Khirnovbuffersrc: add const to the AVFrame* argument of av_buf...
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-09 Luca Barbatoyadif: cosmetics
2012-09-07 Anton Khirnovaf_asyncts: check return value from lavr when flushing.
2012-09-04 Martin Storsjöavopt: Explicitly store rational option defaults in...
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-31 Martin StorsjöRename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunavfilter: x86: Use more precise compile template names
2012-08-27 Martin Storsjövf_hqdn3d: Remove a duplicate inline declaration
2012-08-27 Martin Storsjövf_hqdn3d: Don't declare the loop variable within the...
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-26 Loren Merrittvf_hqdn3d: support 16bit colordepth
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-16 Martin StorsjöAdd missing includes for code relying on external libraries
next