| Commit message (Expand) | Author | Age | Files | Lines |
* | Add header for functions exported from vo_zr.c and use it appropriately. | diego | 2010-02-18 | 2 | -1/+30 |
* | Move struct typedef pixbuf into the only .c file where it is used. | reimar | 2010-02-16 | 2 | -7/+6 |
* | Remove useless malloc casts. | reimar | 2010-02-16 | 1 | -3/+3 |
* | Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c. | reimar | 2010-02-16 | 2 | -48/+0 |
* | libvo: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 8 | -24/+43 |
* | Remove unused variable. | reimar | 2010-02-14 | 1 | -1/+0 |
* | Use memset to initialize huge arrays. | reimar | 2010-02-14 | 1 | -2/+3 |
* | Remove pointless explicit member initialization to 0 when the struct | reimar | 2010-02-14 | 1 | -17/+0 |
* | Use calloc instead of malloc+memset | reimar | 2010-02-14 | 1 | -2/+1 |
* | Add xscreensaver_heartbeat() declaration to x11_common.h. | diego | 2010-02-14 | 1 | -0/+1 |
* | Fix exit_player() usage throughout the codebase. | diego | 2010-02-14 | 5 | -24/+22 |
* | Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_... | reimar | 2010-02-05 | 1 | -0/+1 |
* | Print messages only after we are sure preinit will not fail anymore. | reimar | 2010-02-05 | 1 | -5/+5 |
* | Add support for VOFLAG_HIDDEN to the w32 backend. | reimar | 2010-02-04 | 1 | -0/+3 |
* | Set the PixelFormat right after creating the window and set it only once. | reimar | 2010-02-04 | 1 | -23/+23 |
* | Create the OpenGL probe window as a hidden Window on X11. | reimar | 2010-02-04 | 3 | -3/+10 |
* | 100l: Fix compilation (broken by me). | cehoyos | 2010-02-04 | 1 | -1/+1 |
* | Clarify -vo vdpau:pullup | cehoyos | 2010-02-04 | 1 | -1/+2 |
* | Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also | reimar | 2010-02-03 | 1 | -1/+1 |
* | Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this | reimar | 2010-02-02 | 1 | -1/+0 |
* | Remove pointless initializers and also set geometry_*_changed to 0 when | reimar | 2010-02-02 | 1 | -7/+5 |
* | Add support for autodetection during preinit and use that to detect a default | reimar | 2010-02-02 | 1 | -22/+42 |
* | Avoid using options before autodetectGlExtensions to allow it to change them ... | reimar | 2010-02-02 | 1 | -5/+3 |
* | Remove vo_config_count check from uninit, it should always be safe to run. | reimar | 2010-02-02 | 1 | -1/+0 |
* | Add missing #include, fixes the warning: | diego | 2010-01-30 | 1 | -0/+1 |
* | Add missing license header and multiple inclusion guards. | diego | 2010-01-30 | 1 | -0/+23 |
* | Try the more specific names first for the SwapInterval function to make it less | reimar | 2010-01-28 | 1 | -1/+1 |
* | glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva... | reimar | 2010-01-28 | 1 | -1/+1 |
* | Change GUID declarations in vo_directx to be static. | reimar | 2010-01-17 | 1 | -2/+4 |
* | Add support for adjustable TV <-> PC level conversion. | reimar | 2010-01-16 | 4 | -4/+32 |
* | Remove a check that simply can not have worked since it relied on a completely | reimar | 2010-01-12 | 1 | -2/+1 |
* | Fix fbdev2 to work with Intel framebuffer. | reimar | 2010-01-09 | 1 | -2/+6 |
* | Fix vo_fbdev to also work with Intel framebuffer. | reimar | 2010-01-09 | 1 | -4/+9 |
* | vo_png now depends on libavcodec, not libpng. | diego | 2010-01-05 | 1 | -1/+1 |
* | Change license terms for matrixview to GPLv2 "or later", all known | reimar | 2010-01-05 | 1 | -2/+3 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2010-01-04 | 2 | -0/+3 |
* | Remove unused variable; fixes the warning: | diego | 2010-01-04 | 1 | -1/+0 |
* | Add missing license headers for vo_matrixview code. | diego | 2010-01-04 | 2 | -0/+36 |
* | Refer to MatrixView instead of MPlayer in code taken from MatrixView. | diego | 2010-01-04 | 1 | -1/+1 |
* | Remove ARGB support from matrixview vo, it is quite pointless and causes | reimar | 2010-01-04 | 1 | -1/+0 |
* | prettyprinting cosmetics | diego | 2010-01-04 | 3 | -66/+71 |
* | Make vo gl print the OpenGL vendor and version strings. | reimar | 2010-01-03 | 1 | -0/+1 |
* | Replace deprecated sws_scale_ordered usages by sws_scale (which does the same). | reimar | 2010-01-03 | 3 | -5/+5 |
* | Avoid memleaks when vo_direct3d initialization fails. | reimar | 2010-01-03 | 1 | -8/+14 |
* | Modify -vo direct3d so we do not have to link against d3d9.dll, it might | reimar | 2010-01-03 | 1 | -2/+19 |
* | Change vo_png to use FFmpeg's png encoder instead of libpng. | reimar | 2010-01-03 | 1 | -113/+44 |
* | Finally add matrixview vo. | reimar | 2010-01-03 | 5 | -0/+1315 |
* | Add pointers to a few more standard OpenGL functions to ease future extensions. | reimar | 2010-01-03 | 2 | -0/+33 |
* | Fixup SDL configure check: | reimar | 2010-01-03 | 1 | -0/+4 |
* | Do not assume that "long" is the size of a register. | reimar | 2010-01-03 | 2 | -8/+10 |
* | Simplify range-checking functions for subopt parsing. | reimar | 2010-01-01 | 2 | -6/+2 |
* | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 | 10 | -24/+28 |
* | Slightly generalize code to generate YUV->RGB conversion table and add | reimar | 2010-01-01 | 3 | -21/+37 |
* | Make YUV->RGB conversion coefficients selectable for -vo gl. | reimar | 2010-01-01 | 1 | -1/+16 |
* | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 | 3 | -5/+20 |
* | First steps to supporting different YUV->RGB conversion definitions. | reimar | 2009-12-31 | 4 | -10/+50 |
* | Extract functions to generate yuv->rgb matrices and lookup tables into a | reimar | 2009-12-31 | 4 | -111/+168 |
* | Put the colourspace-related variables into a separate struct to ease | reimar | 2009-12-31 | 4 | -15/+20 |
* | Support all planar YUV formats in OpenGL vos. | reimar | 2009-12-30 | 4 | -58/+97 |
* | Move do_render_osd function to avoid a forward declaration. | reimar | 2009-12-27 | 1 | -32/+30 |
* | vo_x11_classhint name argument should be const, since we pass string constant... | reimar | 2009-12-27 | 2 | -2/+2 |
* | Some ugly hacks to make compiling against a newer external version of libass ... | reimar | 2009-12-24 | 3 | -0/+3 |
* | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 | 2 | -2/+0 |
* | Change %f to %e in generated fragment programs to avoid losing precision unne... | reimar | 2009-12-20 | 1 | -26/+26 |
* | Slightly improve vo_gl suboption documentation. | reimar | 2009-12-19 | 1 | -2/+2 |
* | Define GL_GENERATE_MIPMAP ourselves if necessary. | reimar | 2009-12-19 | 1 | -0/+3 |
* | Add support for auto-generating mipmaps in vo_gl, should ease | reimar | 2009-12-19 | 1 | -3/+15 |
* | Make -vo gl:customprog also work with RGB input (obviously those need to be | reimar | 2009-12-19 | 1 | -17/+15 |
* | Fix a broken indentation. | reimar | 2009-12-19 | 1 | -1/+1 |
* | Enable running fragment programs with YUV_CONVERSION_NONE | reimar | 2009-12-19 | 1 | -2/+4 |
* | Rename GL_* defines to CONFIG_GL_* | reimar | 2009-12-19 | 4 | -27/+27 |
* | Make the check for X11 and WIN32 backends for OpenGL separate. | reimar | 2009-12-19 | 4 | -11/+11 |
* | Cosmetics: Reindent after r30050. | cehoyos | 2009-12-17 | 1 | -5/+5 |
* | Slightly increase hardware decoding performance by always using more | cehoyos | 2009-12-17 | 1 | -7/+0 |
* | Cosmetics: reindent | adrian | 2009-12-17 | 1 | -22/+22 |
* | Improve VDPAU render performance by increasing number of output surfaces. | cehoyos | 2009-12-17 | 1 | -1/+1 |
* | The fontconfig check added in r30044 wasn't safe. This makes it more robust. | adrian | 2009-12-16 | 1 | -1/+1 |
* | Fix a crash when fontconfig is unable to select a font. e.g. if no config dir... | adrian | 2009-12-16 | 1 | -2/+7 |
* | Add support for -geometry to corevideo. | adrian | 2009-12-15 | 1 | -8/+12 |
* | Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev... | adrian | 2009-12-15 | 1 | -0/+3 |
* | Use a fallback to make sure the basic OpenGL functions are available instead of | reimar | 2009-12-09 | 1 | -45/+55 |
* | Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG... | reimar | 2009-12-09 | 2 | -142/+142 |
* | Pass all OpenGL functions through a function pointer indirection. | reimar | 2009-12-08 | 3 | -124/+251 |
* | Very preliminary code to allow selecting the OpenGL backend at runtime. | reimar | 2009-12-08 | 4 | -73/+153 |
* | 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_com... | reimar | 2009-11-22 | 1 | -0/+2 |
* | Print which visual glXChooseVisual chose when running in verbose mode. | reimar | 2009-11-21 | 1 | -0/+1 |
* | Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2. | reimar | 2009-11-21 | 1 | -3/+3 |
* | Add support for Windows OpenGL rendering onto a device instead of into a window. | reimar | 2009-11-21 | 3 | -8/+48 |
* | Support RGB48NE format in OpenGL vos (only really useful once they are modified | reimar | 2009-11-21 | 1 | -0/+4 |
* | Use calloc to allocate a rather large (currently 32k) array instead of | reimar | 2009-11-20 | 1 | -1/+2 |
* | Added -name, -title and -use-filename-title options and implementation in X11... | ptt | 2009-11-12 | 3 | -1/+12 |
* | Do not dynamically load libvdpau.so.1, but link at compile time. | cehoyos | 2009-11-11 | 1 | -20/+1 |
* | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | cehoyos | 2009-11-10 | 1 | -0/+4 |
* | 100: Fix function parameters when calling create_vdp_decoder() from query_for... | cehoyos | 2009-11-10 | 1 | -1/+1 |
* | Cosmetics: Fix indentation after last commit. | cehoyos | 2009-11-10 | 1 | -1/+1 |
* | Fail in query_format() if a VDPAU decoder is not available. | cehoyos | 2009-11-10 | 1 | -5/+8 |
* | Add a default to switch(image_format), suppresses a warning after a future pa... | cehoyos | 2009-11-10 | 1 | -0/+3 |
* | Fix compilation of teletext code without freetype support | reimar | 2009-11-09 | 1 | -0/+2 |
* | Change type of teletext color specification from unsigned char | reimar | 2009-11-09 | 1 | -1/+1 |
* | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -10/+0 |
* | Add new VDPAU feature high-quality-scaling (and require newer library). | cehoyos | 2009-11-04 | 1 | -1/+9 |
* | Remove unneeded initialization | reynaldo | 2009-11-03 | 1 | -1/+0 |
* | Slightly change behavior of "none" if fstype specification. | corey | 2009-10-30 | 1 | -1/+1 |
* | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 1 | -1/+1 |
* | Cosmetics: Reindent after last commit. | cehoyos | 2009-10-27 | 1 | -1/+1 |
* | Allow image format BGRA when using vo vdpau. | cehoyos | 2009-10-27 | 1 | -0/+38 |
* | Move some variable initializations to the beginning of vo_x11_fullscreen(). | diego | 2009-10-24 | 1 | -9/+4 |
* | Implement VFCAP_FLIP for vo_vdpau. | cehoyos | 2009-10-23 | 1 | -3/+5 |
* | Free memory allocated in ff_vdpau_add_data_chunk() on uninit. | cehoyos | 2009-10-22 | 1 | -0/+8 |
* | Fix aspect test program linking. | diego | 2009-10-19 | 1 | -0/+4 |
* | Try to recover from VDPAU display pre-emptions. | cehoyos | 2009-10-17 | 1 | -0/+76 |
* | Support SMPTE-240M colourspace in vo_vdpau. | cehoyos | 2009-10-12 | 1 | -3/+4 |
* | Add colorspace option to vo_vdpau. | cehoyos | 2009-10-10 | 1 | -12/+39 |
* | cosmetics: Remove some pointless parentheses from return calls. | diego | 2009-10-08 | 1 | -2/+2 |
* | cosmetics: Break two more lines. | diego | 2009-10-08 | 1 | -2/+4 |
* | K&R coding style and whitespace cosmetics | diego | 2009-10-06 | 1 | -162/+170 |
* | Add keycode definitions for older versions of OSX. Fixes compilation on 10.4. | adrian | 2009-10-06 | 1 | -0/+51 |
* | Fix definition of KEY_PAGE_DOWN. | cehoyos | 2009-10-04 | 1 | -1/+1 |
* | Set sensible write frequency/priority values for AllocateMemoryMESA | reimar | 2009-09-27 | 1 | -1/+1 |
* | Print error instead of crashing when mesa-buffer is used on systems | reimar | 2009-09-27 | 1 | -0/+4 |
* | Also check GLX client and server strings for extensions | reimar | 2009-09-27 | 1 | -2/+27 |
* | Fix teletext font autoscaling. | cehoyos | 2009-09-22 | 1 | -2/+2 |
* | Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ... | adrian | 2009-09-20 | 1 | -4/+5 |
* | Re-add some ifdefs, partially reverting r29688, since mDisplay and | reimar | 2009-09-18 | 1 | -0/+4 |
* | Use vo_w32_window directly instead of via the vo_window macro in Windows-only... | reimar | 2009-09-18 | 1 | -2/+2 |
* | Get rid of several (probably) pointless ifdefs | reimar | 2009-09-18 | 1 | -6/+0 |
* | Use ecx instead of ebx to avoid unnecessary issues with PIC. | reimar | 2009-09-17 | 1 | -9/+9 |
* | Add standard license header and move a misplaced comment. | reimar | 2009-09-05 | 1 | -1/+18 |
* | Factor out duplicated code to set play video scaled by a certain factor. | reimar | 2009-09-04 | 1 | -39/+21 |
* | Subopt parser subopts should now be const. | reimar | 2009-09-04 | 1 | -1/+1 |
* | Consistently use sizeof(variable) instead of sizeof(type) where easily possible. | reimar | 2009-09-02 | 1 | -7/+7 |
* | Cosmetics: get rid of many pointless () | reimar | 2009-09-02 | 1 | -17/+17 |
* | Reduce code duplication for half/normal/double video size handling. | reimar | 2009-09-02 | 1 | -31/+19 |
* | Remove unused variable. | reimar | 2009-09-02 | 1 | -1/+0 |
* | vo_quartz: change deallocation/uninit to more reliably free allocated data. | reimar | 2009-09-02 | 1 | -29/+20 |
* | Make glContext a local variable, it is not needed outside the function | reimar | 2009-09-01 | 2 | -3/+2 |
* | Add a dealloc function to corevideo to reduce the memleaks from | reimar | 2009-09-01 | 1 | -0/+11 |
* | Fix some of the major memleaks of vo_corevideo with -fixed-vo | reimar | 2009-09-01 | 1 | -24/+27 |
* | Do not do a unmap/map cycle on Windows given with -wid, with some window | reimar | 2009-09-01 | 1 | -2/+1 |
* | Check setGlWindow return value to fail properly instead of crashing if e.g. | reimar | 2009-09-01 | 2 | -2/+4 |
* | Make shm_fd a local variable and close it when we need it no longer, thus | reimar | 2009-09-01 | 1 | -1/+3 |
* | Reduce vo_corevideo memleaks by initializing static context etc. only once | reimar | 2009-09-01 | 1 | -14/+26 |
* | Fix memleak when using fontconfig without a font name. | reimar | 2009-09-01 | 1 | -3/+1 |
* | Use MPlayer's standard aspect handling functions in corevideo | reimar | 2009-09-01 | 2 | -100/+30 |
* | Port feature from corevideo: remember half/double size settings and reapply | reimar | 2009-08-28 | 1 | -0/+6 |
* | Make aspect switching work again (used the wrong variable and always | reimar | 2009-08-28 | 1 | -1/+1 |
* | Fix implicit declaration of mp_input_.. functions. | reimar | 2009-08-28 | 1 | -0/+1 |
* | 1l, use sizeof for snprintf size instead of hard-coding the current value. | reimar | 2009-08-28 | 1 | -1/+1 |
* | Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer | reimar | 2009-08-28 | 1 | -52/+3 |
* | Move aspect change handling from vo_quartz to osx_common. | reimar | 2009-08-28 | 3 | -12/+34 |
* | Add osx_common.c and move the keycode conversion (OSX to MPlayer) there. | reimar | 2009-08-28 | 4 | -190/+47 |
* | Use the standard MPlayer aspect handling instead of reimplementing our own in... | reimar | 2009-08-28 | 1 | -80/+42 |
* | Remove unused movie_aspect extern declaration. | reimar | 2009-08-27 | 1 | -1/+0 |
* | Use lookup_keymap_table function with data structure instead of huge switch-case | reimar | 2009-08-27 | 1 | -50/+33 |
* | Enable calc_src_dst_rects for windowed aspect and panscan. | reimar | 2009-08-27 | 1 | -3/+3 |
* | Remove panscan related conditions and code that only breaks future windowed | reimar | 2009-08-27 | 1 | -14/+0 |
* | Make gl2 code capable of windowed aspect and panscan (no user option to enabl... | reimar | 2009-08-27 | 1 | -4/+4 |
* | Add infrastructure and test code to enable aspect scaling and panscan in wind... | reimar | 2009-08-27 | 4 | -9/+28 |
* | Fix video placement with -vo gl2 -fs -wid. | reimar | 2009-08-27 | 1 | -1/+1 |
* | -vo gl2 resize does not need to modify its arguments, so pass int instead of ... | reimar | 2009-08-27 | 1 | -12/+12 |
* | Simplify -vo gl ass border etc. dimension calculation one bit more. | reimar | 2009-08-27 | 1 | -3/+1 |
* | Remove useless code that has no effect. | reimar | 2009-08-27 | 1 | -3/+0 |
* | |