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
2012-04-03vf_lut: avoid rgb component indexing in the inner loopMichael Niedermayer
2012-04-03vf_lut: optimize rgb codepathMichael Niedermayer
2012-04-03vf_lut: optimize planar caseMichael Niedermayer
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Make PIX_FMT format list arrays const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17lavfi: add negate filterStefano Sabatini
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-10-13vf_lut: remove mathematical constants now redundant.Nicolas George
2011-10-02lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini
2011-07-21libavfilter: fix --enable-smallMichael Niedermayer
2011-07-02vf_lut: set minimum and maximum alpha value for yuva420pStefano Sabatini
2011-07-02vf_lut: add plane validity check in draw_slice()Stefano Sabatini
2011-07-01lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini
2011-06-27vf_lut: fix draw_slice() in case of non packed image data for packed RGBStefano Sabatini
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-19lavfi: add negate filterStefano Sabatini
2011-06-19lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini