| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "ouput" typo and add a check. | Clément Bœsch | 2012-01-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
* | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -10/+10 |
* | libavfilter/libmpcodecs: add vf_stereo3d support | Michael Niedermayer | 2011-09-20 | 1 | -0/+512 |
* | libmpcodecs: some hunks from mplayer HEAD | Michael Niedermayer | 2011-09-20 | 8 | -6/+12 |
* | vf_remove_logo: domt access vf->next->query_format() directly but use the API. | Michael Niedermayer | 2011-09-13 | 1 | -2/+2 |
* | lavfi: remove delogo mp wrapper | Stefano Sabatini | 2011-08-14 | 1 | -252/+0 |
* | lavfi: remove mp test wrapper | Stefano Sabatini | 2011-08-11 | 1 | -333/+0 |
* | lavfi: remove gradfun mp wrapper | Stefano Sabatini | 2011-08-07 | 1 | -411/+0 |
* | vf_mp: remove blackframe filter wrapper | Stefano Sabatini | 2011-07-23 | 1 | -148/+0 |
* | vf_mp: remove cropdetect wrapper | Stefano Sabatini | 2011-07-21 | 1 | -201/+0 |
* | vf_mp: remove rgbtest wrapper | Stefano Sabatini | 2011-07-15 | 1 | -171/+0 |
* | vf_mp: remove boxblur wrapper | Stefano Sabatini | 2011-07-15 | 1 | -214/+0 |
* | Port remove of get_sws_cpuflags from MPlayer's libmpcodecs. | Reimar Döffinger | 2011-06-02 | 3 | -3/+2 |
* | Port recent changes to MPlayer libmpcodecs. | Reimar Döffinger | 2011-06-02 | 5 | -11/+15 |
* | Replace non-existent HAVE_SSE2 with HAVE_SSE. | Reimar Döffinger | 2011-06-02 | 1 | -3/+3 |
* | Port libmpcodec fixes from MPlayer. | Reimar Döffinger | 2011-05-31 | 3 | -10/+10 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -0/+1 |
* | mp: remove use of deprecated old eval API | Stefano Sabatini | 2011-04-21 | 2 | -3/+3 |
* | Update to latest MPlayer version. | Reimar Döffinger | 2011-03-25 | 1 | -4/+4 |
* | remove definition of swab | j@v2v.cc | 2011-03-17 | 1 | -4/+0 |
* | Use av_strdup instead of strdup, fixes mingw build | Baptiste Coudurier | 2011-03-16 | 2 | -4/+2 |
* | Remove useage of memalign() from libmpcodecs, not all platforms have memalign(). | Michael Niedermayer | 2011-01-28 | 3 | -8/+8 |
* | Add ASMALIGN() hack to patch around its recent removial from configure | Michael Niedermayer | 2011-01-20 | 1 | -0/+2 |
* | Hack libmpcodecs to make it buildable. | Michael Niedermayer | 2011-01-20 | 4 | -7/+17 |
* | Remove dependancy of m_option & m_struct from libmpcodecs. | Michael Niedermayer | 2011-01-20 | 3 | -71/+24 |
* | Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c | Michael Niedermayer | 2011-01-20 | 1 | -1/+1 |
* | Add #define _BSD_SOURCE where mplayer is not C99. | Michael Niedermayer | 2011-01-20 | 3 | -0/+3 |
* | Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it. | Michael Niedermayer | 2011-01-20 | 75 | -0/+24149 |