log libmpcodecs/vf_vo.c @ 20528:df74d0a51102

age author description
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