MPV

lp:mpv

Owned by MPV packagers
Get this repository:
git clone https://git.launchpad.net/mpv

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/mpv-player/mpv.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
master 2024-04-24 18:35:53 UTC
mac/input: add support for dead key reporting

Author: der richter
Author Date: 2024-04-21 15:02:36 UTC

mac/input: add support for dead key reporting

dead keys like tilde and accents were not reported because they returned
an empty string from the NSEvent.

try to retrieve dead key with alternative Carbon API when an empty key
is reported.

release/0.38 2024-04-17 19:18:44 UTC
Release 0.38.0

Author: Sfan5
Author Date: 2024-04-17 19:18:44 UTC

Release 0.38.0

release/0.37 2023-11-21 18:47:46 UTC
Release 0.37.0

Author: Sfan5
Author Date: 2023-11-21 18:47:46 UTC

Release 0.37.0

release/0.36 2023-07-23 17:10:36 UTC
Release 0.36.0

Author: Sfan5
Author Date: 2023-07-23 17:10:36 UTC

Release 0.36.0

release/0.35 2023-01-28 16:49:47 UTC
Release 0.35.1

Author: Sfan5
Author Date: 2023-01-28 16:49:47 UTC

Release 0.35.1

appveyor 2022-02-06 11:00:21 UTC
ci/appveyor: fix package install line

Author: Sfan5
Author Date: 2022-02-06 11:00:21 UTC

ci/appveyor: fix package install line

It appears MinGW switched their pkg config implementation from pkg-config to pkgconf,
causing all builds to fail because we requested the former.

release/0.34 2022-01-03 19:45:08 UTC
Release 0.34.1

Author: Sfan5
Author Date: 2022-01-03 19:45:08 UTC

Release 0.34.1

rcombs/macos-fixes 2021-11-28 22:45:54 UTC
ao_coreaudio: fix some incorrect channel mappings

Author: Ridley Combs
Author Date: 2020-06-18 02:01:44 UTC

ao_coreaudio: fix some incorrect channel mappings

rcombs/swift 2021-11-28 22:37:07 UTC
Swift: avoid unnecessary unsafe conversions; fixes crash in debug builds

Author: Ridley Combs
Author Date: 2021-03-26 07:32:49 UTC

Swift: avoid unnecessary unsafe conversions; fixes crash in debug builds

release/0.33 2021-04-05 16:45:41 UTC
Release 0.33.1

Author: Sfan5
Author Date: 2021-04-05 16:45:41 UTC

Release 0.33.1

bliss 2020-06-10 09:25:10 UTC
new build system

Author: wm4
Author Date: 2019-06-21 00:13:48 UTC

new build system

Further changes by the following people:

James Ross-Gowan <rossy@jrg.systems>: win32 fixes

rc 2020-05-01 09:38:15 UTC
ta: add refcount wrapper

Author: wm4
Author Date: 2020-05-01 09:38:15 UTC

ta: add refcount wrapper

ass_shit 2020-03-26 14:58:43 UTC
meh

Author: wm4
Author Date: 2020-03-26 14:58:43 UTC

meh

stream_size_fstat_nocache 2020-02-16 15:03:34 UTC
disable caching

Author: wm4
Author Date: 2020-02-16 15:03:34 UTC

disable caching

stream_size_fstat 2020-02-16 15:03:03 UTC
stream_file: use fstat() instead of lseek() to determine file size

Author: wm4
Author Date: 2020-02-16 15:03:03 UTC

stream_file: use fstat() instead of lseek() to determine file size

It appears using lseek() to seek to the end and back to determine file
size is inefficient in some cases (like with CIFS, see #7408).

Even Windows supports fstat() (well, almost, but we already have a
wrapper), so use that. It's unknown whether that will work better.
Although I like it more, because it doesn't mess with the file position.

stream_no_size_caching 2020-02-16 14:31:22 UTC
disable file size caching

Author: wm4
Author Date: 2020-02-16 14:31:22 UTC

disable file size caching

ytdl_sub_delayload 2020-02-15 01:19:20 UTC
some shit

Author: wm4
Author Date: 2020-02-15 01:19:20 UTC

some shit

stream_debug_stuff 2020-02-12 18:10:03 UTC
debug stuff

Author: wm4
Author Date: 2020-02-12 18:10:03 UTC

debug stuff

absurd_test3 2020-02-08 14:09:19 UTC
and another

Author: wm4
Author Date: 2020-02-08 14:09:19 UTC

and another

absurd_test2 2020-02-08 10:45:51 UTC
...

Author: wm4
Author Date: 2020-02-08 10:45:51 UTC

...

absurd_test 2020-02-08 00:07:08 UTC
actually...

Author: wm4
Author Date: 2020-02-08 00:07:08 UTC

actually...

read_stats_old 2020-02-05 18:14:08 UTC
read stats old

Author: wm4
Author Date: 2020-02-05 18:04:10 UTC

read stats old

read_stats_new 2020-02-05 18:04:10 UTC
read stats new

Author: wm4
Author Date: 2020-02-05 18:04:10 UTC

read stats new

release/0.32 2020-01-26 20:31:54 UTC
Release 0.32.0

Author: Sfan5
Author Date: 2020-01-26 20:31:54 UTC

Release 0.32.0

release/0.31 2019-12-28 11:07:07 UTC
Release 0.31.0

Author: Sfan5
Author Date: 2019-12-28 11:07:07 UTC

Release 0.31.0

x11_geo 2019-11-30 12:46:18 UTC
x11: update --geometry at runtime and react to runtime option changes

Author: wm4
Author Date: 2019-11-30 12:46:18 UTC

x11: update --geometry at runtime and react to runtime option changes

Not sure if I want this.

release/0.30 2019-10-25 13:08:15 UTC
Release 0.30.0

Author: Sfan5
Author Date: 2019-10-25 13:08:15 UTC

Release 0.30.0

release/0.29 2018-10-02 19:03:41 UTC
Release 0.29.1

Author: Jan Ekström
Author Date: 2018-10-02 18:40:56 UTC

Release 0.29.1

coverity_scan 2018-06-11 22:57:34 UTC
cocoa-cb: fix building with Swift 4.2

Author: Akemi
Author Date: 2018-06-09 18:10:25 UTC

cocoa-cb: fix building with Swift 4.2

init is a reserved keyword and Swift 4.2 got a bit stricter about using
it. this could be fixed by adding apostrophes around init but makes the
code uglier. hence i just renamed init to initialized and for
consistency uninit to uninitialized.

Fixes #5899

release/0.28 2018-02-13 02:07:05 UTC
Release 0.28.2

Author: kevmitch
Author Date: 2018-02-13 02:07:05 UTC

Release 0.28.2

release/0.27 2018-02-13 01:42:29 UTC
Release 0.27.2

Author: kevmitch
Author Date: 2018-02-13 01:42:29 UTC

Release 0.27.2

mruby 2017-12-30 10:49:48 UTC
mruby: add a basic ruby implementation of obsevables

Author: Stefano Pigozzi
Author Date: 2017-12-30 10:49:48 UTC

mruby: add a basic ruby implementation of obsevables

release/0.9 2015-06-24 11:08:59 UTC
Revert "win32: fix desktop directory"

Author: James Ross-Gowan
Author Date: 2015-06-24 10:49:59 UTC

Revert "win32: fix desktop directory"

This reverts commit f56a7af9f696aab7f4095f282f22dcbe7c758c9e.

This was incorrectly merged. There's no folder parameter in the version
of the function on the release branch.

release/0.8 2015-03-17 01:50:21 UTC
Release 0.8.3

Author: Kovensky
Author Date: 2015-03-17 01:50:21 UTC

Release 0.8.3

release/0.7 2015-02-03 05:39:20 UTC
Update RELEASE_NOTES

Author: Kovensky
Author Date: 2015-02-03 05:39:20 UTC

Update RELEASE_NOTES

release/0.6 2014-10-24 18:38:45 UTC
Release 0.6.2

Author: Alessandro Ghedini
Author Date: 2014-10-23 17:25:03 UTC

Release 0.6.2

release/0.5 2014-09-23 19:21:41 UTC
Release 0.5.4

Author: Alessandro Ghedini
Author Date: 2014-09-23 19:12:10 UTC

Release 0.5.4

release/0.4 2014-07-26 10:12:40 UTC
Release 0.4.2

Author: Alessandro Ghedini
Author Date: 2014-07-23 12:30:36 UTC

Release 0.4.2

release/0.3 2014-06-14 12:08:26 UTC
Release 0.3.11

Author: wm4
Author Date: 2014-06-14 12:08:26 UTC

Release 0.3.11

release/0.2 2013-12-01 19:48:37 UTC
Release 0.2.4

Author: wm4
Author Date: 2013-12-01 19:48:37 UTC

Release 0.2.4

release/0.1 2013-09-20 19:33:32 UTC
Release 0.1.7

Author: wm4
Author Date: 2013-09-20 19:33:10 UTC

Release 0.1.7

141 of 41 results
This repository contains Public information 
Everyone can see this information.

Subscribers