aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
...
* 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
* fix image adjustment (brightness etc.) for yuv=6Gravatar reimar2006-06-11
* Add yuv to rgb conversion using a 3D lookup textureGravatar reimar2006-06-08
* loadGPUProgram function to load fragment program with error checking and stat...Gravatar reimar2006-06-08
* Add bicubic texture scalingGravatar reimar2006-06-07
* Reworked YUV2RGB fragment program setup in preparation for upcoming patchesGravatar reimar2006-06-07
* Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av...Gravatar reimar2006-06-05
* Move/add checks to avoid crashes and make error messages less confusingGravatar reimar2006-06-05
* add (currently unused) lookup for glTexImage3DGravatar reimar2006-06-05
* more GL extension checks to avoid crashes with MesaGravatar reimar2006-06-05
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Remove dead code, and do close smem file descriptor during un-initGravatar poirierg2006-05-30
* use mp_msg instead of printfGravatar ivo2006-05-18
* include sys/io.h instead of asm/io.h so iopl() gets declared tooGravatar ivo2006-05-18
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedGravatar ivo2006-05-18
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.Gravatar gpoirier2006-05-17
* do aspect correction of video size before calculating vo_dx and vo_dy.Gravatar reimar2006-05-14
* typo fixes: Extenstion -> extensionGravatar reimar2006-05-14
* show OpenGL extension string with -v, very helpful for debuggingGravatar reimar2006-05-13
* glBindTexture might be called glBindTextureEXT as wellGravatar reimar2006-05-13
* Simplify condition, since both time and time_last are unsigned.Gravatar rathann2006-05-13
* Make sure black borders are drawn when switching videos with -fixed-vo.Gravatar reimar2006-05-04
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* fix printf->mp_msg transition, 10l to Reynaldo and/or AttilaGravatar rathann2006-04-24
* fix typo X<->YGravatar attila2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* minor fixes: get rid of pointless inline attributes and some additional checksGravatar reimar2006-04-21
* forgotten update_xinerama_info prototypesGravatar reimar2006-04-21