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
2011-11-16cleanup: remove various double end ';' all over the code.Clément Bœsch
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-10-13vf_select: remove mathematical constants now redundant.Nicolas George
2011-09-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-17lavfi: add select filterStefano Sabatini
2011-08-11vf_select: reindent after the previous commitStefano Sabatini
2011-08-11vf_select: add NULL-checks in uninitWilliam Yu
2011-08-11vf_select: check for isnan when setting t from ptsStefano Sabatini
2011-08-11vf_select: set start_t if undefinedWilliam Yu
2011-05-25lavfi: add select filterStefano Sabatini