| Commit message (Expand) | Author | Age | Files | Lines |
* | input: verify input.conf on loading | wm4 | 2012-10-12 | 1 | -1/+1 |
* | cocoa_common: make fullscreen menubar/dock hiding conditional | Stefano Pigozzi | 2012-09-18 | 1 | -1/+9 |
* | encode: video encoding now supported using mencoder-like options | Rudolf Polzer | 2012-09-18 | 5 | -22/+631 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 3 | -40/+127 |
* | Remove VESA/FBDEV remains, clean up example.conf | wm4 | 2012-09-18 | 2 | -93/+0 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 3 | -8/+16 |
* | vo_vdpau: split bitmap packing code into a separate file | Uoti Urpala | 2012-09-18 | 3 | -146/+483 |
* | cleanup: video_out: remove vo_subdevice global variable | wm4 | 2012-09-18 | 2 | -8/+2 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 1 | -0/+1 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 1 | -6/+0 |
* | cleanup: remove pointless #defines | Uoti Urpala | 2012-09-18 | 2 | -11/+0 |
* | video_out: free memory if initializing a VO fails | wm4 | 2012-09-18 | 1 | -1/+3 |
* | cocoa_common: improve conditional dock hiding from 3259e4a7a | Stefano Pigozzi | 2012-08-28 | 1 | -2/+3 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 1 | -1/+1 |
* | video: honor the video's colormatrix and color range flags | cantabile | 2012-08-21 | 2 | -0/+36 |
* | osd: get rid of useless initialization function | wm4 | 2012-08-20 | 2 | -20/+0 |
* | cocoa_common: add HiDPI/retina support | Stefano Pigozzi | 2012-08-16 | 3 | -17/+63 |
* | cocoa_common.m: add missing config.h include | Stefano Pigozzi | 2012-08-16 | 1 | -0/+2 |
* | cleanup: osx_common: remove unused functions | Stefano Pigozzi | 2012-08-16 | 2 | -53/+0 |
* | cocoa_common: refactor menu generation | Stefano Pigozzi | 2012-08-16 | 1 | -16/+41 |
* | gl_common: fix compilation on OS X 10.8 | Stefano Pigozzi | 2012-08-16 | 1 | -0/+6 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 4 | -2691/+0 |
* | vo_vdpau: fix crash when vo_vdpau initialization fails | wm4 | 2012-08-16 | 1 | -1/+1 |
* | video_out: fix crash when VO autoselection fails | wm4 | 2012-08-16 | 1 | -2/+3 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 3 | -310/+0 |
* | osx: fix build | Stefano Pigozzi | 2012-08-08 | 2 | -3/+3 |
* | osd: remove FAST_OSD code | wm4 | 2012-08-07 | 3 | -79/+1 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 9 | -330/+0 |
* | osx_common: remove old VO include, modify change_movie_aspect() | wm4 | 2012-08-07 | 2 | -4/+5 |
* | vo_directx: convert to new VO API | wm4 | 2012-08-07 | 1 | -68/+78 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 1 | -1/+1 |
* | vo_null: reformat and use new VO API | wm4 | 2012-08-07 | 1 | -48/+42 |
* | Remove V4L2 decoder support (vo_v4l2 and ao_v4l2) | wm4 | 2012-08-07 | 3 | -288/+0 |
* | vo_v4l2: reformat, use new VO API | wm4 | 2012-08-07 | 1 | -165/+153 |
* | vo_caca: use new VO API | wm4 | 2012-08-07 | 1 | -33/+54 |
* | vo_directfb2: reformat and convert to new VO API | wm4 | 2012-08-07 | 1 | -938/+1083 |
* | vo_x11: reformat, use new VO API | wm4 | 2012-08-07 | 1 | -375/+397 |
* | libvo: remove videodev_mjpeg.h | wm4 | 2012-08-06 | 1 | -141/+0 |
* | VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpeg | wm4 | 2012-08-06 | 4 | -996/+0 |
* | VO: remove vo_jpeg, vo_png, vo_pnm, vo_tga | wm4 | 2012-08-06 | 5 | -1443/+0 |
* | vo_image: add outdir option | wm4 | 2012-08-06 | 1 | -8/+42 |
* | vo_image: add new video output for writing images | wm4 | 2012-08-06 | 3 | -1/+172 |
* | video_out: rename privsize member to priv_size | wm4 | 2012-08-06 | 3 | -5/+5 |
* | options: get rid of some compatibility stuff | wm4 | 2012-08-06 | 1 | -5/+0 |
* | m_config: implement m_config_new in terms of m_config_simple | wm4 | 2012-08-04 | 1 | -1/+2 |
* | options: revert passing around talloc contexts | wm4 | 2012-08-04 | 1 | -1/+1 |
* | mplayer: never exit mplayer from within the play loop | wm4 | 2012-08-04 | 1 | -1/+0 |
* | x11_common: remove some code duplication | wm4 | 2012-08-03 | 1 | -114/+54 |
* | mplayer: do not create X11 state in player frontend | wm4 | 2012-08-03 | 5 | -12/+21 |
* | vo_yuv4mpeg: support writing to stdout | mplayer-svn | 2012-08-03 | 1 | -3/+5 |
* | libmpcodecs: use 128 instead of 64 to define non-native RGB image formats | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | vo_x11: X11 non-native RGB/BGR "emulation" only works for 32bit | mplayer-svn | 2012-08-03 | 1 | -3/+2 |
* | vo_caca: reformat and various fixes | mplayer-svn | 2012-08-03 | 1 | -174/+201 |
* | vo_md5sum: support printing to stdout | mplayer-svn | 2012-08-03 | 1 | -1/+4 |
* | x11: change stop_xscreensaver default to 1 to be more user-friendly | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | x11: make the stop-xscreensaver option behave as described in the man page | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | vo_null: do not accept hwaccel formats | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | VO: remove VO direct rendering | wm4 | 2012-08-02 | 8 | -152/+0 |
* | mplayer: expand --title as property, remove --use-filename-title | wm4 | 2012-08-02 | 2 | -5/+4 |
* | osd: minor simplification of vo_osd_changed() | wm4 | 2012-08-01 | 4 | -5/+5 |
* | Remove dead code | wm4 | 2012-08-01 | 6 | -46/+0 |
* | vo_corevideo: remove font_load code | Stefano Pigozzi | 2012-08-01 | 1 | -2/+0 |
* | vo_gl3: support changing cmdline | wm4 | 2012-08-01 | 1 | -2/+82 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 1 | -0/+2 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 2 | -2/+2 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -3/+2 |
* | libvo: remove exit_player_bad() | wm4 | 2012-07-30 | 3 | -17/+12 |
* | vo_gl, vo_gl3: honor global --vsync option | wm4 | 2012-07-30 | 3 | -3/+3 |
* | Rip out 3DNOW support | wm4 | 2012-07-30 | 2 | -187/+2 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 3 | -3/+7 |
* | fastmemcpy.h: remove code duplication | wm4 | 2012-07-30 | 1 | -28/+2 |
* | libvo: remove custom assembler memcpy implementations (aka fastmemcpy) | wm4 | 2012-07-30 | 3 | -697/+6 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -4/+4 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 4 | -29/+4 |
* | libvo, libao: remove useless video and audio output drivers | wm4 | 2012-07-28 | 41 | -17445/+4 |
* | build: remove bin_to_header.py and use TOOLS/file2string.py instead | wm4 | 2012-07-28 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 9 | -188/+151 |
|\ |
|
| * | vo_sharedbuffer: remove from autoprobe list | Stefano Pigozzi | 2012-07-27 | 1 | -3/+3 |
| * | vo_corevideo, vo_sharedbuffer: put private state in vo->priv | Stefano Pigozzi | 2012-07-27 | 2 | -81/+77 |
| * | vo_vdpau: disable refresh-aware frame timing when composited | Uoti Urpala | 2012-07-27 | 3 | -2/+18 |
| * | vo_vdpau: fix possible crash after preemption | Uoti Urpala | 2012-07-16 | 1 | -3/+5 |
| * | build: use python3 to generate some files previously in git | Uoti Urpala | 2012-07-16 | 1 | -43/+0 |
| * | VO: implement shared option handling, use for vdpau | Uoti Urpala | 2012-07-16 | 3 | -58/+50 |
* | | cocoa: return the real CGLPixelFormatObj | Stefano Pigozzi | 2012-05-15 | 1 | -1/+1 |
* | | cocoa: don't request a depth buffer size | Stefano Pigozzi | 2012-05-15 | 1 | -2/+0 |
* | | cocoa: gl3: make window creation fail on <10.7 | Stefano Pigozzi | 2012-05-15 | 1 | -0/+5 |
* | | cocoa: gl3: support querying of colors bit depth | Stefano Pigozzi | 2012-05-15 | 3 | -0/+21 |
* | | cocoa: handle failure on pixel format creation | Stefano Pigozzi | 2012-05-14 | 1 | -0/+6 |
* | | screenshot, vo_png: fix dependency on sizeof(AVFrame) | wm4 | 2012-04-29 | 1 | -4/+11 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 9 | -1058/+723 |
|\| |
|
| * | cocoa_common: fix problems with alt-tab window changes | Stefano Pigozzi | 2012-04-26 | 1 | -4/+5 |
| * | cocoa_common, gl_common: add OSX specific getProcAddress | Stefano Pigozzi | 2012-04-26 | 3 | -1/+17 |
| * | OSX, input: implement wakeup in response to Cocoa events | Stefano Pigozzi | 2012-04-26 | 2 | -0/+8 |
| * | vo_sharedbuffer: add this video output | Stefano Pigozzi | 2012-04-26 | 3 | -0/+318 |
| * | vo_corevideo: restructure this video output | Stefano Pigozzi | 2012-04-26 | 5 | -352/+349 |
| * | vo_corevideo: use cocoa_common to display the window | Stefano Pigozzi | 2012-04-26 | 4 | -838/+166 |
| * | vo_corevideo: use soft tabs (4 spaces) | Stefano Pigozzi | 2012-04-26 | 1 | -684/+684 |
* | | vo_directx: clear panscan borders in windowed mode | wm4 | 2012-04-24 | 1 | -5/+32 |
* | | vo_gl: reject MS Windows native OpenGL as software rasterizer | wm4 | 2012-04-24 | 1 | -1/+3 |
* | | vo_gl: refuse to use software renderer, unless explicitly requested | wm4 | 2012-04-24 | 2 | -21/+19 |
* | | win32: don't crash if vo_w32_uninit() is called without vo_w32_init() | wm4 | 2012-04-24 | 1 | -0/+2 |
* | | gl_common: do not call glXGetClientString() and glXGetServerString() | wm4 | 2012-04-16 | 1 | -34/+12 |
* | | win32: fix handling of AltGr | wm4 | 2012-04-14 | 1 | -0/+5 |
* | | win32: simplify icon loading | wm4 | 2012-04-14 | 1 | -6/+1 |
* | | win32: move global variables into a struct & some refactoring | wm4 | 2012-04-14 | 6 | -321/+345 |
* | | win32: use GetKeyState() instead of maintaining the state manually | wm4 | 2012-04-14 | 1 | -16/+9 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 1 | -1090/+0 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 1 | -1090/+0 |
* | | win32: prevent modifier keys from getting stuck | wm4 | 2012-04-13 | 1 | -0/+5 |
* | | win32: make F10 key not enter the window menu | wm4 | 2012-04-07 | 1 | -0/+2 |
* | | win32: fix behavior of enter key | wm4 | 2012-04-07 | 1 | -5/+11 |
* | | vo_directx: do not do aspect scaling in windowed mode. | reimar | 2012-04-06 | 1 | -4/+6 |
* | | win32: use more unicode functions | wm4 | 2012-04-06 | 1 | -38/+24 |
* | | win32: support key modifiers (shift, ctrl, alt) | wm4 | 2012-04-06 | 1 | -13/+45 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 9 | -1517/+165 |
|\| |
|
| * | cocoa_common: update screen info before entering fullscreen | Stefano Pigozzi | 2012-03-25 | 1 | -0/+1 |
| * | VO: move gl+cocoa before corevideo in default VO order | Stefano Pigozzi | 2012-03-25 | 1 | -1/+4 |
| * | cocoa_common: add license information | Stefano Pigozzi | 2012-03-25 | 2 | -0/+38 |
| * | vo_quartz: remove this video output | Stefano Pigozzi | 2012-03-25 | 2 | -1375/+0 |
| * | cocoa_common: fix double click handling | Stefano Pigozzi | 2012-03-25 | 1 | -8/+8 |
| * | cocoa_common: accept window drag event from the whole window surface | Stefano Pigozzi | 2012-03-25 | 1 | -0/+8 |
| * | options, x11+cocoa: add option --cursor-autohide-delay | Stefano Pigozzi | 2012-03-25 | 3 | -16/+49 |
| * | x11: remove wskeys.h | wm4 | 2012-03-25 | 2 | -107/+20 |
| * | x11: input: add print and menu keys | wm4 | 2012-03-25 | 1 | -0/+1 |
| * | x11: add KP_Separator to key mapping | wm4 | 2012-03-25 | 2 | -0/+2 |
| * | x11: allow unicode input | wm4 | 2012-03-25 | 2 | -29/+49 |
| * | x11: fix setting UTF-8 window titles for some special cases | wm4 | 2012-03-25 | 1 | -29/+18 |
| * | vo_gl: cocoa: add support for --ontop | Stefano Pigozzi | 2012-03-25 | 3 | -4/+33 |
| * | vo_xv: remove direct rendering support | Uoti Urpala | 2012-03-25 | 1 | -111/+22 |
| * | cosmetics: misc minor cleanups | Uoti Urpala | 2012-03-25 | 1 | -1/+0 |
| * | core: restructure main play loop, continue audio after video | Uoti Urpala | 2012-03-19 | 1 | -0/+1 |
* | | gl_common: minor cleanup/refactor | wm4 | 2012-03-31 | 2 | -64/+44 |
* | | gl_common: remove unused glValName() | wm4 | 2012-03-31 | 2 | -58/+0 |
* | | gl_common: move header hacks into gl_header_fixes.h | wm4 | 2012-03-31 | 2 | -208/+232 |
* | | libvo: add vo_gl3 | wm4 | 2012-03-31 | 7 | -0/+3082 |
* | | gl_common: cocoa: add OpenGL 3.2 context creation code | Stefano Pigozzi | 2012-03-31 | 3 | -10/+53 |
* | | gl_common: slightly change win32 GL 3 context creation | wm4 | 2012-03-31 | 2 | -18/+29 |
* | | gl_common: OpenGL 3.x context support on windows | Kovensky | 2012-03-31 | 2 | -1/+107 |
* | | gl_common: add OpenGL 3.x context creation | wm4 | 2012-03-31 | 2 | -117/+423 |
* | | vo_direct3d: fix crash when using RGB formats | wm4 | 2012-03-26 | 1 | -5/+5 |
* | | windows support: prefer vo_direct3d_shaders over vo_direct3d | wm4 | 2012-03-17 | 1 | -1/+1 |
* | | vo_direct3d: fix bug in screenshot code with some pixel formats | wm4 | 2012-03-17 | 1 | -1/+1 |
* | | vo_direct3d: fix crash when repeatedly reinitializing an uncooperative device | wm4 | 2012-03-17 | 1 | -2/+4 |
* | | vo_direct3d: stop D3D from switching the FPU to single precision mode | wm4 | 2012-03-17 | 1 | -1/+2 |
* | | vo: fix EOSD change detection | wm4 | 2012-03-17 | 1 | -29/+35 |
* | | win32: properly set window title | wm4 | 2012-03-17 | 2 | -5/+8 |
* | | vo_direct3d: implement screenshots | wm4 | 2012-03-17 | 1 | -0/+186 |
* | | win32: fix fullscreen not working on Windows 7 | wm4 | 2012-03-17 | 1 | -2/+2 |
* | | vo_direct3d: fix dealing with uncooperative devices | wm4 | 2012-03-17 | 1 | -6/+25 |
* | | vo_direct3d: add hack for using 2 channel textures for 10 bit pixel formats | wm4 | 2012-03-17 | 3 | -8/+272 |
* | | vo_direct3d: add some debugging options | wm4 | 2012-03-17 | 1 | -12/+53 |
* | | vo_direct3d: refactor D3D initialization and reconfigure code | wm4 | 2012-03-17 | 1 | -171/+111 |
* | | vo_direct3d: disable using shaders by default, and add direct3d_shaders VO | wm4 | 2012-03-17 | 2 | -10/+44 |
* | | vo_direct3d: use new VO API, and do some minor reformatting | wm4 | 2012-03-17 | 1 | -269/+298 |
* | | vo_direct3d: implement YUV conversion using shaders | wm4 | 2012-03-17 | 3 | -192/+842 |
* | | vo_direct3d: reduce number of lock calls in OSD rendering | wm4 | 2012-03-17 | 1 | -29/+21 |
* | | vo_direct3d: use the same texture management for EOSD and OSD | wm4 | 2012-03-17 | 1 | -152/+166 |
* | | windows support: prefer vo_direct3d over vo_directx | wm4 | 2012-03-17 | 1 | -3/+3 |
* | | vo_direct3d: make VO re-config faster by not recreating the whole D3D state | wm4 | 2012-03-17 | 1 | -36/+38 |
* | | vo_direct3d: don't framestep when paused and OSD is updated | wm4 | 2012-03-17 | 1 | -4/+23 |
* | | vo_direct3d: add EOSD support | wm4 | |