aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Use a fallback to make sure the basic OpenGL functions are available instead ofGravatar reimar2009-12-09
* Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG...Gravatar reimar2009-12-09
* Pass all OpenGL functions through a function pointer indirection.Gravatar reimar2009-12-08
* Very preliminary code to allow selecting the OpenGL backend at runtime.Gravatar reimar2009-12-08
* 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_com...Gravatar reimar2009-11-22
* Print which visual glXChooseVisual chose when running in verbose mode.Gravatar reimar2009-11-21
* Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.Gravatar reimar2009-11-21
* Add support for Windows OpenGL rendering onto a device instead of into a window.Gravatar reimar2009-11-21
* Support RGB48NE format in OpenGL vos (only really useful once they are modifiedGravatar reimar2009-11-21
* Use calloc to allocate a rather large (currently 32k) array instead ofGravatar reimar2009-11-20
* Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
* Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
* 100: Fix function parameters when calling create_vdp_decoder() from query_for...Gravatar cehoyos2009-11-10
* Cosmetics: Fix indentation after last commit.Gravatar cehoyos2009-11-10
* Fail in query_format() if a VDPAU decoder is not available.Gravatar cehoyos2009-11-10
* Add a default to switch(image_format), suppresses a warning after a future pa...Gravatar cehoyos2009-11-10
* Fix compilation of teletext code without freetype supportGravatar reimar2009-11-09
* Change type of teletext color specification from unsigned charGravatar reimar2009-11-09
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* 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