log libmpcodecs/vf_vo.c @ 26488:a347dc8f3dcd

age author description
2008-01-23 eugeni Add global ass_force_reload flag.
2007-12-02 reimar Make all vf_info_t structs const
2007-12-02 reimar Mark several uses of vo_functions_t as const to stop some of the current
2007-04-27 eugeni Add -ass-hinting option for setting font hinting method.
2007-02-17 reimar Move common vo initialization code to video_out.c
2006-12-06 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
2006-12-02 eugeni Set video aspect ratio for libass in vf_vo.
2006-11-22 uau Make compilation depending on USE_OSD unconditional.
2006-11-17 reimar Add deinterlace property, patch by Carl Eugen Hoyos
2006-11-14 uau Use vf control for reading pts from vf_vo
2006-11-05 eugeni Initialize fontconfig in VFCTRL_INIT_EOSD handler.
2006-10-28 eugeni Libass interface reworked:
2006-10-26 eugeni Split ass_configure() into several smaller functions.
2006-10-13 eugeni Fix typo in sub_delay external specification.
2006-08-28 aurel fix build failure when ASS is disabled
2006-08-28 eugeni Add EOSD support to vf_vo.
2006-08-20 reimar Get rid of useless vf->priv casts
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2003-05-03 rfelker sort of a hack, but at least this lets the framerate-increasing
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2003-03-10 albeu Pass start slice to the vo it make dr + slice implemantation easier
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-10-13 arpi compiler warning fixes
2002-10-09 arpi support for VFCAP_ACCEPT_STRIDE in vo drivers
2002-09-10 arpi changing return type of put_image void->int
2002-09-01 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
2002-08-28 alex 10l fix
2002-07-28 arpi ... removed from vf's control(), sing struct for equalizer. based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
2002-07-25 alex eq reworked
2002-07-24 alex equalizer reworked
2002-05-26 alex report error if bad dimensions requested (<=0)
2002-05-23 alex 10l
2002-05-20 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
2002-04-26 arpi osd crash fixed
2002-04-15 arpi OSD handled by vf control()
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-11 arpi capabilities support -> automatic insertion of scale, expand, pp
2002-04-11 arpi print VO info
2002-04-07 arpi vf control codes added, autoq support
2002-04-07 arpi vo_config_count now counts calls to vo->config()
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