aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_vo.c
Commit message (Expand)AuthorAge
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroGravatar reimar2010-11-08
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| | * libass: fix PAR correctionGravatar greg2010-02-09
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
| * Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
| * Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* | vf_vo: Use vo_seek_reset() instead of vo_control()Gravatar Uoti Urpala2009-12-02
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
* | vf: Remove unused VFCTRL_FLIP_PAGEGravatar Uoti Urpala2009-10-21
* | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBEREDGravatar Uoti Urpala2009-09-18
* | core/VO: Allow VO drivers to add/modify framesGravatar Uoti Urpala2009-09-18
* | Change type names to match upstream libassGravatar Grigori Goronzy2009-08-07
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r28655Gravatar Uoti Urpala2009-02-19
|\|
| * Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forGravatar reimar2009-02-18
* | Merge svn changes up to r28610Gravatar Uoti Urpala2009-02-16
|\|
| * Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toGravatar reimar2009-02-15
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Move global vo_config_count to vo structGravatar Uoti Urpala2008-04-23
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* 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