aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xvidix.c
Commit message (Expand)AuthorAge
* Fix window position when changing videos while in fullscreen and forGravatar reimar2006-06-15
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* Make -wid behave more consistent.Gravatar al2005-05-21
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Reduce excessive verbosity.Gravatar diego2004-11-15
* 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
* removed saver_on, saver_off calls, they are already in x11_common.cGravatar reimar2004-07-25
* major reindentation of x11 code try #2Gravatar attila2004-06-14
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* message expanded with hint to use -v optionGravatar gabucino2003-11-15
* fixed -nocolorkeyGravatar alex2003-10-22
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportGravatar alex2003-10-17
* user settable colorkeyGravatar alex2003-10-03
* remove exit_player and exit referencesGravatar alex2003-08-31
* 10lGravatar alex2003-08-03
* adding geometry support for xvidixGravatar attila2003-04-20
* xinerama fix part 1 - count your paranthesisGravatar attila2003-01-18
* 10l memory leakGravatar alex2002-12-27
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* 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
* vo_init() moved to/fixed in preinit()Gravatar arpi2002-10-27
* -fixed-vo supportGravatar pontscho2002-10-17
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningGravatar arpi2002-08-09
* 1l :)Gravatar arpi2002-07-30
* eq reworkedGravatar alex2002-07-25
* - fix audio equalizerGravatar pontscho2002-07-19
* fixed mga resize-to-0x0 bugGravatar alex2002-07-05
* fixed vidix terminating if init error occured, bug found by KotHGravatar alex2002-06-29
* fixed uninit (it got never called before)Gravatar alex2002-06-25
* added OSD support for yvu9/y800, corrected query_format \(added flag VFCAP_OS...Gravatar alex2002-06-24
* yvu9,if09,y8,y800 support and multifile fixGravatar alex2002-06-23
* fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patchGravatar pontscho2002-06-10
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)Gravatar pontscho2002-06-06
* added panscan support for xmga/xvidixGravatar pontscho2002-06-05
* set_window() fixing detection of changement of the window positionGravatar attila2002-06-04
* some cleanup, gl/gl2 updated to use vo_windowGravatar arpi2002-05-14
* fix some small bug and -rootwinGravatar pontscho2002-05-11
* partial fixGravatar arpi2002-05-08
* -zoom, -fs with x[11|mga|v] fix -- round twoGravatar pontscho2002-05-08
* wm detection -- round twoGravatar pontscho2002-05-07
* small patch that fixes the purple window when the f key is pressed - by Attil...Gravatar arpi2002-05-04
* -rootwin fix...Gravatar arpi2002-04-24
* minor changesGravatar alex2002-04-20
* fix playlist bug with gui and rewrite mousecursor show/hide codeGravatar pontscho2002-04-16
* -fs aspect fix by KotHGravatar arpi2002-03-24
* Compute aspect ratio only onceGravatar nick2002-03-11