aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_vo.c
Commit message (Expand)AuthorAge
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* Add global ass_force_reload flag.Gravatar eugeni2008-01-23
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Set video aspect ratio for libass in vf_vo.Gravatar eugeni2006-12-02
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Use vf control for reading pts from vf_voGravatar uau2006-11-14
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.Gravatar eugeni2006-11-05
* Libass interface reworked:Gravatar eugeni2006-10-28
* Split ass_configure() into several smaller functions.Gravatar eugeni2006-10-26
* Fix typo in sub_delay external specification.Gravatar eugeni2006-10-13
* fix build failure when ASS is disabledGravatar aurel2006-08-28
* Add EOSD support to vf_vo.Gravatar eugeni2006-08-28
* Get rid of useless vf->priv castsGravatar reimar2006-08-20
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* sort of a hack, but at least this lets the framerate-increasingGravatar rfelker2003-05-03
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* Pass start slice to the vo it make dr + slice implemantation easierGravatar albeu2003-03-10
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* compiler warning fixesGravatar arpi2002-10-13
* support for VFCAP_ACCEPT_STRIDE in vo driversGravatar arpi2002-10-09
* changing return type of put_image void->intGravatar arpi2002-09-10
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-09-01
* 10l fixGravatar alex2002-08-28
* ... removed from vf's control(), sing struct for equalizer. based on patch by...Gravatar arpi2002-07-28
* eq reworkedGravatar alex2002-07-25
* equalizer reworkedGravatar alex2002-07-24
* report error if bad dimensions requested (<=0)Gravatar alex2002-05-26
* 10lGravatar alex2002-05-23
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* osd crash fixedGravatar arpi2002-04-26
* OSD handled by vf control()Gravatar arpi2002-04-15
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* print VO infoGravatar arpi2002-04-11
* vf control codes added, autoq supportGravatar arpi2002-04-07
* vo_config_count now counts calls to vo->config()Gravatar arpi2002-04-07
* vf_next_uninit was Wrong Thing - thx to Fredrik KuivinenGravatar arpi2002-04-06
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...Gravatar arpi2002-04-06