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-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
2011-05-07drawtext: get rid of divisions in the inner loop.Michael Niedermayer
2011-05-07drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini