summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* audio: fix random crashes on uninitwm42014-09-231-2/+1
* player: don't let multiline filenames set options on resumewm42014-09-231-4/+7
* player: fix buildAlessandro Ghedini2014-09-101-1/+1
* audio: correctly initialize output bufferwm42014-09-051-0/+6
* player: check for null in resume config searchJames Ross-Gowan2014-09-051-1/+2
* audio: fix obscure audio resync failure with timelineswm42014-09-052-3/+6
* player: properly resume playlists loaded at runtimewm42014-09-031-0/+3
* player: fix quit handling when seeking past EOF while pausedwm42014-08-311-6/+5
* audio: restore old speed change behaviorwm42014-08-282-2/+2
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+6
* player: don't clobber playback position on video endwm42014-08-251-5/+3
* player: don't quit with --loop-filewm42014-08-131-0/+1
* video: don't keep multiple pointers to hwdec info structwm42014-08-111-1/+1
* player: remove cache status from video OSDwm42014-08-111-3/+0
* video: fix dangling pointer issuewm42014-08-111-1/+1
* command: for OSD, format cache property as integerwm42014-08-111-0/+5
* command: fix dangling pointer issue in script key bindings codewm42014-08-111-1/+1
* player: don't delay OSD redraw when pausedwm42014-08-101-2/+4
* video: remove "hard" framedrop modewm42014-08-091-1/+1
* command: run OSD display code even if a property is unavailablewm42014-08-091-4/+2
* command: add a "seeking" propertywm42014-08-081-0/+10
* player: indicate on the status line whether a seek is activewm42014-08-081-1/+3
* audio: fix encoding modewm42014-08-071-1/+2
* player: remove unused declarationwm42014-08-071-1/+0
* client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreationwm42014-08-061-0/+2
* audio: fix inverted conditionwm42014-08-061-6/+4
* cocoa: fix build by using the correct HAVE_* macroStefano Pigozzi2014-08-062-6/+6
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-0/+1
* sub: fix subtitle timing for TSwm42014-08-041-2/+6
* sub: don't read packets if video and audio are disabledwm42014-08-041-1/+1
* player: some further playloop cleanupswm42014-08-032-45/+45
* player: make quit exit immediatelywm42014-08-031-3/+3
* player: allow redrawing screen during seekswm42014-08-031-6/+12
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* client API: minor optimizations for property notificationwm42014-08-024-38/+91
* command: add a property that returns a list of all propertieswm42014-08-023-21/+25
* Remove the last remains of slave modewm42014-08-011-9/+2
* player: don't ignore first chapterwm42014-07-311-1/+1
* video: fix attached picture modewm42014-07-311-1/+3
* audio: simplify conditionwm42014-07-311-1/+1
* audio: fix A/V sync in encoding modewm42014-07-311-0/+5
* client API: don't send internal events to the clientswm42014-07-311-1/+2
* command: add cache-idle propertywm42014-07-311-1/+14
* client API: make "cache" property and similar observablewm42014-07-314-0/+17
* client API: fix deadlock when calling mpv_terminate_destroy before initwm42014-07-311-1/+1
* player: rename a variablewm42014-07-301-3/+3
* player: move video display code out of the playloopwm42014-07-304-332/+336
* player: split seek_reset()wm42014-07-306-56/+59
* video: actually flush filter chainwm42014-07-301-1/+4
* audio: better sync behavior on bogus EOFwm42014-07-301-1/+3
* audio: better initial sync for files where audio starts laterwm42014-07-301-5/+15
* audio: cosmetics: remove unused return valuewm42014-07-302-11/+9
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-304-20/+19
* player: let explicitly imprecise seeks cancel precise seekswm42014-07-291-0/+3
* osc: Do precise seeks on simple clicks on seekbarChrisK22014-07-291-11/+19
* audio: ignore (some) decoding errors on initializationwm42014-07-291-1/+4
* player: fix desync when seeking and switching external trackswm42014-07-296-32/+30
* player: remove a pointless fieldwm42014-07-292-5/+4
* player: disable hr-seek in .ts fileswm42014-07-291-0/+1
* player: allow precise seeking with percent seekswm42014-07-291-2/+1
* player: update playback position on seekwm42014-07-291-0/+2
* player: logically speed up seek logicwm42014-07-281-1/+1
* audio: change playback restart and resyncingwm42014-07-285-250/+288
* audio, client API: check mp_make_wakeup_pipe() return valuewm42014-07-251-3/+4
* command: fix and simplify overlay_addwm42014-07-251-50/+44
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-251-1/+1
* audio: cosmetics: collapse a functionwm42014-07-241-14/+6
* audio: fix race condition in EOF codewm42014-07-241-1/+1
* command: add append-play loadfile modewm42014-07-231-2/+2
* player: remove something DVD specificwm42014-07-221-8/+1
* sub: offset subtitle timing to video start PTSwm42014-07-221-1/+2
* video: fix corner case with accidental EOFwm42014-07-221-5/+5
* player: fix idle mode event handlingwm42014-07-221-2/+2
* osd: properly handle OSD bar timeoutwm42014-07-211-4/+10
* player: don't sleep after seekswm42014-07-211-0/+1
* audio: remove unused metadata fieldwm42014-07-211-1/+0
* player: simplify a conditionwm42014-07-201-7/+8
* player: simplify logic on video errorswm42014-07-201-1/+1
* audio: use symbolic constants instead of magic integerswm42014-07-201-4/+3
* player: readd code accidentally removed with commit 61efe87ewm42014-07-201-0/+5
* player: fix regression with ordered chapterswm42014-07-202-14/+18
* command: potentially fix dvd angle settingwm42014-07-201-5/+4
* player: don't wait forever with --cache-pause-below behaviorwm42014-07-201-0/+1
* video: use symbolic constants instead of magic integerswm42014-07-183-38/+43
* video: don't block when reading video packetswm42014-07-183-13/+35
* player: remove the last instances of pollingwm42014-07-183-38/+39
* demux: add a demuxer threadwm42014-07-166-102/+120
* ao_lavc: Fix design of audio pts handling.Rudolf Polzer2014-07-161-1/+1
* Revert "Remove DVD and Bluray support"wm42014-07-157-0/+495
* Remove DVD and Bluray supportwm42014-07-147-495/+0
* command: don't show VO information in colorspace propertieswm42014-07-131-3/+1
* Remove some mp_msg calls with no trailing \nwm42014-07-131-21/+21
* player: remove some inactive codewm42014-07-131-8/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-132-0/+2
* osc: improve previous commitChrisK22014-07-101-6/+3
* osc: round displayed cache valueChrisK22014-07-101-3/+3
* build: include <strings.h> for strcasecmp()wm42014-07-103-0/+3
* demux: remove accurate_seek fieldwm42014-07-081-5/+3
* osc: fix failure when using DVD menuswm42014-07-071-1/+1
* lua: redo error handling, print backtraceswm42014-07-071-82/+90
* Remove stream_pts stuffwm42014-07-062-19/+0
* demux: minor simplificationwm42014-07-061-1/+1
* player: don't use stream position as fallback for percent-poswm42014-07-051-3/+2
* dvd: move angle switching codewm42014-07-051-14/+28
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-053-114/+0
* discnav: fix a commentwm42014-07-051-1/+1
* demux: make start time a simple fieldwm42014-07-052-3/+3
* demux: make replaygain per-trackwm42014-07-051-1/+1
* client API: allow calling mpv_terminate_destroy(NULL)wm42014-07-041-0/+3
* 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/