aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Merge svn changes up to r30199Gravatar Uoti Urpala2010-01-08
|\
* \ Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\ \
* | | vo_png: add missing "#include "fmt-conversion.h"Gravatar Uoti Urpala2010-01-08
* | | Merge svn changes up to r30187Gravatar Uoti Urpala2010-01-08
|\ \ \
* \ \ \ Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \ \ \ \
| | | | | * Remove ARGB support from matrixview vo, it is quite pointless and causesGravatar reimar2010-01-04
| | | | |/
| | | | * prettyprinting cosmeticsGravatar diego2010-01-04
| | | | * Make vo gl print the OpenGL vendor and version strings.Gravatar reimar2010-01-03
| | | | * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
| | | | * Avoid memleaks when vo_direct3d initialization fails.Gravatar reimar2010-01-03
| | | | * Modify -vo direct3d so we do not have to link against d3d9.dll, it mightGravatar reimar2010-01-03
| | | |/
| | | * Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
| | |/
| | * Finally add matrixview vo.Gravatar reimar2010-01-03
| | * Add pointers to a few more standard OpenGL functions to ease future extensions.Gravatar reimar2010-01-03
| | * Fixup SDL configure check:Gravatar reimar2010-01-03
| | * Do not assume that "long" is the size of a register.Gravatar reimar2010-01-03
| |/
| * Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
| * Slightly generalize code to generate YUV->RGB conversion table and addGravatar reimar2010-01-01
| * Make YUV->RGB conversion coefficients selectable for -vo gl.Gravatar reimar2010-01-01
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * First steps to supporting different YUV->RGB conversion definitions.Gravatar reimar2009-12-31
| * Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
| * Put the colourspace-related variables into a separate struct to easeGravatar reimar2009-12-31
| * Support all planar YUV formats in OpenGL vos.Gravatar reimar2009-12-30
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\ \
* \ \ Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \ \
| | | * Move do_render_osd function to avoid a forward declaration.Gravatar reimar2009-12-27
| | | * vo_x11_classhint name argument should be const, since we pass string constant...Gravatar reimar2009-12-27
| | | * Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
| | | * Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
| | |/
| | * Change %f to %e in generated fragment programs to avoid losing precision unne...Gravatar reimar2009-12-20
| | * Slightly improve vo_gl suboption documentation.Gravatar reimar2009-12-19
| | * Define GL_GENERATE_MIPMAP ourselves if necessary.Gravatar reimar2009-12-19
| | * Add support for auto-generating mipmaps in vo_gl, should easeGravatar reimar2009-12-19
| | * Make -vo gl:customprog also work with RGB input (obviously those need to beGravatar reimar2009-12-19
| | * Fix a broken indentation.Gravatar reimar2009-12-19
| | * Enable running fragment programs with YUV_CONVERSION_NONEGravatar reimar2009-12-19
| |/
| * Rename GL_* defines to CONFIG_GL_*Gravatar reimar2009-12-19
| * Make the check for X11 and WIN32 backends for OpenGL separate.Gravatar reimar2009-12-19
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Cosmetics: Reindent after r30050.Gravatar cehoyos2009-12-17
| * Slightly increase hardware decoding performance by always using moreGravatar cehoyos2009-12-17
| * Cosmetics: reindentGravatar adrian2009-12-17
| * Improve VDPAU render performance by increasing number of output surfaces.Gravatar cehoyos2009-12-17
| * The fontconfig check added in r30044 wasn't safe. This makes it more robust.Gravatar adrian2009-12-16
| * Fix a crash when fontconfig is unable to select a font. e.g. if no config dir...Gravatar adrian2009-12-16
| * Add support for -geometry to corevideo.Gravatar adrian2009-12-15