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
2015-03-20avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-07-02lavfi/overlay: show incoming frames on debug messagesStefano Sabatini
2014-06-29avfilter/overlay: reindentClément Bœsch
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-02-04Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer
2014-02-04vf_overlay: add eof_action switchKeith Lawson
2014-02-02lavfi/overlay: add yuv422 format modeStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-27lavfi/overlay: correct small error in intersection detectionBenedict Endemann
2013-09-30avfilter/dualinput: simplifyPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-21avfilter: remove duplicate includesMichael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-27lavfi/overlay: remove do_blend forward declaration.Clément Bœsch
2013-05-27lavfi: add dual input helpers.Clément Bœsch
2013-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-16vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-09lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch
2013-05-07lavfi/overlay: reindent fix.Clément Bœsch
2013-04-23lavfi/overlay: support timeline through the new system.Clément Bœsch
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12lavfi/overlay: improve feedback in case of invalid expressionStefano Sabatini
2013-04-12lavfi/overlay: fix crash in case of invalid expressionStefano Sabatini
2013-04-12lavfi/overlay: add repeatlast optionStefano Sabatini
2013-04-12lavfi/overlay: reindent constants in option listStefano Sabatini
2013-04-11lavfi/overlay: cleanup unused shorthand.Clément Bœsch
2013-04-11lavfi/overlay: remove dupe initializerPaul B Mahol
2013-04-11Merge commit '9087eaf193b8ce99c41352064a81916fa66adb49'Michael Niedermayer
2013-04-10lavfi/overlay: add process_command callbackStefano Sabatini
2013-04-10lavfi/overlay: add enable expressionStefano Sabatini
2013-04-10lavfi/overlay: add dynamic expression evaluation supportStefano Sabatini
2013-04-09vf_overlay: switch to an AVOptions-based system.Anton Khirnov
2013-03-31lavfi/overlay: fix debug PTS output in try_filter_frame()Stefano Sabatini
2013-03-24lavfi/overlay: use standard options parsing.Clément Bœsch
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-03-05lavfi/overlay: improve log message warning in case of clipped overlayStefano Sabatini
2013-03-05lavfi/overlay: add support for partial overlayingStefano Sabatini
2013-02-23vf_overlay: silence warning: X may be used uninitialized in this functionMichael Niedermayer
2013-02-20lavfi/overlay: add format optionStefano Sabatini
2013-02-20lavfi/overlay: apply minor consistency fixesStefano Sabatini
2013-02-20lavfi/overlay: implement shortest optionStefano Sabatini
2013-02-19lavfi/overlay: yuv444p & yuva444p supportPaul B Mahol