aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dxr3.c
Commit message (Expand)AuthorAge
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Remove changelog from file header, we have revision control for this.Gravatar diego2008-01-06
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Gui --> guiGravatar diego2007-04-23
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* fix typo X<->YGravatar attila2006-04-24
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.Gravatar reimar2005-11-06
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Fix memset() usage, patch by Ismail DonmezGravatar rathann2005-03-31
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Removed superfluous XFlush calls before XSync.Gravatar al2004-08-20
* string handling security fixesGravatar diego2004-06-25
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* Added a patch from Anders Rune Jensen to support the latest em8300 CVS changesGravatar mswitch2003-11-28
* Patch from Tamas Kohegyi to fix subpic placement on 16:9Gravatar mswitch2003-02-18
* Added patch from Tamas Kohegyi to fix subpic placement with freetypeGravatar mswitch2003-01-12
* Added patch by Thomas JaroschGravatar mswitch2003-01-02
* Updated changelogGravatar mswitch2003-01-02
* Added patch that makes the dxr3 return to the previous tv norm when quiting.Gravatar mswitch2003-01-02
* Added patch from Thomas JaroschGravatar mswitch2002-12-24
* Use MVCOMMAND_SYNCGravatar mswitch2002-11-29
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* Made new overlay functions static so they won't interfere with the restGravatar mswitch2002-11-03
* At least I can honestly say that I didn't add the equalizer support, soGravatar mswitch2002-11-03
* Suddenly I needed vidix.h for vidix_video_eq_tGravatar mswitch2002-11-03
* Updated docs with DXR3 overlay infoGravatar mswitch2002-11-03
* Missed some gui ifdefsGravatar mswitch2002-11-02
* Minor cleanupsGravatar mswitch2002-11-02
* Huge update, added native overlay support (no more need for dxr3view).Gravatar mswitch2002-11-02
* Removed debugging outputGravatar mswitch2002-10-30
* Prebuffering is no longer the default option.Gravatar mswitch2002-10-29
* Fixed stupid bug relating to multiple cards on athlonsGravatar mswitch2002-10-28
* 10lGravatar arpi2002-10-27
* - fix window handling with dxr3Gravatar pontscho2002-08-29
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemai...Gravatar pontscho2002-08-27
* fix dxr3 subtitle handling and add some optimizationsGravatar pontscho2002-08-22
* - add dxr3 gui support (dialogbox, etc.)Gravatar pontscho2002-08-14