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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-17vf_drawtext: don't leak the expressions.Anton Khirnov
2013-05-17vf_drawtext: do not reset the frame number in config_input.Anton Khirnov
2013-05-16vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_drawtext: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-02vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
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-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-07-20vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-06drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin
2012-02-06drawtext: fix text_{w, h} expression varsAndrey Utkin
2012-02-05drawtext: add missing braces around an if() block.Andrey Utkin
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-07drawtext: remove typoLuca Barbato
2011-12-07drawtext: introduce rand(min, max)Luca Barbato
2011-12-07drawtext: introduce explicit draw/hide variableLuca Barbato
2011-12-03drawtext: make x and y parametricLuca Barbato
2011-12-03drawtext: manage memory allocation betterLuca Barbato
2011-12-03drawtext: refactor draw_textLuca Barbato
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-07-07vf_drawtext: Remove some write-only variables.Diego Biurrun
2011-06-20drawtext: add braces around initialisers for option defaultsStefano Sabatini
2011-06-20drawtext: reindent after the previous commitStefano Sabatini
2011-06-20drawtext: fix strftime() text expansionStefano Sabatini
2011-05-31vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun
2011-05-07drawtext: add shadow support.Michael Niedermayer
2011-05-07drawtext: factor draw_glyphs.Michael Niedermayer
2011-05-07drawtext: fix and optimize yuv blend.Michael Niedermayer