aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Use only one global config.mak file.Gravatar diego2006-07-12
* Remove remnants of old libmp1e support.Gravatar diego2006-07-12
* vo_gl can do flipping without special filterGravatar reimar2006-07-10
* Fix negative stride handling in -dr caseGravatar reimar2006-07-10
* Get rid of left-over incorrect UnmapBuffer hackGravatar reimar2006-07-10
* Fix off-by-one error for negative strides (flipped image)Gravatar reimar2006-07-10
* Fix window size bug when starting with -fs and returningGravatar reimar2006-07-10
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* customtrect -vo gl suboptionGravatar reimar2006-07-08
* Support for 16 bit ppmsGravatar reimar2006-07-08
* More helpful ProgramEnvParameters.Gravatar reimar2006-07-08
* handle sub-window WinID checks in the gui.Gravatar vayne2006-07-08
* Make some functions static.Gravatar uau2006-07-08
* Improve windows gui supportGravatar reimar2006-07-08
* Do not fiddle (too much) with external (WinID) windowsGravatar reimar2006-07-08
* Make utf8_get_char non-static.Gravatar eugeni2006-07-07
* Convince windows to allow window sizes > screen sizeGravatar reimar2006-07-07
* Initial win32 gui release.Gravatar vayne2006-07-06
* inclusion of md5.c based on USE_LIBAVUTIL_SOGravatar nicodvb2006-07-05
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,Gravatar reimar2006-07-04
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* remove obsolete md5sum files. libavutil's implementation is used nowGravatar ivo2006-07-02
* use libavutil's md5 implementation instead of local imported copyGravatar ivo2006-07-02
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* Get rid of unused variableGravatar reimar2006-07-01
* Make sure all texture units have a different texture bound.Gravatar reimar2006-07-01
* Move conditional FreeType support compilation to the build system.Gravatar diego2006-06-30
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* 10lGravatar attila2006-06-25
* fail with an error if the source resolution is larger than 1023x1023Gravatar attila2006-06-25
* remove pointless and sometimes incorrect lookupTex stuffGravatar reimar2006-06-22
* reduce number of texture indirections to support older cardsGravatar reimar2006-06-22
* CVS --> SubversionGravatar diego2006-06-22
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Software Scaler headers usage cleanupGravatar lucabe2006-06-18
* Make header include order more similar to vo_gl.cGravatar reimar2006-06-17
* Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.Gravatar reimar2006-06-15
* Support UTF8 in OSD textGravatar reimar2006-06-15
* Missing free for malloced char_seq in OSD codeGravatar reimar2006-06-15
* Fix window position when changing videos while in fullscreen and forGravatar reimar2006-06-15
* Document lscale/cscale in -vo gl:help messageGravatar reimar2006-06-13
* Do not use border for bicubic filter helper texture, since it will cause ATIGravatar reimar2006-06-13
* Fix a condition as suggested by Rich.Gravatar gpoirier2006-06-13
* cosmeticsGravatar gpoirier2006-06-13
* Fixes suggested by Ivo, and failure under non-root operation improved. Origin...Gravatar gpoirier2006-06-13
* Optimize bicubic filteringGravatar reimar2006-06-12
* moves invariant code (chiefly MMX register initialization) out of loops as we...Gravatar gpoirier2006-06-12