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-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-02avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer
2013-08-29avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttimeMichael Niedermayer
2013-08-29Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93'Michael Niedermayer
2013-08-28vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes
2013-08-26avfilter/vf_fps: Work around msvc (c99wrap) build failurePavel Koshevoy
2013-08-21Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer
2013-08-20vf_fps: add 'start_time' optionJustin Ruggles
2013-05-17Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer
2013-05-17vf_fps: move initializing pts from config_props to init.Anton Khirnov
2013-04-14lavfi: add missing periods in filter descriptions.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit 'f13ab29925883b4245da4129694af3af378d67be'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_fps: switch to an AVOptions-based system.Anton Khirnov
2013-03-26lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-21lavfi/vf_fps: use standard options parsing.Nicolas George
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-16Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer
2013-01-15vf_fps: add final flushed frames to the dropped frame countJustin Ruggles
2012-12-11lavfi/fps: remove parse opt error message.Clément Bœsch
2012-12-11lavfi/fps: add shorthand.Clément Bœsch
2012-11-28vf_fps: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-25lavfi/vf_fps: allow to set the rounding method.Nicolas George
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-17vf_fps: fix permissions.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22vf_fps: add more error checks.Anton Khirnov
2012-07-22vf_fps: fix a memleak on malloc failure.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-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini