| Commit message (Expand) | Author | Age | Files | Lines |
* | vdpau: change the error message when video too large | Andrey Morozov | 2014-03-11 | 1 | -1/+2 |
* | video: add rounding to aspect ratio calculations | wm4 | 2014-03-11 | 1 | -2/+2 |
* | w32_common: don't set small icon | James Ross-Gowan | 2014-03-11 | 1 | -4/+1 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-03-11 | 1 | -19/+8 |
* | vo_opengl: make :srgb decompand the BT.709 values correctly | nand | 2014-02-12 | 1 | -2/+15 |
* | wayland/shm: prevent the window from flying away | Alexander Preisinger | 2014-02-12 | 1 | -0/+2 |
* | video: fix --no-aspect | wm4 | 2014-02-12 | 1 | -2/+2 |
* | vo_opengl: fix typo in gamma function's parameter | nand | 2014-02-12 | 1 | -2/+2 |
* | vo_vdpau: Discard zero timestamps | Jonas Zetterberg | 2014-02-12 | 1 | -0/+3 |
* | vo_vdpau: Ensure presentation time is within bounds | Jonas Zetterberg | 2014-02-12 | 1 | -0/+4 |
* | vo_opengl: use exactly the values defined by BT.709 for CMS | nand | 2014-02-12 | 1 | -3/+9 |
* | gl_x11: don't require a X visual for modern GL context creation | wm4 | 2014-02-12 | 1 | -4/+10 |
* | gl_x11: always request true color visual | wm4 | 2014-02-12 | 1 | -0/+1 |
* | wayland: change minimum version | Alexander Preisinger | 2014-02-12 | 1 | -9/+0 |
* | x11: fix initial VO size | wm4 | 2014-02-12 | 1 | -6/+7 |
* | x11: remove apparently useless code | wm4 | 2014-02-12 | 1 | -8/+0 |
* | x11: fix race condition when setting aspect when leaving fullscreen | wm4 | 2014-02-12 | 1 | -1/+10 |
* | vo_wayland: silence shadowing warning | wm4 | 2014-01-31 | 1 | -3/+3 |
* | mp_image: reject too large image sizes | wm4 | 2014-01-31 | 1 | -0/+4 |
* | wayland/shm: RGB888 as default, change options | Alexander Preisinger | 2014-01-31 | 1 | -15/+27 |
* | wayland/shm: fix memory leak | Alexander Preisinger | 2014-01-31 | 1 | -1/+4 |
* | wayland/shm: remove resize boilerplate | Alexander Preisinger | 2014-01-31 | 1 | -21/+4 |
* | vo_wayland: fix confusion of video and window sizes | wm4 | 2014-01-31 | 1 | -2/+2 |
* | cocoa: fix window placement on secondary screens | Stefano Pigozzi | 2014-01-15 | 1 | -3/+2 |
* | cocoa: refactor init window positioning code | Stefano Pigozzi | 2014-01-15 | 1 | -2/+1 |
* | wayland: properly empty output list | Alexander Preisinger | 2014-01-15 | 1 | -4/+4 |
* | wayland/shm: don't crash if initialization failed | Alexander Preisinger | 2014-01-15 | 1 | -3/+1 |
* | wayland: fix crash when initialization fails | wm4 | 2014-01-15 | 1 | -1/+2 |
* | wayland/shm: tone down warnings | Alexander Preisinger | 2014-01-15 | 1 | -2/+2 |
* | wayland: fix memory leaks | Alexander Preisinger | 2014-01-15 | 3 | -2/+23 |
* | wayland: cleanup registry_handle_global | Alexander Preisinger | 2014-01-15 | 1 | -2/+1 |
* | wayland: remove set_user_data from seat_listener | Alexander Preisinger | 2014-01-15 | 1 | -2/+0 |
* | wayland: use static consistently | Alexander Preisinger | 2014-01-15 | 1 | -4/+4 |
* | wayland: fix fullscreen & resizing for good | Alexander Preisinger | 2014-01-15 | 3 | -12/+34 |
* | wayland: silence annoying libwayland-client message | wm4 | 2014-01-15 | 1 | -0/+3 |
* | wayland: fix some memory leaks on initialization failure | wm4 | 2014-01-15 | 1 | -6/+13 |
* | 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 |
* | Revert "wayland/egl: use redraw callback" | Alexander Preisinger | 2014-01-06 | 2 | -28/+1 |
* | wayland: remove workaround | Alexander Preisinger | 2014-01-06 | 1 | -6/+3 |
* | wayland/egl: misc fixes and cleanups | Alexander Preisinger | 2014-01-06 | 2 | -6/+1 |
* | wayland/egl: use redraw callback | Alexander Preisinger | 2014-01-06 | 2 | -1/+32 |
* | wayland/egl: add egl_context to the wayland state | Alexander Preisinger | 2014-01-06 | 2 | -67/+73 |
* | wayland: Remove nonsense comment and add warning | Alexander Preisinger | 2014-01-06 | 1 | -4/+2 |
* | wayland: move workaround to fullscreen code | Alexander Preisinger | 2014-01-06 | 1 | -4/+5 |
* | vda: fix build on OS X 10.7 | Stefano Pigozzi | 2014-01-06 | 2 | -0/+2 |
* | wayland/opengl: fix garbage borders | Alexander Preisinger | 2014-01-06 | 2 | -22/+22 |
* | wayland/shm: only commit new frames | Alexander Preisinger | 2014-01-06 | 1 | -36/+40 |
* | wayland: don't change set fullscreen twice | Alexander Preisinger | 2014-01-06 | 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 |
* | img_format: drop message about unknown pixel formats | wm4 | 2013-12-21 | 1 | -7/+1 |
* | bitmap_packer: use printf() for fatal message | wm4 | 2013-12-21 | 1 | -2/+2 |
* | vaapi: mp_msg conversions | wm4 | 2013-12-21 | 6 | -123/+135 |
* | vdpau: mp_msg conversions | wm4 | 2013-12-21 | 6 | -73/+77 |
* | video/fmt-conversion.c: remove unknown pixel format messages | wm4 | 2013-12-21 | 3 | -20/+17 |
* | image_writer: mp_msg conversions | wm4 | 2013-12-21 | 3 | -14/+12 |
* | sws_utils: mp_msg conversions | wm4 | 2013-12-21 | 3 | -3/+13 |
* | gl_lcms: use global lock to deal with crappy lcms2 message callback | wm4 | 2013-12-21 | 1 | -14/+22 |
* | video/out: pass along global context | wm4 | 2013-12-21 | 5 | -4/+10 |
* | video/decode: mp_msg conversions | wm4 | 2013-12-21 | 5 | -65/+71 |
* | video/filter: mp_msg conversions | wm4 | 2013-12-21 | 16 | -121/+102 |
* | x11: don't set global error handler | wm4 | 2013-12-21 | 1 | -22/+0 |
* | w32_common: support file drag and drop | Martin Herkt | 2013-12-20 | 1 | -0/+38 |
* | w32_common: fix mouse clicks | Martin Herkt | 2013-12-19 | 1 | -12/+17 |
* | vf_lavfi: don't access AVFilterPad directly | wm4 | 2013-12-18 | 1 | -2/+3 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 5 | -6/+7 |
* | Fix OSX build; remove all remaining mpvcore references | 11rcombs | 2013-12-17 | 3 | -6/+6 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 66 | -100/+100 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 47 | -62/+62 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 6 | -15/+15 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 5 | -26/+26 |
* | Allow some options taking filenames to refer to mpv config dir | wm4 | 2013-12-14 | 1 | -1/+4 |
* | vf_dsize: fix bug caused by typo | wm4 | 2013-12-14 | 1 | -1/+1 |
* | video: change --video-zoom behavior | wm4 | 2013-12-13 | 1 | -3/+5 |
* | dec_video: fix handling of timestamp resets | wm4 | 2013-12-12 | 1 | -1/+0 |
* | video: display last frame, drain frames on video reconfig | wm4 | 2013-12-10 | 2 | -0/+5 |
* | vo: reset some fields properly | wm4 | 2013-12-10 | 1 | -0/+6 |
* | video: move VO reinit from filter chain to player | wm4 | 2013-12-10 | 3 | -117/+34 |
* | video: move handling of brightness and deinterlacing control | wm4 | 2013-12-10 | 3 | -30/+42 |
* | vf_vo: remove VO reset on filter uninit | wm4 | 2013-12-10 | 1 | -5/+0 |
* | video: move video filter chain initialization from decoder to player | wm4 | 2013-12-10 | 5 | -62/+37 |
* | compat: add compatibility kludge for Libav 9 | wm4 | 2013-12-08 | 1 | -8/+14 |
* | vf: redo conversion filter insertion/format negotiation | wm4 | 2013-12-07 | 6 | -175/+187 |
* | video/filter: make vf->control non-recursive | wm4 | 2013-12-07 | 12 | -32/+27 |
* | vf: remove flags from filter format status | wm4 | 2013-12-07 | 4 | -37/+25 |
* | video: create a separate context for video filter chain | wm4 | 2013-12-07 | 7 | -137/+175 |
* | video/filter: remove vf_match_csp() | wm4 | 2013-12-07 | 6 | -119/+4 |
* | vf: remove unused function | wm4 | 2013-12-07 | 2 | -23/+0 |
* | vf: print error when creating filter fails | wm4 | 2013-12-07 | 1 | -0/+1 |
* | cocoa: make borderless window resizable | agiz | 2013-12-07 | 1 | -1/+1 |
* | vf: declare config() as legacy | wm4 | 2013-12-05 | 1 | -5/+5 |
* | video/filter: remove unneeded config callbacks | wm4 | 2013-12-05 | 5 | -45/+0 |
* | video: remove --flip | wm4 | 2013-12-05 | 7 | -22/+7 |
* | vf: move norm_qscale() to the only filter which uses it | wm4 | 2013-12-05 | 2 | -15/+15 |
* | vf_sub, vf_dlopen: default struct is not needed | wm4 | 2013-12-05 | 2 | -7/+3 |
* | vf: cleanup removed filter entry | wm4 | 2013-12-05 | 1 | -1/+0 |
* | video/filter: fix some bogus free() calls | wm4 | 2013-12-05 | 4 | -8/+0 |
* | options: remove legacy hacks for sub-option handling | wm4 | 2013-12-04 | 1 | -17/+8 |
* | vd_lavc: factor out libavcodec thread setup | wm4 | 2013-12-04 | 1 | -15/+1 |
* | vd_lavc: don't check required hwdec fields | wm4 | 2013-12-04 | 1 | -4/+3 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 1 | -2/+3 |
* | wayland: print waylands display erros | Alexander Preisinger | 2013-12-04 | 1 | -0/+40 |
* | vf_noise: reduce binary size | wm4 | 2013-12-04 | 1 | -4/+1 |
* | vf_eq: revert unintended binary size increase | wm4 | 2013-12-04 | 1 | -13/+10 |
* | video/filter: remove legacy option handling hacks | wm4 | 2013-12-04 | 32 | -37/+35 |
* | vf_vo: don't abuse option strings to set VO | wm4 | 2013-12-04 | 2 | -6/+15 |
* | vf_rotate: use option parser | wm4 | 2013-12-04 | 1 | -2/+7 |
* | vf_pp: use option parser | wm4 | 2013-12-04 | 1 | -5/+14 |
* | vf_ilpack: use option parser | wm4 | 2013-12-04 | 1 | -8/+10 |
* | vf_eq: use option parser | wm4 | 2013-12-04 | 1 | -26/+22 |
* | vf_dsize: use option parser | wm4 | 2013-12-04 | 1 | -31/+19 |
* | vf_divtc: use option parser | wm4 | 2013-12-04 | 1 | -78/+36 |
* | video/filter: remove vf_down3dright | wm4 | 2013-12-04 | 2 | -158/+0 |
* | vf: remove unneeded field | wm4 | 2013-12-04 | 1 | -1/+0 |
* | vf_pullup: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+37 |
* | vf_unsharp: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -50/+37 |
* | vf_phase: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -35/+48 |
* | vf_noise: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -26/+42 |
* | vf_stereo3d: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+31 |
* | vf_hqdn3d: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -67/+34 |
* | vf_gradfun: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -0/+23 |
* | vf_delogo: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -2/+20 |
* | vf_yadif: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -15/+24 |
* | vf_lavfi: export a wrapper function | wm4 | 2013-12-04 | 2 | -6/+156 |
* | video: remove VFCAP_POSTPROC | wm4 | 2013-12-04 | 2 | -7/+1 |
* | vf_screenshot: remove unnecessary code | wm4 | 2013-12-04 | 1 | -5/+0 |
* | gl_video: change internal API for hwdec mp_image download | Stefano Pigozzi | 2013-12-02 | 3 | -10/+13 |
* | gl_video: use hwdec download_image call only if hwdec is active | wm4 | 2013-12-02 | 1 | -2/+3 |
* | options: add option to disable using right Alt key as Alt Gr | Vivek Jain | 2013-12-02 | 2 | -4/+6 |
* | vo_opengl: support for vda hardware decoding | Stefano Pigozzi | 2013-12-02 | 5 | -0/+161 |
* | gl_video: support packed YUV formats with Apple extensions | Stefano Pigozzi | 2013-12-02 | 4 | -2/+47 |
* | vo_opengl: add support for rectangle textures | wm4 | 2013-12-01 | 5 | -44/+86 |
* | mp_image: deal with FFmpeg PSEUDOPAL braindeath | wm4 | 2013-12-01 | 3 | -3/+15 |
* | vo_null: don't reject hwaccel formats | wm4 | 2013-12-01 | 1 | -2/+0 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 2 | -0/+4 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 8 | -158/+156 |
* | vf_pullup: properly reset on seek | wm4 | 2013-11-29 | 1 | -14/+37 |
* | gl_hwdec: use a imgfmt field instead of a query_format callback | wm4 | 2013-11-29 | 4 | -15/+5 |
* | vdpau: always let decoder output IMGFMT_VDPAU | wm4 | 2013-11-29 | 3 | -3/+4 |
* | vaapi: remove unused hw image formats, simplify | wm4 | 2013-11-29 | 7 | -26/+11 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 3 | -21/+5 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 1 | -3/+8 |
* | video: warn against non-monotonic PTS instead of decreasing PTS | wm4 | 2013-11-28 | 1 | -2/+2 |
* | video: add heuristic to prevent framedrop during hrseek if pts broken | wm4 | 2013-11-28 | 2 | -0/+9 |
* | video: replace d_video->pts field, change PTS jump checks | wm4 | 2013-11-27 | 2 | -5/+6 |
* | video: if PTS is missing, make something up using the framerate | wm4 | 2013-11-27 | 1 | -3/+7 |
* | video: refactor PTS code, add fall back heuristic to DTS | wm4 | 2013-11-27 | 3 | -70/+113 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 1 | -0/+7 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 4 | -10/+10 |
* | video: remove commented code | wm4 | 2013-11-27 | 1 | -13/+2 |
* | video: use dts as fallback when determining pts by sorting | wm4 | 2013-11-27 | 1 | -11/+10 |
* | video/filter: fix PIC compile on x86 | Natanael Copa | 2013-11-26 | 2 | -3/+9 |
* | video: unbreak --no-correct-pts with demuxers that use DTS | wm4 | 2013-11-26 | 2 | -4/+6 |
* | cocoa: unlock on uninit | Stefano Pigozzi | 2013-11-26 | 1 | -1/+3 |
* | video: move timestamp determination code to dec_video | wm4 | 2013-11-25 | 2 | -0/+44 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -2/+3 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 1 | -4/+1 |
* | player: merge no-correct-pts with correct-pts code | wm4 | 2013-11-25 | 2 | -0/+4 |
* | player: change semantics of --no-correct-pts | wm4 | 2013-11-25 | 1 | -1/+0 |
* | dec_video: fix function signature | wm4 | 2013-11-25 | 2 | -4/+6 |
* | video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame | wm4 | 2013-11-25 | 4 | -17/+22 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 7 | -8/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 18 | -21/+16 |
* | vd_lavc: improve a comment | wm4 | 2013-11-24 | 1 | -1/+2 |
* | vd_lavc: when falling back to software, revert filter error status | wm4 | 2013-11-23 | 1 | -0/+2 |
* | Attempt to fix build on older libavcodec versions | wm4 | 2013-11-23 | 2 | -0/+2 |
* | video: don't overwrite demuxer FPS value | wm4 | 2013-11-23 | 1 | -1/+1 |
* | video: move handling of container vs. stream AR out of vd_lavc.c | wm4 | 2013-11-23 | 4 | -39/+34 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 3 | -7/+5 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 2 | -13/+8 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -3/+3 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 6 | -187/+216 |
* | options: print lavfi filter list with --vf=lavfi=help | wm4 | 2013-11-23 | 1 | -0/+40 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 3 | -0/+8 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 4 | -34/+0 |
* | video: merge vd.c into dec_video.c | wm4 | 2013-11-23 | 2 | -175/+138 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 12 | -23/+30 |
* | vo_opengl: fix compilation | wm4 | 2013-11-22 | 1 | -2/+2 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 3 | -5/+5 |
* | vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFO | wm4 | 2013-11-22 | 1 | -4/+8 |
* | cocoa: use window-scale to support video scaling functionality | Stefano Pigozzi | 2013-11-22 | 3 | -6/+10 |
* | cocoa: implement window-scale | Stefano Pigozzi | 2013-11-22 | 1 | -0/+20 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 1 | -3/+3 |
* | vdpau_old: enable OpenGL interop | wm4 | 2013-11-19 | 1 | -0/+1 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 2 | -2/+2 |
* | vo_vdpau: don't calculate destination alpha when drawing OSD | wm4 | 2013-11-18 | 1 | -2/+2 |
* | gl_common: print SW renderer warning only if it was the only reason we reject... | wm4 | 2013-11-14 | 1 | -1/+1 |
* | vd_lavc: select correct hw decoder profile for constrained baseline h264 | wm4 | 2013-11-14 | 1 | -2/+4 |
* | gl_common: remove unneeded callback | wm4 | 2013-11-14 | 4 | -4/+0 |
* | wayland: create xkbcommon keymap from string | Alexander Preisinger | 2013-11-13 | 1 | -2/+1 |
* | waylad: implement functionality for window-scaling | Alexander Preisinger | 2013-11-12 | 1 | -0/+12 |
* | vo_lavc: fix -ovoffset. | Rudolf Polzer | 2013-11-11 | 1 | -1/+3 |
* | vo_opengl: fix alpha values written to the framebuffer | wm4 | 2013-11-10 | 3 | -5/+16 |
* | gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop spec | wm4 | 2013-11-09 | 1 | -2/+6 |
* | vdpau: unbreak | wm4 | 2013-11-09 | 1 | -0/+1 |
* | vdpau: drop dummy render function | wm4 | 2013-11-07 | 1 | -14/+2 |
* | memcpy_pic: reformat | wm4 | 2013-11-06 | 1 | -27/+17 |
* | vd_lavc: remove explicit crystalhd support | wm4 | 2013-11-06 | 1 | -14/+0 |
* | gl_header_fixes: fix inverted condition | wm4 | 2013-11-05 | 1 | -1/+1 |
* | vo_opengl: support for vdpau hardware decoding | wm4 | 2013-11-05 | 5 | -0/+294 |
* | vdpau: move device and video surface management from vo_vdpau.c to vdpau.c | wm4 | 2013-11-05 | 3 | -220/+271 |
* | vo_opengl: redo aspects of initialization, change hwdec API | wm4 | 2013-11-05 | 3 | -38/+38 |
* | vo_opengl/vaapi: use IMGFMT_RGB0 | wm4 | 2013-11-05 | 1 | -1/+1 |
* | video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support it | wm4 | 2013-11-05 | 3 | -27/+36 |
* | vo_xv: fix compilation of SHM not available | wm4 | 2013-11-05 | 1 | -1/+1 |
* | Adjust wayland defines | Paweł Forysiuk | 2013-11-04 | 1 | -1/+1 |
* | vdpau: drop required/deprecated access to a libavcodec struct field | wm4 | 2013-11-04 | 1 | -3/+0 |
* | vo_opengl: cosmetics/fix typos | wm4 | 2013-11-04 | 2 | -2/+2 |
* | vo_opengl: reserve 4 texture units for video instead of 3 | wm4 | 2013-11-04 | 1 | -5/+5 |
* | Merge remote-tracking branch 'origin/have_configure' | Stefano Pigozzi | 2013-11-04 | 17 | -73/+72 |
|\ |
|
| * | fix weird DPMS->EXT replacement | wm4 | 2013-11-04 | 1 | -3/+3 |
| * | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 12 | -32/+396 |
| |\ |
|
| * | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 17 | -72/+71 |
* | | | vo_opengl: fix use of uninitialized memory | wm4 | 2013-11-04 | 1 | -1/+1 |
| |/
|/| |
|
* | | vo_opengl: add support for VA-API OpenGL interop | wm4 | 2013-11-04 | 4 | -0/+147 |
* | | vo_opengl: add infrastructure for hardware decoding OpenGL interop | wm4 | 2013-11-04 | 8 | -32/+224 |
* | | mp_image: add helper for copying image attributes | wm4 | 2013-11-03 | 2 | -0/+25 |
|/ |
|
* | w32: implement functionality required for window-scale | wm4 | 2013-11-02 | 1 | -0/+23 |
* | x11: make window-scale use windowed size in fullscreen mode | wm4 | 2013-11-02 | 1 | -2/+2 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -10/+10 |
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 5 | -19/+19 |
* | video: check profiles with hardware decoding | wm4 | 2013-11-01 | 5 | -72/+131 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 3 | -9/+8 |
* | command: add property to scale window size | wm4 | 2013-10-31 | 2 | -0/+15 |
* | x11: factor out normal window resize code | wm4 | 2013-10-31 | 1 | -23/+31 |
* | vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctness | wm4 | 2013-10-31 | 1 | -7/+13 |
* | dec_video: remove unused declaration of a former global variable | wm4 | 2013-10-31 | 1 | -2/+0 |
* | gl_common: osx: fix compilation with latest XQuartz RC | Stefano Pigozzi | 2013-10-30 | 1 | -1/+1 |
* | x11: restore support for --wid=0 | wm4 | 2013-10-30 | 1 | -2/+4 |
* | x11: remove ancient metacity hack | wm4 | 2013-10-30 | 1 | -14/+1 |
* | x11: minor cosmetics | wm4 | 2013-10-30 | 1 | -16/+11 |
* | gl_x11: change error message when GL3 context creation fails | wm4 | 2013-10-28 | 1 | -1/+1 |
* | x11_common: refactor of fstype code | wm4 | 2013-10-28 | 1 | -102/+73 |
* | cocoa: apply the more invasive constraining only with cmd+1/2/3 | Stefano Pigozzi | 2013-10-28 | 1 | -2/+10 |
* | x11: fix border toggling | wm4 | 2013-10-27 | 2 | -2/+5 |
* | vo_xv: check whether image allocation succeeds | wm4 | 2013-10-27 | 1 | -6/+24 |
* | gl_common: suggest --vo=opengl-old if OpenGL 2.1 missing | wm4 | 2013-10-26 | 1 | -1/+6 |
* | x11_common: reduce screensaver heartbeat from 30 to 10 seconds | wm4 | 2013-10-25 | 1 | -1/+1 |
* | cocoa: constraint the window position a little more | Stefano Pigozzi | 2013-10-25 | 1 | -1/+6 |
* | wayland: better name for mouse coordinates | Alexander Preisinger | 2013-10-25 | 2 | -7/+7 |
* | wayland: fix fullscreen transparent border regions | Alexander Preisinger | 2013-10-25 | 2 | -22/+30 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 6 | -10/+26 |
* | video/filter: remove useless vf_info fields | wm4 | 2013-10-23 | 33 | -178/+96 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 17 | -123/+51 |
* | vo_opengl: don't enable PBOs with opengl-hq | wm4 | 2013-10-23 | 1 | -1/+1 |
* | gl_video: add RGB10_A2 FBO format | wm4 | 2013-10-23 | 1 | -0/+1 |
* | cocoa: set and clear gl context inside of sync sections | Stefano Pigozzi | 2013-10-20 | 1 | -6/+6 |
* | wayland: use mp_input_test_dragging | Alexander Preisinger | 2013-10-20 | 2 | -3/+8 |
* | Revert "wayland: remove moving window by grabbing" | Alexander Preisinger | 2013-10-20 | 1 | -0/+4 |
* | Revert "wayland: remove outdated comment" | Alexander Preisinger | 2013-10-20 | 1 | -0/+2 |
* | vdpau_old: restore hardware decoding with old API | wm4 | 2013-10-19 | 1 | -0/+1 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | sws_utils: work around libswscale crash with --contrast=-100 | wm4 | 2013-10-16 | 1 | -1/+2 |
* | vf_scale: fix get/set confusion | wm4 | 2013-10-16 | 1 | -1/+1 |
* | x11_common: don't handle mouse enter events | wm4 | 2013-10-15 | 1 | -5/+1 |
* | mplayer, vo_image: simplify OSD redrawing, fix vo_image crash | wm4 | 2013-10-13 | 1 | -5/+0 |
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 3 | -8/+4 |
* | cocoa: make --ontop also cover dock+menubar | Stefano Pigozzi | 2013-10-12 | 1 | -1/+3 |
* | cocoa: refactor precise scrolling to a separate method | Stefano Pigozzi | 2013-10-12 | 1 | -4/+7 |
* | cocoa: fix mouse wheel scrolling | Mad Fish | 2013-10-12 | 1 | -1/+1 |
* | cocoa_common: check if the screen has a menubar in a more generic way | Stefano Pigozzi | 2013-10-09 | 1 | -1/+3 |
* | vo_x11, vo_xv: fix OSD redrawing with --force-window | wm4 | 2013-10-06 | 2 | -16/+19 |
* | cocoa_common: add OS X 10.7 compatibility hacks includes | Stefano Pigozzi | 2013-10-05 | 2 | -0/+2 |
* | gl_x11: fail gracefully if selected FBconfig has no X visual | wm4 | 2013-10-03 | 1 | -0/+6 |
* | vo_opengl_old: mp_msg conversion | wm4 | 2013-10-02 | 1 | -74/+65 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 2 | -17/+21 |
* | vo: mark frame lost after seek reset | wm4 | 2013-10-02 | 1 | -0/+1 |
* | core: add --force-window | wm4 | 2013-10-02 | 3 | -1/+6 |
* | vo_vdpau: don't blank screen on VOCTRL_RESET | wm4 | 2013-10-02 | 1 | -16/+35 |
* | video/out: always support redrawing VO window at any point | wm4 | 2013-10-02 | 8 | -15/+73 |
* | x11: remove colormap code, always request TrueColor visuals | wm4 | 2013-09-30 | 3 | -164/+17 |
* | vf_scale: factor out libswscale equalizer control | wm4 | 2013-09-30 | 3 | -23/+34 |
* | vaapi: remove non-VLD entrypoints | wm4 | 2013-09-29 | 1 | -6/+2 |
* | vaapi: fix non-sense condition | wm4 | 2013-09-29 | 1 | -1/+1 |
* | vaapi: fix inverted condition | wm4 | 2013-09-29 | 1 | -2/+2 |
* | cocoa_common: call gl_clear indirectly | Stefano Pigozzi | 2013-09-28 | 3 | -2/+23 |
* | cocoa_common: fix deadlock | Stefano Pigozzi | 2013-09-28 | 1 | -5/+7 |
* | cocoa_common: report pixels instead of points during mouse movement | Stefano Pigozzi | 2013-09-28 | 1 | -5/+15 |
* | cocoa_common: split the code, refactoring and cleanups | Stefano Pigozzi | 2013-09-28 | 9 | -512/+715 |
* | vaapi: make vaDeriveImage() less verbose | wm4 | 2013-09-27 | 1 | -1/+1 |
* | vaapi: check image format in va_surface_upload() | wm4 | 2013-09-27 | 3 | -6/+9 |
* | vaapi: potentially make reading surfaces back to system RAM faster | wm4 | 2013-09-27 | 4 | -33/+64 |
* | input: translate mouse position to OSD space early | wm4 | 2013-09-27 | 1 | -1/+3 |
* | video: let sh_video->disp_w/h always be container size | wm4 | 2013-09-26 | 1 | -4/+1 |
* | video: let sh_video->aspect always be container aspect ratio | wm4 | 2013-09-26 | 2 | -11/+14 |
* | vd: move aspect calculation to a function | wm4 | 2013-09-26 | 3 | -24/+25 |
* | vd: remove some dead code | wm4 | 2013-09-26 | 1 | -14/+4 |
* | Fix previous commit | wm4 | 2013-09-25 | 1 | -4/+0 |
* | vaapi: fix compilation with Libav | wm4 | 2013-09-25 | 2 | -6/+3 |
* | vaapi: allow GPU read-back with --hwdec=vaapi-copy | wm4 | 2013-09-25 | 3 | -3/+108 |
* | vd_lavc: allow process_image to change image format | wm4 | 2013-09-25 | 2 | -18/+21 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 8 | -521/+1100 |
* | wayland: remove outdated comment | Alexander Preisinger | 2013-09-24 | 1 | -2/+0 |
* | wayland: remove moving window by grabbing | Alexander Preisinger | 2013-09-24 | 1 | -4/+0 |
* | vo_lavc: mp_msg conversion | wm4 | 2013-09-20 | 1 | -34/+27 |
* | vo/x11_common: don't require a working input method | wm4 | 2013-09-20 | 1 | -14/+9 |
* | vf: fix filter initialization error check | wm4 | 2013-09-20 | 1 | -1/+1 |
* | vo/x11_common: remove superfluous msg prefixes | Martin Herkt | 2013-09-20 | 1 | -2/+2 |
* | vo/x11_common: Fail init with no valid XIM | Martin Herkt | 2013-09-19 | 1 | -0/+9 |
* | wayland/common: exit properly on fd errors | Alexander Preisinger | 2013-09-19 | 1 | -2/+6 |
* | vo_opengl: blend alpha components by default | wm4 | 2013-09-19 | 4 | -6/+15 |
* | cocoa_common: signal a mouse movement when changing window size | Stefano Pigozzi | 2013-09-18 | 1 | -0/+8 |
* | cocoa_common: override core's cursor visibility state | Stefano Pigozzi | 2013-09-18 | 1 | -3/+5 |
* | gl_common: add wayland backend before x11 backend | Andreas Sinz | 2013-09-16 | 1 | -3/+5 |
* | gl_common: signal to GL backend whether we are probing | wm4 | 2013-09-16 | 4 | -7/+16 |
* | vd_lavc: reset last_sample_aspect_ratio in uninit_avctx() | xylosper | 2013-09-13 | 1 | -0/+1 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 1 | -0/+2 |
* | wayland/shm: fix resizing for good (finally) | Alexander Preisinger | 2013-09-12 | 1 | -7/+45 |
* | wayland: change fs messages to dbg | Alexander Preisinger | 2013-09-12 | 1 | -2/+2 |
* | wayland/egl: use wayland log | Alexander Preisinger | 2013-09-12 | 1 | -10/+7 |
* | wayland/shm: use wayland log | Alexander Preisinger | 2013-09-12 | 1 | -11/+11 |
* | Revert "wayland: don't create our own log context" | Alexander Preisinger | 2013-09-12 | 3 | -13/+18 |
* | gl_osd: mp_msg conversion | wm4 | 2013-09-12 | 5 | -10/+11 |
* | aspect: mp_msg conversion | wm4 | 2013-09-12 | 1 | -6/+5 |
* | gl_lcms: mp_msg conversion | wm4 | 2013-09-12 | 3 | -11/+22 |
* | gl_common: complete mp_msg conversion | wm4 | 2013-09-12 | 7 | -42/+42 |
* | x11_common: mp_msg conversion | wm4 | 2013-09-12 | 2 | -40/+38 |
* | gl_32: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -9/+7 |
* | w32_common: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -14/+12 |
* | gl_x11: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -12/+10 |
* | cocoa_common: remove most of the special handling for cursor autohide | Stefano Pigozzi | 2013-09-10 | 1 | -17/+3 |
* | wayland/common: improved error messages | Alexander Preisinger | 2013-09-10 | 1 | -4/+8 |
* | wayland: update license headers | Alexander Preisinger | 2013-09-09 | 3 | -23/+16 |
* | wayland/shm: version detection that also works | Alexander Preisinger | 2013-09-09 | 1 | -3/+8 |
* | options: remove --(no-)mouseinput option | wm4 | 2013-09-08 | 3 | -4/+4 |
* | x11_common: don't allocate more than needed for icon | wm4 | 2013-09-04 | 1 | -3/+4 |
* | configure: build with wayland 1.2.0 | Alexander Preisinger | 2013-09-03 | 1 | -0/+5 |
* | cocoa_common: remove unlocking from fullscreen function | Stefano Pigozzi | 2013-09-02 | 1 | -12/+0 |
* | cocoa_common: avoid the opengl view to leak it's state | Stefano Pigozzi | 2013-09-02 | 1 | -7/+13 |
* | x11: add window icon | wm4 | 2013-09-01 | 3 | -0/+105 |
* | input: deal with spurious X11 LeaveNotify events | wm4 | 2013-09-01 | 3 | -4/+21 |
* | input: add some more X11 multimedia/internet keys | wm4 | 2013-09-01 | 1 | -0/+3 |
* | cocoa_common: enable click-through on the video view | Stefano Pigozzi | 2013-09-01 | 1 | -0/+1 |
* | cocoa_common: track mouse move events when not focused | Stefano Pigozzi | 2013-09-01 | 1 | -1/+1 |
* | video: add unscaled mode with --video-unscaled | wm4 | 2013-09-01 | 1 | -3/+17 |
* | gl_video: don't crash if no FBOs are available | wm4 | 2013-08-28 | 1 | -4/+6 |
* | wayland/shm: rework format handling | Alexander Preisinger | 2013-08-26 | 1 | -47/+76 |
* | wayland: fix memory leaks | Alexander Preisinger | 2013-08-26 | 2 | -2/+8 |
* | cocoa_common: autohide dock when autohiding menubar | Stefano Pigozzi | 2013-08-26 | 1 | -1/+5 |
* | wayland: don't create our own log context | Alexander Preisinger | 2013-08-26 | 3 | -19/+14 |
* | wayland/shm: use opaque regions | Alexander Preisinger | 2013-08-26 | 1 | -0/+10 |
* | gl_video: fix odd video sizes with PBOs | wm4 | 2013-08-26 | 1 | -0/+4 |
* | wayland: shm based software rendering | Alexander Preisinger | 2013-08-25 | 2 | -0/+649 |
* | wayland: remove shm listener for the backend | Alexander Preisinger | 2013-08-25 | 2 | -16/+0 |
* | wayland/egl: rework resizing (again) | Alexander Preisinger | 2013-08-25 | 3 | -88/+90 |
* | vo_corevideo: use dwidth/dheight for window dimensions | Stefano Pigozzi | 2013-08-25 | 1 | -1/+1 |
* | vo_corevideo: convert to use reconfig instead of config | Stefano Pigozzi | 2013-08-25 | 1 | -7/+6 |
* | vo_corevideo: don't set colormatrix on direct rendering path | Stefano Pigozzi | 2013-08-25 | 1 | -23/+49 |
* | vo_corevideo: fix regression in colormatrix handling | Stefano Pigozzi | 2013-08-25 | 1 | -40/+22 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 12 | -60/+24 |
* | vo_image: simplify | wm4 | 2013-08-24 | 1 | -28/+2 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 5 | -11/+4 |
* | vo_vaapi: potentially fix screenshot colorspace issues | wm4 | 2013-08-24 | 1 | -0/+1 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 6 | -214/+179 |
* | x11/out: mp_msg conversion | Alexander Preisinger | 2013-08-23 | 1 | -29/+21 |
* | cocoa_common: avoid locking calls when not needed | Stefano Pigozzi | 2013-08-23 | 1 | -2/+2 |
* | video: add vda decode support (with hwaccel) and direct rendering | Stefano Pigozzi | 2013-08-22 | 6 | -112/+541 |
* | cocoa_common: fix window positioning with `--geometry` | Stefano Pigozzi | 2013-08-22 | 1 | -10/+5 |
* | vf_eq: fix behavior when changing parameters | wm4 | 2013-08-20 | 1 | -4/+14 |
* | wayland: separate shm and cursor context | Alexander Preisinger | 2013-08-19 | 2 | -9/+15 |
* | video: make it possible to scale/pan the video by arbitrary amounts | wm4 | 2013-08-19 | 1 | -1/+7 |
* | options: remove --panscanrange option | wm4 | 2013-08-19 | 1 | -8/+3 |
* | vaapi: use highest available profile, instead of mapping it exactly | wm4 | 2013-08-19 | 1 | -41/+38 |
* | vdpau: don't try to match codec profiles | wm4 | 2013-08-19 | 1 | -27/+11 |
* | vo_vdpau: add RGB support | wm4 | 2013-08-18 | 1 | -14/+154 |
* | vo_vdpau: fix screenshots if panscan is used | wm4 | 2013-08-18 | 1 | -4/+5 |
* | vo_vdpau: remove unused variable | wm4 | 2013-08-18 | 1 | -2/+0 |
* | vo_vdpau: use color close to black as default colorkey (instead of green) | wm4 | 2013-08-17 | 1 | -1/+4 |
* | vo_vdpau: allow setting colorkey | wm4 | 2013-08-17 | 2 | -0/+17 |
* | vdpau_old: add forgotten probe callback | wm4 | 2013-08-15 | 1 | -0/+1 |
* | vdpau: fix compilation on Libav | wm4 | 2013-08-15 | 1 | -0/+1 |
* | video/decode: change fix_image callback | wm4 | 2013-08-15 | 3 | -5/+7 |
* | vd_lavc: fix comment, document hwdec video frame size trickiness | wm4 | 2013-08-15 | 1 | -1/+4 |
* | video/decode: pass parameters directly to hwdec allocate_image callback | wm4 | 2013-08-15 | 5 | -20/+14 |
* | vo_corevideo: add uyvy422 pixel format support | Stefano Pigozzi | 2013-08-15 | 1 | -0/+5 |
* | x11: fix --ontop | wm4 | 2013-08-14 | 1 | -3/+3 |
* | vaapi: fix typo | wm4 | 2013-08-14 | 1 | -2/+2 |
* | cocoa_common: add precise scrolling support | Stefano Pigozzi | 2013-08-13 | 1 | -16/+11 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 1 | -1/+1 |
* | vo: fix build with #ifdef -> #if | wm4 | 2013-08-12 | 1 | -1/+1 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 11 | -3/+1572 |
* | img_convert: add function to scale RGBA OSD images | wm4 | 2013-08-12 | 2 | -0/+4 |
* | video: redo hw decoding initialization, add --hwdec=auto | wm4 | 2013-08-11 | 4 | -99/+195 |
* | x11_common: get hack for Motif Window Manager out of the way | wm4 | 2013-08-11 | 1 | -1/+11 |
* | vo: unref waiting image before destroying VO driver | wm4 | 2013-08-11 | 1 | -1/+1 |
* | wayland: add support for precise scrolling | Alexander Preisinger | 2013-08-07 | 1 | -2/+14 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 67 | -161/+161 |
* | gl_video: handle non-mod-2 4:2:0 YUV video correctly | wm4 | 2013-08-06 | 2 | -2/+14 |
* | vo_corevideo: use new log API | Stefano Pigozzi | 2013-08-01 | 1 | -15/+5 |
* | vo_corevideo: move to C from Objective-C | Stefano Pigozzi | 2013-08-01 | 2 | -41/+11 |
* | cocoa_common: use new log API | Stefano Pigozzi | 2013-08-01 | 1 | -7/+11 |
* | wayland: switch to the new mp_msg api | Alexander Preisinger | 2013-07-31 | 3 | -8/+23 |
* | video/out: use new mp_msg stuff for vo.c and vo_opengl | wm4 | 2013-07-31 | 7 | -82/+96 |
* | options: handle presets directly in m_config | wm4 | 2013-07-31 | 1 | -4/+2 |
* | cocoa_common: simplify resize code | Stefano Pigozzi | 2013-07-30 | 1 | -51/+16 |
* | vd_lavc: print warning if hardware decoding API is not available | wm4 | 2013-07-30 | 1 | -0/+3 |
* | vd_lavc: fix CONFIG_VDPAU check | wm4 | 2013-07-30 | 1 | -1/+1 |
* | build: fix build with vdpau, simplify | wm4 | 2013-07-29 | 3 | -2/+43 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 15 | -315/+866 |
* | lavc_dr1: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -4/+39 |
* | mp_image_pool: make reference counting thread-safe | wm4 | 2013-07-28 | 2 | -40/+70 |
* | mp_image: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -3/+27 |
* | m_config: refactor some things | wm4 | 2013-07-28 | 1 | -6/+6 |
* | mp_image: pass through colorspace info to libavfilter | wm4 | 2013-07-28 | 1 | -0/+8 |
* | vf: fix unintended overwriting of image info | wm4 | 2013-07-28 | 2 | -4/+5 |
* | gl_video: make sure image parameters are correctly set on screenshots | wm4 | 2013-07-26 | 1 | -7/+8 |
* | video: support setting libswscale chroma position | wm4 | 2013-07-25 | 5 | -1/+29 |
* | w32_common: Don't use globals for TRACKMOUSEEVENT | Diogo Franco (Kovensky) | 2013-07-25 | 2 | -11/+12 |
* | w32_common: Track when the mouse leaves the window | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -0/+15 |
* | mp_image: create AVBuffers for all planes when converting to AVFrame | wm4 | 2013-07-24 | 1 | -1/+9 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 12 | -34/+29 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 1 | -0/+1 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 14 | -26/+16 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 4 | -5/+2 |
* | vf_scale: actually respect param and param2 suboptions | wm4 | 2013-07-22 | 3 | -0/+8 |
* | vo_opengl: some option changes | wm4 | 2013-07-22 | 2 | -1/+21 |
* | vo_direct3d: use new option API | wm4 | 2013-07-22 | 1 | -85/+34 |
* | vo_opengl_old: use new option API | wm4 | 2013-07-22 | 4 | -167/+64 |
* | options: move --colorkey option to vo_xv | wm4 | 2013-07-22 | 1 | -3/+8 |
* | vo_xv: use new option API | wm4 | 2013-07-22 | 1 | -84/+25 |
* | vo_direct3d: fix warning on MinGW | wm4 | 2013-07-22 | 1 | -5/+0 |
* | options: hide encoding AO/VO in help output | wm4 | 2013-07-21 | 1 | -0/+1 |
* | options: use new code for parsing --vo | wm4 | 2013-07-21 | 3 | -143/+77 |
* | options: use m_config for options instead of m_struct | wm4 | 2013-07-21 | 14 | -252/+179 |
* | vf: remove unnecessary indirection | wm4 | 2013-07-21 | 2 | -26/+5 |
* | cocoa_common: fix regression in draggable state computation | Stefano Pigozzi | 2013-07-21 | 1 | -0/+1 |
* | cocoa_common: fix style | Stefano Pigozzi | 2013-07-21 | 1 | -2/+2 |
* | cocoa_common: move tracking area setup to updateTrackingAreas | Stefano Pigozzi | 2013-07-21 | 1 | -14/+13 |
* | x11: add key modifiers to mouse button events | wm4 | 2013-07-21 | 1 | -13/+19 |
* | w32_common: show the cursor in the window border | James Ross-Gowan | 2013-07-21 | 2 | -6/+22 |
* | cocoa_common: handle keyboard modifiers for mouse events | Stefano Pigozzi | 2013-07-21 | 1 | -47/+51 |
* | Merge remote-tracking branch 'michaelforney/master' | Alexander Preisinger | 2013-07-20 | 1 | -2/+11 |
|\ |
|
| * | wayland: Fallback to any GL version if 3.0 is not supported | Michael Forney | 2013-07-19 | 1 | -2/+11 |
* | | cocoa_common: make the fullscreen transition only when necessary | Stefano Pigozzi | 2013-07-20 | 1 | -5/+16 |
* | | cocoa_common: use a tracking area to handle mouse events | Stefano Pigozzi | 2013-07-20 | 1 | -33/+52 |
* | | cocoa_common: fix typo in comment | Stefano Pigozzi | 2013-07-20 | 1 | -1/+1 |
* | | cocoa_common: implement MP_MOUSE_LEAVE notifications | Stefano Pigozzi | 2013-07-20 | 1 | -0/+2 |
* | | cocoa_common: implement conditional video dragging | Stefano Pigozzi | 2013-07-20 | 1 | -14/+30 |
* | | direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long) | Diogo Franco (Kovensky) | 2013-07-20 | 1 | -1/+2 |
|/ |
|
* | wayland: use a unified struct for the state | Alexander Preisinger | 2013-07-18 | 3 | -297/+283 |
* | wayland: don't resize in gl_wayland.c | Alexander Preisinger | 2013-07-18 | 2 | -7/+1 |
* | video: remove fullscreen flags chaos | wm4 | 2013-07-18 | 12 | -84/+71 |
* | vo: remove aspdat.asp member | wm4 | 2013-07-18 | 2 | -3/+1 |
* | gl_video: add support for more rgb formats | wm4 | 2013-07-18 | 2 | -56/+119 |
* | img_format: comment on some pixel formats | wm4 | 2013-07-18 | 1 | -7/+9 |
* | img_format: add a mask for color class | wm4 | 2013-07-18 | 3 | -4/+5 |
* | sws_utils: make hq swscale flags available with mp_sws_hq_flags | wm4 | 2013-07-18 | 3 | -7/+8 |
* | sws_utils: don't recursively include libswscale header | wm4 | 2013-07-18 | 4 | -1/+4 |
* | sws_utils: remove some old code | wm4 | 2013-07-18 | 2 | -76/+0 |
* | vo_x11: use new swscale wrapper | wm4 | 2013-07-18 | 1 | -28/+20 |
* | mp_image: one utility function to set image parameters | wm4 | 2013-07-18 | 2 | -0/+14 |
* | vf_scale: use new swscale wrapper | wm4 | 2013-07-18 | 1 | -157/+60 |
* | vf: make sure less important image params are set before/after filters | wm4 | 2013-07-18 | 1 | -14/+21 |
* | sws_utils: refactor swscale wrapper code | wm4 | 2013-07-18 | 4 | -63/+197 |
* | vf_scale: remove rounding of sizes to 2 with 4:2:0 | wm4 | 2013-07-18 | 1 | -11/+0 |
* | vf_scale: try to support all pixel formats | wm4 | 2013-07-18 | 1 | -1/+25 |
* | vf_scale: don't byte-swap palette on big endian architectures | wm4 | 2013-07-18 | 1 | -8/+0 |
* | vf_scale: uncrustify | wm4 | 2013-07-18 | 1 | -186/+207 |
* | vo_x11: remove weird inactive code | wm4 | 2013-07-18 | 1 | -15/+0 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 8 | -102/+70 |
* | wayland: early aspect calculation in vo_config | Alexander Preisinger | 2013-07-16 | 3 | -7/+27 |
* | wayland: use default fullscreen method | Alexander Preisinger | 2013-07-16 | 1 | -1/+1 |
* | w32_common: don't use aspdat.asp for aspect | wm4 | 2013-07-16 | 1 | -1/+2 |
* | Fix build on Libav stable (dammit) | wm4 | 2013-07-15 | 1 | -0/+8 |
* | sd_add: add terrible hack for (xy-)vsfilter compatibility | wm4 | 2013-07-15 | 2 | -0/+9 |
* | vd: add VDCTRL_GET_PARAMS | wm4 | 2013-07-15 | 2 | -0/+4 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 3 | -21/+36 |
* | vf: add vf_control wrapper | wm4 | 2013-07-15 | 3 | -6/+12 |
* | dec_video: add vd_control wrapper | wm4 | 2013-07-15 | 2 | -7/+12 |
* | mp_image: explicitly forbid using RGB colorspace with YUV formats | wm4 | 2013-07-15 | 1 | -0/+9 |
* | mp_image: refactor colorspace guessing/fallback | wm4 | 2013-07-15 | 2 | -9/+46 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 4 | -9/+3 |
|\ |
|
| * | Cleanup some include statements | wm4 | 2013-07-12 | 2 | -4/+1 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -1/+1 |
| * | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 2 | -14/+17 |
| |\ |
|