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-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-24lavfi/hue: rework logic for setting commandsStefano Sabatini
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi/hue: add support for more alpha formatsPaul B Mahol
2013-04-12lavfi/hue: copy alpha plane tooPaul B Mahol
2013-04-12lavfi/hue: make do while (0) form meaningful.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/hue: extend debugging messageStefano Sabatini
2013-04-11lavfi/hue: reindent after last commitStefano Sabatini
2013-04-11lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini
2013-03-10lavfi/hue: reindent.Clément Bœsch
2013-03-10lavfi/hue: add an optimized direct path.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-20lavfi/hue: reindent after previous commitStefano Sabatini
2013-02-20lavfi/hue: simplify parsing by making use of option shorthandsStefano Sabatini
2012-12-02lavfi/hue: move to ff_filter_frame.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-23lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini
2012-09-21lavfi/hue: set to NULL freed pointersStefano Sabatini
2012-09-21lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini
2012-09-15lavfi/hue: add dynamic expression evaluation supportJérémy Tran
2012-09-06vf_hue: fix AVOption defaultsMichael Niedermayer
2012-08-31lavfi/hue: add process_command callbackJérémy Tran
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-16lavfi/hue: add verbose debug message showing initial parametersStefano Sabatini
2012-08-16lavfi/hue: reindent after previous commitsStefano Sabatini
2012-08-16lavfi/hue: apply misc fixes to default values settingStefano Sabatini
2012-08-16lavfi/hue: add named options supportJérémy Tran
2012-08-13lavfi: add hue filterJérémy Tran