summaryrefslogtreecommitdiff
path: root/libavfilter/libmpcodecs
Commit message (Collapse)AuthorAge
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
| | | | | | | | | | | | | | | | | | | * commit '5b9c3b4505206143d85398c1410949319fa1180f': Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). Conflicts: doc/examples/decoding_encoding.c doc/examples/muxing.c ffmpeg.c libavcodec/alacenc.c libavcodec/libopenjpegenc.c libavcodec/libvpxenc.c libavcodec/pcm.c libavcodec/xbmenc.c libavcodec/xwdenc.c libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty ↵Paul B Mahol2013-10-24
| | | | | | declaration Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=qpPaul B Mahol2013-09-19
| | | | | | The filter does nothing. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=pullupPaul B Mahol2013-09-18
| | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libavfilter/libmpcodecs: remove unused filesPaul B Mahol2013-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=filPaul B Mahol2013-09-05
| | | | | | The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=dintPaul B Mahol2013-09-05
| | | | | | | There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=phasePaul B Mahol2013-09-03
| | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=perspectivePaul B Mahol2013-07-14
| | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: remove mp=spp.Clément Bœsch2013-06-14
| | | | The filter was ported to a native libavfilter filter.
* lavfi/mp: remove mp=sabStefano Sabatini2013-06-05
| | | | The filter was ported to a native libavfilter filter.
* lavfi/mp: drop mcdeint wrapperStefano Sabatini2013-06-01
| | | | It was ported to a native libavfilter filter.
* lavfi/mp/mcdeint: avoid uninited data readStefano Sabatini2013-06-01
| | | | | | | | | | | Do not read padding or out-of-buffer values when computing the output value for a pixel close to the image buffer edge. This avoids non visible artifacts which affected the output checksum. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi/mp/mcdeint: avoid uninited data read Date: Thu, 30 May 2013 18:57:14 +0200
* lavfi/mp: remove mp=ow wrapper.Clément Bœsch2013-05-16
| | | | Filter ported natively as owdenoise.
* lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini2013-04-28
| | | | | | | | | | From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
* lavfi: remove mp=down3drightPaul B Mahol2013-04-22
| | | | | | | Same funcionality is provided by stereo3d=ab[2]{l,r}:sbs[2]{l,r}. Additional "features" are barely useful and cause crash or artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove bad inverse telecine filtersPaul B Mahol2013-04-17
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove telecine libmpcodecs wrapperPaul B Mahol2013-04-11
| | | | | | Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove noise libmpcodecs wrapperPaul B Mahol2013-04-08
| | | | | | Native filter have reached similar performance. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove harddup libmpcodecs wrapperPaul B Mahol2013-03-19
| | | | | | | It is supposed to be used with mencoder only and does nothing when used with ffmpeg. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: drop mp=stereo3d filterPaul B Mahol2013-03-05
| | | | | | The filter has been natively integrated into libavfilter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_mp: Set pseudo palMichael Niedermayer2013-02-23
| | | | | | | Fixes ticket2140 Fixes null pointer dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: drop mp=kerndeint filterStefano Sabatini2013-02-17
| | | | The filter has been natively integrated into libavfilter.
* lavfi/mp: drop mp=unsharp filterStefano Sabatini2013-02-17
| | | | | The native filter is equivalent from the point of view of the features and of performances.
* lavfi: remove softskip libmpcodecs wrapperPaul B Mahol2013-02-14
| | | | | | | It is supposed to be used with mencoder only and does nothing when used with ffmpeg. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove dsize libmpcodecs wrapperPaul B Mahol2013-02-14
| | | | | | | Filter does nothing, and supposed funcionality is already available with native filter(s). Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove mp=il filterPaul B Mahol2013-02-09
| | | | | | Native il video filter is now available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libmpcodecs/vd_ffmpeg.h: remove, its unused and removed upstreamMichael Niedermayer2013-02-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_pullup: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_uspp: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_unsharp: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_spp: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_sab: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/pullup: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_noise: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_pp7:update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_qp: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_mcdeint: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_ilpack: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_ivtc: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_fspp: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/av_helpers: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_filmdint: update to latest version from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_divtc: update to latest version in mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libhmpcodec/mp_msg: update to latest from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/help_mp: update to latest from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/cpudetect: update to latest from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs: update img_format.* & mp_image.* to latest from mplayermultiple authors2013-02-05
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_stereo3d: update to latest version from mplayermultiple authors2013-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged commits: commit 9a2978f37bcdf7a28235c9322e9e5a4fe15e2ff2 Author: cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> Date: Thu Jan 31 12:12:36 2013 +0000 Add more vf_stereo3d output formats. Adds high quality green-magenta and yellow-blue dubois anaglyph 3D output support. Patch by thomas schorpp, thomas.schorpp gmail git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35906 b3059339-0415-0410-9bf9-f77b7e298cf2 commit 2c50e66460d8d3ec460cbf9425f252f75ea1022d Author: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> Date: Sun Aug 12 17:31:47 2012 +0000 Add another anaglyph color variant. Patch by Bob [mpbob ezpi net]. git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35080 b3059339-0415-0410-9bf9-f77b7e298cf2 commit 71c5261c2ac63e6e29a5a899b52d1ec4bdb62c4e Author: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> Date: Sun Aug 12 17:25:30 2012 +0000 Convert comments into designated initializers. That is a simple way to ensure they always correspond to what the compiler actually does. git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35079 b3059339-0415-0410-9bf9-f77b7e298cf2 commit d7164c5e1ba524c2a6983d979ef57e193b2c8a9f Author: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> Date: Sun Aug 12 17:20:24 2012 +0000 Make compiler give the ana_coeff array automatically the right size. Makes adding more colour schemes easier. git-svn-id: svn://svn.mplayerhq.hu:/mplayer/trunk@35078 b3059339-0415-0410-9bf9-f77b7e298cf2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f': Drop DCTELEM typedef Conflicts: libavcodec/alpha/dsputil_alpha.h libavcodec/alpha/motion_est_alpha.c libavcodec/arm/dsputil_init_armv6.c libavcodec/bfin/dsputil_bfin.h libavcodec/bfin/pixels_bfin.S libavcodec/cavs.c libavcodec/cavsdec.c libavcodec/dct-test.c libavcodec/dnxhdenc.c libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/dsputil_template.c libavcodec/eamad.c libavcodec/h264_cavlc.c libavcodec/h264idct_template.c libavcodec/mpeg12.c libavcodec/mpegvideo.c libavcodec/mpegvideo.h libavcodec/mpegvideo_enc.c libavcodec/ppc/dsputil_altivec.c libavcodec/proresdsp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>