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-13lavfi: mv vf_select.c -> f_select.cStefano Sabatini
2012-12-13lavfi: add aselect audio variant of selectStefano Sabatini
2012-12-13lavfi/select: remove deprecated and unused poll_frame() callbackStefano Sabatini
2012-11-29vf_select: switch to filter_frameAnton Khirnov
2012-10-21lavfi/select: store scene score in buf ref metadata.Clément Bœsch
2012-10-14lavfi/select/scene: use pointer increments instead of y*linesize.Clément Bœsch
2012-10-14lavfi/select/scene: fix potential overread.Clément Bœsch
2012-10-14lavfi/select/scene: move out convoluted sad variable init from loop.Clément Bœsch
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-20lavfi/select: make lavc dependency optional.Clément Bœsch
2012-09-18lavfi/select: make sure avctx is set before closing it.Clément Bœsch
2012-08-17vf_select: require AV_PERM_PRESERVE.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi/select: use exported dsputil_init function.Clément Bœsch
2012-06-05lavfi/select: 10l: llabs -> fabs after switching types.Clément Bœsch
2012-06-04lavfi/select: add scene detection.Clément Bœsch
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2011-11-16cleanup: remove various double end ';' all over the code.Clément Bœsch
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-10-13vf_select: remove mathematical constants now redundant.Nicolas George
2011-09-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-17lavfi: add select filterStefano Sabatini
2011-08-11vf_select: reindent after the previous commitStefano Sabatini
2011-08-11vf_select: add NULL-checks in uninitWilliam Yu
2011-08-11vf_select: check for isnan when setting t from ptsStefano Sabatini
2011-08-11vf_select: set start_t if undefinedWilliam Yu
2011-05-25lavfi: add select filterStefano Sabatini