summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_vo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-9/+9
* Move global vo_config_count to vo structUoti Urpala2008-04-231-10/+9
* Add new video driver APIUoti Urpala2008-04-231-25/+19
* Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-2/+4
* Add global ass_force_reload flag.eugeni2008-01-231-1/+1
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-2/+2
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-2/+2
* Move common vo initialization code to video_out.creimar2007-02-171-1/+1
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-4/+11
* Set video aspect ratio for libass in vf_vo.eugeni2006-12-021-0/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+12
* Use vf control for reading pts from vf_vouau2006-11-141-9/+10
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-051-0/+1
* Libass interface reworked:eugeni2006-10-281-3/+3
* Split ass_configure() into several smaller functions.eugeni2006-10-261-16/+6
* Fix typo in sub_delay external specification.eugeni2006-10-131-1/+1
* fix build failure when ASS is disabledaurel2006-08-281-0/+2
* Add EOSD support to vf_vo.eugeni2006-08-281-4/+73
* Get rid of useless vf->priv castsreimar2006-08-201-3/+3
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-1/+4
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-4/+4
* sort of a hack, but at least this lets the framerate-increasingrfelker2003-05-031-0/+6
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* Pass start slice to the vo it make dr + slice implemantation easieralbeu2003-03-101-0/+7
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-2/+3
* compiler warning fixesarpi2002-10-131-0/+2
* support for VFCAP_ACCEPT_STRIDE in vo driversarpi2002-10-091-1/+5
* changing return type of put_image void->intarpi2002-09-101-3/+4
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-011-1/+1
* 10l fixalex2002-08-281-1/+1
* ... removed from vf's control(), sing struct for equalizer. based on patch by...arpi2002-07-281-16/+5
* eq reworkedalex2002-07-251-2/+2
* equalizer reworkedalex2002-07-241-2/+27
* report error if bad dimensions requested (<=0)alex2002-05-261-0/+6
* 10lalex2002-05-231-1/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-4/+4
* osd crash fixedarpi2002-04-261-0/+1
* OSD handled by vf control()arpi2002-04-151-0/+5
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-1/+6
* print VO infoarpi2002-04-111-0/+17
* vf control codes added, autoq supportarpi2002-04-071-1/+1
* vo_config_count now counts calls to vo->config()arpi2002-04-071-1/+4
* 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/+88