summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* command: include new "playback-time" property in update mechanismwm42014-07-031-1/+1
* command: remove some code duplication in cache propertieswm42014-07-021-75/+33
* command: cache can actually have full-size 0wm42014-07-021-4/+4
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-024-9/+104
* Audit and replace all ctype.h useswm42014-07-014-5/+2
* player: fix start position when specifying with percentTsukasa OMOTO2014-06-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-3/+8
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-296-10/+27
* sub: fix undefined behavior with dvd://wm42014-06-281-1/+1
* scripting: shorten a linewm42014-06-261-2/+3
* config, player: avoid some temporary talloc contextswm42014-06-261-15/+10
* player: create config dir if it doesn't existwm42014-06-261-0/+2
* player: remove some minor code duplication in config loader codewm42014-06-263-21/+16
* Basic xdg directory implementationKenneth Zhou2014-06-263-19/+24
* command: fix tv-channel propertywm42014-06-251-0/+3
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+29
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+4
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-2/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+0
* encode: disable playback framedroppingwm42014-06-171-0/+1
* discnav: make OSD path explicitly thread-safewm42014-06-161-16/+31
* video/out: change aspects of OSD handlingwm42014-06-154-33/+12
* command: redo the property typewm42014-06-133-508/+601
* win32: implement --priority differentlywm42014-06-121-2/+2
* encode: don't load Lua scriptswm42014-06-121-0/+2
* encode: make option struct localwm42014-06-112-4/+6
* Add more constwm42014-06-117-15/+15
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-111-6/+4
* stream_dvb: remove global option variableswm42014-06-111-4/+0
* command: redo ancient TV/DVB/PVR commandswm42014-06-113-165/+111
* player: hide some messages in verbose modewm42014-06-091-3/+3
* client API: disable LIRC input by defaultwm42014-06-091-0/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-093-1/+14
* player: show "neutral" position markers for OSD barswm42014-06-083-6/+21
* 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
*