| Commit message (Expand) | Author | Age | Files | Lines |
* | player: remove duplicated track option setter code | wm4 | 2020-04-15 | 1 | -7/+5 |
* | player: slightly improve use of secondary track selection limits | wm4 | 2020-04-15 | 1 | -11/+9 |
* | player: don't segfault when unloading tracks | Niklas Haas | 2020-04-15 | 1 | -0/+2 |
* | player: do not fall back to a default track with explicit selections | wm4 | 2020-04-13 | 1 | -0/+2 |
* | player: mess with track selection details again | wm4 | 2020-04-13 | 1 | -12/+30 |
* | player, stats: more silly debug stuff | wm4 | 2020-04-10 | 1 | -2/+1 |
* | player: do not deinitialize AO on track switching | wm4 | 2020-04-09 | 1 | -1/+2 |
* | stats: some more performance graphs | wm4 | 2020-04-09 | 1 | -0/+4 |
* | client API: report IDs of inserted playlist entries on loading playlist | wm4 | 2020-03-27 | 1 | -6/+9 |
* | client API: add a playlist entry unique ID | wm4 | 2020-03-21 | 1 | -2/+8 |
* | player: add potentially forgotten property change trigger | wm4 | 2020-03-21 | 1 | -0/+1 |
* | player: add a number of new playlist contol commands/properties | wm4 | 2020-03-21 | 1 | -2/+2 |
* | player: playlist-pos now use -1 for "no entry selected" | wm4 | 2020-03-21 | 1 | -1/+1 |
* | player: fix subtle idle mode differences on early program start | wm4 | 2020-03-21 | 1 | -6/+10 |
* | player: actually report an exit error if encoding mode fails on closing | wm4 | 2020-03-21 | 1 | -1/+1 |
* | filter: minor cosmetic naming issue | wm4 | 2020-03-08 | 1 | -1/+1 |
* | player: move on_unload hook after frame step pausing | wm4 | 2020-03-07 | 1 | -2/+2 |
* | client API: provide ways to finish property changes on file changes | wm4 | 2020-03-07 | 1 | -2/+9 |
* | player: reduce impact of blocking filters | wm4 | 2020-03-05 | 1 | -0/+1 |
* | player: remove delayed audio seek thing | wm4 | 2020-02-29 | 1 | -6/+0 |
* | player: set playback_pts in hr-seek past EOF case | wm4 | 2020-02-28 | 1 | -1/+0 |
* | player: change bitrate in track listing back to kilobits | wm4 | 2020-02-20 | 1 | -1/+1 |
* | player: print manifest per-stream bitrate information to terminal | wm4 | 2020-02-19 | 1 | -0/+2 |
* | playlist: change from linked list to an array | wm4 | 2019-12-28 | 1 | -12/+10 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 1 | -11/+3 |
* | player: loadfile overrides previous stop command | wm4 | 2019-12-06 | 1 | -1/+1 |
* | player: change m_config to use new option handling mechanisms | wm4 | 2019-11-29 | 1 | -5/+16 |
* | player: remove mechanisms for better logging with repl.lua | wm4 | 2019-11-18 | 1 | -0/+3 |
* | options: remove M_SETOPT_RUNTIME | wm4 | 2019-11-10 | 1 | -1/+1 |
* | player: avoid duplicate track auto selection | Stephan Hilb | 2019-10-18 | 1 | -1/+14 |
* | player: don't load external files when reading from stdin | ckath | 2019-10-06 | 1 | -1/+1 |
* | loadfile: make prefetching actually work | wm4 | 2019-09-29 | 1 | -1/+3 |
* | loadfile: don't always accidentally always prefetching | wm4 | 2019-09-29 | 1 | -11/+15 |
* | recorder: don't use a magic index for mp_recorder_get_sink() | wm4 | 2019-09-29 | 1 | -1/+1 |
* | player: use track title if exists instead of filename | thewisenerd | 2019-09-21 | 1 | -1/+5 |
* | loadfile: restore playlist prefetching | wm4 | 2019-09-20 | 1 | -4/+11 |
* | demux, command: add a third stream recording mechanism | wm4 | 2019-09-19 | 1 | -0/+2 |
* | demux: redo timed metadata | wm4 | 2019-09-19 | 1 | -1/+1 |
* | demux: really disable cache for sub-demuxers | wm4 | 2019-09-19 | 1 | -1/+4 |
* | player: fix --loop with backward playback | wm4 | 2019-09-19 | 1 | -1/+1 |
* | player: modify/simplify AB-loop behavior | wm4 | 2019-09-19 | 1 | -1/+2 |
* | player: simplify/fix --start/--end handling with --rebase-start-time=no | wm4 | 2019-09-19 | 1 | -7/+0 |
* | Implement backwards playback | wm4 | 2019-09-19 | 1 | -0/+5 |
* | player: don't print "Playing:" message if there's only 1 file | wm4 | 2019-09-19 | 1 | -1/+4 |
* | player: add --demuxer-cache-wait option | wm4 | 2019-09-19 | 1 | -0/+13 |
* | loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlist | wm4 | 2019-09-19 | 1 | -1/+1 |
* | stream_libarchive: remove base filename stuff | wm4 | 2019-09-19 | 1 | -8/+1 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 1 | -1/+1 |
|\ |
|
| * | player: do not rebase start time for subtitle streams | zc62 | 2019-02-28 | 1 | -1/+1 |
* | | demux: add another stream recording feature | wm4 | 2018-12-06 | 1 | -2/+5 |
* | | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 1 | -75/+280 |
|\ \
| |/
|/| |
|
| * | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 1 | -1/+0 |
| * | HACK: prefetch subtitles on track switch a bit more | wm4 | 2018-06-30 | 1 | -1/+4 |
| * | player: don't cache subtitles across deselection | wm4 | 2018-06-30 | 1 | -5/+1 |
| * | player: get rid of mpv_global.opts | wm4 | 2018-05-24 | 1 | -1/+2 |
| * | player: make playback termination asynchronous | wm4 | 2018-05-24 | 1 | -20/+107 |
| * | player: change the role of the "stop_play" and "playing" variable | wm4 | 2018-05-24 | 1 | -11/+14 |
| * | player: move a function (no functional changes) | wm4 | 2018-05-24 | 1 | -7/+7 |
| * | player: some further cleanup of the mp_cancel crap | wm4 | 2018-05-24 | 1 | -46/+14 |
| * | demux: get rid of free_demuxer[_and_stream]() | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | player: simplify edition switching | wm4 | 2018-05-24 | 1 | -10/+0 |
| * | player: make various commands for managing external tracks abortable | wm4 | 2018-05-24 | 1 | -47/+62 |
| * | player: don't reset last_seek_pts on playback state reset | wm4 | 2018-05-24 | 1 | -3/+2 |
| * | client API: kill async commands on termination | wm4 | 2018-05-24 | 1 | -1/+4 |
| * | command: add a way to abort asynchronous commands | wm4 | 2018-05-24 | 1 | -0/+51 |
| * | player: rename "lock" to "abort_lock" | wm4 | 2018-05-24 | 1 | -8/+8 |
| * | player: make all external file loading actions async | wm4 | 2018-05-24 | 1 | -16/+77 |
| * | player: make abort during loading faster if ytdl_hook is used | wm4 | 2018-05-24 | 1 | -0/+7 |
| * | player: don't even start loading external tracks when aborting loading | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | command: make sub-add and audio-add commands async | wm4 | 2018-05-24 | 1 | -4/+16 |
* | | encode: fix expected streams when using --lavfi-complex | TSaaristo | 2018-09-26 | 1 | -8/+8 |
* | | player: expose hearing/visual impaired flags on audio tracks | Aman Gupta | 2018-08-13 | 1 | -0/+3 |
* | | player: simplify edition switching | wm4 | 2018-05-31 | 1 | -10/+0 |
|/ |
|
* | build: make encoding mode non-optional | wm4 | 2018-05-03 | 1 | -9/+4 |
* | encode: rewrite half of it | wm4 | 2018-04-29 | 1 | -2/+16 |
* | scripting: change when/how player waits for scripts being loaded | wm4 | 2018-04-18 | 1 | -0/+10 |
* | player: fix hook processing consistency and code duplication issues | wm4 | 2018-03-26 | 1 | -43/+16 |
* | client API: add a first class hook API, and deprecate old API | wm4 | 2018-03-26 | 1 | -3/+3 |
* | player: don't print error if aborted while loading external files | wm4 | 2018-03-26 | 1 | -1/+2 |
* | player: fix strange behavior on edition switching | wm4 | 2018-03-03 | 1 | -0/+2 |
* | player: don't free root filter while it's still needed | wm4 | 2018-03-03 | 1 | -1/+1 |
* | player: fix track autoselection of external files yet again | wm4 | 2018-03-03 | 1 | -3/+3 |
* | player: set thread name in opener thread | wm4 | 2018-03-03 | 1 | -0/+3 |
* | player: correctly set track information on adding external files | Zehua Chen | 2018-02-10 | 1 | -14/+18 |
* | loadfile: make --lavfi-complex runtime changes more flexible | wm4 | 2018-02-03 | 1 | -18/+27 |
* | loadfile: initialize decoders after outputs for --lavfi-complex | wm4 | 2018-02-03 | 1 | -37/+31 |
* | loadfile: fix crash in some cases of setting --lavfi-complex at runtime | wm4 | 2018-02-03 | 1 | -1/+1 |
* | loadfile: remove minor unneeded things from --lavfi-complex setup | wm4 | 2018-02-03 | 1 | -3/+1 |
* | audio: move to decoder wrapper | wm4 | 2018-01-30 | 1 | -20/+10 |
* | video: make decoder wrapper a filter | wm4 | 2018-01-30 | 1 | -14/+13 |
* | player: replace old lavfi wrapper with new filter code | wm4 | 2018-01-30 | 1 | -25/+36 |
* | video: rewrite filtering glue code | wm4 | 2018-01-30 | 1 | -0/+3 |
* | player: redo hack for video keyframe seeks with external audio | wm4 | 2018-01-18 | 1 | -0/+5 |
* | player: slightly refactor/simplify cache pausing logic | wm4 | 2018-01-07 | 1 | -2/+0 |
* | player: strictly never autoselect tracks from --external-files | wm4 | 2018-01-06 | 1 | -0/+4 |
* | player: add on_load_fail hook | Ricardo Constantino | 2018-01-02 | 1 | -4/+11 |
* | options: drop some previously deprecated options | wm4 | 2017-12-25 | 1 | -6/+1 |
* | player: update duration based on highest timestamp demuxed | wm4 | 2017-12-24 | 1 | -0/+2 |
* | player: make track language matching case insensitive | wm4 | 2017-12-23 | 1 | -1/+1 |
* | player: when loading external file, always add all track types | wm4 | 2017-12-07 | 1 | -12/+23 |
* | player: rebase start time even for subtitle streams | wm4 | 2017-12-07 | 1 | -1/+1 |
* | player: add get_play_start_pts | Leo Izen | 2017-12-03 | 1 | -10/+9 |
* | Fix various typos in log messages | Nicolas F | 2017-12-03 | 1 | -3/+3 |
* | player: minor fix/simplification of OSD time/duration handling | wm4 | 2017-11-24 | 1 | -0/+3 |
* | player: change license of some code surrounding --frames to LGPL | wm4 | 2017-11-06 | 1 | -6/+0 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 1 | -2/+0 |
* | player: make refresh seeks slightly more robust | wm4 | 2017-08-14 | 1 | -8/+2 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 1 | -2/+2 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 1 | -48/+129 |
* | m_option: remove redundant indirections | wm4 | 2017-07-02 | 1 | -1/+1 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 1 | -7/+7 |
* | player: disable --frames in WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+6 |
* | player: fix a corner case in previous commit | wm4 | 2017-04-14 | 1 | -1/+2 |
* | player: fix core-idle and eof-reached update notifcations | wm4 | 2017-04-14 | 1 | -1/+3 |
* | player: unmess pause state handling | wm4 | 2017-04-14 | 1 | -2/+1 |
* | player: make new stream output more consistent with other output | wm4 | 2017-03-26 | 1 | -3/+3 |
* | player: print additional stream info | Dan Oscarsson | 2017-03-26 | 1 | -1/+13 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 1 | -0/+93 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 1 | -1/+0 |
* | player: actually let cache readahead after opening demuxer for prefetch | wm4 | 2017-01-19 | 1 | -0/+1 |
* | player: also log if completely prefetched URL is discarded | wm4 | 2017-01-19 | 1 | -1/+4 |
* | player: add prefetching of the next playlist entry | wm4 | 2017-01-18 | 1 | -38/+121 |
* | player: restructure cancel callback | wm4 | 2017-01-18 | 1 | -2/+25 |
* | player: move some minor demuxer setup code | wm4 | 2017-01-18 | 1 | -3/+4 |
* | player: remove dysfunctional edition switching OSD code | wm4 | 2017-01-05 | 1 | -1/+1 |
* | player: don't print format detection error when aborting loading | wm4 | 2016-11-29 | 1 | -1/+1 |
* | player: make --start-time work with --rebase-start-time=no | Aman Gupta | 2016-10-22 | 1 | -0/+3 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 1 | -0/+2 |
* | player: some M_SETOPT_RUNTIME cleanups | wm4 | 2016-09-22 | 1 | -1/+1 |
* | player: minor changes in init code | wm4 | 2016-09-19 | 1 | -0/+2 |
* | player: litter code with explicit wakeup calls | wm4 | 2016-09-16 | 1 | -0/+2 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 1 | -1/+1 |
* | osd: slightly simplify update logic | wm4 | 2016-09-15 | 1 | -1/+0 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 1 | -3/+1 |
* | player: don't directly access demuxer->stream | wm4 | 2016-08-26 | 1 | -2/+2 |
* | player: allow passing flags to queue_seek() | wm4 | 2016-08-15 | 1 | -1/+1 |
* | player: add --no-autoload-files option | wm4 | 2016-08-10 | 1 | -0/+6 |
* | player: improve instant track switching | wm4 | 2016-08-06 | 1 | -24/+5 |
* | player: offset demuxer on start/seek properly with audio/sub delay | wm4 | 2016-08-04 | 1 | -0/+1 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 1 | -1/+0 |
* | player: force VO reconfig when unselecting video track | wm4 | 2016-04-23 | 1 | -1/+1 |
* | player: simplify an aspect of buffering determination | wm4 | 2016-04-19 | 1 | -0/+1 |
* | player: fix --stream-dump exit code | wm4 | 2016-03-26 | 1 | -1/+1 |
* | demux: remove relative seeking | wm4 | 2016-02-28 | 1 | -1/+1 |
* | player: slightly simplify how demuxer streams are enabled/disabled | wm4 | 2016-02-25 | 1 | -38/+29 |
* | player: remove pointless call | wm4 | 2016-02-23 | 1 | -1/+0 |
* | player: simplify enabling demuxer threads | wm4 | 2016-02-23 | 1 | -17/+6 |
* | player: remove unused MPContext.stream field | wm4 | 2016-02-23 | 1 | -8/+0 |
* | player: remove MPContext.sources fields | wm4 | 2016-02-23 | 1 | -15/+4 |
* | player: remove initial seek on playback start | wm4 | 2016-02-18 | 1 | -2/+0 |
* | player: remove old timeline/ordered chapters support | wm4 | 2016-02-15 | 1 | -187/+17 |
* | player: add on_preloaded hook | wm4 | 2016-02-15 | 1 | -0/+16 |
* | player: restore old/correct --force-window behavior | wm4 | 2016-02-15 | 1 | -0/+3 |
* | player: abort loading if there is a problem with complex filters | wm4 | 2016-02-10 | 1 | -5/+11 |
* | player: add --external-file option | wm4 | 2016-02-08 | 1 | -14/+12 |
* | player: add complex filter graph support | wm4 | 2016-02-05 | 1 | -2/+134 |
* | player: refactor: reduce some dependencies on current_track | wm4 | 2016-02-01 | 1 | -15/+11 |
* | |