summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* soft video equalizer filter, currently supports brightness andrfelker2002-08-211-0/+2
* arpi told me ...jaf2002-08-141-2/+2
* messages moved from vf.c and vd.cjaf2002-08-131-0/+2
* messages moved from vf.c and vd.cjaf2002-08-131-5/+5
* - some reorder/cleanup of mp_image flagsarpi2002-08-021-5/+18
* new filter to use libavcodec's deinterlacerarpi2002-07-311-0/+2
* New plugin to test crop parameters. Arguments are the same as for thekmkaplan2002-07-271-0/+2
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-111-1/+1
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-22/+17
* if09 supportalex2002-06-231-6/+11
* yvu9 supportalex2002-06-231-4/+5
* yvu9 supportalex2002-06-211-3/+17
* noise generating filtermichael2002-06-141-0/+2
* test pattern filtermichael2002-06-031-0/+2
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-251-0/+4
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-4/+7
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-131-0/+8
* new filter, to detect best crop sizearpi2002-05-121-0/+2
* passthru mode for filters which don't alter image just config parameters (que...arpi2002-05-061-1/+9
* 10larpi2002-04-271-0/+2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-271-0/+2
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-261-0/+4
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-211-0/+2
* Complement existing filters - rotate and flip.eyck2002-04-211-0/+2
* filters uninitarpi2002-04-201-0/+16
* rotation/mirror filterarpi2002-04-191-0/+2
* align yuv 4:2:0 y position by 2arpi2002-04-171-2/+3
* 10larpi2002-04-171-2/+2
* mpi clear funcarpi2002-04-171-15/+37
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* rgb2bgr converterarpi2002-04-131-0/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-3/+63
* new filter: fliparpi2002-04-111-0/+2
* encodersarpi2002-04-101-1/+5
* 2 new simple filters: yuy2 and formatarpi2002-04-091-0/+4
* vf_fame added - yv12->mpes converterarpi2002-04-081-0/+2
* relaly black packed yuv imagesarpi2002-04-081-1/+7
* really black yv12/rgb images (todo: packed yuv)arpi2002-04-081-0/+8
* allocate 2 lines more memory - to avoid some sig11arpi2002-04-071-1/+1
* swscale filterarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-071-0/+2
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-061-5/+0
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-0/+190