summaryrefslogtreecommitdiffstats
path: root/mpvcore
Commit message (Expand)AuthorAgeFilesLines
* command: add sub_seek input commandwm42013-10-023-6/+18
* input: remove strange offset from commands enumwm42013-10-021-1/+1
* command: don't let "avsync" property print NOPTS valuewm42013-10-021-0/+2
* mplayer: osd bar depends on VO, not video decodingwm42013-10-021-1/+1
* mplayer: make VO interaction work in --idle modewm42013-10-021-19/+34
* mplayer: change default window size for --force-windowwm42013-10-021-1/+1
* command: subtitle support depends on VO, not video decodingwm42013-10-022-13/+9
* core: add --force-windowwm42013-10-024-16/+83
* core: don't require "refresh" seek for --keep-openwm42013-10-021-7/+1
* mplayer: fix looping of very short fileswm42013-09-293-7/+19
* osc: add options to show OSC only when FS/windowedChrisK22013-09-271-2/+12
* network: add options to control TLS verificationwm42013-09-272-0/+6
* input: translate mouse position to OSD space earlywm42013-09-273-17/+2
* input: handle MOUSE_LEAVE speciallywm42013-09-271-0/+8
* input: more mp_msg conversionwm42013-09-273-64/+57
* osc: Prevent OSD style options from messing with the OSC stylesChrisK22013-09-261-18/+30
* matroska: fix uninitialized memory accesses with ordered chaptersBen Boeckel2013-09-261-0/+1
* video: let sh_video->disp_w/h always be container sizewm42013-09-261-4/+8
* video: let sh_video->aspect always be container aspect ratiowm42013-09-262-9/+19
* Add the on-screen-controllerChrisK22013-09-264-0/+1175
* Add initial Lua scripting supportwm42013-09-2612-3/+1017
* Fix previous commitwm42013-09-251-0/+4
* vaapi: fix compilation with Libavwm42013-09-251-0/+2
* options: allow selecting the libass shaperwm42013-09-252-0/+4
* options: make --ass-hinting a choice, instead of using magic numberswm42013-09-251-1/+2
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-251-1/+2
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-0/+3
* command: fix short buffer when handling of long property nameswm42013-09-241-6/+4
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-224-13/+24
* network: fix rtsp playbackwm42013-09-222-0/+7
* command: when changing volume while muted, show an extra message on OSDwm42013-09-211-1/+2
* command: when changing a property, allow showing an extra OSD messagewm42013-09-214-33/+50
* m_property: add a way to switch on property values in property expansionwm42013-09-201-3/+9
* m_property: rearrange codewm42013-09-201-20/+27
* command: don't append, but prepend deinterlace filter by defaultwm42013-09-201-1/+1
* command: use a list of potential deinterlacer filterswm42013-09-201-13/+22
* Merge branch 'volume_restore'wm42013-09-205-61/+37
|\
| * mixer: make struct opaquewm42013-09-203-15/+14
| * mixer: allow accessing volume and mute property on disabled audiowm42013-09-201-8/+0
| * mixer: restore volume with playback resumewm42013-09-204-2/+19
| * mixer: refactor, fix some aspects of --volume handlingwm42013-09-192-36/+7
| * mixer: minor refactoringwm42013-09-191-7/+4
* | mplayer: rename a somewhat misnamed functionwm42013-09-191-2/+2
|/
* Config path functions can return NULLwm42013-09-181-3/+5
* macosx: move bundle path stuff to path-macosx.mStefano Pigozzi2013-09-181-6/+1
* path, win32: redo user configfile path handlingwm42013-09-181-70/+15
* path: fix undefined behaviorwm42013-09-181-2/+2
* mplayer: read subtitle packets as soon as possiblewm42013-09-161-8/+5
* command: force video refresh when changing aspectwm42013-09-151-1/+2
* screenshot: change %w format to be more like %twm42013-09-151-8/+4
* mplayer: attempt to skip playlist entries which can't be playedwm42013-09-154-5/+42
* screenshot: make it possible to format playback time in various wayswm42013-09-151-0/+17
* mp_common: add function which accepts a format string to format playback timewm42013-09-152-11/+50
* mplayer: don't run heartbeat command while pausedwm42013-09-151-1/+1
* av_log: show ffmpeg "info" messages with -v onlywm42013-09-151-1/+1
* mplayer: m_option: fix clang -Wformat compiler warningStefano Pigozzi2013-09-142-2/+2
* mplayer: print a message when writing watch_later config for resumewm42013-09-131-0/+2
* mplayer: change "Playing" message printed before playback startwm42013-09-131-1/+1
* core: restore user-set video and audio filters with resume functionalitywm42013-09-132-0/+39
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-135-3/+42
* macosx: always active bundle path lookup if cocoa is activeStefano Pigozzi2013-09-121-2/+2
* mpvcore/path: Fix non-MinGW buildsMartin Herkt2013-09-121-2/+5
* mpvcore/path: Fix config path handling on WindowsMartin Herkt2013-09-121-5/+21
* input: fix accidental NULL pointer dereferencewm42013-09-111-2/+2
* input: convert to new msg APIStefano Pigozzi2013-09-103-27/+26
* mplayer: remove duplicated mouse autohide checkStefano Pigozzi2013-09-101-2/+0
* mplayer: print libquvi results in verbose modewm42013-09-101-0/+31
* quvi: restore playback position when switching formatswm42013-09-102-1/+9
* quvi: coerce libquvi 0.4 support into allowing format switchingwm42013-09-103-6/+30
* command: make title property unavailable if there's no supportwm42013-09-101-3/+3
* mplayer: mentioned --list-options in --help outputwm42013-09-101-1/+3
* demux: retrieve per-chapter metadatawm42013-09-081-2/+15
* demux: refactor tag handlingwm42013-09-081-13/+23
* core: remove a minor memory leakwm42013-09-082-0/+2
* mplayer: cosmetics: split some code off of run_playloop()wm42013-09-081-117/+159
* mplayer: add --cursor-autohide-fs-only optionwm42013-09-084-19/+26
* options: remove --(no-)mouseinput optionwm42013-09-082-3/+0
* 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
* mplayer: don't auto-load explicitly loaded subtitle fileswm42013-09-071-1/+7
* 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
* options: fix --volume option range, add some explanations to manpagewm42013-09-071-1/+1
* input: don't print warning if certain internal keys are not boundwm42013-09-061-2/+5
* 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
* mplayer: print informative message when resuming playbackwm42013-09-041-0/+2
* mplayer: make --save-position-on-quit save only on quitwm42013-09-041-2/+1
* 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-044-12/+14
* 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
* 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-012-10/+0
* input: allow window dragging even if mouse is in a mouse areawm42013-09-012-4/+13
* input: deal with spurious X11 LeaveNotify eventswm42013-09-011-6/+0
* 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-012-1/+13
* keycodes: cosmetics: align indentationwm42013-09-011-113/+113
* input: comment all default bindings in input.confwm42013-09-011-1/+9
* input: lock for accessing struct input_ctxStefano Pigozzi2013-09-011-67/+114
* video: add unscaled mode with --video-unscaledwm42013-09-013-0/+3
* input: fix --no-input-default-bindingswm42013-08-291-0/+2
* demux_playlist: port ini reference playlist parserwm42013-08-281-36/+0
* core: add a playlist demuxerwm42013-08-269-87/+59
* audio: make internal audio format 0 an invalid formatwm42013-08-262-2/+2
* video: handle video output levels with mp_image_paramswm42013-08-242-18/+11
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-0/+1
* Some more mp_msg conversionswm42013-08-231-1/+1
* demux: remove unused audio_delay parameter from demux_seek()wm42013-08-221-6/+4
* mp_msg: fix typo in message level for new msg API macrosStefano Pigozzi2013-08-221-2/+2
* mplayer: replace "D:" in status line with "Late:"wm42013-08-211-1/+1
* options: replace --edition=-1 with --edition=autowm42013-08-211-1/+2
* mplayer: start track IDs from 1 rather than 0wm42013-08-212-2/+2
* command: simplify video brightness/gamma/etc. handling a bitwm42013-08-201-44/+17
* 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
* 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-193-4/+17
* options: remove --panscanrange optionwm42013-08-192-3/+0
* mplayer: reshuffle on every loop if --loop and --shuffle are usedwm42013-08-194-23/+7
* mplayer: don't make restored options from quit_watch_later per-file localwm42013-08-171-6/+8
* command: more intuitive chapter seek behaviorPhilip Sequeira2013-08-173-1/+26
* command: allow seek to "chapter -1"Philip Sequeira2013-08-172-3/+8
* m_option: add missing copy callback for some option typeswm42013-08-171-0/+5
* m_option: make defval constwm42013-08-171-1/+1
* sub: don't print detected charset if it's UTF-8wm42013-08-152-4/+9
* sub: make --subcp=enca the default.wm42013-08-151-0/+5
* sub: allow specifying a fallback codepage if input is not UTF-8wm42013-08-151-2/+10
* bstr: make UTF-8 check stricterwm42013-08-151-0/+8
* sub: if charset detection fails, treat it as broken UTF-8wm42013-08-152-7/+17
* bstr: add UTF-8 validation and sanitation functionswm42013-08-152-1/+81
* input: fix build if HAVE_PTHREADS is undefinedGiuliano Schneider2013-08-151-1/+1
* macosx: remove platform specific input queueStefano Pigozzi2013-08-131-3/+0
* input: make input queue thread safeStefano Pigozzi2013-08-131-6/+35
* mpvcore/options: Update default user agent stringMartin Herkt2013-08-131-1/+2
* video: add vaapi decode and output supportwm42013-08-121-1/+2
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-111-0/+1
* core: make sure hw decoding works when playing multiple fileswm42013-08-111-5/+5
* input: add support for precise scroll axesAlexander Preisinger2013-08-074-3/+33
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-0641-113/+113
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-0667-0/+25203