summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-139-4/+61
* macosx_application: fix file opening on 10.9 (for real this time)Stefano Pigozzi2013-09-131-1/+1
* macosx: always active bundle path lookup if cocoa is activeStefano Pigozzi2013-09-123-21/+3
* macosx_application: fix file opening on OS X 10.9 (hopefully)Stefano Pigozzi2013-09-121-1/+10
* mpvcore/path: Fix non-MinGW buildsMartin Herkt2013-09-121-2/+5
* wayland/shm: fix resizing for good (finally)Alexander Preisinger2013-09-121-7/+45
* mpvcore/path: Fix config path handling on WindowsMartin Herkt2013-09-121-5/+21
* wayland: change fs messages to dbgAlexander Preisinger2013-09-121-2/+2
* wayland/egl: use wayland logAlexander Preisinger2013-09-121-10/+7
* wayland/shm: use wayland logAlexander Preisinger2013-09-121-11/+11
* Revert "wayland: don't create our own log context"Alexander Preisinger2013-09-123-13/+18
* gl_osd: mp_msg conversionwm42013-09-125-10/+11
* aspect: mp_msg conversionwm42013-09-121-6/+5
* gl_lcms: mp_msg conversionwm42013-09-123-11/+22
* gl_common: complete mp_msg conversionwm42013-09-127-42/+42
* x11_common: mp_msg conversionwm42013-09-122-40/+38
* gl_32: mp_msg conversionAlexander Preisinger2013-09-111-9/+7
* w32_common: mp_msg conversionAlexander Preisinger2013-09-111-14/+12
* gl_x11: mp_msg conversionAlexander Preisinger2013-09-111-12/+10
* Makefile: update DIRS to fix cleaningStefano Pigozzi2013-09-111-1/+2
* input: fix accidental NULL pointer dereferencewm42013-09-111-2/+2
* input: convert to new msg APIStefano Pigozzi2013-09-103-27/+26
* cocoa_common: remove most of the special handling for cursor autohideStefano Pigozzi2013-09-101-17/+3
* mplayer: remove duplicated mouse autohide checkStefano Pigozzi2013-09-101-2/+0
* wayland/common: improved error messagesAlexander Preisinger2013-09-101-4/+8
* mplayer: print libquvi results in verbose modewm42013-09-101-0/+31
* quvi: restore playback position when switching formatswm42013-09-103-4/+13
* quvi: coerce libquvi 0.4 support into allowing format switchingwm42013-09-103-6/+30
* stream_bluray: return number of titleswm42013-09-101-6/+11
* command: make title property unavailable if there's no supportwm42013-09-101-3/+3
* stream: force demuxer of cached stream, fixes cdda:// + cachewm42013-09-101-0/+1
* mplayer: mentioned --list-options in --help outputwm42013-09-101-1/+3
* Makefile: restore manpage dependency ruleswm42013-09-101-0/+9
* manpage: various improvementswm42013-09-106-106/+87
* wayland: update license headersAlexander Preisinger2013-09-093-23/+16
* wayland/shm: version detection that also worksAlexander Preisinger2013-09-091-3/+8
* Add PDF manual targetMartin Herkt2013-09-094-19/+75
* demux: keep title chapter tag in uppercasewm42013-09-082-2/+2
* demux_mkv: support V_PRORESwm42013-09-083-0/+11
* DOCS/crosscompile-mingw.txt: UpdateMartin Herkt2013-09-081-17/+9
* Manpage: Fix formatting (mostly for PDF output)Martin Herkt2013-09-084-13/+19
* find_subfiles: fix off-by-1 errorGabriel Peixoto2013-09-081-1/+1
* demux: retrieve per-chapter metadatawm42013-09-086-10/+59
* demux: refactor tag handlingwm42013-09-083-50/+86
* core: remove a minor memory leakwm42013-09-082-0/+2
* demux_mkv: don't overflow packet queue when doing sub-prerollwm42013-09-081-4/+13
* osc: rename osd_font, add some glyphsChrisK22013-09-082-4/+2
* osd_libass: make sure Z-order is well defined for multiple eventswm42013-09-081-0/+1
* mplayer: cosmetics: split some code off of run_playloop()wm42013-09-081-117/+159
* mplayer: add --cursor-autohide-fs-only optionwm42013-09-085-19/+31
* options: remove --(no-)mouseinput optionwm42013-09-086-11/+5
* options: cosmetics: move cursor_autohide_delay definitionwm42013-09-083-7/+8
* input: rearrange codewm42013-09-081-44/+44
* input: don't deliver mouse events if mouse area is not setwm42013-09-082-4/+12
* input: merge consecutive mouse move eventswm42013-09-081-0/+14
* input: split queue_add() functionwm42013-09-081-20/+20
* input: redo what input events can be droppedwm42013-09-081-57/+65
* input: remove separation between key and control queuewm42013-09-081-16/+10
* example.conf: some modificationswm42013-09-071-23/+22
* mplayer: don't auto-load explicitly loaded subtitle fileswm42013-09-072-1/+11
* find_subfiles: don't auto-load .sub file if .idx file existswm42013-09-071-22/+55
* find_subfiles: some cleanupswm42013-09-072-8/+0
* find_subfiles: use stat() instead of opening the file to check existencewm42013-09-071-3/+1
* find_subfiles: don't try to open URLs as directorieswm42013-09-071-0/+3
* mp_core: fix a commentwm42013-09-071-2/+1
* mplayer: remove unused mp_add_subtitles() parameterwm42013-09-073-6/+6
* command: make options writeable in idle modewm42013-09-073-0/+13
* command: remove some unneeded codewm42013-09-071-6/+1
* macosx_application: handle mpv:// linksStefano Pigozzi2013-09-072-0/+17
* macosx_application: handle URL events as fileopen eventsStefano Pigozzi2013-09-072-36/+40
* options: fix --volume option range, add some explanations to manpagewm42013-09-072-1/+7
* demux_lavf: workaround for broken libavformat subtitle seekingwm42013-09-071-4/+23
* input: don't print warning if certain internal keys are not boundwm42013-09-062-6/+5
* etc: delete mplayer.xpmwm42013-09-051-239/+0
* mplayer: try to resume playback only if a resume file actually existswm42013-09-051-1/+1
* mpvcore/input: Fix build without pthreadsMartin Herkt2013-09-051-3/+5
* macosx_events: fix modifiers handling with media keysStefano Pigozzi2013-09-051-1/+1
* mplayer: print informative message when resuming playbackwm42013-09-041-0/+2
* mplayer: make --save-position-on-quit save only on quitwm42013-09-042-4/+5
* mplayer: always write playback resume info, even at start/end of filewm42013-09-041-3/+3
* path: better check for mp_is_url()wm42013-09-041-3/+11
* mplayer: allow resuming from playlistwm42013-09-043-3/+26
* command: unescape URLs for ${filename} and ${media-title}wm42013-09-041-2/+7
* path: add a common mp_is_url() functionwm42013-09-045-16/+17
* x11_common: don't allocate more than needed for iconwm42013-09-041-3/+4
* tv: attempt to support mjpeg streamswm42013-09-041-2/+6
* mplayer: handle --reset-on-next-file=""wm42013-09-041-4/+6
* mplayer: don't let playback resume force options that are file localwm42013-09-041-11/+11
* configure: build with wayland 1.2.0Alexander Preisinger2013-09-032-1/+6
* configure: improve wayland checkAlexander Preisinger2013-09-031-12/+6
* macosx_events: send a `release all` after key up eventsStefano Pigozzi2013-09-021-0/+2
* macosx_events: remove duplicationStefano Pigozzi2013-09-021-29/+33
* cocoa_common: remove unlocking from fullscreen functionStefano Pigozzi2013-09-021-12/+0
* cocoa_common: avoid the opengl view to leak it's stateStefano Pigozzi2013-09-021-7/+13
* cocoa: enqueue events only if input context is presentStefano Pigozzi2013-09-011-1/+2
* x11: add window iconwm42013-09-019-1/+126
* mplayer: fix race condition on uninit with CocoaStefano Pigozzi2013-09-011-0/+4
* input: unlock playloop thread during selectStefano Pigozzi2013-09-011-0/+2
* osx: use MP_KEY_* instead of MK_* for media keysStefano Pigozzi2013-09-014-18/+3
* input: allow window dragging even if mouse is in a mouse areawm42013-09-012-4/+13
* input: deal with spurious X11 LeaveNotify eventswm42013-09-014-10/+21
* input: print more debug infos, raise loglevelwm42013-09-012-2/+23
* input: stay in current input section if mouse button is downwm42013-09-011-28/+63
* input: add some more X11 multimedia/internet keyswm42013-09-013-1/+16
* keycodes: cosmetics: align indentationwm42013-09-011-113/+113
* audio: fix playback of Musepack SV8 fileswm42013-09-011-2/+4
* input: comment all default bindings in input.confwm42013-09-012-138/+154
* travis: don't generate docs for ffmpeg/libavStefano Pigozzi2013-09-011-1/+9
* input: lock for accessing struct input_ctxStefano Pigozzi2013-09-011-67/+114
* cocoa_common: enable click-through on the video viewStefano Pigozzi2013-09-011-0/+1
* cocoa_common: track mouse move events when not focusedStefano Pigozzi2013-09-011-1/+1
* change application iconStefano Pigozzi2013-09-019-623/+3
* video: add unscaled mode with --video-unscaledwm42013-09-015-3/+32
* configure: fix some descriptions in the help outputwm42013-09-011-4/+4
* cocoa: let the core handle key repeatsStefano Pigozzi2013-08-303-6/+17
* input: fix --no-input-default-bindingswm42013-08-291-0/+2
* gl_video: don't crash if no FBOs are availablewm42013-08-281-4/+6
* demux_playlist: port ini reference playlist parserwm42013-08-282-37/+18
* stream: read at least a full buffer with stream_peek()wm42013-08-281-1/+1
* configure: fix build with stable wayland releasesAlexander Preisinger2013-08-281-2/+10
* wayland/shm: rework format handlingAlexander Preisinger2013-08-261-47/+76
* wayland: fix memory leaksAlexander Preisinger2013-08-262-2/+8
* cocoa_common: autohide dock when autohiding menubarStefano Pigozzi2013-08-261-1/+5
* configure: fix VDA autodetection based on FFmpeg supportStefano Pigozzi2013-08-261-1/+2
* configure: move wayland-egl checkAlexander Preisinger2013-08-261-2/+3
* wayland: don't create our own log contextAlexander Preisinger2013-08-263-19/+14
* wayland/shm: use opaque regionsAlexander Preisinger2013-08-261-0/+10
* gl_video: fix odd video sizes with PBOswm42013-08-261-0/+4
* stream: add uncompressed rar supportwm42013-08-267-0/+753
* stream: change open code, add stream filter conceptwm42013-08-262-55/+83
* stream: don't drop buffer when creating the cachewm42013-08-261-3/+0
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-2617-77/+82
* core: add a playlist demuxerwm42013-08-2616-88/+240
* audio: don't allow setting unknown formats from command linewm42013-08-261-17/+1
* audio: make internal audio format 0 an invalid formatwm42013-08-265-11/+11
* wayland: shm based software renderingAlexander Preisinger2013-08-255-1/+666
* wayland: remove shm listener for the backendAlexander Preisinger2013-08-252-16/+0
* wayland/egl: rework resizing (again)Alexander Preisinger2013-08-253-88/+90
* vo_corevideo: use dwidth/dheight for window dimensionsStefano Pigozzi2013-08-251-1/+1
* vo_corevideo: convert to use reconfig instead of configStefano Pigozzi2013-08-251-7/+6
* vo_corevideo: don't set colormatrix on direct rendering pathStefano Pigozzi2013-08-251-23/+49
* configure: fix help for macosx-bundle from autodetected to disabledStefano Pigozzi2013-08-251-5/+4
* vo_corevideo: fix regression in colormatrix handlingStefano Pigozzi2013-08-251-40/+22
* sd_lavc_conv: fix build with older ffmpeg/libavwm42013-08-241-0/+17
* configure: fix VDA warning on systems other than OSXwm42013-08-241-0/+1
* video: handle video output levels with mp_image_paramswm42013-08-2414-78/+35
* vo_image: simplifywm42013-08-241-28/+2
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-246-11/+5
* vo_vaapi: potentially fix screenshot colorspace issueswm42013-08-241-0/+1
* sub: add webvtt-in-webm supportwm42013-08-243-1/+128
* Some more mp_msg conversionswm42013-08-239-316/+241
* x11/out: mp_msg conversionAlexander Preisinger2013-08-231-29/+21
* cocoa_common: avoid locking calls when not neededStefano Pigozzi2013-08-231-2/+2
* audio/out: do some mp_msg conversionswm42013-08-228-163/+118
* ao: remove some leftoverswm42013-08-222-7/+0
* demux: remove unused audio_delay parameter from demux_seek()wm42013-08-229-26/+17
* demux: check whether stream is selected in demux_get_next_pts()wm42013-08-221-1/+1
* demux_raw: read multiple frames per packetwm42013-08-221-1/+4
* stream: allow potentially faster skippingwm42013-08-221-3/+12
* stream: don't require streams to set s->pos in seek callbackwm42013-08-229-22/+11
* stream: move file forward skipping to common stream implementationwm42013-08-223-52/+29
* stream_avdevice: remove redundant dummy callbackwm42013-08-221-6/+0
* stream_file: uncrustifywm42013-08-221-132/+140
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-2210-113/+591
* mp_msg: fix typo in message level for new msg API macrosStefano Pigozzi2013-08-221-2/+2
* cocoa_common: fix window positioning with `--geometry`Stefano Pigozzi2013-08-221-10/+5
* mplayer: replace "D:" in status line with "Late:"wm42013-08-211-1/+1
* options: replace --edition=-1 with --edition=autowm42013-08-213-5/+7
* mplayer: start track IDs from 1 rather than 0wm42013-08-213-3/+3
* manpage: fix (again) incorrect ao_alsa exampleCheng Sun2013-08-201-1/+1
* command: simplify video brightness/gamma/etc. handling a bitwm42013-08-201-44/+17
* vf_eq: fix behavior when changing parameterswm42013-08-201-4/+14
* m_option: make "add speed 0.1" command workwm42013-08-191-0/+1
* mp_core: declare seek_type enum outside of nested structwm42013-08-191-3/+8
* wayland: separate shm and cursor contextAlexander Preisinger2013-08-192-9/+15
* m_option: rename struct member named "new"wm42013-08-192-5/+5
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-196-5/+62
* options: remove --panscanrange optionwm42013-08-194-19/+3
* mplayer: reshuffle on every loop if --loop and --shuffle are usedwm42013-08-194-23/+7
* vaapi: use highest available profile, instead of mapping it exactlywm42013-08-191-41/+38
*