Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-06lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch
2012-12-06lavfi/field: switch to filter_frame APIStefano Sabatini
2012-12-06lavfi/drawtext: make use of outlink variable in filter_frame()Stefano Sabatini
2012-12-06lavfi/mp: remove dead extern vf_info_t declarations.Clément Bœsch
2012-12-06lavfi/mp: add ff_ prefix to exported symbolsanonymous
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05lavfi/subtitles: 10l close codec before format.Clément Bœsch
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-04lavfi/drawtext: add the reload option.Nicolas George
2012-12-04lavfi/mp: fix invalid read with filters with no argument.Clément Bœsch
2012-12-04lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch
2012-12-04lavfi: add subtitles filter.Clément Bœsch
2012-12-04lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch
2012-12-03lavfi/gradfun: remove check for AV_PERM_PRESERVE.Clément Bœsch
2012-12-02lavfi/bbox: switch to ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/alphamerge: fix leak introduced in 217163ebStefano Sabatini
2012-12-02lavfi/vf_super2xsai: fix output ref size.Nicolas George
2012-12-02lavfi/framestep: switch to ff_filter_frame APIStefano Sabatini
2012-12-02lavfi/super2xsai: switch to ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/hue: move to ff_filter_frame.Clément Bœsch
2012-12-02lavfi/vf_tile: forward errors.Nicolas George
2012-12-02lavfi/vf_tile: cosmetic after last commit.Nicolas George
2012-12-02lavfi/vf_tile: switch to filter_frame.Nicolas George
2012-12-02lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/alphamerge: switch to ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/blackdetect: switch to new ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/hqdn3d: avoid use of uninitialized variable.Clément Bœsch
2012-12-02lavfi/gradfun: avoid use of uninitialized variable.Clément Bœsch
2012-12-02lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch
2012-12-01lavfi/geq: add T variable and exampleStefano Sabatini
2012-11-29lavfi/concat: prefer av_asprintf() over stack allocated buffer.Clément Bœsch
2012-11-29lavfi/concat: switch to filter_frame.Clément Bœsch
2012-11-29lavfi/smartblur: switch to filter_frame.Clément Bœsch
2012-11-29lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch
2012-11-29vsrc_mandelbrot: switch to filter_frameMichael Niedermayer
2012-11-29lavfi/ebur128: use ff_filter_frame() everywhere.Clément Bœsch
2012-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-29Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'Michael Niedermayer
2012-11-29lavfi/ass: switch to filter_frame.Clément Bœsch
2012-11-29avfilter: mark start_frame/end_frame/draw_slice as deprecatedAnton Khirnov
2012-11-29lavfi/colormatrix: 10l fix forgotten buffer unref.Clément Bœsch
2012-11-29lavfi/colormatrix: switch to filter_frame.Clément Bœsch
2012-11-29vf_format: switch to filter_frameAnton Khirnov
2012-11-29vf_copy: switch to filter_frameAnton Khirnov
2012-11-29vf_null: switch to filter_frameAnton Khirnov
2012-11-29libavfilter: default to filter_frame when neither it nor start/slice/end is set.Michael Niedermayer
2012-11-29buffersrc: switch to filter_frameAnton Khirnov
2012-11-29buffersink: switch to filter_frameAnton Khirnov
2012-11-29lavfi/thumbnail: re-use ctx instead of inlink->dst.Clément Bœsch
2012-11-29lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.Clément Bœsch