summaryrefslogtreecommitdiff
path: root/libavfilter/libmpcodecs
Commit message (Collapse)AuthorAge
* remove libmpcodecsPaul B Mahol2015-01-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove mp=softpulldownPaul B Mahol2015-01-30
| | | | | | It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/libmpcodecs: remove unused headersPaul B Mahol2015-01-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-26
| | | | | mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
* lavfi: remove mp=ilpackPaul B Mahol2015-01-20
| | | | | | | Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove mp=pp7Arwa Arif2015-01-13
| | | | | | | The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi/mp: drop mp=fspp filterStefano Sabatini2014-12-24
| | | | It has been ported to libavfilter.
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* Delete mp=usppArwa Arif2014-12-12
|
* mpcodecs: Use _INLINE guards for inline asm.Matthew Oliver2014-11-17
| | | | | | Enabled compilation with compiler without inline asm support. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
| | | | | Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | * commit '2d60444331fca1910510038dd3817bea885c2367': dsputil: Split motion estimation compare bits off into their own context Conflicts: configure libavcodec/Makefile libavcodec/arm/Makefile libavcodec/dvenc.c libavcodec/error_resilience.c libavcodec/h264.h libavcodec/h264_slice.c libavcodec/me_cmp.c libavcodec/me_cmp.h libavcodec/motion_est.c libavcodec/motion_est_template.c libavcodec/mpeg4videoenc.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/x86/Makefile libavcodec/x86/me_cmp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* fix various typosLou Logan2014-06-03
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs/vf_uspp: check avcodec_open() return codemichael2014-05-11
| | | | | | Fixes CID1135747 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs: Fix compilation due to missing static in suncc.Matt Oliver2014-05-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove two duplicated named asm constraints.Carl Eugen Hoyos2014-05-03
| | | | | This fixes compilation of libmpcodecs/vf_fspp.c with gcc and INLINE_ASM_DIRECT_SYMBOL_REFS disabled.
* libavfilter/libmpcodecs: sync existing filters with mplayer HEAD ↵mplayer developers2014-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ebcacb8b3ca91ef90acb93785b62fd8c5e5dae41) Authors from svn: cehoyos (2): Support playback of JPEG 2000 digital cinema files. Add name for image format IMGFMT_440P. ib (1): Get rid of VOCTRL_GUI_NOWINDOW. Matt Oliver (4): Fix libmpcodecs inline asm on ICL. Use DECLARE_ALIGNED helper macros. Remove some superfluous commas from inline asm for better compatibility. Use numeric labels in inline asm for consistency and better compatibility. reimar (10): Fix bpp calculation for XYZ format. Avoid duplicating the mouse autohide code. Add NV12/NV21 support to some helper functions. Add support for rotating the video via OpenGL. Add options to determine where borders will be added when adjusting for aspect. Apply forgotten move of apply_border_pos function. Extract window creation code to common file. Make VDPAU support work again with latest FFmpeg. img_format: document why mp_get_chroma_shift does not work for NV12/NV21 Minor spelling/grammar fixes. For detailed line by line authorship please see svn log of mplayer svn://svn.mplayerhq.hu/mplayer/trunk Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix vf_eq.c and vf_eq2.c compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-24
|
* 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>