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
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-26lavfi/vf_drawtext: default to expansion=normal.Nicolas George
2012-12-06lavfi/drawtext: make use of outlink variable in filter_frame()Stefano Sabatini
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-04lavfi/drawtext: add the reload option.Nicolas George
2012-11-28vf_drawtext: switch to filter_frame, this filter did not support slicesMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-28lavfi/drawtext: add support to expansion of generic expressionsStefano Sabatini
2012-11-22lavfi/drawtext: add support for printing frame numbersStefano Sabatini
2012-11-18lavfi/drawtext: implement more generic expansion.Nicolas George
2012-11-17lavfi/drawtext: use bprint for the expanded text.Nicolas George
2012-11-03Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer
2012-11-02vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov
2012-10-11drawtext: fix leak with timecodesMichael Niedermayer
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
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-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-17vf_drawtext: fix permissions.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
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-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-26lavfi/drawtext: use av_opt_free() to free private contextStefano Sabatini
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-23lavfi/drawtext: remove unnecessary parentheses in init()Stefano Sabatini
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
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: make formats API private on next bump.Anton Khirnov