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-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
2013-01-11lavfi/vf_overlay: check that filter_frame does not return EAGAIN.Nicolas George
2012-12-22lavfi/overlay: make use of av_opt_set_from_string()Stefano Sabatini
2012-12-22lavfi/overlay: switch to filter_frame APIStefano Sabatini
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-12-15lavfi/overlay: clarify/fix comment, add a few empty lines to ease readabilityStefano Sabatini
2012-12-15lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer()Stefano Sabatini
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-27lavfi/overlay: enable yuva420p as overlay backgroundMark Himsley
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04vf_overlay: properly sync inputs.Anton Khirnov