summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix segfaults with slices. support slice rendering into a filter evenrfelker2003-05-201-1/+21
* display size/aspect adjusting filterrfelker2003-04-271-0/+2
* vf_clone_mpi_attributes()michael2003-04-191-0/+9
* 1. new alternate approach to inverse telecine! much better!rfelker2003-04-191-0/+4
* disable vf_bmovl for systems without posix selectfaust32003-04-041-0/+4
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-22/+71
* hmm found this in my local tree ;)michael2003-03-051-3/+3
* fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot...michael2003-03-051-0/+2
* new filterrfelker2003-03-011-0/+2
* start_slice() added - similar to get_image(), but is called when using slicesarpi2003-02-231-1/+4
* filter for applying 3:2 telecine to 23.976 fps progressive material.rfelker2003-02-201-0/+2
* experimental de-telecine filter. not documented or configurable yet,rfelker2003-02-201-0/+2
* vf_hqdn3d: High-Quality version of the denoise3d filterarpi2003-02-151-0/+2
* down3dright filter by kabi (converts between 2 common stereoscopic systems)michael2003-02-111-0/+2
* new video filter: denoise3d - temporal&spatial noise reductionarpi2003-01-301-0/+2
* new video filter to extract a single field using stride arithmetic,rfelker2003-01-231-0/+2
* (temporary?) fix for redundant buffer re-allocationarpi2002-12-291-6/+15
* Fix draw_slice() in passthrough mode.arpi2002-12-051-0/+4
* perspective correcture filtermichael2002-11-051-0/+2
* smartblurmichael2002-11-041-0/+2
* shape adaptive blur (slightly slow though)michael2002-11-041-0/+2
* boxblur, another useless filtermichael2002-10-311-0/+2
* (de)interleave filter (can be used to split/merge an interlaced image so othe...michael2002-10-311-0/+2
* (useless) UV plane swappermichael2002-10-311-0/+2
* The default query_format shouldn't accept IMGFMT_MPEGPESalbeu2002-10-301-1/+7
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringarpi2002-10-291-0/+2
* 2xSai filter... just for fun, imho uselessarpi2002-10-251-0/+2
* -vop bmovl - BitMap OVerLay videofilter for MPlayerarpi2002-10-231-0/+2
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpparpi2002-10-161-0/+2
* don't honor stride hints if the next filter(chain) doesn't support stridearpi2002-10-101-2/+11
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)arpi2002-09-271-0/+2
* drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>arpi2002-09-101-0/+2
* changing return type of put_image void->intarpi2002-09-101-2/+2
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterrfelker2002-08-301-0/+2
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1