aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Add new VDPAU feature high-quality-scaling (and require newer library).Gravatar cehoyos2009-11-04
* Remove unneeded initializationGravatar reynaldo2009-11-03
* Slightly change behavior of "none" if fstype specification.Gravatar corey2009-10-30
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* Cosmetics: Reindent after last commit.Gravatar cehoyos2009-10-27
* Allow image format BGRA when using vo vdpau.Gravatar cehoyos2009-10-27
* Move some variable initializations to the beginning of vo_x11_fullscreen().Gravatar diego2009-10-24
* Implement VFCAP_FLIP for vo_vdpau.Gravatar cehoyos2009-10-23
* Free memory allocated in ff_vdpau_add_data_chunk() on uninit.Gravatar cehoyos2009-10-22
* Fix aspect test program linking.Gravatar diego2009-10-19
* Try to recover from VDPAU display pre-emptions.Gravatar cehoyos2009-10-17
* Support SMPTE-240M colourspace in vo_vdpau.Gravatar cehoyos2009-10-12
* Add colorspace option to vo_vdpau.Gravatar cehoyos2009-10-10
* cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
* cosmetics: Break two more lines.Gravatar diego2009-10-08
* K&R coding style and whitespace cosmeticsGravatar diego2009-10-06
* Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.Gravatar adrian2009-10-06
* Fix definition of KEY_PAGE_DOWN.Gravatar cehoyos2009-10-04
* 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