summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-1027-27/+0
* Merge svn changes up to r30876Uoti Urpala2010-03-101-3/+35
|\
| * Use FBIOPAN_DISPLAY for switching between pages, seems to work for morereimar2010-03-071-1/+1
| * Add double-buffering support to vo_fbdev.reimar2010-03-071-3/+35
* | Merge svn changes up to r30848Uoti Urpala2010-03-103-78/+52
|\|
| * Reuse fb_tty_fd for setting up the text area.reimar2010-03-051-11/+5
| * Save the new width and height earlier so that e.g. -geometry 30x30-50-50reimar2010-03-031-4/+6
| * Add support for specifying window position relative to right and bottomreimar2010-03-031-5/+10
| * Simplify sscanf format strings and get rid of useless percent variable.reimar2010-03-031-4/+3
| * Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryreimar2010-03-031-39/+34
| * Drop support for old-style DVB code.diego2010-03-021-21/+0
| * Documentation: Add linebreak and try to be less ambiguous.cehoyos2010-02-281-2/+2
* | Merge svn changes up to r30798Uoti Urpala2010-03-104-8/+80
|\|
| * Remove unused static function send_lpcm_packet().cehoyos2010-02-271-7/+0
| * Update -vo gl info structs, it isn't X11-only since ages and there's basicallyreimar2010-02-271-4/+4
| * 100l, remove forgotten debugging code.reimar2010-02-271-1/+0
| * Only prefer -vo gl over -vo x11 if hardware acceleration is available.reimar2010-02-272-4/+40
| * Enable StructureNotifyMask before waiting for a DestroyNotify event.reimar2010-02-271-0/+1
| * Port yuv=... auto-detection from gl to gl2.reimar2010-02-261-2/+19
| * Mark character arrays as const.diego2010-02-261-2/+2
* | Merge svn changes up to r30748Uoti Urpala2010-03-103-12/+14
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-263-8/+8
| * Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,...reimar2010-02-251-4/+6
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-3/+1
|\|
| * Unconditionally declare fast_memcpy() and mem2agpcpy().diego2010-02-251-3/+1
| * Declare externally used variables from vd.c as extern in vd.h.diego2010-02-221-2/+1
* | Merge svn changes up to r30694Uoti Urpala2010-03-102-0/+29
|\|
| * Add header for v4l2_write() instead of forward declaring it.diego2010-02-212-0/+29
* | Merge svn changes up to r30675Uoti Urpala2010-03-101-1/+0
|\|
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-2012-13/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-103-6/+0
|\|
| * Remove pointless '#if 1' preprocessor directives.diego2010-02-193-6/+0
* | Merge svn changes up to r30643Uoti Urpala2010-03-102-1/+30
|\|
| * Add header for functions exported from vo_zr.c and use it appropriately.diego2010-02-182-1/+30
* | Merge svn changes up to r30605Uoti Urpala2010-03-093-10/+9
|\|
| * Move struct typedef pixbuf into the only .c file where it is used.reimar2010-02-162-7/+6
| * Remove useless malloc casts.reimar2010-02-161-3/+3
| * Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.reimar2010-02-162-48/+0
| * libvo: Mark functions not used outside of their files as static.diego2010-02-168-24/+43
* | Merge svn changes up to r30595Uoti Urpala2010-03-091-22/+4
|\|
| * Remove unused variable.reimar2010-02-141-1/+0
| * Use memset to initialize huge arrays.reimar2010-02-141-2/+3
| * Remove pointless explicit member initialization to 0 when the structreimar2010-02-141-17/+0
| * Use calloc instead of malloc+memsetreimar2010-02-141-2/+1
| * Add xscreensaver_heartbeat() declaration to x11_common.h.diego2010-02-141-0/+1
| * Fix exit_player() usage throughout the codebase.diego2010-02-145-24/+22
* | Merge svn changes up to r30514Uoti Urpala2010-03-095-32/+42
|\|
| * Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...reimar2010-02-051-0/+1
| * Print messages only after we are sure preinit will not fail anymore.reimar2010-02-051-5/+5
| * Add support for VOFLAG_HIDDEN to the w32 backend.reimar2010-02-041-0/+3
| * Set the PixelFormat right after creating the window and set it only once.reimar2010-02-041-23/+23
| * Create the OpenGL probe window as a hidden Window on X11.reimar2010-02-043-3/+10
| * 100l: Fix compilation (broken by me).cehoyos2010-02-041-1/+1
| * Clarify -vo vdpau:pullupcehoyos2010-02-041-1/+2
* | Merge svn changes up to r30502Uoti Urpala2010-03-091-1/+1
|\|
| * Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoreimar2010-02-031-1/+1
* | Merge svn changes up to r30494Uoti Urpala2010-03-093-33/+47
|\|
| * Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisreimar2010-02-021-1/+0
| * Remove pointless initializers and also set geometry_*_changed to 0 whenreimar2010-02-021-7/+5
| * Add support for autodetection during preinit and use that to detect a defaultreimar2010-02-021-22/+42
| * Avoid using options before autodetectGlExtensions to allow it to change them ...reimar2010-02-021-5/+3
| * Remove vo_config_count check from uninit, it should always be safe to run.reimar2010-02-021-1/+0
| * Add missing #include, fixes the warning:diego2010-01-301-0/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-092-1/+24
|\|
| * Add missing license header and multiple inclusion guards.diego2010-01-301-0/+23
| * Try the more specific names first for the SwapInterval function to make it lessreimar2010-01-281-1/+1
| * glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...reimar2010-01-281-1/+1
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-072-2/+2
* | build/vdpau: drop support for dynamic loading of libvdpauUoti Urpala2010-02-261-26/+2
* | vo_vdpau: improve VOCTRL_GET_EOSD_RES codeUoti Urpala2010-02-261-10/+4
* | vo_vdpau: make queuing future frame flips adjustableUoti Urpala2010-02-052-0/+10
* | VO: remove directfb from autoselected VOsUoti Urpala2010-01-311-3/+4
* | x11_common: always free x11 context struct on exitUoti Urpala2010-01-281-7/+6
* | Merge svn changes up to r30375Uoti Urpala2010-01-255-6/+36
|\|
| * Change GUID declarations in vo_directx to be static.reimar2010-01-171-2/+4
| * Add support for adjustable TV <-> PC level conversion.reimar2010-01-164-4/+32
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-2/+1
|\|
| * Remove a check that simply can not have worked since it relied on a completelyreimar2010-01-121-2/+1
* | Merge svn changes up to r30250Uoti Urpala2010-01-252-6/+15
|\|
| * Fix fbdev2 to work with Intel framebuffer.reimar2010-01-091-2/+6
| * Fix vo_fbdev to also work with Intel framebuffer.reimar2010-01-091-4/+9
* | Merge svn changes up to r30236Uoti Urpala2010-01-082-3/+4
|\|
| * vo_png now depends on libavcodec, not libpng.diego2010-01-051-1/+1
| * Change license terms for matrixview to GPLv2 "or later", all knownreimar2010-01-051-2/+3
* | Merge svn changes up to r30216Uoti Urpala2010-01-086-2/+40
|\|
| * Add missing header #includes to fix 'make checkheaders'.diego2010-01-042-0/+3
| * Remove unused variable; fixes the warning:diego2010-01-041-1/+0
| * Add missing license headers for vo_matrixview code.diego2010-01-042-0/+36
| * Refer to MatrixView instead of MPlayer in code taken from MatrixView.diego2010-01-041-1/+1
* | Merge svn changes up to r30199Uoti Urpala2010-01-081-1/+0
|\|
| * Remove ARGB support from matrixview vo, it is quite pointless and causesreimar2010-01-041-1/+0
* | Merge svn changes up to r30195Uoti Urpala2010-01-088-76/+107
|\|
| * prettyprinting cosmeticsdiego2010-01-043-66/+71
| * Make vo gl print the OpenGL vendor and version strings.reimar2010-01-031-0/+1
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).reimar2010-01-033-5/+5
| * Avoid memleaks when vo_direct3d initialization fails.reimar2010-01-031-8/+14
| * Modify -vo direct3d so we do not have to link against d3d9.dll, it mightreimar2010-01-031-2/+19
* | vo_png: add missing "#include "fmt-conversion.h"Uoti Urpala2010-01-081-0/+1
* | Merge svn changes up to r30187Uoti Urpala2010-01-081-115/+46
|\|
| * Change vo_png to use FFmpeg's png encoder instead of libpng.reimar2010-01-031-113/+44
* | Merge svn changes up to r30185Uoti Urpala2010-01-0810-8/+1354
|\|
| * Finally add matrixview vo.reimar2010-01-035-0/+1315
| * Add pointers to a few more standard OpenGL functions to ease future extensions.reimar2010-01-032-0/+33
| * Fixup SDL configure check:reimar2010-01-031-0/+4
| * Do not assume that "long" is the size of a register.reimar2010-01-032-8/+10
* | Merge svn changes up to r30165Uoti Urpala2010-01-0814-206/+394
|\|
| * Simplify range-checking functions for subopt parsing.reimar2010-01-012-6/+2
| * Fix function declarations to avoid casting function pointers.reimar2010-01-0110-24/+28
| * Slightly generalize code to generate YUV->RGB conversion table and addreimar2010-01-013-21/+37
| * Make YUV->RGB conversion coefficients selectable for -vo gl.reimar2010-01-011-1/+16
| * Add support for 16-bit per component YUV formats.reimar2009-12-313-5/+20
| * First steps to supporting different YUV->RGB conversion definitions.reimar2009-12-314-10/+50
| * Extract functions to generate yuv->rgb matrices and lookup tables into areimar2009-12-314-111/+168
| * Put the colourspace-related variables into a separate struct to easereimar2009-12-314-15/+20
| * Support all planar YUV formats in OpenGL vos.reimar2009-12-304-58/+97
* | Merge svn changes up to r30136Uoti Urpala2009-12-303-34/+32
|\|
| * Move do_render_osd function to avoid a forward declaration.reimar2009-12-271-32/+30
| * vo_x11_classhint name argument should be const, since we pass string constant...reimar2009-12-272-2/+2
| * Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-243-0/+3
| * Remove more direct includes of libass/ass.hreimar2009-12-242-2/+0
* | Merge svn changes up to r30104Uoti Urpala2009-12-303-51/+66
|\|
| * Change %f to %e in generated fragment programs to avoid losing precision unne...reimar2009-12-201-26/+26
| * Slightly improve vo_gl suboption documentation.reimar2009-12-191-2/+2
| * Define GL_GENERATE_MIPMAP ourselves if necessary.reimar2009-12-191-0/+3
| * Add support for auto-generating mipmaps in vo_gl, should easereimar2009-12-191-3/+15
| * Make -vo gl:customprog also work with RGB input (obviously those need to bereimar2009-12-191-17/+15
| * Fix a broken indentation.reimar2009-12-191-1/+1
| * Enable running fragment programs with YUV_CONVERSION_NONEreimar2009-12-191-2/+4
* | Merge svn changes up to r30065Uoti Urpala2009-12-294-26/+26
|\|
| * Rename GL_* defines to CONFIG_GL_*reimar2009-12-194-27/+27
| * Make the check for X11 and WIN32 backends for OpenGL separate.reimar2009-12-194-11/+11
* | Merge svn changes up to r30055Uoti Urpala2009-12-186-287/+539
|\|
| * Cosmetics: Reindent after r30050.cehoyos2009-12-171-5/+5
| * Slightly increase hardware decoding performance by always using morecehoyos2009-12-171-7/+0
| * Cosmetics: reindentadrian2009-12-171-22/+22
| * Improve VDPAU render performance by increasing number of output surfaces.cehoyos2009-12-171-1/+1
| * The fontconfig check added in r30044 wasn't safe. This makes it more robust.adrian2009-12-161-1/+1
| * Fix a crash when fontconfig is unable to select a font. e.g. if no config dir...adrian2009-12-161-2/+7
| * Add support for -geometry to corevideo.adrian2009-12-151-8/+12
| * Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...adrian2009-12-151-0/+3
| * Use a fallback to make sure the basic OpenGL functions are available instead ofreimar2009-12-091-45/+55
| * Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG...reimar2009-12-092-142/+142
| * Pass all OpenGL functions through a function pointer indirection.reimar2009-12-083-124/+251
| * Very preliminary code to allow selecting the OpenGL backend at runtime.reimar2009-12-084-73/+153
* | vf_vo: Use vo_seek_reset() instead of vo_control()Uoti Urpala2009-12-021-2/+0
* | vo_gl: Remove incorrect glXSwapIntervalEXT useUoti Urpala2009-11-291-1/+1
* | vo_vdpau.c: Fix compilation with old libvdpau versionsUoti Urpala