log libmpcodecs/vf.c @ 7732:328bbac6224c

age author description
2002-10-10 arpi don't honor stride hints if the next filter(chain) doesn't support stride
2002-09-27 arpi -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
2002-09-10 arpi drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>
2002-09-10 arpi changing return type of put_image void->int
2002-08-30 rfelker "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
2002-08-28 arpi mostly compiler warning fixes, some small bugfix
2002-08-21 rfelker soft video equalizer filter, currently supports brightness and
2002-08-14 jaf arpi told me ...
2002-08-13 jaf messages moved from vf.c and vd.c
2002-08-13 jaf messages moved from vf.c and vd.c
2002-08-02 arpi - some reorder/cleanup of mp_image flags
2002-07-31 arpi new filter to use libavcodec's deinterlacer
2002-07-27 kmkaplan New plugin to test crop parameters. Arguments are the same as for the
2002-07-11 alex support for external pp by divx4. some fixes/cosmetics?
2002-06-23 alex better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 alex if09 support
2002-06-23 alex yvu9 support
2002-06-21 alex yvu9 support
2002-06-14 michael noise generating filter
2002-06-03 michael test pattern filter
2002-05-25 arpi warning fixes, patch by Ulrich Hecht <uli@suse.de>
2002-05-20 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
2002-05-13 arpi -vop help, patch by Julian J. M. <bandit@telecable.es>
2002-05-12 arpi new filter, to detect best crop size
2002-05-06 arpi passthru mode for filters which don't alter image just config parameters (query_format/control/config)
2002-04-27 arpi 10l
2002-04-27 arpi realtime yv12->mpeg1 with libavcodec qscale=1
2002-04-26 albeu Correct my half reverse commit. Sorry Atmos.
2002-04-26 albeu Don't break the pointer for the next file.
2002-04-26 atmos4 Allow disabling of libfame and allow to enforce (not) building libavcodec.
2002-04-21 arpi 8bpp paletted -> 15/16/24/32 converter
2002-04-21 eyck Complement existing filters - rotate and flip.
2002-04-20 arpi filters uninit
2002-04-19 arpi rotation/mirror filter
2002-04-17 arpi align yuv 4:2:0 y position by 2
2002-04-17 arpi 10l
2002-04-17 arpi mpi clear func
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-13 arpi rgb2bgr converter
2002-04-11 arpi capabilities support -> automatic insertion of scale, expand, pp
2002-04-11 arpi new filter: flip
2002-04-10 arpi encoders
2002-04-09 arpi 2 new simple filters: yuy2 and format
2002-04-08 arpi vf_fame added - yv12->mpes converter
2002-04-08 arpi relaly black packed yuv images
2002-04-08 arpi really black yv12/rgb images (todo: packed yuv)
2002-04-07 arpi allocate 2 lines more memory - to avoid some sig11
2002-04-07 arpi swscale filter
2002-04-07 arpi postprocessing filter (fixme: -pp 0)
2002-04-06 arpi vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen
2002-04-06 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch