aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Set sensible write frequency/priority values for AllocateMemoryMESAGravatar reimar2009-09-27
* Print error instead of crashing when mesa-buffer is used on systemsGravatar reimar2009-09-27
* Also check GLX client and server strings for extensionsGravatar reimar2009-09-27
* Fix teletext font autoscaling.Gravatar cehoyos2009-09-22
* Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...Gravatar adrian2009-09-20
* Re-add some ifdefs, partially reverting r29688, since mDisplay andGravatar reimar2009-09-18
* Use vo_w32_window directly instead of via the vo_window macro in Windows-only...Gravatar reimar2009-09-18
* Get rid of several (probably) pointless ifdefsGravatar reimar2009-09-18
* Use ecx instead of ebx to avoid unnecessary issues with PIC.Gravatar reimar2009-09-17
* Add standard license header and move a misplaced comment.Gravatar reimar2009-09-05
* Factor out duplicated code to set play video scaled by a certain factor.Gravatar reimar2009-09-04
* Subopt parser subopts should now be const.Gravatar reimar2009-09-04
* Consistently use sizeof(variable) instead of sizeof(type) where easily possible.Gravatar reimar2009-09-02
* Cosmetics: get rid of many pointless ()Gravatar reimar2009-09-02
* Reduce code duplication for half/normal/double video size handling.Gravatar reimar2009-09-02
* Remove unused variable.Gravatar reimar2009-09-02
* vo_quartz: change deallocation/uninit to more reliably free allocated data.Gravatar reimar2009-09-02
* Make glContext a local variable, it is not needed outside the functionGravatar reimar2009-09-01
* Add a dealloc function to corevideo to reduce the memleaks fromGravatar reimar2009-09-01
* Fix some of the major memleaks of vo_corevideo with -fixed-voGravatar reimar2009-09-01
* Do not do a unmap/map cycle on Windows given with -wid, with some windowGravatar reimar2009-09-01
* Check setGlWindow return value to fail properly instead of crashing if e.g.Gravatar reimar2009-09-01
* Make shm_fd a local variable and close it when we need it no longer, thusGravatar reimar2009-09-01
* Reduce vo_corevideo memleaks by initializing static context etc. only onceGravatar reimar2009-09-01
* Fix memleak when using fontconfig without a font name.Gravatar reimar2009-09-01
* Use MPlayer's standard aspect handling functions in corevideoGravatar reimar2009-09-01
* Port feature from corevideo: remember half/double size settings and reapplyGravatar reimar2009-08-28
* Make aspect switching work again (used the wrong variable and alwaysGravatar reimar2009-08-28
* Fix implicit declaration of mp_input_.. functions.Gravatar reimar2009-08-28
* 1l, use sizeof for snprintf size instead of hard-coding the current value.Gravatar reimar2009-08-28
* Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerGravatar reimar2009-08-28
* Move aspect change handling from vo_quartz to osx_common.Gravatar reimar2009-08-28
* Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.Gravatar reimar2009-08-28
* Use the standard MPlayer aspect handling instead of reimplementing our own in...Gravatar reimar2009-08-28
* Remove unused movie_aspect extern declaration.Gravatar reimar2009-08-27
* Use lookup_keymap_table function with data structure instead of huge switch-caseGravatar reimar2009-08-27
* Enable calc_src_dst_rects for windowed aspect and panscan.Gravatar reimar2009-08-27
* Remove panscan related conditions and code that only breaks future windowedGravatar reimar2009-08-27
* Make gl2 code capable of windowed aspect and panscan (no user option to enabl...Gravatar reimar2009-08-27
* Add infrastructure and test code to enable aspect scaling and panscan in wind...Gravatar reimar2009-08-27
* Fix video placement with -vo gl2 -fs -wid.Gravatar reimar2009-08-27
* -vo gl2 resize does not need to modify its arguments, so pass int instead of ...Gravatar reimar2009-08-27
* Simplify -vo gl ass border etc. dimension calculation one bit more.Gravatar reimar2009-08-27
* Remove useless code that has no effect.Gravatar reimar2009-08-27
* Simplify and fix ass border calculations for -vo gl and -wid -fs mode.Gravatar reimar2009-08-27
* Make panscan cover the same range in -wid -fs mode as in normal mode.Gravatar reimar2009-08-27
* Disable -keepaspect with -wid in w32_common code.Gravatar reimar2009-08-27
* Fix aspect_fit to work correctly when borders need to be added on top andGravatar reimar2009-08-27
* Forgotten changes to aspect code to handle -wid with -fs.Gravatar reimar2009-08-27
* First attempts at supporting -fs with -wid, -vo gl on X11 only so farGravatar reimar2009-08-27