summaryrefslogtreecommitdiff
path: root/libavfilter/libmpcodecs
Commit message (Collapse)AuthorAge
* lavfi: remove hqdn3d libmpcodecs wrapper.Clément Bœsch2012-10-31
| | | | | | The native filter was ported from the MPlayer project when the mp wrapper didn't even exist, and when mp=hqdn3d was added, it was already obsolete.
* lavfi/mp: drop the mp=rectangle filterStefano Sabatini2012-10-31
| | | | | All the rectangle features have been ported to the native drawbox filter, which has an equivalent syntax.
* lavfi/mp: drop wrapped field filterStefano Sabatini2012-10-31
| | | | The filter has been ported to a native libavfilter filter.
* lavfi: remove yuvcsp and yvu9 libmpcodecs wrappersPaul B Mahol2012-10-30
| | | | | | Same functionality is provided by libswscale. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove palette libmpcodecs wrapperPaul B Mahol2012-10-30
| | | | | | The filter is useless, swscale should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos2012-10-28
| | | | Fixes ticket 1782.
* Port MPlayer fixes for coverity issues in libmpcodecs.Reimar Döffinger2012-10-27
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '716d413c13981da15323c7a3821860536eefdbbb': Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat Conflicts: doc/examples/muxing.c ffmpeg.h ffmpeg_filter.c ffmpeg_opt.c ffplay.c ffprobe.c libavcodec/8bps.c libavcodec/aasc.c libavcodec/aura.c libavcodec/avcodec.h libavcodec/avs.c libavcodec/bfi.c libavcodec/bmp.c libavcodec/bmpenc.c libavcodec/c93.c libavcodec/cscd.c libavcodec/cyuv.c libavcodec/dpx.c libavcodec/dpxenc.c libavcodec/eatgv.c libavcodec/escape124.c libavcodec/ffv1.c libavcodec/flashsv.c libavcodec/fraps.c libavcodec/h264.c libavcodec/huffyuv.c libavcodec/iff.c libavcodec/imgconvert.c libavcodec/indeo3.c libavcodec/kmvc.c libavcodec/libopenjpegdec.c libavcodec/libopenjpegenc.c libavcodec/libx264.c libavcodec/ljpegenc.c libavcodec/mjpegdec.c libavcodec/mjpegenc.c libavcodec/motionpixels.c libavcodec/mpeg12.c libavcodec/mpeg12enc.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo_enc.c libavcodec/pamenc.c libavcodec/pcxenc.c libavcodec/pgssubdec.c libavcodec/pngdec.c libavcodec/pngenc.c libavcodec/pnm.c libavcodec/pnmdec.c libavcodec/pnmenc.c libavcodec/ptx.c libavcodec/qdrw.c libavcodec/qpeg.c libavcodec/qtrleenc.c libavcodec/raw.c libavcodec/rawdec.c libavcodec/rl2.c libavcodec/sgidec.c libavcodec/sgienc.c libavcodec/snowdec.c libavcodec/snowenc.c libavcodec/sunrast.c libavcodec/targa.c libavcodec/targaenc.c libavcodec/tiff.c libavcodec/tiffenc.c libavcodec/tmv.c libavcodec/truemotion2.c libavcodec/utils.c libavcodec/vb.c libavcodec/vp3.c libavcodec/wnv1.c libavcodec/xl.c libavcodec/xwddec.c libavcodec/xwdenc.c libavcodec/yop.c libavdevice/v4l2.c libavdevice/x11grab.c libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/buffersrc.c libavfilter/drawutils.c libavfilter/formats.c libavfilter/src_movie.c libavfilter/vf_ass.c libavfilter/vf_drawtext.c libavfilter/vf_fade.c libavfilter/vf_format.c libavfilter/vf_hflip.c libavfilter/vf_lut.c libavfilter/vf_overlay.c libavfilter/vf_pad.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_yadif.c libavfilter/video.c libavfilter/vsrc_testsrc.c libavformat/movenc.c libavformat/mxf.h libavformat/utils.c libavformat/yuv4mpeg.c libavutil/imgutils.c libavutil/pixdesc.c libswscale/input.c libswscale/output.c libswscale/swscale_internal.h libswscale/swscale_unscaled.c libswscale/utils.c libswscale/x86/swscale_template.c libswscale/x86/yuv2rgb.c libswscale/x86/yuv2rgb_template.c libswscale/yuv2rgb.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* vf_tile: fix typos/grammar in commentsBobby Bingham2012-10-06
| | | | Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
* Do not print debug output for the (MPlayer) pullup filter.Carl Eugen Hoyos2012-10-05
|
* lavfi/mp: drop rotate wrapperStefano Sabatini2012-09-06
| | | | The native filter transpose is perfectly equivalent.
* libmpcodecs: remove unused and half existing vo_fs variableMichael Niedermayer2012-09-01
| | | | | | It breaks linking with suncc sometimes Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove decimate wrapperStefano Sabatini2012-09-01
| | | | It was natively integrated into libavfilter.
* lavfi/mp=decimate: fix off-by-one logic in diff_C() x loopStefano Sabatini2012-08-31
| | | | | | | | | Set x offset values in the range 0-7, rather than in the range 8-1. The y loop is changed accordingly, to avoid confusion. This also fixes output difference with the new pending native decimate filter.
* lavfi/mp: remove smartblur filterStefano Sabatini2012-08-31
| | | | It was natively integrated into libavfilter.
* lavfi/mp: remove framestep wrapped filterStefano Sabatini2012-08-18
| | | | An equivalent framestep filter has been natively integrated.
* lavfi/mp: remove hue wrapped filterStefano Sabatini2012-08-16
| | | | hue was integrated as a native libavfilter filter.
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '36ef5369ee9b336febc2c270f8718cec4476cb85': Replace all CODEC_ID_* with AV_CODEC_ID_* lavc: add AV prefix to codec ids. Conflicts: doc/APIchanges doc/examples/decoding_encoding.c doc/examples/muxing.c ffmpeg.c ffprobe.c ffserver.c libavcodec/8svx.c libavcodec/avcodec.h libavcodec/dnxhd_parser.c libavcodec/dvdsubdec.c libavcodec/error_resilience.c libavcodec/h263dec.c libavcodec/libvorbisenc.c libavcodec/mjpeg_parser.c libavcodec/mjpegenc.c libavcodec/mpeg12.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/pcm.c libavcodec/r210dec.c libavcodec/utils.c libavcodec/v210dec.c libavcodec/version.h libavdevice/alsa-audio-dec.c libavdevice/bktr.c libavdevice/v4l2.c libavformat/asfdec.c libavformat/asfenc.c libavformat/avformat.h libavformat/avidec.c libavformat/caf.c libavformat/electronicarts.c libavformat/flacdec.c libavformat/flvdec.c libavformat/flvenc.c libavformat/framecrcenc.c libavformat/img2.c libavformat/img2dec.c libavformat/img2enc.c libavformat/ipmovie.c libavformat/isom.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mov.c libavformat/movenc.c libavformat/mp3dec.c libavformat/mpeg.c libavformat/mpegts.c libavformat/mxf.c libavformat/mxfdec.c libavformat/mxfenc.c libavformat/nsvdec.c libavformat/nut.c libavformat/oggenc.c libavformat/pmpdec.c libavformat/rawdec.c libavformat/rawenc.c libavformat/riff.c libavformat/sdp.c libavformat/utils.c libavformat/vocenc.c libavformat/wtv.c libavformat/xmv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* vf_pp: dont pass NULL into pp, it would failMichael Niedermayer2012-07-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: x86: Only use optimizations with cmov if the CPU supports the instruction x86: Add CPU flag for the i686 cmov instruction x86: remove unused inline asm macros from dsputil_mmx.h x86: move some inline asm macros to the only places they are used lavfi: Add the af_channelmap audio channel mapping filter. lavfi: add join audio filter. lavfi: allow audio filters to request a given number of samples. lavfi: support automatically inserting the fifo filter when needed. lavfi/audio: eliminate ff_default_filter_samples(). Conflicts: Changelog libavcodec/x86/h264dsp_mmx.c libavfilter/Makefile libavfilter/allfilters.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/version.h libavutil/x86/cpu.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* add bracket around the argument (fixes compilation error with ICL)J. Bohl2012-06-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove screenshot libmpcodecs wrapperPaul B Mahol2012-05-02
| | | | | | | The filter is useless. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini2012-04-20
| | | | The native libavfilter hflip filter does the same thing.
* lavfi/mp: remove 2xsai wrapped filterStefano Sabatini2012-04-13
| | | | It was ported to a native libavfilter filter.
* lavfi/mp: remove remove_logo wrapperStefano Sabatini2012-04-07
| | | | | removelogo has been ported to libavfilter, and the wrapper was not working.
* vf_fspp: add ff_ prefix to non static variables.Michael Niedermayer2012-03-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_fspp: fix compilation with llvmBaptiste Coudurier2012-03-14
|
* lavfi: remove swapuv libmpcodecs wrapperStefano Sabatini2012-03-10
| | | | The filter has been ported to a native libavfilter filter.
* libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George2012-03-04
|
* libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer2012-02-26
| | | | | | This will allow us to do regression tests on libpostproc. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE."Clément Bœsch2012-02-08
| | | | | This reverts commit 1aa8f5fcfba6701eb0181ea07c070d09ab0f4efd. It broke the other x86_32 fate instances.
* vf_fspp: use LOCAL_MANGLE instead of MANGLE.Clément Bœsch2012-02-08
| | | | | The symbols are locals, thus the EXTERN_PREFIX should be omitted. This might fix the llvm-gcc fate instance.
* Fix "ouput" typo and add a check.Clément Bœsch2012-01-28
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (71 commits) movenc: Allow writing to a non-seekable output if using empty moov movenc: Support adding isml (smooth streaming live) metadata libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set sunrast: Document the different Sun Raster file format types. sunrast: Add a check for experimental type. libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormat lavf: remove disabled FF_API_SET_PTS_INFO cruft lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft lavf: remove disabled FF_API_REORDER_PRIVATE cruft lavf: remove disabled FF_API_SEEK_PUBLIC cruft lavf: remove disabled FF_API_STREAM_COPY cruft lavf: remove disabled FF_API_PRELOAD cruft lavf: remove disabled FF_API_NEW_STREAM cruft lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft lavf: remove disabled FF_API_MUXRATE cruft lavf: remove disabled FF_API_FILESIZE cruft lavf: remove disabled FF_API_TIMESTAMP cruft lavf: remove disabled FF_API_LOOP_OUTPUT cruft lavf: remove disabled FF_API_LOOP_INPUT cruft lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft ... Conflicts: doc/APIchanges libavcodec/8bps.c libavcodec/avcodec.h libavcodec/libx264.c libavcodec/mjpegbdec.c libavcodec/options.c libavcodec/sunrast.c libavcodec/utils.c libavcodec/version.h libavcodec/x86/h264_deblock.asm libavdevice/libdc1394.c libavdevice/v4l2.c libavformat/avformat.h libavformat/avio.c libavformat/avio.h libavformat/aviobuf.c libavformat/dv.c libavformat/mov.c libavformat/utils.c libavformat/version.h libavformat/wtv.c libavutil/Makefile libavutil/file.c libswscale/x86/input.asm libswscale/x86/swscale_mmx.c libswscale/x86/swscale_template.c tests/ref/lavf/ffm Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
| | | | | | | | | | All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* libavfilter/libmpcodecs: add vf_stereo3d supportMichael Niedermayer2011-09-20
| | | | | | | | | (code from mplayer see their svn for detailed authorship) parameters must be integers as we do not have mplayers parser also the stuff passed to it through non constant globals is not supported this should be fixed in mplayer first. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libmpcodecs: some hunks from mplayer HEADMichael Niedermayer2011-09-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer2011-09-13
| | | | | | This fixes a crash Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: remove delogo mp wrapperStefano Sabatini2011-08-14
| | | | | The delogo filter has been natively integrated into libavfilter, simplify.
* lavfi: remove mp test wrapperStefano Sabatini2011-08-11
| | | | | The source was natively integrated into libavfilter, with the name mptestsrc.
* lavfi: remove gradfun mp wrapperStefano Sabatini2011-08-07
| | | | | | | | | The gradfun filter was already integrated natively in libavfilter. Both filters issue the same output, and have a comparable performance. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: remove gradfun mp wrapper Date: Fri, 5 Aug 2011 00:19:04 +0200
* vf_mp: remove blackframe filter wrapperStefano Sabatini2011-07-23
| | | | blackframe is integrated as a native filter.
* vf_mp: remove cropdetect wrapperStefano Sabatini2011-07-21
| | | | The cropdetect filter is natively integrated into libavfilter.
* vf_mp: remove rgbtest wrapperStefano Sabatini2011-07-15
| | | | | The filter was integrated natively into libavfilter as a source with name rgbtestsrc.
* vf_mp: remove boxblur wrapperStefano Sabatini2011-07-15
| | | | It is natively included in libavfilter.
* Port remove of get_sws_cpuflags from MPlayer's libmpcodecs.Reimar Döffinger2011-06-02
|
* Port recent changes to MPlayer libmpcodecs.Reimar Döffinger2011-06-02
| | | | | Also include an older fix for vf_smartblur which was essentially broken due to reading the threshold value wrongly.
* Replace non-existent HAVE_SSE2 with HAVE_SSE.Reimar Döffinger2011-06-02
| | | | | | 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.
* Port libmpcodec fixes from MPlayer.Reimar Döffinger2011-05-31
|
* 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>