aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dxr2.c
Commit message (Expand)AuthorAge
* Move X11_FULLSCREEN definition to x11_common.h where it belongs.Gravatar diego2008-10-16
* typo fix: inited --> initializedGravatar diego2008-02-14
* Write functions used by send_mpeg_*_packet may _not_ modify dataGravatar reimar2008-01-12
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* use mpeg packetizer helpers for sending lpcm packetsGravatar ben2006-07-23
* use new mpeg_packetizer helpersGravatar ben2006-07-22
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* 10L found by Mark <CompGuy284 at attbi dot com>Gravatar albeu2002-11-05
* Overlay cropping options. Patch by Mark <CompGuy284 at attbi dot com> extandedGravatar albeu2002-11-02
* Some little bugfixsGravatar albeu2002-10-30
* Fixed the overlay, some opts to adjust the overlayGravatar albeu2002-10-29
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* 10l fix by Mark <CompGuy284@attbi.com>Gravatar alex2002-09-03
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* removed query_vaaGravatar alex2002-07-26
* Raise the colorkey tolerenceGravatar albeu2002-05-28
* Overlay in a window (only with x11 subdriver)Gravatar albeu2002-05-24
* Workaround the bug in x11 vo's (if it's one) wich let a window in the wayGravatar albeu2002-05-17
* Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume settingGravatar albeu2002-05-13
* 10L Crash if no subdriver given and overlay enabledGravatar albeu2002-05-13
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.Gravatar albeu2002-05-13