summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* client API: minor documentation fixes/enhancementswm42014-06-081-2/+2
* client API: trigger wakeup when creating wakeup pipe/callbackwm42014-06-081-1/+5
* client API: restructure waiting, do log msg wakeup properlywm42014-06-071-42/+55
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-072-5/+4
* client API: add API function that ensures total destructionwm42014-06-073-2/+37
* client API: change mpv_wait_event() timeout semanticswm42014-06-072-2/+5
* client API: enlarge the message buffer if log level is highwm42014-06-061-1/+2
* client API: call wakeup callback if there are new messageswm42014-06-061-13/+17
* client API: fix terminal usagewm42014-06-061-1/+4
* client API: don't update properties in uninitialized statewm42014-06-061-0/+2
* client API: don't use the mpv config files by defaultwm42014-06-061-0/+1
* client API: use shared code for creating the wakeup pipewm42014-06-061-12/+2
* client API: fix swapped pipe ends used with mpv_set_wakeup_callbackwm42014-06-061-2/+2
* lua: make warning about unknown scripts -v onlywm42014-06-041-1/+1
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* osc: keep track of the "fullscreen" state when it changesMarcoen Hirschberg2014-06-021-3/+6
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-011-0/+2
* command: improve video-bitrate propertyAndrey Morozov2014-06-011-1/+4
* client API: report success status when running commandswm42014-06-013-29/+46
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-012-2/+2
* audio: change handling of an EOF corner casewm42014-05-301-7/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-4/+4
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-1/+1
* osc: correct calculation of slider positionChrisK22014-05-281-1/+1
* osc: extend hitbox of seekbars to include gapChrisK22014-05-271-1/+1
* lua: slightly nicer diagnostics outputwm42014-05-271-1/+3
* lua: add missing include fileswm42014-05-261-0/+2
* lua: fix compilation with lua 5.2wm42014-05-261-8/+42
* command: add write_watch_later_config commandMartin2014-05-261-0/+5
* lua: add some filesystem utility functionswm42014-05-251-10/+72
* osc: fix chapter list displayChrisK22014-05-241-2/+2
* client API: fix mpv_observe_property with MP_FORMAT_NONEwm42014-05-241-2/+3
* stream: don't use end_poswm42014-05-243-13/+13
* stream: kill start_pos, remove --sb optionwm42014-05-245-24/+6
* player: don't init/uninit terminal at runtimewm42014-05-241-7/+1
* lua/osc: forgot some changed files in previous commitChrisK22014-05-233-97/+20
* lua/osc: small overhaulChrisK22014-05-231-0/+105
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-6/+3
* tl_mpv_edl: correct misspelling on line 233Yomi02014-05-221-1/+1
* player: fix cover art sometimes "syncing" against audiowm42014-05-221-1/+3
* player: suggest --no-audio-display on cover artwm42014-05-221-0/+7
* video: fix display of cover art with vo_vdpauwm42014-05-221-2/+4
* edl: use start PTS of the source files as default start timewm42014-05-221-2/+8
* cache: redo options and default settingswm42014-05-204-29/+18
* client API: add mpv_load_config_file()wm42014-05-181-0/+15
* options: unify code for setting string and "raw" optionswm42014-05-182-47/+44
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-2/+2
* player: increase seek accuracy when refreshing display on filter changewm42014-05-181-1/+1
* command: add a disc-menu-active propertywm42014-05-183-0/+30
* client API: fix "missed" property notificationswm42014-05-181-19/+25
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-161-11/+0
* player: reorganize how lua scripts are loadedwm42014-05-138-130/+205
* player: disable hr-seek framedropping during backsteppingwm42014-05-121-2/+3
* player: don't assign "false" to pointerwm42014-05-111-1/+1
* input: remove pausing command prefixeswm42014-05-111-9/+0
* player: don't complain on too long filenameswm42014-05-101-2/+2
* command: add property that estimates current video FPSwm42014-05-081-0/+27
* options: add --hr-seek-framedrop optionwm42014-05-071-1/+2
* player: avoid reconfig during seekingwm42014-05-071-1/+2
* player: remove VO from seeking code pathwm42014-05-072-11/+26
* player: minor reshuffling of video codewm42014-05-071-28/+30
* player: limit max. fallback frame durationwm42014-05-071-1/+1
* player: handle video reconfig slightly different againwm42014-05-072-23/+29
* player: reset last_frame_duration on initwm42014-05-071-0/+1
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-061-13/+44
* command: remove ifdefs for deint filterswm42014-05-061-4/+0
* common: change mp_snprintf_append semanticswm42014-05-051-2/+2
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-1/+1
* options: remove deprecated --identifyMartin Herkt2014-05-042-29/+0
* options: rename video-related options/propertiesMartin Herkt2014-05-041-1/+1
* options: rename audio-related options/propertiesMartin Herkt2014-05-041-2/+2
* options: rename subtitle-related optionsMartin Herkt2014-05-041-1/+1
* video: remove a corner case by introducing another onewm42014-05-031-3/+2
* video: fix video end conditionwm42014-05-031-5/+4
* video: rename a variablewm42014-05-031-2/+2
* client API: fix inverted conditionwm42014-05-021-1/+1
* video: removed unused stuffwm42014-05-021-1/+0
* player: remove extremely obscure undefined behaviorwm42014-05-021-1/+2
* client API, video: signal reconfig at the right timewm42014-05-021-4/+2
* lua: remove "lua/" prefix from script nameswm42014-05-021-1/+1
* video: change everythingwm42014-05-023-180/+224
* video: handle colorspace and aspect overrides separatelywm42014-05-023-5/+5
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-021-2/+15
* command: redo deinterlace filter probingwm42014-05-021-18/+27
* command: make enabling deinterlacing with vdpau workwm42014-05-021-0/+3
* video: improve error messageswm42014-04-301-2/+1
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-11/+16
* video: remove redundant mp_image display_w/_h memberswm42014-04-291-4/+1
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-5/+7
* client API: add chapter change eventwm42014-04-276-0/+17
* stream: make mp_input_check_interrupt thread-safewm42014-04-251-0/+1
* stream: remove interrupt callback global variableswm42014-04-251-1/+8
* lua: fix stack going out of syncwm42014-04-241-0/+1
* dispatch: move into its own source filewm42014-04-233-2/+3
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+33
* client API: make mpv_set_option set options nativelywm42014-04-221-1/+1
* command: export rotation parameterwm42014-04-221-0/+1
* video: auto-insert software rotation filterwm42014-04-211-5/+44
* encode: don't resume playback when encodingwm42014-04-191-0/+1
* encode: don't apply default config optionswm42014-04-192-5/+18
* Remove CPU detection and inline asm handlingwm42014-04-191-2/+0
* encode: disable keep-open when encodingJames Ross-Gowan2014-04-191-0/+1
* player: fix audio EOF check on --no-audiowm42014-04-181-1/+1
* player: add a --loop-file optionwm42014-04-172-0/+12
* player: unrangle one aspect of audio EOF handlingwm42014-04-171-9/+4
* audio: explicitly document audio EOF conditionwm42014-04-171-1/+1
* player: add a --dump-stats optionwm42014-04-172-1/+26
* player: remove audio waitingwm42014-04-151-16/+0
* client API: remove mpv_event_pause_reasonwm42014-04-146-47/+18
* command: add property to indicate when pausing due to --keep-openwm42014-04-144-2/+16
* command: add a property to indicate core pause statewm42014-04-141-2/+11
* command: vf-metadata: minor fixup of return statusKevin Mitchell2014-04-141-1/+1
* command: add vf-metadata propertyKevin Mitchell2014-04-131-1/+37
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-133-3/+0
* player: hack to fix --msgmodule --term-osd-barwm42014-04-131-1/+1
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+33
* lua: make it easier to integrate with foreign event loopswm42014-04-121-6/+26
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-121-0/+8
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-0/+32
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-112-1/+15
* lua: add helper function for printing a tablewm42014-04-111-0/+49
* lua: add a minor helper functionwm42014-04-101-0/+13
* client: change equality rules for MPV_FORMAT_NONEwm42014-04-091-1/+1
* client: add a commentwm42014-04-091-0/+2
* cache: allow resizing at runtimewm42014-04-091-0/+29
* osc: fix playlist displayChrisK22014-04-091-2/+2
* client API: avoid redundant property change events if possiblewm42014-04-081-5/+50
* command: property set commands should send property change notificationswm42014-04-081-1/+21
* lua: add API for observing property changeswm42014-04-082-4/+38
* lua: add basic mpv_observe_property supportwm42014-04-061-0/+58
* client API: add a way to notify clients of property changeswm42014-04-064-1/+247
* client API: use a manual ringbufferwm42014-04-061-31/+31
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-041-0/+1
* lua: give more control over timerswm42014-04-021-9/+30
* lua: add mp.unregister_event() functionwm42014-04-011-0/+26
* encode_lavc: copy metadata to output fileAlessandro Ghedini2014-03-301-0/+4
* command: allow changing filters before video chain initializationwm42014-03-302-6/+16
* command: change what the metadata property returnswm42014-03-301-8/+20
* command: minor simplificationwm42014-03-301-6/+3
* command: add helper function to split property pathswm42014-03-301-5/+8
* osc: make OSC more responsive when pausedChrisK22014-03-301-0/+1
* player: add missing "-" to options in workaround notice on A/V desynchronizationSebastian Morr2014-03-301-1/+1
* audio: remove sample rate limit checkswm42014-03-301-7/+1
* player: dvdnav: fix start time when entering and leaving menuwm42014-03-301-0/+4
* Merge remote-tracking branch 'mpv/pr/676'wm42014-03-303-20/+46
|\
| * player: rename dvdnav to discnavxylosper2014-03-303-11/+11
| * stream_bluray: implement navigation interface for Blu-ray streamxylosper2014-03-291-9/+35
* | video/out: remove legacy colorspace stuffwm42014-03-291-9/+9
|/
* player: fix unchecked access for chapter metadatawm42014-03-261-3/+1
* dvdnav: fix minor memory leakwm42014-03-251-0/+1
* dvdnav: check and update video resolution whenever renderingxylosper2014-03-251-14/+25
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyxylosper2014-03-251-1/+3
* dvdnav: prevent reallocation of fake highlight bufferxylosper2014-03-251-0/+2
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-254-16/+15
* player: handle chapter range like --start/--endwm42014-03-252-8/+8
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-253-4/+4
* player: remove weird separation between no chapters and 0 chapterswm42014-03-252-17/+11
* player: remove demuxer chapoter API wrapperswm42014-03-253-33/+34
* stream: remove old chapter handling codewm42014-03-251-8/+1
* player: remove confusing argc/argv adjustmentwm42014-03-231-5/+0
* command: make 'disc-title' property writablexylosper2014-03-181-2/+8
* osc: add enable/disable message, and map DEL to disabling the OSCwm42014-03-171-0/+14
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-171-13/+13
* command, lua: change script_message semanticswm42014-03-173-2/+22
* build: simplify libavfilter configure checkswm42014-03-161-1/+1
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-4/+0
* command: rename dvd- properties to disc-wm42014-03-151-7/+7
* command: prefix DVD title properties with "dvd-"wm42014-03-151-8/+8
* command: add new property 'title'xylosper2014-03-151-0/+20
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-131-12/+8
* command: fix wrong condition & remove redundant stream type checkingxylosper2014-03-131-14/+2
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-131-5/+15
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-131-0/+1
* Revert "player: simplify audio reset when seeking"wm42014-03-101-10/+15
* audio: don't downmix when doing digital passthroughwm42014-03-101-1/+2
* audio: make --channels option always force the output layoutwm4</