summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osd_changes' into masterwm42012-11-011-4/+8
|\
| * screenshot: remove hack for passing anamorphic image sizewm42012-11-011-0/+2
| * mp_image: add fields to pass colorspace down the filter chainwm42012-10-281-0/+4
| * Merge branch 'master' into osd_changeswm42012-10-241-5/+8
| |\
| * | VF: rename vf_ass to vf_subwm42012-10-241-4/+2
* | | vf: fix NULL pointer issuewm42012-11-011-1/+1
* | | vf: fix usage count for passthrough-only filtersreimar2012-10-301-1/+3
| |/ |/|
* | VF: remove IMGFMT_MPEGPESwm42012-10-221-3/+0
* | vd_ffmpeg, vf: fix crashes with some game formatsreimar2012-10-221-2/+8
|/
* Remove useless video filterswm42012-10-031-98/+1
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-181-2/+0
* vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-231-0/+2
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-1/+2
* vf.c: increase default alignment valuesmplayer-svn2012-08-031-4/+3
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTwm42012-08-021-12/+1
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* configure: remove checks for malloc.h and alloca()wm42012-07-301-3/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+2
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-051-0/+2
|\
| * configure, build: support compiling without libpostprocUoti Urpala2012-02-271-0/+2
* | screenshot: allow forcing taking screenshots with the video filterwm42012-02-291-0/+2
|/
* vf_fspp: make compile without Libav internalsUoti Urpala2012-01-021-1/+1
* configure, build: require at least Libav 0.7Uoti Urpala2011-12-221-2/+0
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-2/+2
* cleanup: vf_scale.c, vf.c: replace numbers by flag macro namesUoti Urpala2011-11-141-12/+13
* cosmetics: vf.[ch]: reformatUoti Urpala2011-11-141-378/+474
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Uoti Urpala2011-07-301-6/+1
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+1
* vf_qp: enable compilation depending on libavutil eval APIUoti Urpala2011-07-181-1/+1
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-0/+84
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-4/+0
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-061-0/+2
* vf_stereo3d: Add stereo3d filterreimar2010-11-021-0/+2
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-5/+3
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackUoti Urpala2010-11-021-4/+0
* vf_rgb2bgr: remove the filtersiretart2010-11-021-4/+0
* Merge svn changes up to r31176Uoti Urpala2010-05-301-4/+0
|\
| * Fix compilation after r31173.cehoyos2010-05-141-2/+0
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-7/+7
* | Merge svn changes up to r31050Uoti Urpala2010-04-261-1/+2
|\|
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-201-1/+2
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30876Uoti Urpala2010-03-101-0/+2
|\|
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-051-0/+2
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-8/+8
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-1/+1
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-5/+6
* | Avoid misleading error "ASS: cannot add video filter"Uoti Urpala2010-01-161-3/+21
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-38/+1
|\|
| * Deduplicate the mp_image planes allocation code.reimar2009-12-311-39/+1
| * Add support for 16-bit per component YUV formats.reimar2009-12-311-7/+8
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-2/+4
|\|
| * Support mp_image with allocated palette.reimar2009-12-261-2/+4
* | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internalsUoti Urpala2009-12-071-2/+2
* | vf: Free MP_IMGTYPE_NUMBERED buffers tooUoti Urpala2009-09-181-0/+2
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-1/+1
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-0/+8
* | Merge svn changes up to r29417Uoti Urpala2009-07-121-0/+2
|\|
| * new debanding filterlorenm2009-07-071-0/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-10/+10
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-7/+7
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-7/+7
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-2/+2
|\|
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-181-2/+2
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-2/+7
|\|
| * Print an error and return NULL in vf_get_image if we try to allocatereimar2009-02-171-1/+6
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28610Uoti Urpala2009-02-161-1/+16
|\|
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatreimar2009-02-141-1/+16
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331gpoirier2009-01-161-1/+1
| * fix compilation on non x86 machines (PPC here)gpoirier2009-01-161-1/+1
| * Fix OSD flickering with filters that add frames (tfields, yadif) andreimar2008-12-301-0/+6
| * Avoid flickering OSD with -vf yadif=1reimar2008-12-301-0/+8
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-4/+4
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-4/+4
* | Move vf_settings to options structUoti Urpala2008-04-261-2/+3
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-7/+7
* | vf.c: malloc+memset -> callocUoti Urpala2008-04-231-2/+1
* | Add option pointer to vf structUoti Urpala2008-04-231-8/+13
|/
* vf_pp7 does not depend on libavcodec.diego2008-04-111-1/+1
* vf_screenshot depends on libavcodec.diego2008-04-111-1/+1
* stage 1 of applying const to vf structsrfelker2007-11-091-82/+82
* vf_screenshot does not depend on libpng; it uses libavcodec nowrfelker2007-11-091-2/+0
* overcomplete wavelet denoisermichael2007-10-031-0/+2
* Simplify preprocessor directives: There is a general variable fordiego2007-04-261-1/+1
* Add config.h variables for static FFmpeg libraries.diego2007-04-261-1/+1
* cosmetics: Merge #ifdefs for better readability.diego2007-03-231-6/+2
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-1/+1
* Remove long-deprecated -vop option.diego2006-12-021-17/+0
* Update comment, video output plugins are deprecated.diego2006-12-021-1/+1
* Remove remnants of long-gone libfame.diego2006-11-061-4/+0
* generic equation filtermichael2006-10-161-0/+4
* conditional declerations are unnecessaryods152006-09-171-6/+0
* new black frame detection filterivo2006-07-151-0/+2
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-2/+2
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+4
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-0/+32
* vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...nicodvb2006-06-071-3/+1
* yet another deinterlacing filtermichael2006-06-061-0/+2
* Motion compensating deinterlacermichael2006-06-061-0/+4
* Fix memory corruption in vd_libmpeg2uau2006-04-271-0/+1
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...nicodvb2006-03-161-3/+3
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* proper support for shared libpostprocdiego2006-01-221-2/+2
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* do not set the flag when config failedhenry2005-12-161-1/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-6/+6
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-081-0/+2
* screenshot filterhenry2005-09-111-0/+4
* pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...michael2005-07-091-0/+2
* forgotten reference to remove-logo, 10l for Richhenry2005-06-081-0/+2
* faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>henry2005-06-041-0/+2
* missing return statement (1e5l for me)henry2005-03-081-2/+2
* fixes for encoding of multiple fileshenry2005-03-011-1/+32
* Improved NV12/NV21 support.syrjala2005-02-161-0/+6
* add the flip filter at the end of the filter chain.reimar2004-12-181-0/+20
* fix image dimensions at filter config timehenry2004-12-011-2/+21
* Big Endian fix. Patch by Romain Dolbeaunplourde2004-05-311-4/+11
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-281-0/+2
* "hard" frame duplication for mencoder. this finally makes it possiblerfelker2004-04-281-0/+2
* New filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-04-171-0/+2
* vf_phase filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-03-291-0/+2
* fix compilation without libavcodechenry2004-02-261-0/+2
* new filter: vf_noformat.joey2004-02-061-0/+2
* qp change filtermichael2004-02-051-0/+2
* rgb test pattern generator, so we could change everything to match alex's def...michael2004-01-301-0/+2
* kerndeint adaptive deinterlacerranma2004-01-291-0/+2
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12rik2003-12-191-0/+4
* Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>....alex2003-12-081-0/+2
* yuv colorspace converteralex2003-11-291-0/+2
* simple alternative postprocessing filtermichael2003-10-261-0/+4
* vf_huemichael2003-10-231-0/+2
* fast deinterleaver (= il filter with stride/width/height tricks)michael2003-10-221-0/+2
* Fix compilation when libavcodec is missing.attila2003-10-161-1/+3
* simple logo removerhenry2003-09-031-0/+2
* 2 new filters: tile & framesteparpi2003-08-311-0/+4
* pullup -- third generation inverse telecine engine. the backendrfelker2003-08-181-0/+2
* clean up field flags:rfelker2003-08-181-1/+1
* 'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.co...alex2003-08-111-0/+2
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,ranma2003-08-031-0/+3
* 3*100l (backported from g2)arpi2003-07-131-4/+9
* 100l to me :(rfelker2003-06-021-1/+1
* it's still a 10l bug + 10l to me for commiting sh*t first time, and originall...alex2003-05-231-1/+1
* 10lalex2003-05-231-2/+2
* new filter for dropping (near-)duplicate frames. can be used to fixrfelker2003-05-221-0/+2
*