| Commit message (Expand) | Author | Age | Files | Lines |
* | mplayer: fix race condition on uninit with Cocoa | Stefano Pigozzi | 2013-09-01 | 1 | -0/+4 |
* | input: unlock playloop thread during select | Stefano Pigozzi | 2013-09-01 | 1 | -0/+2 |
* | osx: use MP_KEY_* instead of MK_* for media keys | Stefano Pigozzi | 2013-09-01 | 4 | -18/+3 |
* | input: allow window dragging even if mouse is in a mouse area | wm4 | 2013-09-01 | 2 | -4/+13 |
* | input: deal with spurious X11 LeaveNotify events | wm4 | 2013-09-01 | 4 | -10/+21 |
* | input: print more debug infos, raise loglevel | wm4 | 2013-09-01 | 2 | -2/+23 |
* | input: stay in current input section if mouse button is down | wm4 | 2013-09-01 | 1 | -28/+63 |
* | input: add some more X11 multimedia/internet keys | wm4 | 2013-09-01 | 3 | -1/+16 |
* | keycodes: cosmetics: align indentation | wm4 | 2013-09-01 | 1 | -113/+113 |
* | audio: fix playback of Musepack SV8 files | wm4 | 2013-09-01 | 1 | -2/+4 |
* | input: comment all default bindings in input.conf | wm4 | 2013-09-01 | 2 | -138/+154 |
* | travis: don't generate docs for ffmpeg/libav | Stefano Pigozzi | 2013-09-01 | 1 | -1/+9 |
* | input: lock for accessing struct input_ctx | Stefano Pigozzi | 2013-09-01 | 1 | -67/+114 |
* | 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 |
* | change application icon | Stefano Pigozzi | 2013-09-01 | 9 | -623/+3 |
* | video: add unscaled mode with --video-unscaled | wm4 | 2013-09-01 | 5 | -3/+32 |
* | configure: fix some descriptions in the help output | wm4 | 2013-09-01 | 1 | -4/+4 |
* | cocoa: let the core handle key repeats | Stefano Pigozzi | 2013-08-30 | 3 | -6/+17 |
* | input: fix --no-input-default-bindings | wm4 | 2013-08-29 | 1 | -0/+2 |
* | gl_video: don't crash if no FBOs are available | wm4 | 2013-08-28 | 1 | -4/+6 |
* | demux_playlist: port ini reference playlist parser | wm4 | 2013-08-28 | 2 | -37/+18 |
* | stream: read at least a full buffer with stream_peek() | wm4 | 2013-08-28 | 1 | -1/+1 |
* | configure: fix build with stable wayland releases | Alexander Preisinger | 2013-08-28 | 1 | -2/+10 |
* | 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 |
* | configure: fix VDA autodetection based on FFmpeg support | Stefano Pigozzi | 2013-08-26 | 1 | -1/+2 |
* | configure: move wayland-egl check | Alexander Preisinger | 2013-08-26 | 1 | -2/+3 |
* | 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 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 7 | -0/+753 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 | 2 | -55/+83 |
* | stream: don't drop buffer when creating the cache | wm4 | 2013-08-26 | 1 | -3/+0 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 17 | -77/+82 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 16 | -88/+240 |
* | audio: don't allow setting unknown formats from command line | wm4 | 2013-08-26 | 1 | -17/+1 |
* | audio: make internal audio format 0 an invalid format | wm4 | 2013-08-26 | 5 | -11/+11 |
* | wayland: shm based software rendering | Alexander Preisinger | 2013-08-25 | 5 | -1/+666 |
* | 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 |
* | configure: fix help for macosx-bundle from autodetected to disabled | Stefano Pigozzi | 2013-08-25 | 1 | -5/+4 |
* | vo_corevideo: fix regression in colormatrix handling | Stefano Pigozzi | 2013-08-25 | 1 | -40/+22 |
* | sd_lavc_conv: fix build with older ffmpeg/libav | wm4 | 2013-08-24 | 1 | -0/+17 |
* | configure: fix VDA warning on systems other than OSX | wm4 | 2013-08-24 | 1 | -0/+1 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 14 | -78/+35 |
* | 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 | 6 | -11/+5 |
* | vo_vaapi: potentially fix screenshot colorspace issues | wm4 | 2013-08-24 | 1 | -0/+1 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 3 | -1/+128 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 9 | -316/+241 |
* | 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 |
* | audio/out: do some mp_msg conversions | wm4 | 2013-08-22 | 8 | -163/+118 |
* | ao: remove some leftovers | wm4 | 2013-08-22 | 2 | -7/+0 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 9 | -26/+17 |
* | demux: check whether stream is selected in demux_get_next_pts() | wm4 | 2013-08-22 | 1 | -1/+1 |
* | demux_raw: read multiple frames per packet | wm4 | 2013-08-22 | 1 | -1/+4 |
* | stream: allow potentially faster skipping | wm4 | 2013-08-22 | 1 | -3/+12 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 9 | -22/+11 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 3 | -52/+29 |
* | stream_avdevice: remove redundant dummy callback | wm4 | 2013-08-22 | 1 | -6/+0 |
* | stream_file: uncrustify | wm4 | 2013-08-22 | 1 | -132/+140 |
* | video: add vda decode support (with hwaccel) and direct rendering | Stefano Pigozzi | 2013-08-22 | 10 | -113/+591 |
* | mp_msg: fix typo in message level for new msg API macros | Stefano Pigozzi | 2013-08-22 | 1 | -2/+2 |
* | cocoa_common: fix window positioning with `--geometry` | Stefano Pigozzi | 2013-08-22 | 1 | -10/+5 |
* | mplayer: replace "D:" in status line with "Late:" | wm4 | 2013-08-21 | 1 | -1/+1 |
* | options: replace --edition=-1 with --edition=auto | wm4 | 2013-08-21 | 3 | -5/+7 |
* | mplayer: start track IDs from 1 rather than 0 | wm4 | 2013-08-21 | 3 | -3/+3 |
* | manpage: fix (again) incorrect ao_alsa example | Cheng Sun | 2013-08-20 | 1 | -1/+1 |
* | command: simplify video brightness/gamma/etc. handling a bit | wm4 | 2013-08-20 | 1 | -44/+17 |
* | vf_eq: fix behavior when changing parameters | wm4 | 2013-08-20 | 1 | -4/+14 |
* | m_option: make "add speed 0.1" command work | wm4 | 2013-08-19 | 1 | -0/+1 |
* | mp_core: declare seek_type enum outside of nested struct | wm4 | 2013-08-19 | 1 | -3/+8 |
* | wayland: separate shm and cursor context | Alexander Preisinger | 2013-08-19 | 2 | -9/+15 |
* | m_option: rename struct member named "new" | wm4 | 2013-08-19 | 2 | -5/+5 |
* | video: make it possible to scale/pan the video by arbitrary amounts | wm4 | 2013-08-19 | 6 | -5/+62 |
* | options: remove --panscanrange option | wm4 | 2013-08-19 | 4 | -19/+3 |
* | mplayer: reshuffle on every loop if --loop and --shuffle are used | wm4 | 2013-08-19 | 4 | -23/+7 |
* | 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 |
* | changes: add some things for completeness | wm4 | 2013-08-19 | 1 | -3/+31 |
* | vo_vdpau: add RGB support | wm4 | 2013-08-18 | 2 | -14/+158 |
* | 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 |
* | mplayer: don't make restored options from quit_watch_later per-file local | wm4 | 2013-08-17 | 1 | -6/+8 |
* | command: more intuitive chapter seek behavior | Philip Sequeira | 2013-08-17 | 5 | -2/+36 |
* | command: allow seek to "chapter -1" | Philip Sequeira | 2013-08-17 | 2 | -3/+8 |
* | vo_vdpau: use color close to black as default colorkey (instead of green) | wm4 | 2013-08-17 | 2 | -4/+7 |
* | vo_vdpau: allow setting colorkey | wm4 | 2013-08-17 | 3 | -0/+23 |
* | m_option: add missing copy callback for some option types | wm4 | 2013-08-17 | 1 | -0/+5 |
* | m_option: make defval const | wm4 | 2013-08-17 | 1 | -1/+1 |
* | sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flag | wm4 | 2013-08-15 | 2 | -18/+3 |
* | sub: don't print detected charset if it's UTF-8 | wm4 | 2013-08-15 | 3 | -5/+10 |
* | vdpau_old: add forgotten probe callback | wm4 | 2013-08-15 | 1 | -0/+1 |
* | manpage: fix incorrect ao_alsa example, extend changes.rst | wm4 | 2013-08-15 | 2 | -2/+7 |
* | sub: make --subcp=enca the default. | wm4 | 2013-08-15 | 2 | -5/+19 |
* | sub: allow specifying a fallback codepage if input is not UTF-8 | wm4 | 2013-08-15 | 2 | -4/+18 |
* | bstr: make UTF-8 check stricter | wm4 | 2013-08-15 | 1 | -0/+8 |
* | sub: if charset detection fails, treat it as broken UTF-8 | wm4 | 2013-08-15 | 3 | -8/+18 |
* | bstr: add UTF-8 validation and sanitation functions | wm4 | 2013-08-15 | 2 | -1/+81 |
* | 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 |
* | input: fix build if HAVE_PTHREADS is undefined | Giuliano Schneider | 2013-08-15 | 1 | -1/+1 |
* | sub: fix accidental subtitle overlaps | wm4 | 2013-08-14 | 1 | -1/+6 |
* | x11: fix --ontop | wm4 | 2013-08-14 | 1 | -3/+3 |
* | vaapi: fix typo | wm4 | 2013-08-14 | 1 | -2/+2 |
* | changes.rst: document some OSX and windows changes | Stefano Pigozzi | 2013-08-13 | 1 | -0/+5 |
* | input.conf: bind AXIS_(LEFT|RIGHT) to seek 5 | Stefano Pigozzi | 2013-08-13 | 1 | -2/+2 |
* | cocoa_common: add precise scrolling support | Stefano Pigozzi | 2013-08-13 | 1 | -16/+11 |
* | macosx: remove platform specific input queue | Stefano Pigozzi | 2013-08-13 | 5 | -68/+3 |
* | input: make input queue thread safe | Stefano Pigozzi | 2013-08-13 | 1 | -6/+35 |
* | mpvcore/options: Update default user agent string | Martin Herkt | 2013-08-13 | 1 | -1/+2 |
* | demux: move demux_mf before demux_subreader | wm4 | 2013-08-12 | 1 | -3/+3 |
* | demux_subreader: report what subtitle format has been found | wm4 | 2013-08-12 | 1 | -0/+2 |
* | stream_bluray: fix bd:// url segfault introduced by commit bc1d61 | Noble Huang | 2013-08-12 | 1 | -6/+2 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 5 | -93/+18 |
* | manpage: actually document --hwdec=auto | wm4 | 2013-08-12 | 1 | -0/+7 |
* | configure: fix typo | 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 | 16 | -5/+1635 |
* | img_convert: add function to scale RGBA OSD images | wm4 | 2013-08-12 | 4 | -1/+50 |
* | sub: support straight alpha additionally to premultiplied alpha | wm4 | 2013-08-12 | 4 | -16/+91 |
* | video: redo hw decoding initialization, add --hwdec=auto | wm4 | 2013-08-11 | 6 | -100/+204 |
* | 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 |
* | core: make sure hw decoding works when playing multiple files | wm4 | 2013-08-11 | 1 | -5/+5 |
* | version.sh: add --print option, which prints version to stdout | wm4 | 2013-08-09 | 1 | -2/+23 |
* | version.sh: integrate the release tag in output | wm4 | 2013-08-09 | 1 | -2/+2 |
* | demux_lavf: blacklist "tty" libavformat demuxerv0.1.0 | wm4 | 2013-08-07 | 1 | -1/+16 |
* | changes.rst: add precise scrolling support | Alexander Preisinger | 2013-08-07 | 1 | -0/+2 |
* | input.conf: better documentation and sane defaults | Alexander Preisinger | 2013-08-07 | 1 | -2/+4 |
* | wayland: add support for precise scrolling | Alexander Preisinger | 2013-08-07 | 1 | -2/+14 |
* | input: add support for precise scroll axes | Alexander Preisinger | 2013-08-07 | 5 | -3/+39 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 211 | -517/+517 |
* | core: move contents to mpvcore (1/2) | Stefano Pigozzi | 2013-08-06 | 67 | -0/+0 |
* | gl_video: handle non-mod-2 4:2:0 YUV video correctly | wm4 | 2013-08-06 | 2 | -2/+14 |
* | Merge pull request #154 from rossy2401/wasapi-pause | Diogo Franco | 2013-08-05 | 1 | -1/+2 |
|\ |
|
| * | ao_wasapi: don't check the audio feed while paused | James Ross-Gowan | 2013-07-27 | 1 | -1/+2 |
* | | changes.rst: mention wayland support | Alexander Preisinger | 2013-08-05 | 1 | -0/+1 |
* | | mp_msg: fix typo in comment | wm4 | 2013-08-05 | 1 | -1/+1 |
* | | stream_radio: fix some things | wm4 | 2013-08-05 | 3 | -5/+5 |
* | | core: change speed option/property to double | wm4 | 2013-08-05 | 6 | -17/+18 |
* | | demux_lavf: make avio buffer configurable | wm4 | 2013-08-04 | 3 | -6/+15 |
* | | demux_lavf: fix API usage | wm4 | 2013-08-04 | 1 | -2/+10 |
* | | option: fix inverted --mouseinput option | wm4 | 2013-08-03 | 1 | -1/+1 |
* | | command: make vf and af commands more verbose | wm4 | 2013-08-03 | 2 | -2/+25 |
* | | command: add vf/af properties | wm4 | 2013-08-03 | 3 | -1/+63 |
* | | command: split filter changing in two functions | wm4 | 2013-08-03 | 1 | -39/+49 |
* | | options: don't make options set during playback file local (e.g. --vf) | wm4 | 2013-08-02 | 7 | -81/+67 |
* | | configure: lower libdvdread minimum required version | wm4 | 2013-08-02 | 1 | -1/+1 |
* | | m_option.c: fix typo in message | wm4 | 2013-08-02 | 1 | -1/+1 |
* | | m_config: minor simplification | wm4 | 2013-08-02 | 1 | -11/+10 |
* | | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 4 | -0/+41 |
* | | Remove m_struct | wm4 | 2013-08-02 | 6 | -208/+0 |
* | | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 22 | -592/+281 |
* | | manpage: clean up environment variables section | wm4 | 2013-08-02 | 1 | -54/+32 |
* | | manpage: document exit codes | wm4 | 2013-08-02 | 1 | -0/+18 |
* | | manpage: move screenshot section above option list | wm4 | 2013-08-02 | 1 | -17/+17 |
* | | mplayer: add more verbose exit codes | Andre D | 2013-08-02 | 3 | -17/+61 |
* | | encoding-example-profiles: get rid of the N900 anti upscale hack. | Rudolf Polzer | 2013-08-02 | 1 | -1/+1 |
* | | ao_coreaudio: move to new log API | Stefano Pigozzi | 2013-08-01 | 4 | -99/+101 |
* | | ao_coreaudio: remove useless defines | Stefano Pigozzi | 2013-08-01 | 1 | -3/+0 |
* | | audio/out: add support for new logging API | Stefano Pi |