summaryrefslogtreecommitdiff
path: root/libavfilter/libmpcodecs
Commit message (Collapse)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-09
| | | | | | | | | | | | | | | * 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>
* mp: remove use of deprecated old eval APIStefano Sabatini2011-04-21
| | | | | | | 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>
* Update to latest MPlayer version.Reimar Döffinger2011-03-25
| | | | Avoids warnings due to pointlessly casting away const.
* remove definition of swabj@v2v.cc2011-03-17
| | | | | | | | 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>
* Use av_strdup instead of strdup, fixes mingw buildBaptiste Coudurier2011-03-16
|
* Remove useage of memalign() from libmpcodecs, not all platforms have memalign().Michael Niedermayer2011-01-28
|
* Add ASMALIGN() hack to patch around its recent removial from configureMichael Niedermayer2011-01-20
|
* Hack libmpcodecs to make it buildable.Michael Niedermayer2011-01-20
|
* Remove dependancy of m_option & m_struct from libmpcodecs.Michael Niedermayer2011-01-20
|
* Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.cMichael Niedermayer2011-01-20
|
* Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer2011-01-20
|
* Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer2011-01-20