| Commit message (Expand) | Author | Age | Files | Lines |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 15 | -20/+12 |
* | vo_opengl: don't pass (char*)NULL as %s printf argument | wm4 | 2014-08-28 | 1 | -2/+3 |
* | vo_opengl: fix shader | wm4 | 2014-08-28 | 1 | -7/+9 |
* | vo_opengl: add parameter to gaussian filter | Bin Jin | 2014-08-26 | 1 | -2/+7 |
* | vo_opengl: add radius options for filters | Bin Jin | 2014-08-26 | 4 | -1/+17 |
* | vo_opengl: add cparam1 and cparam2 options | Bin Jin | 2014-08-26 | 3 | -21/+42 |
* | vo_opengl: add spline64 filter kernel | Bin Jin | 2014-08-26 | 1 | -0/+19 |
* | vo_opengl: don't cut off feature list output | wm4 | 2014-08-25 | 1 | -1/+1 |
* | video: avoid unnecessary frame dropping | wm4 | 2014-08-23 | 1 | -1/+5 |
* | video: some debugging output | wm4 | 2014-08-22 | 1 | -0/+4 |
* | vf_vapoursynth: add more VS frame properties | Bin Jin | 2014-08-22 | 1 | -0/+8 |
* | vf_vapoursynth: add display resolution support | Bin Jin | 2014-08-22 | 1 | -0/+5 |
* | vaapi: try dealing with Intel's braindamaged shit drivers | wm4 | 2014-08-21 | 7 | -2/+84 |
* | video: don't assume query_format is thread-safe | wm4 | 2014-08-20 | 2 | -0/+16 |
* | wayland: replace deprecated xkbcommon functions | Alexander Preisinger | 2014-08-20 | 1 | -3/+3 |
* | vo_wayland: fix formatting inconsistencies | Alexander Preisinger | 2014-08-20 | 1 | -4/+4 |
* | vo_wayand: save the flip time in the frame handler | Alexander Preisinger | 2014-08-20 | 1 | -0/+10 |
* | video: add VOCTRL_GET_RECENT_FLIP_TIME | wm4 | 2014-08-18 | 2 | -1/+7 |
* | vo_opengl: add check-pattern suboption for testing | wm4 | 2014-08-18 | 1 | -2/+28 |
* | video: dump vsync phase into stats file | wm4 | 2014-08-18 | 1 | -2/+4 |
* | vaapi: we need more surfaces | wm4 | 2014-08-18 | 1 | -1/+2 |
* | wayland: dynamically report display fps | Alexander Preisinger | 2014-08-18 | 2 | -21/+60 |
* | x11: listen to xrandr events | wm4 | 2014-08-17 | 2 | -0/+18 |
* | x11: fix xrandr conditional compilation | wm4 | 2014-08-17 | 1 | -1/+1 |
* | video: make vo_opengl the default over vo_vdpau | wm4 | 2014-08-17 | 1 | -3/+3 |
* | video: take refresh rate changes into account | wm4 | 2014-08-17 | 3 | -28/+37 |
* | x11: fix memory leaks | wm4 | 2014-08-17 | 1 | -3/+9 |
* | build: drop check for XF86keysym.h | wm4 | 2014-08-16 | 1 | -6/+1 |
* | x11: use xrandr to retrieve display refresh rate | wm4 | 2014-08-16 | 3 | -25/+78 |
* | vo_wayland: fix redrawing logic | wm4 | 2014-08-16 | 1 | -8/+8 |
* | video: add --display-fps switch to control framedrop FPS | wm4 | 2014-08-16 | 1 | -3/+7 |
* | vo_opengl: optional support for using GLX_SGI_video_sync | wm4 | 2014-08-15 | 1 | -1/+19 |
* | gl_common: add SGI_video_sync extension | wm4 | 2014-08-15 | 2 | -0/+11 |
* | vo_opengl: if glfinish is used, also call it after swappping | wm4 | 2014-08-15 | 1 | -0/+3 |
* | video: add VO framedropping mode | wm4 | 2014-08-15 | 4 | -17/+115 |
* | vo: eliminate a redundant variable | wm4 | 2014-08-15 | 1 | -10/+5 |
* | vo: remove unused libavutil include | wm4 | 2014-08-14 | 1 | -2/+0 |
* | vo: fix mingw compilation | wm4 | 2014-08-14 | 1 | -0/+2 |
* | wayland: pointer interface is created after theme | Alexander Preisinger | 2014-08-13 | 1 | -13/+8 |
* | vdpau: correctly mark invalid mixer as such on vdp_video_mixer_create() failure | Alessandro Ghedini | 2014-08-13 | 1 | -0/+3 |
* | vo_vdpau: fix screenshots with anamorphic video | wm4 | 2014-08-13 | 1 | -1/+1 |
* | x11: vdpau GLX interop needs X11 threads | wm4 | 2014-08-13 | 1 | -0/+2 |
* | video: fix and simplify video format changes and last frame display | wm4 | 2014-08-12 | 2 | -70/+36 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 11 | -122/+481 |
* | video: don't keep multiple pointers to hwdec info struct | wm4 | 2014-08-11 | 6 | -25/+28 |
* | vaapi: fix uninitialized value read | wm4 | 2014-08-11 | 1 | -1/+1 |
* | vf_vapoursynth: print more diagnostics on error | wm4 | 2014-08-11 | 1 | -3/+9 |
* | vdpau: allocate surfaces by age | wm4 | 2014-08-11 | 2 | -1/+11 |
* | vo_sdl: fix redrawing issue | wm4 | 2014-08-10 | 1 | -1/+1 |
* | video: remove "hard" framedrop mode | wm4 | 2014-08-09 | 1 | -5/+10 |
* | vo_direct3d: allow resizing before video init | wm4 | 2014-08-06 | 1 | -1/+1 |
* | win32: never call GetClientRect(0, ...) | wm4 | 2014-08-06 | 2 | -2/+6 |
* | wayland: remove redundant line | Alexander Preisinger | 2014-08-06 | 1 | -1/+0 |
* | wayland: changes for nested compositors | Alexander Preisinger | 2014-08-06 | 1 | -20/+50 |
* | cocoa: macosx_application needs cocoa-application | FRAU KOUJIRO | 2014-08-06 | 2 | -3/+7 |
* | cocoa: move handleFilesArray: to macosx_events | FRAU KOUJIRO | 2014-08-06 | 1 | -2/+2 |
* | win32: fix build | wm4 | 2014-08-05 | 1 | -1/+0 |
* | win32: create OpenGL context on the GUI thread | wm4 | 2014-08-05 | 3 | -12/+40 |
* | win32: cleanup OpenGL context creation | wm4 | 2014-08-05 | 1 | -37/+33 |
* | vdpau: don't crash on flipped images | wm4 | 2014-08-05 | 1 | -5/+12 |
* | gl_wayland: Don't try to resize the egl_window before it exists | Michael Forney | 2014-08-04 | 1 | -0/+3 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 2 | -20/+9 |
* | win32: fix assertion failure | wm4 | 2014-08-01 | 1 | -12/+10 |
* | vda: only support the new hwaccel 1.2 API (remove old code) | Stefano Pigozzi | 2014-08-01 | 2 | -151/+17 |
* | video/filter: add vf_buffer | wm4 | 2014-07-30 | 2 | -0/+95 |
* | vdpau: don't upload video images in advance | wm4 | 2014-07-29 | 3 | -39/+11 |
* | vo_x11: fix build with older Libav versions | wm4 | 2014-07-28 | 1 | -4/+4 |
* | video: add a default color space for files with no video | Niklas Haas | 2014-07-28 | 1 | -0/+3 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 8 | -30/+12 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 5 | -40/+11 |
* | win32: remove minor non-sense | wm4 | 2014-07-26 | 1 | -1/+0 |
* | win32: move window handling to a separate thread | wm4 | 2014-07-26 | 1 | -60/+174 |
* | vo: hack to avoid threading issues with mouse input | wm4 | 2014-07-26 | 5 | -1/+7 |
* | win32: use gcc TLS instead of WM_NCCREATE tricks for window context | wm4 | 2014-07-26 | 1 | -10/+9 |
* | win32: make a flag explicit | wm4 | 2014-07-26 | 1 | -1/+1 |
* | win32: simplify some --wid embedding code | wm4 | 2014-07-26 | 1 | -26/+9 |
* | win32: don't use CS_OWNDC | wm4 | 2014-07-26 | 2 | -46/+64 |
* | win32: remove worthless doxygen comments | wm4 | 2014-07-26 | 1 | -39/+4 |
* | win32: make private struct private, refactor | wm4 | 2014-07-26 | 4 | -221/+201 |
* | cocoa: don't send messages to uninitialized gl contexts | Stefano Pigozzi | 2014-07-19 | 1 | -1/+6 |
* | cocoa: fix regression preventing window resize | Stefano Pigozzi | 2014-07-15 | 1 | -1/+3 |
* | cocoa: fix compilation on OS X 10.8 | Stefano Pigozzi | 2014-07-14 | 1 | -0/+5 |
* | Remove some mp_msg calls with no trailing \n | wm4 | 2014-07-13 | 2 | -20/+26 |
* | video/out: use strcmp() instead of strcasecmp() for equalizers | wm4 | 2014-07-10 | 3 | -16/+16 |
* | build: deal with endian mess | wm4 | 2014-07-10 | 2 | -2/+3 |
* | cocoa: simplify logic that returns used bits per color | Stefano Pigozzi | 2014-07-08 | 1 | -9/+1 |
* | cocoa: move CGL context creation to gl_cocoa | Stefano Pigozzi | 2014-07-08 | 3 | -124/+118 |
* | vf_vapoursynth: reset error state on seeking | wm4 | 2014-07-05 | 1 | -0/+1 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 2 | -4/+0 |
* | x11: avoid obscure behavior when --wid is partially garbage | wm4 | 2014-07-04 | 1 | -1/+1 |
* | x11: clear window only on initial map | wm4 | 2014-07-02 | 1 | -1/+2 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 3 | -6/+5 |
* | vo_opengl: Make approx-gamma affect OSD/sub | Niklas Haas | 2014-06-22 | 2 | -4/+8 |
* | video: Include better heuristics for guessing primaries | Niklas Haas | 2014-06-22 | 3 | -4/+25 |
* | video: Refactor rendering intent for DCP XYZ and :srgb | Niklas Haas | 2014-06-22 | 3 | -59/+98 |
* | video: Better support for XYZ input | Niklas Haas | 2014-06-22 | 4 | -11/+67 |
* | video: Generate an accurate CMS matrix instead of hard-coding | Niklas Haas | 2014-06-22 | 5 | -129/+290 |
* | video: Support BT.2020 constant luminance system | Niklas Haas | 2014-06-22 | 5 | -12/+73 |
* | options: Expose --colormatrix-primaries to the user | Niklas Haas | 2014-06-22 | 1 | -0/+2 |
* | video: Add support for non-BT.709 primaries | Niklas Haas | 2014-06-22 | 8 | -17/+187 |
* | video: Add BT.2020-NCL colorspace and transfer function | Niklas Haas | 2014-06-22 | 4 | -16/+33 |
* | vo_xv: de-ancient some help messages | wm4 | 2014-06-21 | 1 | -10/+2 |
* | vo_vaapi: fix reference counting when using software decoding | wm4 | 2014-06-20 | 1 | -1/+2 |
* | vf_dlopen: fix the order of the arguments to mp_image_alloc | Marcoen Hirschberg | 2014-06-19 | 1 | -2/+2 |
* | vo_wayland: fix clearing the screen on reconfig | wm4 | 2014-06-18 | 1 | -12/+11 |
* | vo_sdl: fix clearing the screen on reconfig | wm4 | 2014-06-18 | 1 | -35/+53 |
* | video/out: fix redrawing with no video frame for some VOs | wm4 | 2014-06-18 | 5 | -31/+15 |
* | vo_opengl: fix regression with opengl:pbo | wm4 | 2014-06-18 | 1 | -4/+3 |
* | gl_video: fix refcounting | wm4 | 2014-06-18 | 1 | -0/+1 |
* | video: correct spelling: mp_image_params_equals -> mp_image_params_equal | wm4 | 2014-06-17 | 7 | -12/+12 |
* | video: remove redundant function | wm4 | 2014-06-17 | 3 | -11/+2 |
* | vo: make draw_image and vo_queue_image transfer image ownership | wm4 | 2014-06-17 | 16 | -30/+53 |
* | video: check image parameters | wm4 | 2014-06-17 | 3 | -4/+38 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 42 | -51/+175 |
* | gl_lcms: use thread-safe lcms API, require lcms2 2.6 | wm4 | 2014-06-16 | 1 | -27/+16 |
* | vo_opengl: simplify redraw callback OSD handling | wm4 | 2014-06-16 | 5 | -82/+23 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 18 | -134/+116 |
* | vo_vaapi: fix a crash on the init error handling path | wm4 | 2014-06-15 | 1 | -1/+2 |
* | wayland: move subsurfaces to wayland vo | Alexander Preisinger | 2014-06-15 | 3 | -34/+43 |
* | wayland: attach NULL surface on osd creation | Alexander Preisinger | 2014-06-15 | 1 | -0/+3 |
* | cocoa: add fallback for automatic GPU switching | Stefano Pigozzi | 2014-06-15 | 1 | -1/+14 |
* | cocoa: allow automatic gpu switching | Stefano Pigozzi | 2014-06-15 | 1 | -0/+3 |
* | cocoa: switch to CGL APIs for GL context creation | Stefano Pigozzi | 2014-06-15 | 1 | -16/+23 |
* | gl_w32: remove unused variable | wm4 | 2014-06-14 | 1 | -2/+0 |
* | video: cosmetics: reformat image format names table | wm4 | 2014-06-14 | 1 | -25/+17 |
* | video: synchronize mpv rgb pixel format names with ffmpeg names | wm4 | 2014-06-14 | 11 | -131/+117 |
* | video: automatically strip "le" and "be" suffix from pixle format names | wm4 | 2014-06-14 | 3 | -20/+27 |
* | options: remove OPT_FLAG_CONSTANTS | wm4 | 2014-06-13 | 1 | -4/+4 |
* | vd_lavc: use option parser for skip suboptions | wm4 | 2014-06-13 | 1 | -22/+25 |
* | vd_lavc: make option struct local | wm4 | 2014-06-11 | 1 | -15/+34 |
* | vf_noise: remove global variables | wm4 | 2014-06-11 | 1 | -9/+4 |
* | vf_divtc: remove a global variable | wm4 | 2014-06-11 | 1 | -5/+1 |
* | Add more const | wm4 | 2014-06-11 | 13 | -71/+67 |
* | vo_caca: remove global variables | wm4 | 2014-06-11 | 1 | -68/+84 |
* | options: remove global variables for swscale options; rename them | wm4 | 2014-06-11 | 7 | -31/+51 |
* | video: fix another cover art corner case | wm4 | 2014-06-09 | 1 | -1/+1 |
* | x11: cleanup motif hints handling | wm4 | 2014-06-06 | 2 | -38/+17 |
* | filter_kernels: fix nearest scaler | wm4 | 2014-06-04 | 1 | -1/+1 |
* | filter_kernels: add nearest neighbour scaling | lucy | 2014-06-03 | 1 | -0/+6 |
* | wayland: remove stub for unimplemented function | wm4 | 2014-06-02 | 1 | -15/+0 |
* | vo: correctly initialize parameters in corner cases | wm4 | 2014-06-01 | 1 | -1/+4 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -2/+1 |
* | gl_common: remove dlsym() fallback | wm4 | 2014-05-31 | 1 | -21/+1 |
* | gl_wayland: remove probably unneeded workaround | wm4 | 2014-05-31 | 1 | -2/+0 |
* | gl_x11: remove workaround for PPC OSX 10.4 | wm4 | 2014-05-31 | 1 | -7/+0 |
* | gl_x11: always require some GLX API functions, avoid dlsym() | wm4 | 2014-05-31 | 3 | -20/+6 |
* | vd_lavc: set video bitrate if available | Marcoen Hirschberg | 2014-05-28 | 1 | -0/+5 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 2 | -3/+3 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 2 | -3/+3 |
* | vaapi: fix destruction with --hwdec=haapi-copy | wm4 | 2014-05-28 | 1 | -2/+6 |
* | video: warn if an emulated hwdec API is used | wm4 | 2014-05-28 | 11 | -4/+48 |
* | vo_vaapi: cleanup error handling on init | wm4 | 2014-05-28 | 2 | -4/+10 |
* | video: better handling for (very) broken timestamps | wm4 | 2014-05-27 | 1 | -1/+9 |
* | gl_common: minor cosmetic changes | wm4 | 2014-05-26 | 1 | -10/+9 |
* | gl_common: correct a type | wm4 | 2014-05-26 | 1 | -1/+1 |
* | gl_w32: remove some non-sense | wm4 | 2014-05-26 | 1 | -3/+1 |
* | vo_opengl: always dynamically load OpenGL symbols | wm4 | 2014-05-26 | 1 | -64/+59 |
* | x11: fix restoring position when leaving fullscreen | wm4 | 2014-05-26 | 1 | -1/+2 |
* | x11: fix datatype for _NET_WM_PID | wm4 | 2014-05-26 | 1 | -1/+1 |
* | vf_vdpaupp: cosmetics: rename function | wm4 | 2014-05-25 | 1 | -5/+5 |
* | video: add --video-rotate option for controlling auto-rotation | wm4 | 2014-05-24 | 1 | -0/+7 |
* | x11: un-inline GNOME layer stuff | wm4 | 2014-05-23 | 2 | -17/+12 |
* | x11: prefer NetWM hints over _WIN_LAYER for --ontop | wm4 | 2014-05-23 | 1 | -11/+11 |
* | x11: rename identifiers using reserved namespace | wm4 | 2014-05-23 | 1 | -8/+6 |
* | x11: fix NetWM ontop setting | wm4 | 2014-05-23 | 1 | -23/+13 |
* | x11: add a generic function for NetWM state setting | wm4 | 2014-05-23 | 1 | -23/+11 |
* | vdpau: move RGB surface management out of the VO | wm4 | 2014-05-22 | 5 | -113/+123 |
* | vo_vdpau: always allocate the black pixel | wm4 | 2014-05-22 | 1 | -0/+3 |
* | x11: fix a warning with --disable-xext | Jerome Leclanche | 2014-05-22 | 1 | -1/+1 |
* | vo: minor simplifications | wm4 | 2014-05-22 | 1 | -11/+3 |
* | vo: remove config_ok check from vo_check_events() | wm4 | 2014-05-22 | 1 | -3/+1 |
* | vo_vaapi: don't redraw twice | wm4 | 2014-05-22 | 1 | -7/+1 |
* | x11: unbreak build without xinerama | wm4 | 2014-05-19 | 1 | -0/+2 |
* | x11: leaving fullscreen -> reset WM hints only if needed | wm4 | 2014-05-19 | 1 | -4/+6 |
* | x11: always check whether a window exists | wm4 | 2014-05-19 | 1 | -7/+20 |
* | x11: request and handle resize events of parent windows with --wid | wm4 | 2014-05-19 | 1 | -8/+10 |
* | x11: remove a duplicated line | wm4 | 2014-05-18 | 1 | -1/+0 |
* | x11: never enable DPMS if we didn't disable it | wm4 | 2014-05-18 | 2 | -0/+4 |
* | vdpau: don't fallback to software decoding on preemption | wm4 | 2014-05-18 | 1 | -7/+12 |
* | x11: make screensaver code more compact, change DPMS handling | wm4 | 2014-05-17 | 2 | -55/+24 |
* | x11: add wrapper for EWMH XSendEvent calls | wm4 | 2014-05-17 | 1 | -90/+49 |
* | x11: fix Drag & Drop | wm4 | 2014-05-17 | 1 | -1/+1 |
* | x11: add a wrapper for XGetWindowProperty | wm4 | 2014-05-17 | 1 | -70/+77 |
* | x11: comment about gravity | wm4 | 2014-05-17 | 1 | -0/+4 |
* | x11: replace x/y/w/h with mp_rect | wm4 | 2014-05-17 | 2 | -102/+76 |
* | x11: remove some unused fields | wm4 | 2014-05-17 | 1 | -3/+0 |
* | x11: don't set PBaseSize | wm4 | 2014-05-17 | 1 | -7/+0 |
* | x11: remove vo_hint member | wm4 | 2014-05-17 | 2 | -23/+26 |
* | x11: always raise layer in fullscreen mode without NetWM | wm4 | 2014-05-17 | 1 | -4/+1 |
* | x11: implement --fs-screen properly, separate old code path | wm4 | 2014-05-17 | 1 | -65/+88 |
* | x11: use CenterGravity by default | wm4 | 2014-05-17 | 1 | -1/+1 |
* | x11: remove gravity restore code | wm4 | 2014-05-17 | 2 | -10/+0 |
* | x11: don't cache X Atoms manually | wm4 | 2014-05-16 | 2 | -108/+45 |
* | x11: inline a function | wm4 | 2014-05-16 | 1 | -9/+3 |
* | x11: replace--[x11-]fstype option with --x11-netwm | wm4 | 2014-05-16 | 2 | -109/+20 |
* | x11: remove a MWM hack | wm4 | 2014-05-16 | 1 | -11/+0 |
* | x11: remove unused stuff | wm4 | 2014-05-16 | 1 | -18/+0 |
* | x11: set the fullscreen state before mapping the window | wm4 | 2014-05-15 | 1 | -0/+11 |
* | x11: clear window on map | wm4 | 2014-05-15 | 1 | -1/+1 |
* | x11: wait until the window is mapped | wm4 | 2014-05-15 | 1 | -0/+11 |
* | vf_dlopen: update usage message to new-style args | Kevin Mitchell | 2014-05-15 | 1 | -1/+1 |
* | vf_dlopen: remove buggy private name -> imgfmt conversion | Kevin Mitchell | 2014-05-15 | 2 | -34/+18 |
* | vf_vapoursynth: fix debug output | wm4 | 2014-05-15 | 1 | -1/+4 |
* | vf_vapoursynth: add more debug output | wm4 | 2014-05-15 | 1 | -18/+21 |
* | vf_vapoursynth: avoid unnecessary waiting | wm4 | 2014-05-14 | 1 | -1/+1 |
* | vf_vapoursynth: allow parallel processing | wm4 | 2014-05-14 | 1 | -37/+81 |
* | wayland: fix typo | Alexander Preisinger | 2014-05-14 | 1 | -14/+14 |
* | vda: Hwaccel 1.2 support | Luca Barbato | 2014-05-12 | 2 | -34/+74 |
* | vda: Simplify codec selection | Luca Barbato | 2014-05-12 | 1 | -28/+2 |
* | vd_lavc: Support hwaccel 1.2 and later | Luca Barbato | 2014-05-12 | 1 | -4/+4 |
* | wayland: fix unchecked malloc usage | wm4 | 2014-05-11 | 1 | -3/+9 |
* | x11: fix potentially unaligned access in icon loader | wm4 | 2014-05-10 | 1 | -3/+3 |
* | encode: fix PTS unit mismatch | wm4 | 2014-05-10 | 1 | -6/+6 |
* | vdpau: make mp_vdpau_ctx thread-safe | wm4 | 2014-05-10 | 2 | -21/+67 |
* | vdpau: remove some code | wm4 | 2014-05-10 | 1 | -7/+3 |
* | vo_vdpau, vo_opengl: handle vdpau preemption differently | wm4 | 2014-05-10 | 4 | -64/+29 |
* | vdpau: handle display preemption during decoding | wm4 | 2014-05-10 | 3 | -38/+39 |
* | w32_common: fix typo | wm4 | 2014-05-10 | 1 | -2/+3 |
* | player: remove VO from seeking code path | wm4 | 2014-05-07 | 2 | -6/+0 |
* | video/out: remove unused config() parameters | wm4 | 2014-05-07 | 9 | -29/+17 |
* | vo: remove old stuff | wm4 | 2014-05-06 | 2 | -24/+0 |
* | vo_wayland: always assume resize on reconfigure | wm4 | 2014-05-06 | 1 | -2/+1 |
* | wayland: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 4 | -27/+28 |
* | win32: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 4 | -70/+46 |
* | cocoa: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 3 | -22/+25 |
* | vo_sdl: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 1 | -29/+33 |
* | x11: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 7 | -36/+36 |
* | video/out: separate out code to compute window size | wm4 | 2014-05-06 | 3 | -85/+171 |
* | Fix bogus copyright text | wm4 | 2014-05-06 | 1 | -2/+0 |
* | vo: fix previous commit | wm4 | 2014-05-06 | 1 | -1/+1 |
* | vo: don't crash when changing panscan before first configuration | wm4 | 2014-05-06 | 1 | -0/+2 |
* | vo: get rid of config_count field | wm4 | 2014-05-06 | 4 | -8/+4 |
* | vf: print for which filter initialization failed | wm4 | 2014-05-04 | 2 | -4/+11 |
* | vf_vdpaupp: make code clarity improvements | wm4 | 2014-05-04 | 1 | -8/+8 |
* | vdpau: deduplicate video surface upload code | wm4 | 2014-05-04 | 4 | -54/+48 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -1/+0 |
* | options: remove obsolete --fsmode-dontuse | Martin Herkt | 2014-05-04 | 1 | -8/+2 |
* | options: rename video-related options/properties | Martin Herkt | 2014-05-04 | 1 | -2/+2 |
* | vf_vapoursynth: fix aspect ratio passed to vapoursynth | wm4 | 2014-05-03 | 1 | -2/+8 |
* | video: removed unused stuff | wm4 | 2014-05-02 | 2 | -7/+0 |
* | video: change everything | wm4 | 2014-05-02 | 4 | -40/+33 |
* | video: handle colorspace and aspect overrides separately | wm4 | 2014-05-02 | 3 | -9/+24 |
* | vf: sanitize filter input, instead of overriding it | wm4 | 2014-05-02 | 1 | -1/+2 |
* | vf: add alternate functions for retrieving filter output | wm4 | 2014-05-02 | 2 | -13/+57 |
* | vf: expose input parameters; clear parameters on failure | wm4 | 2014-05-02 | 2 | -2/+3 |
* | vf: mark auto-inserted conversion filters in verbose output | wm4 | 2014-05-02 | 1 | -0/+2 |
* | vf_lavfi: reinit after libavfilter EOF | wm4 | 2014-05-02 | 1 | -13/+25 |
* | vo: verify format of queued image | wm4 | 2014-05-02 | 1 | -0/+1 |
* | video: fix screenshots with anamorphic video | wm4 | 2014-05-02 | 1 | -2/+2 |
* | vf_vdpaupp: always provide past and future fields | wm4 | 2014-05-02 | 1 | -1/+1 |
* | vo_vdpau: keep colorspace flags | wm4 | 2014-05-02 | 1 | -1/+2 |
* | video: move video frame queue from vo_vdpau.c to vo.c | wm4 | 2014-05-02 | 3 | -145/+102 |
* | vo_vdpau: always use mp_image for internal buffer queue | wm4 | 2014-05-02 | 1 | -44/+39 |
* | command, vo_vdpau: respect vdpau deint sub-option | wm4 | 2014-05-02 | 2 | -0/+5 |
* | vf_vdpaupp: allow toggling deinterlace | wm4 | 2014-05-02 | 1 | -4/+19 |
* | vo_vdpau: apply vo_vdpau postprocessing options | wm4 | 2014-05-02 | 1 | -2/+16 |
* | vdpau_mixer: allow overriding frame opts | wm4 | 2014-05-02 | 4 | -4/+10 |
* | vo_vdpau: support vf_vdpaupp | wm4 | 2014-05-02 | 1 | -248/+43 |
* | vo_opengl: make it work with vf_vdpaupp | wm4 | 2014-05-02 | 1 | -50/+8 |
* | vf_vdpaupp: allow non-vdpau input | wm4 | 2014-05-02 | 1 | -5/+42 |
* | vdpau: add a postprocessing pseudo-filter | wm4 | 2014-05-02 | 4 | -0/+550 |
* | vo: document draw_image | wm4 | 2014-04-30 | 1 | -0/+6 |
* | vo_lavc: remove code with no effect | wm4 | 2014-04-30 | 1 | -1/+0 |
* | video: improve error messages | wm4 | 2014-04-30 | 1 | -1/+1 |
* | vf: print error if filtering a frame fails | wm4 | 2014-04-30 | 1 | -1/+4 |
* | vf_lavfi: reset metadata in reset() | Kevin Mitchell | 2014-04-29 | 1 | -0/+4 |
* | vf-metadata: fix handling of NULL metadata | Kevin Mitchell | 2014-04-29 | 1 | -4/+7 |
* | video: remove redundant mp_image display_w/_h members | wm4 | 2014-04-29 | 3 | -18/+6 |
* | vo_vdpau: let vdpau scale anamorphic screenshots | wm4 | 2014-04-29 | 1 | -8/+4 |
* | vf_vapoursynth: add more VS frame properties | wm4 | 2014-04-28 | 1 | -0/+26 |
* | vf_vapoursynth: use frame durations instead of _AbsoluteTime | wm4 | 2014-04-28 | 1 | -6/+25 |
* | vf_vapoursynth: fix memory leak on error | wm4 | 2014-04-28 | 1 | -1/+3 |
* | vf_vapoursynth: remove incorrect copyright notice | wm4 | 2014-04-28 | 1 | -2/+0 |
* | vf_lavfi: distinguish real errors from other states | wm4 | 2014-04-28 | 1 | -2/+11 |
* | video: don't drop last frame when deinterlacing with yadif | wm4 | 2014-04-28 | 7 | -6/+32 |
* | cocoa: refactor sync scheduling to a function | Stefano Pigozzi | 2014-04-28 | 1 | -14/+18 |
* | cocoa: use mainScreen as a fallback for window constraining | Stefano Pigozzi | 2014-04-28 | 1 | -1/+1 |
* | cocoa: disallow the titlebar to exit the visibleFrame on the bottom edge | Stefano Pigozzi | 2014-04-28 | 1 | -6/+7 |
* | cocoa: add constraints to prevent the window to exit the screen | Stefano Pigozzi | 2014-04-28 | 1 | -9/+21 |
* | cocoa: move sync section assignments in vo_control | Ryan Goulden | 2014-04-28 | 1 | -4/+4 |
* | cocoa: cosmetics: use NSMakeSize | Ryan Goulden | 2014-04-28 | 1 | -1/+1 |
* | cocoa: fix native fullscreen | Ryan Goulden | 2014-04-28 | 3 | -62/+71 |
* | vf_vapoursynth: use official AbsoluteTime property | wm4 | 2014-04-27 | 1 | -2/+2 |
* | vf_vapoursynth: keep pixel aspect ratio | wm4 | 2014-04-27 | 1 | -3/+3 |
* | Revert "wayland: print waylands display erros" | Alexander Preisinger | 2014-04-26 | 1 | -39/+0 |
* | vf_pp: PP_PICT_TYPE_QP2 is always defined | wm4 | 2014-04-25 | 1 | -4/+0 |
* | vo: do not check for events on unconfigured VO | Martin Herkt | 2014-04-25 | 1 | -1/+3 |
* | video: add a "hwdec" property to enable or disable hw decoding at runtime | wm4 | 2014-04-23 | 3 | -0/+11 |
* | vo: simplify event_fd handling | wm4 | 2014-04-22 | 2 | -22/+13 |
* | vo: cosmetics: move around some code | wm4 | 2014-04-22 | 1 | -134/+136 |
* | vo: minor cosmetic change | wm4 | 2014-04-22 | 1 | -2/+1 |
* | vf: print all image parameter information in verbose output | wm4 | 2014-04-22 | 1 | -0/+5 |
* | vo: warn if the VO doesn't support certain flags | wm4 | 2014-04-22 | 1 | -1/+15 |
* | vf: remove autoinserted filters on reconfig | wm4 | 2014-04-21 | 2 | -0/+8 |
* | vf: add function to remove a filter from the chain | wm4 | 2014-04-21 | 2 | -0/+14 |
* | vo_opengl: support rotation | wm4 | 2014-04-21 | 2 | -15/+48 |
* | vo: add some general support code for VOs that allow rotation | wm4 | 2014-04-21 | 4 | -12/+30 |
* | vo_opengl: clean up rendering path | wm4 | 2014-04-21 | 1 | -76/+94 |
* | demux: export video rotation parameter | wm4 | 2014-04-21 | 1 | -0/+1 |
* | mp_image: add rotation parameter | wm4 | 2014-04-21 | 2 | -1/+4 |
* | video: make mp_image use mp_image_params directly | wm4 | 2014-04-21 | 5 | -69/+37 |
* | vf_rotate: support all multiples of 90 degrees | wm4 | 2014-04-21 | 2 | -92/+23 |
* | Fix some libav* include statements | wm4 | 2014-04-19 | 6 | -13/+13 |
* | Remove CPU detection and inline asm handling | wm4 | 2014-04-19 | 1 | -2/+5 |
* | vf_pp: fix include statement | wm4 | 2014-04-19 | 1 | -1/+1 |
* | vf_pp: use native libpostproc CPU detection | wm4 | 2014-04-19 | 1 | -5/+1 |
* | vf_divtc: remove inline asm | wm4 | 2014-04-19 | 1 | -50/+0 |
* | vf_pullup: remove inline asm | wm4 | 2014-04-19 | 3 | -218/+0 |
* | vf_noise: remove line asm | wm4 | 2014-04-19 | 1 | -130/+4 |
* | vf_ilpack: remove inline asm | wm4 | 2014-04-19 | 1 | -277/+4 |
* | vf_eq: remove slow inline asm | wm4 | 2014-04-19 | 1 | -75/+0 |
* | w32_common: use ToUnicode to translate key input | James Ross-Gowan | 2014-04-17 | 2 | -50/+184 |
* | vo_opengl: make spline36 default with --vo=opengl-hq | wm4 | 2014-04-17 | 1 | -1/+1 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 1 | -1/+3 |
* | wayland: unset input regions for osd | Alexander Preisinger | 2014-04-16 | 1 | -0/+4 |
* | wayland/shm: Use subsurfaces for OSD | Alexander Preisinger | 2014-04-16 | 4 | -29/+133 |
* | video: remove use of deprecated AVFrame fields on Libav | wm4 | 2014-04-15 | 1 | -4/+0 |
* | vf_vapoursynth: handle destruction more gracefully | wm4 | 2014-04-14 | 1 | -7/+8 |
* | video: change image format names, prefer mostly FFmpeg names | wm4 | 2014-04-14 | 2 | -89/+60 |
* | vf_vapoursynth: wipe vapoursynth state completely on reloading | wm4 | 2014-04-14 | 1 | -40/+55 |
* | Kill all tabs | wm4 | 2014-04-13 | 15 | -1372/+1372 |
* | vf_lavfi: copy AVFrame metadata into vf_lavfi priv | Kevin Mitchell | 2014-04-13 | 2 | -0/+21 |
* | vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parse | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | vf: auto-label video filters if no label is specified | Kevin Mitchell | 2014-04-13 | 1 | -1/+12 |
* | vf: add vf_control_by_label to send vfctrl to specific filter | Kevin Mitchell | 2014-04-13 | 2 | -0/+12 |
* | wayland: don't schedule resize if going fullscreen | Ricardo Vieira | 2014-04-13 | 1 | -1/+0 |
* | vf_vapoursynth: print an error if VapourSynth returns an unknown format | wm4 | 2014-04-13 | 1 | -0/+1 |
* | vf_vapoursynth: error out early if the file sub-option is not set | wm4 | 2014-04-13 | 1 | -0/+4 |
* | video: add VapourSynth filter bridge | wm4 | 2014-04-12 | 2 | -0/+480 |
* | encode: write 2-pass stats only per-packet | wm4 | 2014-04-11 | 1 | -1/+2 |
* | sws_utils: remove custom GBRP conversion | wm4 | 2014-04-10 | 1 | -48/+0 |
* | vo_vdpau: add an additional check for timestamp robustness | wm4 | 2014-04-08 | 1 | -0/+16 |
* | vo_vdpau: document what WRAP_ADD does | wm4 | 2014-04-08 | 1 | -0/+2 |
* | vo_vdpau: simplify previous vsync timestamp calculation | wm4 | 2014-04-08 | 1 | -9/+8 |
* | vo_vdpau: simplify time management and make it more robust | wm4 | 2014-04-07 | 1 | -68/+11 |
* | gl_lcms: properly expand the cache filename being written | Stefano Pigozzi | 2014-04-05 | 1 | -1/+3 |
* | vo_vdpau: more debugging output | wm4 | 2014-04-03 | 1 | -4/+20 |
* | gl_lcms: fix build when lcms2 is not available | Stefano Pigozzi | 2014-03-31 | 1 | -0/+5 |
* | vo_corevideo: remove unused variable | Stefano Pigozzi | 2014-03-31 | 1 | -1/+0 |
* | vo_opengl, cocoa: allow to autoselect a color profile | Stefano Pigozzi | 2014-03-31 | 7 | -2/+219 |
* | vf_eq: don't malloc priv struct | wm4 | 2014-03-30 | 1 | -1/+0 |
* | Fix compilation on OSX and win32 | wm4 | 2014-03-29 | 2 | -2/+1 |
* | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 12 | -135/+106 |
* | mp_image: add missing field to mp_image_params_equals() | wm4 | 2014-03-28 | 1 | -0/+1 |
* | vo_opengl: runtime icc profile switching | wm4 | 2014-03-24 | 2 | -19/+40 |
* | x11_common: fix some problems with window dragging | wm4 | 2014-03-22 | 1 | -1/+2 |
* | vdpau: remove pointer indirection for a field | wm4 | 2014-03-19 | 5 | -14/+13 |
* | vdpau: fix decoder init return value | wm4 | 2014-03-19 | 1 | -3/+3 |
* | x11: implement window dragging by grabbing | wm4 | 2014-03-18 | 2 | -1/+37 |
* | vaapi: solve potential problem with ambiguous image formats | wm4 | 2014-03-17 | 1 | -32/+27 |
* | vaapi: simplify | wm4 | 2014-03-17 | 1 | -67/+60 |
* | vaapi: make struct va_surface private | wm4 | 2014-03-17 | 6 | -90/+78 |
* | vaapi: replace image pool implementation with mp_image_pool | wm4 | 2014-03-17 | 5 | -241/+152 |
* | mp_image_pool: add features needed for use with hwaccel | wm4 | 2014-03-17 | 2 | -18/+69 |
* | vdpau: remove legacy pixel formats | wm4 | 2014-03-17 | 6 | -41/+10 |
* | vdpau: remove unused type | wm4 | 2014-03-17 | 1 | -6/+0 |
* | video: change image format from unsigned int to int in some places | wm4 | 2014-03-17 | 6 | -12/+12 |
* | img_format: AV_PIX_FMT_FLAG_ALPHA is always available | wm4 | 2014-03-17 | 1 | -5/+0 |
* | vd_lavc: reinit hwdec on profile changes | wm4 | 2014-03-17 | 2 | -2/+6 |
* | video: fix FFmpeg or Libav being a special snowflake | wm4 | 2014-03-16 | 1 | -1/+2 |
* | vd_lavc: remove unused field | wm4 | 2014-03-16 | 2 | -3/+0 |
* | vd_lavc: reduce hardware decoder mid-stream reinitializations | wm4 | 2014-03-16 | 1 | -1/+6 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 1 | -5/+3 |
* | image_writer: use new AVFrame API | wm4 | 2014-03-16 | 1 | -3/+2 |
* | vf_delogo: remove internal implementation | wm4 | 2014-03-16 | 1 | -249/+2 |
* | vf_hqdn3d: remove internal implementation | wm4 | 2014-03-16 | 1 | -276/+10 |
* | vf_yadif: remove internal implementation | wm4 | 2014-03-16 | 1 | -467/+3 |
* | vf_unsharp: remove internal implementation | wm4 | 2014-03-16 | 1 | -176/+3 |
* | vf_gradfun: remove internal implementation | wm4 | 2014-03-16 | 1 | -339/+5 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 2 | -2/+2 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -12/+2 |
* | vd_lavc: remove compatibility crap | wm4 | 2014-03-16 | 9 | -823/+29 |
* | vd_lavc: ridiculous workaround for Libav 9 compatibility | wm4 | 2014-03-16 | 3 | -1/+23 |
* | w32_common: prevent MOUSE_BTN0 sticking after drag | James Ross-Gowan | 2014-03-12 | 1 | -0/+2 |
* | w32_common: capture mouse input | James Ross-Gowan | 2014-03-12 | 1 | -0/+5 |
* | video: initialize hw decoder in get_format | wm4 | 2014-03-10 | 4 | -46/+42 |
* | vo_opengl: Correct and clarify gl_check_features | Niklas Haas | 2014-03-10 | 1 | -11/+24 |
* | vo_opengl: Simplify and clarify color correction code | Niklas Haas | 2014-03-10 | 5 | -48/+56 |
* | vo_opengl: Use bt709_expand on OSD for :srgb | Niklas Haas | 2014-03-10 | 1 | -1/+1 |
* | encode: add locking | wm4 | 2014-03-09 | 1 | -16/+37 |
* | wayland/shm: fix leak in buffer pool | Alexander Preisinger | 2014-03-06 | 1 | -10/+13 |
* | vo_opengl: minor simplification | wm4 | 2014-03-01 | 1 | -30/+24 |
* | vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache header | Niklas Haas | 2014-03-01 | 1 | -2/+3 |
* | vo_opengl: change gamma suboption to take a value | wm4 | 2014-02-27 | 2 | -7/+8 |
* | vo_opengl: Change the default icc-intent to relative colorimetric | Niklas Haas | 2014-02-26 | 1 | -1/+1 |
* | vdpau: change the error message when video too large | Andrey Morozov | 2014-02-24 | 1 | -1/+2 |
* | vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gamma | Niklas Haas | 2014-02-24 | 2 | -6/+17 |
* | video: add rounding to aspect ratio calculations | wm4 | 2014-02-19 | 1 | -2/+2 |
* | vo_opengl: use GL_RGBA16 FBO format for HQ | Grigori Goronzy | 2014-02-17 | 1 | -1/+1 |
* | vo_corevideo: remove unused variable | Stefano Pigozzi | 2014-02-17 | 1 | -1/+0 |
* | w32_common: don't set small icon | James Ross-Gowan | 2014-02-17 | 1 | -4/+1 |
* | wayland/shm: remove unused define | Alexander Preisinger | 2014-02-16 | 1 | -2/+0 |
* | csputils: provide string descriptions of chroma locations | wm4 | 2014-02-16 | 2 | -0/+9 |
* | vo_opengl: make :srgb decompand the BT.709 values correctly | nand | 2014-02-12 | 1 | -2/+15 |
* | vo_wayland: silence shadowing warning | wm4 | 2014-02-12 | 1 | -3/+3 |
* | wayland/shm: rewrite buffer handling | Alexander Preisinger | 2014-02-11 | 1 | -131/+229 |
* | wayland/shm: prevent the window from flying away | Alexander Preisinger | 2014-02-11 | 1 | -0/+2 |
* | video: fix --no-aspect | wm4 | 2014-02-11 | 1 | -2/+2 |
* | vo_opengl: fix typo in gamma function's parameter | nand | 2014-02-10 | 1 | -2/+2 |
* | vo_vdpau: Discard zero timestamps | Jonas Zetterberg | 2014-02-10 | 1 | -0/+3 |
* | vo_vdpau: Ensure presentation time is within bounds | Jonas Zetterberg | 2014-02-10 | 1 | -0/+4 |
* | vo_opengl: use exactly the values defined by BT.709 for CMS | nand | 2014-02-09 | 1 | -3/+9 |
* | gl_x11: don't require a X visual for modern GL context creation | wm4 | 2014-02-06 | 1 | -4/+10 |
* | gl_x11: always request true color visual | wm4 | 2014-02-06 | 1 | -0/+1 |
* | csputils: correct constness of csp name constants | wm4 | 2014-02-03 | 2 | -6/+6 |
* | wayland: change minimum version | Alexander Preisinger | 2014-02-02 | 1 | -9/+0 |
* | x11: fix initial VO size | wm4 | 2014-02-02 | 1 | -6/+7 |
* | x11: remove apparently useless code | wm4 | 2014-02-02 | 1 | -8/+0 |
* | x11: fix race condition when setting aspect when leaving fullscreen | wm4 | 2014-02-02 | 1 | -1/+10 |
* | vo_wayland: silence shadowing warning | wm4 | 2014-01-29 | 1 | -3/+3 |
* | mp_image: reject too large image sizes | wm4 | 2014-01-29 | 1 | -0/+4 |
* | wayland/shm: RGB888 as default, change options | Alexander Preisinger | 2014-01-28 | 1 | -15/+27 |
* | wayland/shm: fix memory leak | Alexander Preisinger | 2014-01-28 | 1 | -1/+4 |
* | wayland/shm: remove resize boilerplate | Alexander Preisinger | 2014-01-28 | 1 | -21/+4 |
* | vo_sdl: fix compilation | wm4 | 2014-01-25 | 1 | -2/+2 |
* | vo_wayland: fix confusion of video and window sizes | wm4 | 2014-01-24 | 1 | -2/+2 |
* | video/out: do remaining config to reconfig replacements | wm4 | 2014-01-24 | 10 | -108/+63 |
* | aspect: remove a small ffmpeg dependency | wm4 | 2014-01-22 | 1 | -4/+2 |
* | vo: merge get rid of vo.aspdat field | wm4 | 2014-01-22 | 5 | -109/+91 |
* | vo: move vo_get_src_dst_rects to aspect.c | wm4 | 2014-01-22 | 2 | -128/+130 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 8 | -47/+20 |
* | vo_opengl: don't assume there'a always 1 fbconfig on success | wm4 | 2014-01-21 | 1 | -1/+1 |
* | cocoa: remove dead code | Stefano Pigozzi | 2014-01-21 | 2 | -8/+0 |
* | w32_common: Fix extended keys | James Ross-Gowan | 2014-01-21 | 1 | -1/+1 |
* | w32: use the w32_common keymap in terminal-win too | James Ross-Gowan | 2014-01-19 | 1 | -58/+5 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 10 | -11/+12 |
* | w32_common: add extended keys | James Ross-Gowan | 2014-01-15 | 1 | -23/+54 |
* | w32_common: prevent decoding certain keys twice | James Ross-Gowan | 2014-01-15 | 1 | -12/+34 |
* | options: remove --screenw and --screenh | wm4 | 2014-01-11 | 1 | -7/+2 |
* | video/out: remove pointless x/y parameter from vo_x11_config_vo_window | wm4 | 2014-01-11 | 7 | -15/+10 |
* | video/out: simplify monitor aspect handling | wm4 | 2014-01-11 | 9 | -39/+25 |
* | video/out: remove fallback handling for screensize/monitor pixel aspect | wm4 | 2014-01-11 | 1 | -7/+1 |
* | cocoa: fix window placement on secondary screens | Stefano Pigozzi | 2014-01-11 | 1 | -3/+2 |
* | vd_lavc: matroska: remove weird code setting extra_huff for mjpeg | wm4 | 2014-01-11 | 1 | -12/+0 |
* | vd_lavc: matroska: remove weird realvideo special handling | wm4 | 2014-01-11 | 1 | -16/+1 |
* | vd_lavc: minor simplification | wm4 | 2014-01-11 | 1 | -11/+2 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-01-11 | 1 | -19/+8 |
* | cocoa: refactor init window positioning code | Stefano Pigozzi | 2014-01-10 | 1 | -2/+1 |
* | cocoa: allow to drag and drop URLs | Nyx0uf | 2014-01-10 | 1 | -5/+19 |
* | wayland: properly empty output list | Alexander Preisinger | 2014-01-08 | 1 | -4/+4 |
* | wayland/shm: don't crash if initialization failed | Alexander Preisinger | 2014-01-08 | 1 | -3/+1 |
* | wayland: fix crash when initialization fails | wm4 | 2014-01-08 | 1 | -1/+2 |
* | wayland/shm: tone down warnings | Alexander Preisinger | 2014-01-08 | 1 | -2/+2 |
* | wayland: fix memory leaks | Alexander Preisinger | 2014-01-08 | 3 | -2/+24 |
* | wayland: cleanup registry_handle_global | Alexander Preisinger | 2014-01-08 | 1 | -2/+1 |
* | wayland: remove set_user_data from seat_listener | Alexander Preisinger | 2014-01-08 | 1 | -2/+0 |
* | wayland: use static consistently | Alexander Preisinger | 2014-01-08 | 1 | -4/+4 |
* | wayland: fix fullscreen & resizing for good | Alexander Preisinger | 2014-01-07 | 3 | -12/+34 |
* | wayland: silence annoying libwayland-client message | wm4 | 2014-01-07 | 1 | -0/+3 |
* | wayland: fix some memory leaks on initialization failure | wm4 | 2014-01-07 | 1 | -6/+13 |
* | w32_common: reformat yet again | Martin Herkt | 2014-01-06 | 1 | -208/+208 |
* | cocoa: don't reset window size when the video size doesn't change | Stefano Pigozzi | 2014-01-06 | 1 | -15/+14 |
* | w32_common: don't force topmost on fullscreen | Martin Herkt | 2014-01-06 | 1 | -1/+2 |
* | w32_common: reformat slightly | Martin Herkt | 2014-01-06 | 1 | -68/+99 |
* | w32_common: use OLE DnD for text/uri-list support | xnoreq | 2014-01-06 | 1 | -39/+203 |
* | Revert "wayland/egl: use redraw callback" | Alexander Preisinger | 2014-01-04 | 2 | -28/+1 |
* | wayland: remove workaround | Alexander Preisinger | 2014-01-04 | 1 | -6/+3 |
* | wayland: fix obvious bug in dnd code | Alexander Preisinger | 2014-01-04 | 1 | -1/+1 |
* | video/out: remove some code duplication between X11 and wayland | wm4 | 2014-01-04 | 2 | -45/+4 |
* | cocoa: handle files drag and drop on the player video view | Stefano Pigozzi | 2014-01-04 | 4 | -1/+29 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 3 | -43/+4 |
* | wayland/egl: misc fixes and cleanups | Alexander Preisinger | 2014-01-04 | 2 | -6/+1 |
* | wayland/egl: use redraw callback | Alexander Preisinger | 2014-01-04 | 2 | -1/+32 |
* | wayland/egl: add egl_context to the wayland state | Alexander Preisinger | 2014-01-04 | 2 | -67/+73 |
* | wayland: Remove nonsense comment and add warning | Alexander Preisinger | 2014-01-04 | 1 | -4/+2 |
* | wayland: move workaround to fullscreen code | Alexander Preisinger | 2014-01-04 | 1 | -4/+5 |
* | wayland: implement dropping files on the VO window | Alexander Preisinger | 2014-01-04 | 2 | -2/+190 |
* | vo: dropping subtitle files on the VO window adds them as subtitle files | wm4 | 2014-01-04 | 1 | -11/+27 |
* | x11: implement dropping files on the VO window | wm4 | 2014-01-04 | 2 | -6/+192 |
* | vo: add vo_drop_files() | wm4 | 2014-01-04 | 2 | -0/+26 |
* | vda: fix build on OS X 10.7 | Stefano Pigozzi | 2014-01-02 | 2 | -0/+2 |
* | wayland/opengl: fix garbage borders | Alexander Preisinger | 2014-01-02 | 2 | -22/+22 |
* | wayland/shm: only commit new frames | Alexander Preisinger | 2014-01-02 | 1 | -36/+40 |
* | wayland: don't change set fullscreen twice | Alexander Preisinger | 2014-01-02 | 1 | -1/+1 |
* | video: fix --brightness etc. options | wm4 | 2013-12-29 | 1 | -11/+0 |
* | vd_lavc: by default, output all frames, even corrupted ones | wm4 | 2013-12-29 | 1 | -0/+10 |
* | vo/x11_common: do not select motion events when --no-mouse-movements is set | ahodesuka | 2013-12-28 | 1 | -1/+1 |
* | Revert "x11: don't set global error handler" | wm4 | 2013-12-27 | 1 | -0/+28 |
* | Revert "cocoa: unlock on uninit" | Stefano Pigozzi | 2013-12-26 | 1 | -3/+1 |
* | corevideo: fix video initialization when not using VDA | Stefano Pigozzi | 2013-12-26 | 1 | -52/+46 |
* | build: fix shm detection on OpenBSD | Stefano Pigozzi | 2013-12-26 | 1 | -0/+1 |
* | cocoa: sanitize window title string and guard against NULL | Stefano Pigozzi | 2013-12-25 | 1 | -1/+6 |
* | vo_x11/vo_xv: fix build when using --disable-xext | Stefano Pigozzi | 2013-12-25 | 2 | -12/+12 |
* | vaapi: fix initialization error code path | wm4 | 2013-12-23 | 1 | -1/+2 |
* | vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bit | wm4 | 2013-12-22 | 2 | -2/+2 |
* | vo_vdpau: add some debugging messages for frame timing | wm4 | 2013-12-22 | 1 | -2/+4 |
* | gl_lcms: actually acquire mutex | wm4 | 2013-12-22 | 1 | -0/+2 |
* | vda: attempt to fix build (2) | wm4 | 2013-12-22 | 1 | -2/+2 |
* | msg: remove global state | wm4 | 2013-12-21 | 1 | -1/+0 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 6 | -39/+39 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 2 | -3/+3 |
* | vo_opengl_old: remove leftovers | wm4 | 2013-12-21 | 1 | -1/+1 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -4/+5 |
* | x11: mp_msg conversion for fstype help output | wm4 | 2013-12-21 | 2 | -10/+8 |
* | m_option: add mp_log context to sub-module print_help callback | wm4 | 2013-12-21 | 3 | -11/+9 |
* | m_option: add mp_log callback to OPT_STRING_VALIDATE options | wm4 | 2013-12-21 | 4 | -16/+16 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 3 | -3/+4 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 1 | -2/+2 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |