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-10-28Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos
2012-10-27Port MPlayer fixes for coverity issues in libmpcodecs.Reimar Döffinger
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-06vf_tile: fix typos/grammar in commentsBobby Bingham
2012-10-05Do not print debug output for the (MPlayer) pullup filter.Carl Eugen Hoyos
2012-09-06lavfi/mp: drop rotate wrapperStefano Sabatini
2012-09-01libmpcodecs: remove unused and half existing vo_fs variableMichael Niedermayer
2012-09-01lavfi/mp: remove decimate wrapperStefano Sabatini
2012-08-31lavfi/mp=decimate: fix off-by-one logic in diff_C() x loopStefano Sabatini
2012-08-31lavfi/mp: remove smartblur filterStefano Sabatini
2012-08-18lavfi/mp: remove framestep wrapped filterStefano Sabatini
2012-08-16lavfi/mp: remove hue wrapped filterStefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-07vf_pp: dont pass NULL into pp, it would failMichael Niedermayer
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09add bracket around the argument (fixes compilation error with ICL)J. Bohl
2012-05-02lavfi: remove screenshot libmpcodecs wrapperPaul B Mahol
2012-04-20lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini
2012-04-13lavfi/mp: remove 2xsai wrapped filterStefano Sabatini
2012-04-07lavfi/mp: remove remove_logo wrapperStefano Sabatini
2012-03-15vf_fspp: add ff_ prefix to non static variables.Michael Niedermayer
2012-03-15vf_fspp: fix compilation with llvmBaptiste Coudurier
2012-03-10lavfi: remove swapuv libmpcodecs wrapperStefano Sabatini
2012-03-04libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George
2012-02-26libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer
2012-02-09Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE."Clément Bœsch
2012-02-08vf_fspp: use LOCAL_MANGLE instead of MANGLE.Clément Bœsch
2012-01-28Fix "ouput" typo and add a check.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-09-20libavfilter/libmpcodecs: add vf_stereo3d supportMichael Niedermayer
2011-09-20libmpcodecs: some hunks from mplayer HEADMichael Niedermayer
2011-09-13vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer
2011-08-14lavfi: remove delogo mp wrapperStefano Sabatini
2011-08-11lavfi: remove mp test wrapperStefano Sabatini
2011-08-07lavfi: remove gradfun mp wrapperStefano Sabatini
2011-07-23vf_mp: remove blackframe filter wrapperStefano Sabatini
2011-07-21vf_mp: remove cropdetect wrapperStefano Sabatini
2011-07-15vf_mp: remove rgbtest wrapperStefano Sabatini
2011-07-15vf_mp: remove boxblur wrapperStefano Sabatini
2011-06-02Port remove of get_sws_cpuflags from MPlayer's libmpcodecs.Reimar Döffinger
2011-06-02Port recent changes to MPlayer libmpcodecs.Reimar Döffinger
2011-06-02Replace non-existent HAVE_SSE2 with HAVE_SSE.Reimar Döffinger
2011-05-31Port libmpcodec fixes from MPlayer.Reimar Döffinger
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21mp: remove use of deprecated old eval APIStefano Sabatini
2011-03-25Update to latest MPlayer version.Reimar Döffinger
2011-03-17remove definition of swabj@v2v.cc
2011-03-17Use av_strdup instead of strdup, fixes mingw buildBaptiste Coudurier
2011-01-28Remove useage of memalign() from libmpcodecs, not all platforms have memalign().Michael Niedermayer