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 (Collapse)Author
2011-09-21vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer
This fixes a crash Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 39e0accb7a934bfe3d42324b016dd8790790746d)
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
Also include an older fix for vf_smartblur which was essentially broken due to reading the threshold value wrongly.
2011-06-02Replace non-existent HAVE_SSE2 with HAVE_SSE.Reimar Döffinger
Since this is only a compilation check (the actual function used is selected at runtime) and HAVE_SSE indicates that we can also compile SSE2 code, this is correct.
2011-05-31Port libmpcodec fixes from MPlayer.Reimar Döffinger
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
* qatar/master: log: Fix an oob array read. cosmetics: trim trailing whitespace in postproc Ban strncpy() it's too easy to misuse. psymodel: Remove wrapper functions. aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'. regtest: remove redundant flags in jpg test regtest: use run_ffmpeg in do_image_formats regtest: simplify encoding functions ffmpeg.c: check for interlaced flag in the correct place. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-21mp: remove use of deprecated old eval APIStefano Sabatini
The old API was deprecated and will be possibly removed, fix warnings in libavfilter/libmpcodecs/vf_geq.c and libavfilter/libmpcodecs/vf_qp.c. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
2011-03-25Update to latest MPlayer version.Reimar Döffinger
Avoids warnings due to pointlessly casting away const.
2011-03-17remove definition of swabj@v2v.cc
right now swab is defined in libavfilter/libmpcodecs/mpbswap.h this breaks mingw32 cross compiles. since it its not used, it should be removed. alternatively swab has to be added to HAVE_LIST in configure. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
2011-01-20Add ASMALIGN() hack to patch around its recent removial from configureMichael Niedermayer
2011-01-20Hack libmpcodecs to make it buildable.Michael Niedermayer
2011-01-20Remove dependancy of m_option & m_struct from libmpcodecs.Michael Niedermayer
2011-01-20Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.cMichael Niedermayer
2011-01-20Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer
2011-01-20Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer