From 0106af67fcd4cfeaf8b2385260a045ebfd20c2eb Mon Sep 17 00:00:00 2001 From: dyknon Date: Sun, 11 Jan 2026 23:18:31 +0900 Subject: Import osc.lua from mpv 0.41.0 --- Copyright | 78 ++ LICENSE.GPL | 338 +++++++ LICENSE.LGPL | 501 +++++++++ README | 4 + README.md | 222 ++++ debian/changelog | 1030 +++++++++++++++++++ debian/copyright | 340 +++++++ osc.lua | 2977 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 5490 insertions(+) create mode 100644 Copyright create mode 100644 LICENSE.GPL create mode 100644 LICENSE.LGPL create mode 100644 README create mode 100644 README.md create mode 100644 debian/changelog create mode 100644 debian/copyright create mode 100644 osc.lua diff --git a/Copyright b/Copyright new file mode 100644 index 0000000..61d3a03 --- /dev/null +++ b/Copyright @@ -0,0 +1,78 @@ +mpv is a fork of mplayer2, which is a fork of MPlayer. + +mpv as a whole is licensed under the GNU General Public License GPL version 2 +or later (called GPLv2+ in this document, see LICENSE.GPL for full license +text) by default. The mpv program is licensed the GNU Lesser General Public +License LGPL version 2 or later (LGPLv2.1+ in this document, see LICENSE.LGPL +for full license text) if built without using any GPL only files. +The -Dgpl=false configure switch is provided as a convenience for excluding +the GPL only files listed below from the build process. + +However, do note that the build system is provided "as is" and using the +-Dgpl=false configure switch does not in itself create a LGPLv2.1+ license +grant. + +Additionally, some non-program parts, such as the documentation and some config +files listed below, are still built and licensed under their respective licenses +even when -Dgpl=false is used. Please consult GPLv2+ and LGPLv2.1+ license texts +for further details on how to distribute these files. + +Most source files are LGPLv2.1+ or GPLv2+, but some files are available under +more liberal licenses, such as BSD, MIT, ISC, and possibly others. Look at the +copyright header of each source file, and grep the sources for "Copyright" if +you need to know details. C source files without Copyright notice are usually +licensed as LGPLv2.1+. Also see the list of files with specific licenses below +(not all files can have a standard license header). + +All new contributions must be LGPLv2.1+ licensed. Using a more liberal license +compatible to LGPLv2.1+ is also ok. + +Changes done to GPL code must come with the implicit/explicit agreement that the +project can relicense the changes to LGPLv2.1+ at a later point without asking +the contributor. This is a safeguard for making potential relicensing of +remaining GPL code to LGPLv2.1+ easier. + +See DOCS/contribute.md for binding rules wrt. licensing for contributions. + +For information about authors and contributors, consult the git log, which +contains the complete SVN and CVS history as well. + +mpv can be built as LGPLv2.1+ without using any GPL only files. To add a +LGPL mode to mpv, MPlayer code had to be relicensed from GPLv2+ to LGPLv2.1+ by +asking the MPlayer authors for permission. Since permission could not be +obtained from everyone, LGPL mode disables the following features, some of them +quite central: +- Linux X11 video output +- BSD audio output via OSS +- NVIDIA/Linux hardware decoding (vdpau, although nvdec usually works) +- minor features: jack, DVD, CDDA, DVB, CACA, legacy direct3d VO +Some of these will be fixed in the future. The intended use for LGPL mode is +with libmpv, and currently it's not recommended to build mpv CLI in LGPL mode +at all. + +The following files are still GPL only (-Dgpl=false disables them): + + audio/out/ao_jack.c will stay GPL + audio/out/ao_oss.c will stay GPL + stream/dvb* must stay GPL + stream/stream_cdda.c unknown + stream/stream_dvb.* must stay GPL + stream/stream_dvdnav.c unknown + video/out/vo_caca.c unknown + video/out/vo_direct3d.c unknown + video/out/vo_vaapi.c probably impossible (some company's code) + video/out/vo_vdpau.c probably impossible (nVidia's code) + video/out/vo_x11.c probably impossible + video/out/vo_xv.c probably impossible + video/out/x11_common.* probably impossible + video/vdpau.c hard (GPL-only parts must be ifdefed) + video/vdpau.h unknown + video/vdpau_mixer.* actual code must be rewritten + DOCS/man/ GPLv2+ + etc/mplayer-input.conf unknown license, probably GPLv2+ + etc/mpv.desktop unknown license, probably GPLv2+ + etc/restore-old-bindings.conf unknown license, probably GPLv2+ + +None of the cases listed above affect the final binary if it's built as +LGPL. Linked libraries still can affect the final license (for example if +FFmpeg was built as GPL). diff --git a/LICENSE.GPL b/LICENSE.GPL new file mode 100644 index 0000000..9efa6fb --- /dev/null +++ b/LICENSE.GPL @@ -0,0 +1,338 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Moe Ghoul, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/LICENSE.LGPL b/LICENSE.LGPL new file mode 100644 index 0000000..d35234e --- /dev/null +++ b/LICENSE.LGPL @@ -0,0 +1,501 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see . + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Moe Ghoul, President of Vice + +That's all there is to it! diff --git a/README b/README new file mode 100644 index 0000000..517c45c --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +osc.lua (moved from player/lua/) and some documentations about copyright. +Copied from mpv 0.41.0 debian release. + +Authors are listed in debian/copyright. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d8caf1 --- /dev/null +++ b/README.md @@ -0,0 +1,222 @@ +![mpv logo](https://raw.githubusercontent.com/mpv-player/mpv.io/master/source/images/mpv-logo-128.png) + +# mpv + + +* [External links](#external-links) +* [Overview](#overview) +* [System requirements](#system-requirements) +* [Downloads](#downloads) +* [Changelog](#changelog) +* [Compilation](#compilation) +* [Release cycle](#release-cycle) +* [Bug reports](#bug-reports) +* [Contributing](#contributing) +* [License](#license) +* [Contact](#contact) + + +## External links + + +* [Wiki](https://github.com/mpv-player/mpv/wiki) +* [User Scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) +* [FAQ][FAQ] +* [Manual](https://mpv.io/manual/master/) + + +## Overview + + +**mpv** is a free (as in freedom) media player for the command line. It supports +a wide variety of media file formats, audio and video codecs, and subtitle types. + +There is a [FAQ][FAQ]. + +Releases can be found on the [release list][releases]. + +## System requirements + +- A not too ancient Linux (usually, only the latest releases of distributions + are actively supported), Windows 10 1607 or later, or macOS 10.15 or later. +- A somewhat capable CPU. Hardware decoding might help if the CPU is too slow to + decode video in realtime, but must be explicitly enabled with the `--hwdec` + option. +- A not too crappy GPU. mpv's focus is not on power-efficient playback on + embedded or integrated GPUs (for example, hardware decoding is not even + enabled by default). Low power GPUs may cause issues like tearing, stutter, + etc. On such GPUs, it's recommended to use `--profile=fast` for smooth playback. + The main video output uses shaders for video rendering and scaling, + rather than GPU fixed function hardware. On Windows, you might want to make + sure the graphics drivers are current. In some cases, ancient fallback video + output methods can help (such as `--vo=xv` on Linux), but this use is not + recommended or supported. + +mpv does not go out of its way to break on older hardware or old, unsupported +operating systems, but development is not done with them in mind. Keeping +compatibility with such setups is not guaranteed. If things work, consider it +a happy accident. + +## Downloads + + +For semi-official builds and third-party packages please see +[mpv.io/installation](https://mpv.io/installation/). + +## Changelog + + +There is no complete changelog; however, changes to the player core interface +are listed in the [interface changelog][interface-changes]. + +Changes to the C API are documented in the [client API changelog][api-changes]. + +The [release list][releases] has a summary of most of the important changes +on every release. + +Changes to the default key bindings are indicated in +[restore-old-bindings.conf][restore-old-bindings]. + +Changes to the default OSC bindings are indicated in +[restore-osc-bindings.conf][restore-osc-bindings]. + +## Compilation + + +Compiling with full features requires development files for several +external libraries. Mpv requires [meson](https://mesonbuild.com/index.html) +to build. Meson can be obtained from your distro or PyPI. + +After creating your build directory (e.g. `meson setup build`), you can view a list +of all the build options via `meson configure build`. You could also just simply +look at the `meson_options.txt` file. Logs are stored in `meson-logs` within +your build directory. + +Example: + + meson setup build + meson compile -C build + meson install -C build + +For libplacebo, meson can use a git check out as a subproject for a convenient +way to compile mpv if a sufficient libplacebo version is not easily available +in the build environment. It will be statically linked with mpv. Example: + + mkdir -p subprojects + git clone https://code.videolan.org/videolan/libplacebo.git --depth=1 --recursive subprojects/libplacebo + +Essential dependencies (incomplete list): + +- gcc or clang +- X development headers (xlib, xrandr, xext, xscrnsaver, xpresent, libvdpau, + libGL, GLX, EGL, xv, ...) +- Audio output development headers (libasound/ALSA, pulseaudio) +- FFmpeg libraries (libavutil libavcodec libavformat libswscale libavfilter + and either libswresample or libavresample) +- libplacebo +- zlib +- iconv (normally provided by the system libc) +- libass (OSD, OSC, text subtitles) +- Lua (optional, required for the OSC pseudo-GUI and youtube-dl integration) +- libjpeg (optional, used for screenshots only) +- uchardet (optional, for subtitle charset detection) +- nvdec and vaapi libraries for hardware decoding on Linux (optional) + +Libass dependencies (when building libass): + +- gcc or clang, nasm on x86 and x86_64 +- fribidi, freetype, fontconfig development headers (for libass) +- harfbuzz (required for correct rendering of combining characters, particularly + for correct rendering of non-English text on macOS, and Arabic/Indic scripts on + any platform) + +FFmpeg dependencies (when building FFmpeg): + +- gcc or clang, nasm on x86 and x86_64 +- OpenSSL or GnuTLS (have to be explicitly enabled when compiling FFmpeg) +- libx264/libmp3lame/libfdk-aac if you want to use encoding (have to be + explicitly enabled when compiling FFmpeg) +- For native DASH playback, FFmpeg needs to be built with --enable-libxml2 + (although there are security implications, and DASH support has lots of bugs). +- AV1 decoding support requires dav1d. +- For good nvidia support on Linux, make sure nv-codec-headers is installed + and can be found by configure. + +Most of the above libraries are available in suitable versions on normal +Linux distributions. For ease of compiling the latest git master of everything, +you may wish to use the separately available build wrapper ([mpv-build][mpv-build]) +which first compiles FFmpeg libraries and libass, and then compiles the player +statically linked against those. + +If you want to build a Windows binary, see [Windows compilation][windows_compilation]. + + +## Release cycle + +Once or twice a year, a release is cut off from the current development state +and is assigned a 0.X.0 version number. No further maintenance is done, except +in the event of security issues. + +The goal of releases is to make Linux distributions happy. Linux distributions +are also expected to apply their own patches in case of bugs. + +Releases other than the latest release are unsupported and unmaintained. + +See the [release policy document][release-policy] for more information. + +## Bug reports + + +Please use the [issue tracker][issue-tracker] provided by GitHub to send us bug +reports or feature requests. Follow the template's instructions or the issue +will likely be ignored or closed as invalid. + +Questions can be asked in the [discussions][discussions] or on IRC (see +[Contact](#Contact) below). + +## Contributing + + +Please read [contribute.md][contribute.md]. + +For small changes you can just send us pull requests through GitHub. For bigger +changes come and talk to us on IRC before you start working on them. It will +make code review easier for both parties later on. + +You can check [the wiki](https://github.com/mpv-player/mpv/wiki/Stuff-to-do) +or the [issue tracker](https://github.com/mpv-player/mpv/issues?q=is%3Aopen+is%3Aissue+label%3Ameta%3Afeature-request) +for ideas on what you could contribute with. + +## License + +GPLv2 "or later" by default, LGPLv2.1 "or later" with `-Dgpl=false`. +See [details.](https://github.com/mpv-player/mpv/blob/master/Copyright) + +## History + +This software is based on the MPlayer project. Before mpv existed as a project, +the code base was briefly developed under the mplayer2 project. For details, +see the [FAQ][FAQ]. + +## Contact + + +Most activity happens on the IRC channel and the GitHub issue tracker. + +- **GitHub issue tracker**: [issue tracker][issue-tracker] (report bugs here) +- **Discussions**: [discussions][discussions] +- **User IRC Channel**: `#mpv` on `irc.libera.chat` +- **Developer IRC Channel**: `#mpv-devel` on `irc.libera.chat` + +[FAQ]: https://github.com/mpv-player/mpv/wiki/FAQ +[releases]: https://github.com/mpv-player/mpv/releases +[mpv-build]: https://github.com/mpv-player/mpv-build +[issue-tracker]: https://github.com/mpv-player/mpv/issues +[discussions]: https://github.com/mpv-player/mpv/discussions +[release-policy]: https://github.com/mpv-player/mpv/blob/master/DOCS/release-policy.md +[windows_compilation]: https://github.com/mpv-player/mpv/blob/master/DOCS/compile-windows.md +[interface-changes]: https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes.rst +[api-changes]: https://github.com/mpv-player/mpv/blob/master/DOCS/client-api-changes.rst +[restore-old-bindings]: https://github.com/mpv-player/mpv/blob/master/etc/restore-old-bindings.conf +[restore-osc-bindings]: https://github.com/mpv-player/mpv/blob/master/etc/restore-osc-bindings.conf +[contribute.md]: https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a51ee12 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,1030 @@ +mpv (0.41.0-2) unstable; urgency=medium + + * debian/control: Also remove libcaca-dev and libsdl2-dev from libmpv-dev's + Depends + + -- Sebastian Ramacher Tue, 30 Dec 2025 21:49:08 +0100 + +mpv (0.41.0-1) unstable; urgency=medium + + * New upstream version 0.41.0 + * debian/patches: Drop patches from upstream + * debian/control: Bump Standards-Version + * debian/: + - Disable libcaca + - Do not build with SDL2 due to known issues + * debian/mpv.maintscript: Remove old conffile + + -- Sebastian Ramacher Mon, 29 Dec 2025 21:40:36 +0100 + +mpv (0.40.0-5) unstable; urgency=medium + + * debian/control: Drop RRR: no + * debian/patches: Create missing folders for watch history (Closes: #1115938) + + -- Sebastian Ramacher Tue, 28 Oct 2025 19:22:41 +0100 + +mpv (0.40.0-4) unstable; urgency=medium + + [ Diederik de Haas ] + * d/p: Add patch to fix compilation issue with ffmpeg 8.0 (Closes: #1115038) + * d/copyright: Replace old FSF address with URL to licenses + * d/watch: Upgrade to Debian watch version 5 + + -- Sebastian Ramacher Tue, 28 Oct 2025 19:09:44 +0100 + +mpv (0.40.0-3) unstable; urgency=medium + + [ Diederik de Haas ] + * d/copyright: Update for moved files + + [ Sebastian Ramacher ] + * debian/control: Update dependencies of -dev package + + -- Sebastian Ramacher Fri, 04 Apr 2025 18:43:53 +0200 + +mpv (0.40.0-2) unstable; urgency=medium + + * Fix up version history + + -- Sebastian Ramacher Sun, 30 Mar 2025 13:55:36 +0200 + +mpv (0.40.0-1) unstable; urgency=medium + + * New upstream version 0.40.0 + * debian/control: + - Bump Standards-Version + - Bump libav* build dependencies + - Add libdisplay-info-dev to Build-Depends + - Remove unused build dependencies + * debian/rules: Drop some unnecessary build flags + + -- Sebastian Ramacher Sun, 30 Mar 2025 13:42:18 +0200 + +mpv (0.39.0-1) unstable; urgency=medium + + [ Joachim Bauch ] + * Re-enable sndio support (Closes: #1021761). + + [ Sebastian Ramacher ] + * New upstream version 0.39.0 + * debian/control: Bump ffmpeg dependencies to 7:6.1 + + -- Sebastian Ramacher Tue, 10 Dec 2024 00:05:52 +0100 + +mpv (0.38.0-1) unstable; urgency=medium + + [ Unit 193 ] + * New upstream release. + - Drop patch applied upstream. + - Fix incompatibilities with ffmpeg 7.0 (Closes: #1068660) + * Update Standards-Version to 4.7.0. + + [ Sebastian Ramacher ] + * debian/rules: Disable Windows and macOS specific features + * debian/copyright: Drop removed files + + -- Sebastian Ramacher Wed, 01 May 2024 11:10:27 +0200 + +mpv (0.37.0-1) unstable; urgency=medium + + * New upstream version 0.37.0 + * debian/patches: Refresh patches + * debian/libmpv2.symbols: Add new symbol + * debian/docs: Update list of installed documentation + * debian/control: + - Add libcdio-dev to BDs + - Bump required libplacebo-dev BD + - Switch to pkgconf + + -- Sebastian Ramacher Sat, 02 Dec 2023 12:30:21 +0100 + +mpv (0.36.0-1) unstable; urgency=medium + + * New upstream version 0.36.0 + * debian/patches: Refresh patches + * debian/libmpv2.symbols: Add new symbol + + -- Sebastian Ramacher Tue, 01 Aug 2023 22:43:12 +0200 + +mpv (0.35.1-4) unstable; urgency=medium + + * Team upload. + * rules: Restore ARCH_CONFIGURE to configuration options so that the logic + that conditionally enables support for DVB (only on Linux) will function + as intended (Closes: #1026060). + + -- Nicholas D Steeves Tue, 18 Apr 2023 22:28:15 -0400 + +mpv (0.35.1-3) unstable; urgency=medium + + * debian/patches: Remove duplicate patches + + -- Sebastian Ramacher Thu, 06 Apr 2023 08:25:35 +0200 + +mpv (0.35.1-2) unstable; urgency=medium + + * debian/patches: Apply upstream patches for yt-dlp 2023.03.04 compatibility + (Closes: #1033595, #1033609) + + -- Sebastian Ramacher Fri, 31 Mar 2023 20:46:51 +0200 + +mpv (0.35.1-1) unstable; urgency=medium + + * New upstream version 0.35.1 + * debian/patches: Drop patches included upstream + + -- Sebastian Ramacher Sun, 29 Jan 2023 20:55:34 +0100 + +mpv (0.35.0-5) unstable; urgency=medium + + * debian/patches: Apply upstream changes to add auto option to vd-lavc-dr + (Closes: #1027455) + * debian/control: + - Add myself to Uploaders + - Bump Standards-Version + - Change (Build-)Depends from lib(e)gl1-mesa-dev to lib(e)gl-dev. + + -- Sebastian Ramacher Sun, 29 Jan 2023 11:57:26 +0100 + +mpv (0.35.0-4) unstable; urgency=medium + + * Team upload + * debian/control: Add wayland-protocols to libmpv-dev's dependencies + (Closes: #1026624) + + -- Sebastian Ramacher Wed, 21 Dec 2022 22:27:12 +0100 + +mpv (0.35.0-3) unstable; urgency=medium + + * Team upload + * Upload to unstable + + -- Sebastian Ramacher Sun, 27 Nov 2022 18:44:12 +0100 + +mpv (0.35.0-2) experimental; urgency=medium + + * Team upload + * debian/control: Add missing dependencies to libmpv-dev + + -- Sebastian Ramacher Sun, 13 Nov 2022 21:45:43 +0100 + +mpv (0.35.0-1) experimental; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Submit. + + [ Sebastian Ramacher ] + * New upstream version 0.35.0 (Closes: #102329) + * SONAME bump: libmpv1 -> libmpv2 + * debian/: Use meson build system + * debian/patches: + - Refresh patches + - Remove waf patch + * debian/control: + - Add libpipewire-0.3-dev to Build-Depends + - Add libxpresent-dev to Build-Depends + - Bump Standards-Version + - Remove youtube-dl recommends + - Bump required libplacebo-dev version + * debian/rules: + - Disable sndio support + - Fix location of zsh completion + * debian/copyright: Update copyright holders and years + + -- Sebastian Ramacher Sat, 12 Nov 2022 22:05:00 +0100 + +mpv (0.34.1-1) unstable; urgency=medium + + * Team upload + * New upstream version 0.34.1 + * debian/control: Add yt-dpl to Recommends + + -- Sebastian Ramacher Thu, 06 Jan 2022 12:53:19 +0100 + +mpv (0.34.0-2) unstable; urgency=medium + + * Team upload + * debian/control: + - Add Build-Depends on libffmpeg-nvenc-dev + - Add Suggests on libcuda1 + + -- Sebastian Ramacher Sun, 21 Nov 2021 20:56:13 +0100 + +mpv (0.34.0-1) unstable; urgency=medium + + * Team upload + * New upstream version 0.34.0 + * debian/patches: + - Refresh patches + - Remove patches for libplacebo 3.120 support + * debian/control: Bump Build-Depends versions with upstream requirements + + -- Sebastian Ramacher Sun, 07 Nov 2021 19:23:22 +0100 + +mpv (0.33.1-1) unstable; urgency=medium + + * Team upload + * New upstream release (Closes: #982249) + * debian/control: + - Bump debhelper compat to 13 + - Bump Standards-Version + - Add new build dependencies: + + libmujs-dev (Closes: #956480) + + libzimg-dev + + libsixel-dev + + libplacebo-dev + + libvulkan-dev + + spirv-cross + + libspirv-cross-c-shared-dev + - Remove unused build dependencies (support removed upstream): + + libsmbclient-dev (Closes: #834022) + + libsndio-dev + - Remove version constraints in B-D already satisfied in bullseye + * debian/patches: + - Apply upstream patches to support libplacebo 3.120 + - Refresh patches + * libmpv1.symbols: Add new symbols + * debian/rules: Honor number of parallel jobs + * debian/copyright: Update copyright for new upstream release + + -- Sebastian Ramacher Tue, 07 Sep 2021 11:38:01 +0200 + +mpv (0.32.0-3) unstable; urgency=medium + + * debian/patches: Apply upstream fix for CVE-2021-30145 (Closes: #986839) + Thanks to Jan Ekström. + + -- Sebastian Ramacher Mon, 26 Apr 2021 09:10:40 +0200 + +mpv (0.32.0-2) unstable; urgency=medium + + * Bug fix: "unintended code execution vulnerability", thanks to astian + (Closes: #950816). Patch backported from upstream + + -- Reinhard Tartler Sat, 18 Jul 2020 18:01:43 -0400 + +mpv (0.32.0-1) unstable; urgency=medium + + [ James Cowgill ] + * New upstream release. + + * d/copyright: Add updates for 0.32.0. + * d/control: + - Update libarchive dependency. + - Bump standards version to 4.5.0. + * d/patches: Refresh patches. + + [ Debian Janitor ] + * Set upstream metadata fields: + Bug-Database, Repository, Repository-Browse. + + -- James Cowgill Wed, 29 Jan 2020 01:03:08 +0000 + +mpv (0.30.0-1) unstable; urgency=medium + + [ James Cowgill ] + * New upstream release. (Closes: #945367) + + * d/copyright: Updates for 0.30.0. + * d/control: + - Use debhelper compat 12. + - Bump minimum libwayland-dev version. + - Drop libvulkan-dev. + - Add build-dependency on libdrm-dev. + - Bump standards version to 4.4.1. + * d/libmpv1.symbols: + - Add new symbols found in 0.30.0. + - Add Build-Depends-Package field. + * d/patches: + - Drop 02_fix-config-path.patch. + - Refresh patches. + * d/rules: + - Drop --enable-zsh-comp. + - Drop --enable-libdvdread. + + [ Ondřej Nový ] + * d/control: Use debhelper-compat instead of debian/compat. + + -- James Cowgill Sun, 24 Nov 2019 17:29:57 +0000 + +mpv (0.29.1-1) unstable; urgency=medium + + * New upstream release. + * d/control: Bump standards version to 4.2.1. + + -- James Cowgill Wed, 03 Oct 2018 10:00:52 +0100 + +mpv (0.29.0-1) unstable; urgency=medium + + * New upstream release. (Closes: #904629) + - player: add on_load_fail hook. (Closes: #898576) + - ytdl_hook: fix single-entry playlists. (Closes: #898279) + + * debian/copyright: Update. + * debian/libmpv1.symbols: Add new symbols. + * debian/patches: + - Drop 04_waf-pie.patch - hopefully not needed in recent GCC. + - Drop 08_waf-python3.7.patch - applied in new waf. + - Rewrite patch description for 06_ffmpeg-abi.patch. + - Refresh patches. + * debian/rules: + - Remove --enable-encoding option. + + -- James Cowgill Sat, 28 Jul 2018 12:29:32 +0800 + +mpv (0.28.2-3) unstable; urgency=medium + + * Upload to unstable. + + -- James Cowgill Wed, 18 Jul 2018 12:00:43 +0100 + +mpv (0.28.2-2) experimental; urgency=medium + + * debian/control: + - Add missing build-dependency on wayland-protocols. + Thanks to Laurent Bigonville for reporting! (Closes: #903887) + - Bump standards version to 4.1.5. + * debian/patches: + - Add patch to fix FTBFS with Python 3.7 as the default python3. + (Closes: #903610) + + -- James Cowgill Mon, 16 Jul 2018 22:13:05 +0100 + +mpv (0.28.2-1) experimental; urgency=medium + + * New upstream bugfix release. + - Also whitelist subtitle URLs in youtube-dl hook. (Closes: #890410) + + * debian/rules: + - Build-Depend on ffmpeg 4.0. (Closes: #898080) + * debian/patches: + - Drop patch for CVE-2018-6360 - fixed upstream. + - Fix typo in 06_ffmpeg-abi.patch description. + + -- James Cowgill Sun, 06 May 2018 23:20:25 +0100 + +mpv (0.28.0-1) experimental; urgency=medium + + * New upstream release. + + * debian/compat: + - Use debhelper 11. + * debian/control: + - Set Maintainer to debian-multimedia@l.d.o. + - Switch Vcs URLs to salsa.debian.org. + - Drop unused dependency on libavresample-dev. + - Add dependencies on libarchive-dev and libvulkan-dev. + - Bump ffmpeg dependencies to 3.5. + - Set Rules-Requires-Root: no. + - Bump standards to 4.1.3. + * debian/copyright: + - Update for 0.28. + - Use secure copyright format URL. + * debian/patches: + - Drop vaapi patch applied upstream. + - Add patch for CVE-2018-6360. (Closes: #888654) + - Refresh other patches. + + -- James Cowgill Sun, 04 Feb 2018 12:53:27 +0100 + +mpv (0.27.0-2) unstable; urgency=medium + + * debian/control: + - Bump standards version to 4.1.1 (no changes). + * debian/patches: + - Add upstream patch to fix FTBFS with libva 2.0. (Closes: #879057) + + -- James Cowgill Sat, 21 Oct 2017 13:35:54 +0100 + +mpv (0.27.0-1) unstable; urgency=medium + + * New upstream release. + + * debian/control: + - Bump standards version to 4.1.0 (no changes). + * debian/copyright: + - Update copyright. + * debian/patches: + - Refresh. + * debian/rules: + - Re-enable DVB. (Closes: #873294) + - Run waf using python3 instead of python2. + + -- James Cowgill Fri, 15 Sep 2017 09:37:24 +0100 + +mpv (0.26.0-3) unstable; urgency=medium + + * Bump ffmpeg build dependency to >= 3.3. + - Should fix hardware decoding in 0.26.0. (Closes: #869093) + + -- James Cowgill Wed, 26 Jul 2017 22:55:30 +0100 + +mpv (0.26.0-2) unstable; urgency=medium + + * debian/control, debian/rules: + - Remove --enable-tv option and drop libv4l-dev build dependency. This + functionality is now provided through ffmpeg. + * debian/patches/07_io-stdin-used.patch: + - Add _IO_stdin_used to mpv version script. Should fix FTBFS on alpha, + mips* and powerpc*. + + -- James Cowgill Fri, 21 Jul 2017 10:03:53 +0100 + +mpv (0.26.0-1) unstable; urgency=medium + + * New upstream release. + - Fixes unfinished --audio-spdif sentence in the manpage. + (Closes: #864908) + + * debian/copyright: + - Update d/copyright and list of GPL-2 files. + - Clarify license of distributed binaries is GPL-3+. + * debian/patches: + - Refresh patches. + - Update waf to 1.9.8. + * debian/rules: + - Reformat and sort configure options in d/rules. + - Fix DEB_HOST_MULTIARCH when d/rules is invoked directly. + - Enable libsmbclient and tv (disabled upstream). + + -- James Cowgill Wed, 19 Jul 2017 14:59:54 +0100 + +mpv (0.25.0-3) unstable; urgency=medium + + * debian/control: + - Drop mplayer2 transitional package. + - Build-Depend on libcaca-dev. (Closes: #865517) + + -- James Cowgill Thu, 22 Jun 2017 12:19:08 +0100 + +mpv (0.25.0-2) unstable; urgency=medium + + * Upload to unstable. + + * debian/control: + - Drop build dependencies on libenca-dev and libguess-dev. + Thanks to Yuriy M. Kaminskiy + - Bump standards to 4.0.0 (no changes required). + + -- James Cowgill Mon, 19 Jun 2017 09:11:40 +0100 + +mpv (0.25.0-1) experimental; urgency=medium + + * New upstream release. + + * debian/compat: + - Use debhelper compat 10. + * debian/copyright: + - Update various files which were relicensed from GPL to LGPL. + * debian/patches: + - Refresh. + * debian/rules: + - Re-enable dvd functionality which was disabled by default upstream. + + -- James Cowgill Wed, 26 Apr 2017 21:34:39 +0100 + +mpv (0.24.0-1) experimental; urgency=medium + + * New upstream release. + - Fixes segfaults on TV input. (Closes: #853798) + + * debian/control: + - Enable uchardet for subtitle encoding detection. (Closes: #854788) + * debian/copyright: + - Update copyright dates. + + -- James Cowgill Sun, 12 Feb 2017 21:12:19 +0000 + +mpv (0.23.0-1) unstable; urgency=medium + + * New upstream release. + + * debian/control: + - Build-depend on ffmpeg 3.2.2. + - Use https for the Homepage field. + * debian/copyright: + - Update for 0.23.0. + * debian/patches: + - Refresh. + - Use https for BTS links in debian/patches. + + -- James Cowgill Tue, 27 Dec 2016 23:02:13 +0000 + +mpv (0.22.0-1) unstable; urgency=medium + + * New upstream release. + + * Refresh patches. + * Update debian/copyright. + + -- James Cowgill Sun, 20 Nov 2016 23:13:33 +0000 + +mpv (0.21.0-2) unstable; urgency=medium + + * Add a transitional package for mplayer2. + - Add symlinks for mplayer and its man page. + - Add mplayer2.NEWS. + - Build-Depend on dpkg-dev >= 1.17 for dpkg-parsechangelog -S. + + -- James Cowgill Wed, 26 Oct 2016 09:08:05 +0100 + +mpv (0.21.0-1) unstable; urgency=medium + + * New upstream release. + + * debian/control: + - Enable GBM and V4L2. + * debian/libmpv-dev.examples: + - Drop, contents now included in main mpv manpage. + * debian/patches: + - Refresh patches. + - Drop 01_desktop-path.patch. + * debian/rules: + - Remove verbose flag from waf configure. + - Remove dh_install override and use debian/tmp explicitly in + mpv.install. + + -- James Cowgill Thu, 20 Oct 2016 11:43:36 +0100 + +mpv (0.20.0-1) unstable; urgency=medium + + * New upstream release. + + -- James Cowgill Sat, 27 Aug 2016 00:20:40 +0100 + +mpv (0.19.0-1) unstable; urgency=medium + + * New upstream release. + * Add new mpv_stream_cb_add_ro symbol to libmpv1.symbols. + * Update debian/copyright. + * Refresh patches. + + -- James Cowgill Thu, 25 Aug 2016 22:29:49 +0100 + +mpv (0.18.1-1) unstable; urgency=medium + + * New upstream release. (Closes: #833713) + + * debian/control: + - Add myself to the list of uploaders. + - Enable smbclient support. (LP: #1502533) + * debian/patches: + - Suppress ffmpeg version mismatch error. (Closes: #831537) + + -- James Cowgill Wed, 10 Aug 2016 22:03:00 +0100 + +mpv (0.18.0-1) unstable; urgency=medium + + * Team upload. + + [ James Cowgill ] + * New upstream release. (Closes: #815692) + * debian/control: + - Use cgit in the Vcs-Browser URL. + * debian/copyright: + - GPL-2: sort and add missing files. + - Add files licensed under the ISC license. + + [ Mateusz Łukasik ] + * debian/patches: + - Refresh 01_desktop-path.patch. + - Remove 05_fix-typo.patch -- included upstream. + - Add 05_add-keywords.patch to provides keywords by desktop file. + * debian/control: + - Bump Standards-Version to 3.9.8. + - Use secured links for Vcs. + * Drop mpv-dbg and libmpv-dbg packages. + * Update debian/copyright. + * debian/rules: + - Enable encoding. + * Update debian/libmpv-dev.examples. + + -- James Cowgill Tue, 05 Jul 2016 13:53:51 +0200 + +mpv (0.14.0-1) unstable; urgency=medium + + * New upstream release (Closes: #806183) + * Fix spelling-error-in-binary + + -- Alessandro Ghedini Sun, 27 Dec 2015 19:27:18 +0100 + +mpv (0.12.0-1) unstable; urgency=medium + + * New upstream release + - Restore x11 video output (Closes: #800109) + + -- Alessandro Ghedini Thu, 29 Oct 2015 11:19:56 +0100 + +mpv (0.11.0-1) unstable; urgency=medium + + * New upstream release + * Drop ladspa-sdk and libbs2b-dev from Build-Depends + * Enable sndio audio output (Closes: #798985) + * Re-enable PIE. + Thanks to Simon Ruderich for the patch (Closes: #799738) + + -- Alessandro Ghedini Thu, 24 Sep 2015 21:04:07 +0200 + +mpv (0.10.0-1) unstable; urgency=medium + + * New upstream release + * Bump versioned Build-Depends for ffmpeg + * Update waf to v1.8.12 + * Refresh patches + * Disable PIE to avoid build failure + * Enable rubberband support (Closes: #797734) + + -- Alessandro Ghedini Fri, 04 Sep 2015 10:52:31 +0200 + +mpv (0.9.2-1) unstable; urgency=medium + + [ Alessandro Ghedini ] + * New upstream release + * Add xdg-utils to Recommends + xdg-screensaver is used to disable the screen saver. + * Bump versioned Build-Depends on libav + + [ Jérémy Bobbio ] + * Stop recording the build date (Closes: #784267) + + -- Alessandro Ghedini Sat, 30 May 2015 15:05:54 +0200 + +mpv (0.9.1-1) unstable; urgency=medium + + * New upstream release + * Update 02_fix-config-path.patch + + -- Alessandro Ghedini Sun, 03 May 2015 12:51:14 +0200 + +mpv (0.9.0-1) unstable; urgency=medium + + * New upstream release + * Bump required libass version + * libmpg123 support was dropped upstream + * LIRC support was dropped upstream + * Joystick support was dropped upstream + * Refresh patches + * Update symbols file + + -- Alessandro Ghedini Mon, 27 Apr 2015 10:24:25 +0200 + +mpv (0.8.3-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Tue, 17 Mar 2015 14:53:12 +0100 + +mpv (0.8.2-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Sun, 01 Mar 2015 13:05:37 +0100 + +mpv (0.8.0-1) unstable; urgency=medium + + * New upstream release + * Update to waf 1.8.4 + * Don't run clean if no waf is present + * Refresh patches + * Update symbols file + * Only enable joystick support on linux + + -- Alessandro Ghedini Wed, 18 Feb 2015 15:12:55 +0100 + +mpv (0.7.3-1) unstable; urgency=medium + + * New upstream release + * Bump version of youtube-dl in Recommends + + -- Alessandro Ghedini Wed, 28 Jan 2015 17:18:43 +0100 + +mpv (0.7.2-1) unstable; urgency=medium + + * New upstream release + - Enable ytdl_hook script by default (Closes: #772472) + * Enable joystick support (Closes: #773234) + + -- Alessandro Ghedini Sat, 20 Dec 2014 12:31:39 +0100 + +mpv (0.7.1-1) unstable; urgency=medium + + * New upstream release + * Update 03_waf.patch to waf 1.8.1 + * Refresh patches + * Manually set zsh completion install path + * Remove --nocache option from waf invocation + * Update libmpv symbols file + * Drop libquvi support, replaced by built-in Lua script based on youtube-dl + * Add Recommends on youtube-dl + + -- Alessandro Ghedini Wed, 03 Dec 2014 10:43:28 +0100 + +mpv (0.6.2-2) unstable; urgency=medium + + * Re-enable CDDA support via libcdio (Closes: #766725) + + -- Alessandro Ghedini Sat, 25 Oct 2014 15:16:57 +0200 + +mpv (0.6.2-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Fri, 24 Oct 2014 21:16:49 +0200 + +mpv (0.6.1-1) unstable; urgency=medium + + * New upstream release + - Fix the autodetection of the input format in the vf_stereo3d filter + (Closes: #763904) + - Don't create 0x0 windows on X11 (Closes: #764419) + * Remove unused build deps + * Enable support for xrandr + * Bump Standards-Version to 3.9.6 (no changes needed) + * Don't install input configuration files as examples (they are now installed + by the upstream build system as normal documentation) + + -- Alessandro Ghedini Sun, 12 Oct 2014 14:39:57 +0200 + +mpv (0.6.0-1) unstable; urgency=medium + + * New upstream release + - Add video/ogg to the list of supported MIME types in the *.desktop file + (Closes: #763173) + * Switch to libjpeg-turbo (Closes: #763484) + + -- Alessandro Ghedini Tue, 30 Sep 2014 21:15:03 +0200 + +mpv (0.5.4-1) unstable; urgency=medium + + * New upstream release + - Rebuild should fix warnings regarding libav libraries versions + (Closes: #762229) + + -- Alessandro Ghedini Tue, 23 Sep 2014 21:37:19 +0200 + +mpv (0.5.3-1) unstable; urgency=medium + + * New upstream release + * Fix wildcard-matches-nothing-in-dep5-copyright + + -- Alessandro Ghedini Wed, 10 Sep 2014 20:05:33 +0200 + +mpv (0.5.1-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Wed, 27 Aug 2014 11:05:35 +0200 + +mpv (0.5.0-1) unstable; urgency=medium + + * New upstream release + * Update path of example Lua scripts + * Refresh 02_fix-config-path.patch + * Update *.symbols file + + -- Alessandro Ghedini Tue, 12 Aug 2014 11:52:56 +0200 + +mpv (0.4.2-1) unstable; urgency=medium + + * New upstream release + - Include point releases too in the release notes (Closes: #722997) + + -- Alessandro Ghedini Sat, 26 Jul 2014 12:29:29 +0200 + +mpv (0.4.1-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Fri, 11 Jul 2014 18:11:27 +0200 + +mpv (0.4.0-1) unstable; urgency=medium + + * New upstream release + * Refresh 01_desktop-path.patch + * Refresh 02_fix-config-path.patch + * Enable shared libmpv client library + * Make mpv Multi-Arch: foreign + * Add mpv-dbg package as well + * Disable libpostproc support (ffmpeg's libpostproc is needed) + * Install Lua scripting examples + * Disable cdda support + * Bump lcms2 versioned Build-Depends + * Build and install zsh completion script + * Install upstream release notes as changelog (Closes: #722997) + + -- Alessandro Ghedini Wed, 25 Jun 2014 21:10:18 +0200 + +mpv (0.3.11-1) unstable; urgency=medium + + * New upstream release + * Drop gcc-4.8 Build-Depends for sparc (Closes: #751321) + + -- Alessandro Ghedini Sun, 15 Jun 2014 14:35:14 +0200 + +mpv (0.3.10-2) unstable; urgency=medium + + * Switch to Lua 5.2 + + -- Alessandro Ghedini Wed, 28 May 2014 21:45:06 +0200 + +mpv (0.3.10-1) unstable; urgency=medium + + * New upstream release + * Enable support for libavdevice + + -- Alessandro Ghedini Sun, 25 May 2014 14:59:56 +0200 + +mpv (0.3.9-2) unstable; urgency=low + + [ Reinhard Tartler ] + * Merge branch experimental + + [ Alessandro Ghedini ] + * Remove forced gcc-4.8 build depends on powerpc + * Rebuild against libav10 + + -- Alessandro Ghedini Mon, 12 May 2014 12:06:15 +0200 + +mpv (0.3.9-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Wed, 30 Apr 2014 13:28:31 +0200 + +mpv (0.3.8-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Fri, 18 Apr 2014 10:56:21 +0200 + +mpv (0.3.7-1) unstable; urgency=medium + + * New upstream release + * Enable all hardening options. + Thanks to Simon Ruderich for the patch (Closes: #741439) + + -- Alessandro Ghedini Sun, 30 Mar 2014 20:00:42 +0200 + +mpv (0.3.6-1) unstable; urgency=medium + + * New upstream release + * Update 03_waf.patch to newer waf version + + -- Alessandro Ghedini Tue, 11 Mar 2014 16:00:20 +0100 + +mpv (0.3.5-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Wed, 12 Feb 2014 22:56:33 +0100 + +mpv (0.3.4-1) unstable; urgency=medium + + * New upstream release + * Refresh patches + + -- Alessandro Ghedini Sat, 01 Feb 2014 12:20:29 +0100 + +mpv (0.3.3-1+exp1) experimental; urgency=low + + * Rebuild against libav10 + + -- Reinhard Tartler Fri, 17 Jan 2014 03:35:15 +0000 + +mpv (0.3.3-1) unstable; urgency=medium + + * New upstream release + + -- Alessandro Ghedini Thu, 16 Jan 2014 23:34:23 +0100 + +mpv (0.3.2-1) unstable; urgency=medium + + * New upstream release + * Default to gcc-4.8 on powerpcspe too (Closes: #733924) + + -- Alessandro Ghedini Mon, 06 Jan 2014 21:19:23 +0100 + +mpv (0.3.1-1) unstable; urgency=medium + + * New upstream release + * Drop 04_use-atomic-not-sync.patch (merged upstream) + + -- Alessandro Ghedini Wed, 01 Jan 2014 22:51:36 +0100 + +mpv (0.3.0-2) unstable; urgency=medium + + * Enable ALSA on Linux only (should fix FTBFS on kfreebsd) + * Add 04_use-atomic-not-sync.patch to fix FTBFS on mips, powerpc and sparc + (Closes: #733632) + * Explicitly use gcc-4.8 on powerpc and sparc + * Use waf verbose output (shows build commands) + + -- Alessandro Ghedini Tue, 31 Dec 2013 12:38:24 +0100 + +mpv (0.3.0-1) unstable; urgency=medium + + * New upstream release + - Fix --vf=expand example in manpage (Closes: #732271) + * Add 03_waf.patch to provide uncompressed waf scripts and modules + * Switch to waf build script + * Drop libmng-dev Build-Depends (not used anymore) + * Bump Standards-Version to 3.9.5 (no changes needed) + * Enable support for dvdnav + * Install more docs + + -- Alessandro Ghedini Sun, 29 Dec 2013 20:04:26 +0100 + +mpv (0.2.4-2) unstable; urgency=medium + + * Use /etc/mpv instead of /usr/etc/mpv for configuration (Closes: #732214) + - Add 02_fix-config-path.patch to update the manpage regarding + config directories + + -- Alessandro Ghedini Sun, 15 Dec 2013 19:31:51 +0100 + +mpv (0.2.4-1) unstable; urgency=low + + * New upstream release + + -- Alessandro Ghedini Sun, 01 Dec 2013 22:37:02 +0100 + +mpv (0.2.3-1) unstable; urgency=low + + * New upstream release + + -- Alessandro Ghedini Fri, 08 Nov 2013 11:34:14 +0100 + +mpv (0.2.2-1) unstable; urgency=low + + * New upstream release + * Use absolute paths for (Try)Exec in mpv.desktop (Closes: #728149) + + -- Alessandro Ghedini Sun, 03 Nov 2013 12:01:35 +0100 + +mpv (0.2.1-1) unstable; urgency=low + + * New upstream release + * Drop 01_spelling.patch (merged upstream) + + -- Alessandro Ghedini Sun, 20 Oct 2013 17:04:17 +0200 + +mpv (0.2.0-1) unstable; urgency=low + + * New upstream release + * Install sample configuration files as examples + * Enable Lua scripting support + * Remove copyright for talloc (not used anymore) + * Update installed docs list + * Update 01_spelling.patch + * Enable VAAPI support + + -- Alessandro Ghedini Wed, 16 Oct 2013 12:38:59 +0200 + +mpv (0.1.7-1) unstable; urgency=low + + * New upstream release + * Do not use python3 version of python-docutils + (it seems to be having some trouble on the buildd) + + -- Alessandro Ghedini Sat, 21 Sep 2013 11:39:51 +0200 + +mpv (0.1.6-1) unstable; urgency=low + + * New upstream release + * Add 01_spelling.patch to fix spelling error found by lintian + + -- Alessandro Ghedini Sat, 14 Sep 2013 15:36:57 +0200 + +mpv (0.1.5-1) unstable; urgency=low + + [ Andreas Boll ] + * Restrict wayland support to linux-any + * Fix Vcs-Browser url + + [ Alessandro Ghedini ] + * New upstream release + + -- Alessandro Ghedini Sat, 07 Sep 2013 12:01:58 +0200 + +mpv (0.1.4-1) unstable; urgency=low + + * New upstream release + + -- Alessandro Ghedini Mon, 02 Sep 2013 13:10:37 +0200 + +mpv (0.1.3-1) unstable; urgency=low + + * New upstream release + * Enable libpostproc support + * Tighten Build-Depends on libav libraries + + -- Alessandro Ghedini Sun, 25 Aug 2013 10:49:15 +0200 + +mpv (0.1.0-1) unstable; urgency=low + + * Initial release (Closes: #719654) + + -- Alessandro Ghedini Wed, 14 Aug 2013 12:28:04 +0200 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..758e13f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,340 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mpv +Source: https://github.com/mpv-player/mpv/releases +Comment: + While the mpv source code is distributed mostly under the GPL-2+ or LGPL-2.1+ + licenses, the binaries are distributed under the GPL-3+ license because they + are linked to the GPL-3+ libsmbclient library. + +Files: * +Copyright: + 1999-2000, Aaron Holtzman + 2004-2005, Alex Beregszaszi + 2013, Alexander Preisinger + 2017-2018, Aman Gupta + 2020, Andreas Kempf + 2004, Aurelien Jacobs + 2006, 2010, Benjamin Zores + 2003, Dave Lambley + 2006, Derk-Jan Hartman + 2006, Evgeniy Stepanov + 1991-1999, Free Software Foundation, Inc + 2014, Hayaki Saito + 2016, Ilya Zhuravlev + 2006, Lennart Poettering + 2015-2016, Matthieu Bouron + 2004, 2006, Michael Niedermayer + 2012, Naoya OYAMA + 2010, Nicolas George + 2021, Niklas Haas + 2021, Oschowa + 2016-2019, Philip Langdale + 2005-2010, Reimar Döffinger + 2005-2013, Rich Felker, standard MIT license + 2007, Robert Juliano + 2011-2012, Rudolf Polzer + 2003, Sascha Sommer + 2013, Stefano Pigozzi + 2021, Thomas Weißschuh + 2000, Timothy J. Wood + 2007, Ulion + 2009-2012, Uoti Urpala + 2012-2015, VLC authors and VideoLAN, VideoLabs + 2013, Wessel Dankers + 2021, sfan5 + 2000-2022, mpv/MPlayer/mplayer2 projects +License: LGPL-2.1+ + +Files: + audio/out/ao_sndio.c + include/mpv/client.h + include/mpv/render.h + include/mpv/render_gl.h + include/mpv/stream_cb.h + misc/thread_pool.c + misc/thread_tools.c + osdep/win32-console-wrapper.c + player/client.c + player/lua/console.lua + ta/* +Copyright: + 2008, Alexandre Ratchov + 2021, Andrew Krasavin + 2013, Christian Neukirchen + 2013, Martin Herkt + 2020, Rozhuk Ivan + 2017-2022, the mpv developers +License: ISC + +Files: + audio/out/ao_jack.c + audio/out/ao_oss.c + stream/dvb_tune.c + stream/dvb_tune.h + stream/stream_cdda.c + stream/stream_dvb.c + stream/stream_dvdnav.c + video/out/vo_caca.c + video/out/vo_direct3d.c + video/out/vo_vaapi.c + video/out/vo_vdpau.c + video/out/vo_x11.c + video/out/vo_xv.c + video/out/x11_common.c + video/out/x11_common.h + video/vdpau.c + video/vdpau_mixer.c +Copyright: + 2001-2002, Dave Chapman + 1989-1991, Free Software Foundation, Inc + 2008, Georgi Petrov + 2008, NVIDIA + 2016-2017, Rozhuk Ivan + 2008-2009, Splitted-Desktop Systems + 2009, Uoti Urpala +License: GPL-2+ + +Files: osdep/android/* +Copyright: 2009, David Schultz +License: BSD-2-clause + +Files: + audio/filter/af_scaletempo2_internals.h + video/out/filter_kernels.c +Copyright: + 2015, The Chromium Authors + 2009-2016, Nicolas P. Rougier +License: BSD-3-clause + +Files: osdep/timer-darwin.c +Copyright: 2003-2004, Dan Villiom Podlaski Christiansen +License: Expat + +Files: etc/mpv.metainfo.xml +Copyright: 2022, mpv project +License: CC0-1.0 + +Files: debian/* +Copyright: + 2013 Alessandro Ghedini + 2016-2020 James Cowgill +License: GPL-2+ + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +License: CC0-1.0 + Statement of Purpose + . + The laws of most jurisdictions throughout the world automatically confer + exclusive Copyright and Related Rights (defined below) upon the creator and + subsequent owner(s) (each and all, an "owner") of an original work of + authorship and/or a database (each, a "Work"). + . + Certain owners wish to permanently relinquish those rights to a Work for the + purpose of contributing to a commons of creative, cultural and scientific + works ("Commons") that the public can reliably and without fear of later + claims of infringement build upon, modify, incorporate in other works, reuse + and redistribute as freely as possible in any form whatsoever and for any + purposes, including without limitation commercial purposes. These owners may + contribute to the Commons to promote the ideal of a free culture and the + further production of creative, cultural and scientific works, or to gain + reputation or greater distribution for their Work in part through the use and + efforts of others. + . + For these and/or other purposes and motivations, and without any expectation + of additional consideration or compensation, the person associating CC0 with a + Work (the "Affirmer"), to the extent that he or she is an owner of Copyright + and Related Rights in the Work, voluntarily elects to apply CC0 to the Work + and publicly distribute the Work under its terms, with knowledge of his or her + Copyright and Related Rights in the Work and the meaning and intended legal + effect of CC0 on those rights. + . + 1. Copyright and Related Rights. A Work made available under CC0 may be + protected by copyright and related or neighboring rights ("Copyright and + Related Rights"). Copyright and Related Rights include, but are not limited + to, the following: + . + the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + . + moral rights retained by the original author(s) and/or performer(s); + . + publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + . + rights protecting against unfair competition in regards to a Work, subject + to the limitations in paragraph 4(a), below; + . + rights protecting the extraction, dissemination, use and reuse of data in + a Work; + . + database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + . + other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations + thereof. + . + 2. Waiver. To the greatest extent permitted by, but not in contravention of, + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and + unconditionally waives, abandons, and surrenders all of Affirmer's Copyright + and Related Rights and associated claims and causes of action, whether now + known or unknown (including existing as well as future claims and causes of + action), in the Work (i) in all territories worldwide, (ii) for the maximum + duration provided by applicable law or treaty (including future time + extensions), (iii) in any current or future medium and for any number of + copies, and (iv) for any purpose whatsoever, including without limitation + commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes + the Waiver for the benefit of each member of the public at large and to the + detriment of Affirmer's heirs and successors, fully intending that such Waiver + shall not be subject to revocation, rescission, cancellation, termination, or + any other legal or equitable action to disrupt the quiet enjoyment of the Work + by the public as contemplated by Affirmer's express Statement of Purpose. + . + 3. Public License Fallback. Should any part of the Waiver for any reason be + judged legally invalid or ineffective under applicable law, then the Waiver + shall be preserved to the maximum extent permitted taking into account + Affirmer's express Statement of Purpose. In addition, to the extent the Waiver + is so judged Affirmer hereby grants to each affected person a royalty-free, + non transferable, non sublicensable, non exclusive, irrevocable and + unconditional license to exercise Affirmer's Copyright and Related Rights in + the Work (i) in all territories worldwide, (ii) for the maximum duration + provided by applicable law or treaty (including future time extensions), (iii) + in any current or future medium and for any number of copies, and (iv) for any + purpose whatsoever, including without limitation commercial, advertising or + promotional purposes (the "License"). The License shall be deemed effective as + of the date CC0 was applied by Affirmer to the Work. Should any part of the + License for any reason be judged legally invalid or ineffective under + applicable law, such partial invalidity or ineffectiveness shall not + invalidate the remainder of the License, and in such case Affirmer hereby + affirms that he or she will not (i) exercise any of his or her remaining + Copyright and Related Rights in the Work or (ii) assert any associated claims + and causes of action with respect to the Work, in either case contrary to + Affirmer's express Statement of Purpose. + . + 4. Limitations and Disclaimers. + . + No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + . + Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or + not discoverable, all to the greatest extent permissible under applicable + law. + . + Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. Further, + Affirmer disclaims responsibility for obtaining any necessary consents, + permissions or other rights required for any use of the Work. + . + Affirmer understands and acknowledges that Creative Commons is not a party + to this document and has no duty or obligation with respect to this CC0 or + use of the Work. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see . + . + On Debian systems, the complete text of the GNU Lesser General Public + License version can be found in "/usr/share/common-licenses/LGPL-2.1". diff --git a/osc.lua b/osc.lua new file mode 100644 index 0000000..b77fe66 --- /dev/null +++ b/osc.lua @@ -0,0 +1,2977 @@ +local assdraw = require 'mp.assdraw' +local msg = require 'mp.msg' +local opt = require 'mp.options' + +-- +-- Parameters +-- +-- default user option values +-- do not touch, change them in osc.conf +local user_opts = { + showwindowed = true, -- show OSC when windowed? + showfullscreen = true, -- show OSC when fullscreen? + idlescreen = true, -- show mpv logo on idle + scalewindowed = 1, -- scaling of the controller when windowed + scalefullscreen = 1, -- scaling of the controller when fullscreen + vidscale = "auto", -- scale the controller with the video? + valign = 0.8, -- vertical alignment, -1 (top) to 1 (bottom) + halign = 0, -- horizontal alignment, -1 (left) to 1 (right) + barmargin = 0, -- vertical margin of top/bottombar + boxalpha = 80, -- alpha of the background box, + -- 0 (opaque) to 255 (fully transparent) + hidetimeout = 500, -- duration in ms until the OSC hides if no + -- mouse movement. enforced non-negative for the + -- user, but internally negative is "always-on". + fadeduration = 200, -- duration of fade out (and fade in, if enabled) in ms, 0 = no fade + fadein = false, -- whether to enable fade-in effect + deadzonesize = 0.5, -- size of deadzone + minmousemove = 0, -- minimum amount of pixels the mouse has to + -- move between ticks to make the OSC show up + layout = "bottombar", + seekbarstyle = "bar", -- bar, diamond or knob + seekbarhandlesize = 0.6, -- size ratio of the diamond and knob handle + seekrangestyle = "inverted",-- bar, line, slider, inverted or none + seekrangeseparate = true, -- whether the seekranges overlay on the bar-style seekbar + seekrangealpha = 200, -- transparency of seekranges + seekbarkeyframes = true, -- use keyframes when dragging the seekbar + scrollcontrols = true, -- allow scrolling when hovering certain OSC elements + title = "${!playlist-count==1:[${playlist-pos-1}/${playlist-count}] }${media-title}", + -- to be shown as OSC title + tooltipborder = 1, -- border of tooltip in bottom/topbar + timetotal = false, -- display total time instead of remaining time? + remaining_playtime = true, -- display the remaining time in playtime or video-time mode + -- playtime takes speed into account, whereas video-time doesn't + timems = false, -- display timecodes with milliseconds? + tcspace = 100, -- timecode spacing (compensate font size estimation) + visibility = "auto", -- only used at init to set visibility_mode(...) + visibility_modes = "never_auto_always", -- visibility modes to cycle through + boxmaxchars = 80, -- title crop threshold for box layout + boxvideo = false, -- apply osc_param.video_margins to video + windowcontrols = "auto", -- whether to show window controls + windowcontrols_alignment = "right", -- which side to show window controls on + windowcontrols_title = "${media-title}", -- same as title but for windowcontrols + greenandgrumpy = false, -- disable santa hat + livemarkers = true, -- update seekbar chapter markers on duration change + chapter_fmt = "Chapter: %s", -- chapter print format for seekbar-hover. "no" to disable + unicodeminus = false, -- whether to use the Unicode minus sign character + + background_color = "#000000", -- background color of the osc + timecode_color = "#FFFFFF", -- color of the progress bar and time color + title_color = "#FFFFFF", -- color of the title + time_pos_color = "#FFFFFF", -- color of the timecode at hovered position + buttons_color = "#FFFFFF", -- color of big buttons, wc buttons, and bar small buttons + small_buttonsL_color = "#FFFFFF", -- color of left small buttons + small_buttonsR_color = "#FFFFFF", -- color of right small buttons + top_buttons_color = "#FFFFFF", -- color of top buttons + held_element_color = "#999999", -- color of an element while held down + + time_pos_outline_color = "#000000", -- color of the border timecodes in slimbox and TimePosBar + + tick_delay = 1 / 60, -- minimum interval between OSC redraws in seconds + tick_delay_follow_display_fps = false, -- use display fps as the minimum interval + + -- luacheck: push ignore + -- luacheck: max line length + menu_mbtn_left_command = "script-binding select/menu; script-message-to osc osc-hide", + menu_mbtn_mid_command = "", + menu_mbtn_right_command = "", + + playlist_prev_mbtn_left_command = "playlist-prev", + playlist_prev_mbtn_mid_command = "show-text ${playlist} 3000", + playlist_prev_mbtn_right_command = "script-binding select/select-playlist; script-message-to osc osc-hide", + + playlist_next_mbtn_left_command = "playlist-next", + playlist_next_mbtn_mid_command = "show-text ${playlist} 3000", + playlist_next_mbtn_right_command = "script-binding select/select-playlist; script-message-to osc osc-hide", + + title_mbtn_left_command = "script-binding stats/display-page-5", + title_mbtn_mid_command = "show-text ${path}", + title_mbtn_right_command = "script-binding select/select-watch-history; script-message-to osc osc-hide", + + play_pause_mbtn_left_command = "cycle pause", + play_pause_mbtn_mid_command = "cycle-values loop-playlist inf no", + play_pause_mbtn_right_command = "cycle-values loop-file inf no", + + chapter_prev_mbtn_left_command = "osd-msg add chapter -1", + chapter_prev_mbtn_mid_command = "show-text ${chapter-list} 3000", + chapter_prev_mbtn_right_command = "script-binding select/select-chapter; script-message-to osc osc-hide", + + chapter_next_mbtn_left_command = "osd-msg add chapter 1", + chapter_next_mbtn_mid_command = "show-text ${chapter-list} 3000", + chapter_next_mbtn_right_command = "script-binding select/select-chapter; script-message-to osc osc-hide", + + audio_track_mbtn_left_command = "cycle audio", + audio_track_mbtn_mid_command = "cycle audio down", + audio_track_mbtn_right_command = "script-binding select/select-aid; script-message-to osc osc-hide", + audio_track_wheel_down_command = "cycle audio", + audio_track_wheel_up_command = "cycle audio down", + + sub_track_mbtn_left_command = "cycle sub", + sub_track_mbtn_mid_command = "cycle sub down", + sub_track_mbtn_right_command = "script-binding select/select-sid; script-message-to osc osc-hide", + sub_track_wheel_down_command = "cycle sub", + sub_track_wheel_up_command = "cycle sub down", + + volume_mbtn_left_command = "no-osd cycle mute", + volume_mbtn_mid_command = "", + volume_mbtn_right_command = "script-binding select/select-audio-device; script-message-to osc osc-hide", + volume_wheel_down_command = "add volume -5", + volume_wheel_up_command = "add volume 5", + + fullscreen_mbtn_left_command = "cycle fullscreen", + fullscreen_mbtn_mid_command = "", + fullscreen_mbtn_right_command = "cycle window-maximized", + -- luacheck: pop +} + +for i = 1, 99 do + user_opts["custom_button_" .. i .. "_content"] = "" + user_opts["custom_button_" .. i .. "_mbtn_left_command"] = "" + user_opts["custom_button_" .. i .. "_mbtn_mid_command"] = "" + user_opts["custom_button_" .. i .. "_mbtn_right_command"] = "" + user_opts["custom_button_" .. i .. "_wheel_down_command"] = "" + user_opts["custom_button_" .. i .. "_wheel_up_command"] = "" +end + +local icon_font = "mpv-osd-symbols" + +-- Running this in Lua 5.3+ or LuaJIT converts a hexadecimal Unicode code point +-- to the decimal value of every byte for Lua 5.1 and 5.2 compatibility: +-- glyph='\u{e000}' output='' +-- for i = 1, #glyph do output = output .. '\\' .. string.byte(glyph, i) end +-- print(output) +local icons = { + menu = "\238\132\130", -- E102 + prev = "\238\132\144", -- E110 + next = "\238\132\129", -- E101 + pause = "\238\128\130", -- E002 + play = "\238\132\129", -- E101 + clock = "\238\128\134", -- E006 + play_backward = "\238\132\144", -- E110 + skip_backward = "\238\128\132", -- E004 + skip_forward = "\238\128\133", -- E005 + chapter_prev = "\238\132\132", -- E104 + chapter_next = "\238\132\133", -- E105 + audio = "\238\132\134", -- E106 + subtitle = "\238\132\135", -- E107 + mute = "\238\132\138", -- E10A + volume = {"\238\132\139", "\238\132\140", "\238\132\141", "\238\132\142"},-- E10B E10C E10D E10E + fullscreen = "\238\132\136", -- E108 + exit_fullscreen = "\238\132\137",-- E109 + close = "\238\132\149", -- E115 + minimize = "\238\132\146", -- E112 + maximize = "\238\132\147", -- E113 + unmaximize = "\238\132\148", -- E114 +} + +local osc_param = { -- calculated by osc_init() + playresy = 0, -- canvas size Y + playresx = 0, -- canvas size X + display_aspect = 1, + unscaled_y = 0, + areas = {}, + video_margins = { + l = 0, r = 0, t = 0, b = 0, -- left/right/top/bottom + }, +} + +local margins_opts = { + {"l", "video-margin-ratio-left"}, + {"r", "video-margin-ratio-right"}, + {"t", "video-margin-ratio-top"}, + {"b", "video-margin-ratio-bottom"}, +} + +local tick_delay = 1 / 60 +local audio_track_count = 0 +local sub_track_count = 0 +local window_control_box_width = 80 +local layouts = {} +local is_december = os.date("*t").month == 12 +local UNICODE_MINUS = string.char(0xe2, 0x88, 0x92) -- UTF-8 for U+2212 MINUS SIGN +local last_custom_button = 0 + +local function osc_color_convert(color) + return color:sub(6,7) .. color:sub(4,5) .. color:sub(2,3) +end + +-- luacheck: push ignore +-- luacheck: max line length +local osc_styles + +local function set_osc_styles() + osc_styles = { + bigButtons = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.buttons_color) .. "\\3c&HFFFFFF\\fs50\\fn" .. icon_font .. "}", + smallButtonsL = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.small_buttonsL_color) .. "\\3c&HFFFFFF\\fs19\\fn" .. icon_font .. "}", + smallButtonsLlabel = "{\\fscx105\\fscy105\\fn" .. mp.get_property("options/osd-font") .. "}", + smallButtonsR = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.small_buttonsR_color) .. "\\3c&HFFFFFF\\fs30\\fn" .. icon_font .. "}", + topButtons = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.top_buttons_color) .. "\\3c&HFFFFFF\\fs12\\fn" .. icon_font .. "}", + + elementDown = "{\\1c&H" .. osc_color_convert(user_opts.held_element_color) .."}", + timecodes = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.timecode_color) .. "\\3c&HFFFFFF\\fs20}", + vidtitle = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.title_color) .. "\\3c&HFFFFFF\\fs14\\q2}", + box = "{\\rDefault\\blur0\\bord1\\1c&H" .. osc_color_convert(user_opts.background_color) .. "\\3c&HFFFFFF}", + + topButtonsBar = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.top_buttons_color) .. "\\3c&HFFFFFF\\fs18\\fn" .. icon_font .. "}", + smallButtonsBar = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.buttons_color) .. "\\3c&HFFFFFF\\fs28\\fn" .. icon_font .. "}", + timecodesBar = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.timecode_color) .."\\3c&HFFFFFF\\fs27}", + timePosBar = "{\\blur0\\bord".. user_opts.tooltipborder .."\\1c&H" .. osc_color_convert(user_opts.time_pos_color) .. "\\3c&H" .. osc_color_convert(user_opts.time_pos_outline_color) .. "\\fs30}", + vidtitleBar = "{\\blur0\\bord0\\1c&H" .. osc_color_convert(user_opts.title_color) .. "\\3c&HFFFFFF\\fs18\\q2}", + + wcButtons = "{\\1c&H" .. osc_color_convert(user_opts.buttons_color) .. "\\fs24\\fn" .. icon_font .. "}", + wcTitle = "{\\1c&H" .. osc_color_convert(user_opts.title_color) .. "\\fs24\\q2}", + wcBar = "{\\1c&H" .. osc_color_convert(user_opts.background_color) .. "}", + } +end + +-- internal states, do not touch +local state = { + showtime = nil, -- time of last invocation (last mouse move) + touchtime = nil, -- time of last invocation (last touch event) + touchpoints = {}, -- current touch points + osc_visible = false, + anistart = nil, -- time when the animation started + anitype = nil, -- current type of animation + animation = nil, -- current animation alpha + mouse_down_counter = 0, -- used for softrepeat + active_element = nil, -- nil = none, 0 = background, 1+ = see elements[] + active_event_source = nil, -- the "button" that issued the current event + rightTC_trem = not user_opts.timetotal, -- if the right timecode should display total or remaining time + tc_ms = user_opts.timems, -- Should the timecodes display their time with milliseconds + screen_sizeX = nil, screen_sizeY = nil, -- last screen-resolution, to detect resolution changes to issue reINITs + initREQ = false, -- is a re-init request pending? + marginsREQ = false, -- is a margins update pending? + last_mouseX = nil, last_mouseY = nil, -- last mouse position, to detect significant mouse movement + last_touchX = -1, last_touchY = -1, -- last touch position + mouse_in_window = false, + fullscreen = false, + tick_timer = nil, + tick_last_time = 0, -- when the last tick() was run + hide_timer = nil, + cache_state = nil, + idle = false, + enabled = true, + input_enabled = true, + showhide_enabled = false, + windowcontrols_buttons = false, + windowcontrols_title = false, + dmx_cache = 0, + using_video_margins = false, + border = true, + maximized = false, + osd = mp.create_osd_overlay("ass-events"), + chapter_list = {}, -- sorted by time + visibility_modes = {}, -- visibility_modes to cycle through + osc_message_warned = false, -- deprecation warnings + osc_chapterlist_warned = false, + osc_playlist_warned = false, + osc_tracklist_warned = false, +} + +local logo_lines = { + -- White border + "{\\c&HE5E5E5&\\p6}m 895 10 b 401 10 0 410 0 905 0 1399 401 1800 895 1800 1390 1800 1790 1399 1790 905 1790 410 1390 10 895 10 {\\p0}", + -- Purple fill + "{\\c&H682167&\\p6}m 925 42 b 463 42 87 418 87 880 87 1343 463 1718 925 1718 1388 1718 1763 1343 1763 880 1763 418 1388 42 925 42{\\p0}", + -- Darker fill + "{\\c&H430142&\\p6}m 1605 828 b 1605 1175 1324 1456 977 1456 631 1456 349 1175 349 828 349 482 631 200 977 200 1324 200 1605 482 1605 828{\\p0}", + -- White fill + "{\\c&HDDDBDD&\\p6}m 1296 910 b 1296 1131 1117 1310 897 1310 676 1310 497 1131 497 910 497 689 676 511 897 511 1117 511 1296 689 1296 910{\\p0}", + -- Triangle + "{\\c&H691F69&\\p6}m 762 1113 l 762 708 b 881 776 1000 843 1119 911 1000 978 881 1046 762 1113{\\p0}", +} + +local santa_hat_lines = { + -- Pompoms + "{\\c&HC0C0C0&\\p6}m 500 -323 b 491 -322 481 -318 475 -311 465 -312 456 -319 446 -318 434 -314 427 -304 417 -297 410 -290 404 -282 395 -278 390 -274 387 -267 381 -265 377 -261 379 -254 384 -253 397 -244 409 -232 425 -228 437 -228 446 -218 457 -217 462 -216 466 -213 468 -209 471 -205 477 -203 482 -206 491 -211 499 -217 508 -222 532 -235 556 -249 576 -267 584 -272 584 -284 578 -290 569 -305 550 -312 533 -309 523 -310 515 -316 507 -321 505 -323 503 -323 500 -323{\\p0}", + "{\\c&HE0E0E0&\\p6}m 315 -260 b 286 -258 259 -240 246 -215 235 -210 222 -215 211 -211 204 -188 177 -176 172 -151 170 -139 163 -128 154 -121 143 -103 141 -81 143 -60 139 -46 125 -34 129 -17 132 -1 134 16 142 30 145 56 161 80 181 96 196 114 210 133 231 144 266 153 303 138 328 115 373 79 401 28 423 -24 446 -73 465 -123 483 -174 487 -199 467 -225 442 -227 421 -232 402 -242 384 -254 364 -259 342 -250 322 -260 320 -260 317 -261 315 -260{\\p0}", + -- Main cap + "{\\c&H0000F0&\\p6}m 1151 -523 b 1016 -516 891 -458 769 -406 693 -369 624 -319 561 -262 526 -252 465 -235 479 -187 502 -147 551 -135 588 -111 1115 165 1379 232 1909 761 1926 800 1952 834 1987 858 2020 883 2053 912 2065 952 2088 1000 2146 962 2139 919 2162 836 2156 747 2143 662 2131 615 2116 567 2122 517 2120 410 2090 306 2089 199 2092 147 2071 99 2034 64 1987 5 1928 -41 1869 -86 1777 -157 1712 -256 1629 -337 1578 -389 1521 -436 1461 -476 1407 -509 1343 -507 1284 -515 1240 -519 1195 -521 1151 -523{\\p0}", + -- Cap shadow + "{\\c&H0000AA&\\p6}m 1657 248 b 1658 254 1659 261 1660 267 1669 276 1680 284 1689 293 1695 302 1700 311 1707 320 1716 325 1726 330 1735 335 1744 347 1752 360 1761 371 1753 352 1754 331 1753 311 1751 237 1751 163 1751 90 1752 64 1752 37 1767 14 1778 -3 1785 -24 1786 -45 1786 -60 1786 -77 1774 -87 1760 -96 1750 -78 1751 -65 1748 -37 1750 -8 1750 20 1734 78 1715 134 1699 192 1694 211 1689 231 1676 246 1671 251 1661 255 1657 248 m 1909 541 b 1914 542 1922 549 1917 539 1919 520 1921 502 1919 483 1918 458 1917 433 1915 407 1930 373 1942 338 1947 301 1952 270 1954 238 1951 207 1946 214 1947 229 1945 239 1939 278 1936 318 1924 356 1923 362 1913 382 1912 364 1906 301 1904 237 1891 175 1887 150 1892 126 1892 101 1892 68 1893 35 1888 2 1884 -9 1871 -20 1859 -14 1851 -6 1854 9 1854 20 1855 58 1864 95 1873 132 1883 179 1894 225 1899 273 1908 362 1910 451 1909 541{\\p0}", + -- Brim and tip pompom + "{\\c&HF8F8F8&\\p6}m 626 -191 b 565 -155 486 -196 428 -151 387 -115 327 -101 304 -47 273 2 267 59 249 113 219 157 217 213 215 265 217 309 260 302 285 283 373 264 465 264 555 257 608 252 655 292 709 287 759 294 816 276 863 298 903 340 972 324 1012 367 1061 394 1125 382 1167 424 1213 462 1268 482 1322 506 1385 546 1427 610 1479 662 1510 690 1534 725 1566 752 1611 796 1664 830 1703 880 1740 918 1747 986 1805 1005 1863 991 1897 932 1916 880 1914 823 1945 777 1961 725 1979 673 1957 622 1938 575 1912 534 1862 515 1836 473 1790 417 1755 351 1697 305 1658 266 1633 216 1593 176 1574 138 1539 116 1497 110 1448 101 1402 77 1371 37 1346 -16 1295 15 1254 6 1211 -27 1170 -62 1121 -86 1072 -104 1027 -128 976 -133 914 -130 851 -137 794 -162 740 -181 679 -168 626 -191 m 2051 917 b 1971 932 1929 1017 1919 1091 1912 1149 1923 1214 1970 1254 2000 1279 2027 1314 2066 1325 2139 1338 2212 1295 2254 1238 2281 1203 2287 1158 2282 1116 2292 1061 2273 1006 2229 970 2206 941 2167 938 2138 918{\\p0}", +} +-- luacheck: pop + + +-- +-- Helper functions +-- + +local function kill_animation() + state.anistart = nil + state.animation = nil + state.anitype = nil +end + +local function set_osd(res_x, res_y, text, z) + if state.osd.res_x == res_x and + state.osd.res_y == res_y and + state.osd.data == text then + return + end + state.osd.res_x = res_x + state.osd.res_y = res_y + state.osd.data = text + state.osd.z = z + state.osd:update() +end + +local function set_time_styles(timetotal_changed, timems_changed) + if timetotal_changed then + state.rightTC_trem = not user_opts.timetotal + end + if timems_changed then + state.tc_ms = user_opts.timems + end +end + +-- scale factor for translating between real and virtual ASS coordinates +local function get_virt_scale_factor() + local w, h = mp.get_osd_size() + if w <= 0 or h <= 0 then + return 0, 0 + end + return osc_param.playresx / w, osc_param.playresy / h +end + +local function recently_touched() + if state.touchtime == nil then + return false + end + return state.touchtime + 1 >= mp.get_time() +end + +-- return mouse position in virtual ASS coordinates (playresx/y) +local function get_virt_mouse_pos() + if recently_touched() then + local sx, sy = get_virt_scale_factor() + return state.last_touchX * sx, state.last_touchY * sy + elseif state.mouse_in_window then + local sx, sy = get_virt_scale_factor() + local x, y = mp.get_mouse_pos() + return x * sx, y * sy + else + return -1, -1 + end +end + +local function set_virt_mouse_area(x0, y0, x1, y1, name) + local sx, sy = get_virt_scale_factor() + mp.set_mouse_area(x0 / sx, y0 / sy, x1 / sx, y1 / sy, name) +end + +local function scale_value(x0, x1, y0, y1, val) + local m = (y1 - y0) / (x1 - x0) + local b = y0 - (m * x0) + return (m * val) + b +end + +-- returns hitbox spanning coordinates (top left, bottom right corner) +-- according to alignment +local function get_hitbox_coords(x, y, an, w, h) + + local alignments = { + [1] = function () return x, y-h, x+w, y end, + [2] = function () return x-(w/2), y-h, x+(w/2), y end, + [3] = function () return x-w, y-h, x, y end, + + [4] = function () return x, y-(h/2), x+w, y+(h/2) end, + [5] = function () return x-(w/2), y-(h/2), x+(w/2), y+(h/2) end, + [6] = function () return x-w, y-(h/2), x, y+(h/2) end, + + [7] = function () return x, y, x+w, y+h end, + [8] = function () return x-(w/2), y, x+(w/2), y+h end, + [9] = function () return x-w, y, x, y+h end, + } + + return alignments[an]() +end + +local function get_hitbox_coords_geo(geometry) + return get_hitbox_coords(geometry.x, geometry.y, geometry.an, + geometry.w, geometry.h) +end + +local function get_element_hitbox(element) + return element.hitbox.x1, element.hitbox.y1, + element.hitbox.x2, element.hitbox.y2 +end + +local function mouse_hit_coords(bX1, bY1, bX2, bY2) + local mX, mY = get_virt_mouse_pos() + return (mX >= bX1 and mX <= bX2 and mY >= bY1 and mY <= bY2) +end + +local function mouse_hit(element) + return mouse_hit_coords(get_element_hitbox(element)) +end + +local function limit_range(min, max, val) + if val > max then + val = max + elseif val < min then + val = min + end + return val +end + +-- translate value into element coordinates +local function get_slider_ele_pos_for(element, val) + + local ele_pos = scale_value( + element.slider.min.value, element.slider.max.value, + element.slider.min.ele_pos, element.slider.max.ele_pos, + val) + + return limit_range( + element.slider.min.ele_pos, element.slider.max.ele_pos, + ele_pos) +end + +-- translates global (mouse) coordinates to value +local function get_slider_value_at(element, glob_pos) + + local val = scale_value( + element.slider.min.glob_pos, element.slider.max.glob_pos, + element.slider.min.value, element.slider.max.value, + glob_pos) + + return limit_range( + element.slider.min.value, element.slider.max.value, + val) +end + +-- get value at current mouse position +local function get_slider_value(element) + return get_slider_value_at(element, get_virt_mouse_pos()) +end + +-- align: -1 .. +1 +-- frame: size of the containing area +-- obj: size of the object that should be positioned inside the area +-- margin: min. distance from object to frame (as long as -1 <= align <= +1) +local function get_align(align, frame, obj, margin) + return (frame / 2) + (((frame / 2) - margin - (obj / 2)) * align) +end + +-- multiplies two alpha values, formular can probably be improved +local function mult_alpha(alphaA, alphaB) + return 255 - (((1-(alphaA/255)) * (1-(alphaB/255))) * 255) +end + +local function add_area(name, x1, y1, x2, y2) + -- create area if needed + if osc_param.areas[name] == nil then + osc_param.areas[name] = {} + end + table.insert(osc_param.areas[name], {x1=x1, y1=y1, x2=x2, y2=y2}) +end + +local function ass_append_alpha(ass, alpha, modifier) + local ar = {} + + for ai, av in pairs(alpha) do + av = mult_alpha(av, modifier) + if state.animation then + av = mult_alpha(av, state.animation) + end + ar[ai] = av + end + + ass:append(string.format("{\\1a&H%X&\\2a&H%X&\\3a&H%X&\\4a&H%X&}", + ar[1], ar[2], ar[3], ar[4])) +end + +local function ass_draw_rr_h_cw(ass, x0, y0, x1, y1, r1, hexagon, r2) + if hexagon then + ass:hexagon_cw(x0, y0, x1, y1, r1, r2) + else + ass:round_rect_cw(x0, y0, x1, y1, r1, r2) + end +end + +local function ass_draw_rr_h_ccw(ass, x0, y0, x1, y1, r1, hexagon, r2) + if hexagon then + ass:hexagon_ccw(x0, y0, x1, y1, r1, r2) + else + ass:round_rect_ccw(x0, y0, x1, y1, r1, r2) + end +end + +local function get_hidetimeout() + if user_opts.visibility == "always" then + return -1 -- disable autohide + end + return user_opts.hidetimeout +end + +local function get_touchtimeout() + if state.touchtime == nil then + return 0 + end + return state.touchtime + (get_hidetimeout() / 1000) - mp.get_time() +end + +local function cache_enabled() + return state.cache_state and #state.cache_state["seekable-ranges"] > 0 +end + +local function reset_margins() + if state.using_video_margins then + for _, mopt in ipairs(margins_opts) do + mp.set_property_number(mopt[2], 0.0) + end + state.using_video_margins = false + end +end + +local function update_margins() + local margins = osc_param.video_margins + + -- Don't use margins if it's visible only temporarily. + if not state.osc_visible or get_hidetimeout() >= 0 or + (state.fullscreen and not user_opts.showfullscreen) or + (not state.fullscreen and not user_opts.showwindowed) + then + margins = {l = 0, r = 0, t = 0, b = 0} + end + + if user_opts.boxvideo then + -- check whether any margin option has a non-default value + local margins_used = false + + if not state.using_video_margins then + for _, mopt in ipairs(margins_opts) do + if mp.get_property_number(mopt[2], 0.0) ~= 0.0 then + margins_used = true + end + end + end + + if not margins_used then + for _, mopt in ipairs(margins_opts) do + local v = margins[mopt[1]] + if v ~= 0 or state.using_video_margins then + mp.set_property_number(mopt[2], v) + state.using_video_margins = true + end + end + end + else + reset_margins() + end + + mp.set_property_native("user-data/osc/margins", margins) +end + +local tick +-- Request that tick() is called (which typically re-renders the OSC). +-- The tick is then either executed immediately, or rate-limited if it was +-- called a small time ago. +local function request_tick() + if state.tick_timer == nil then + state.tick_timer = mp.add_timeout(0, tick) + end + + if not state.tick_timer:is_enabled() then + local now = mp.get_time() + local timeout = tick_delay - (now - state.tick_last_time) + if timeout < 0 then + timeout = 0 + end + state.tick_timer.timeout = timeout + state.tick_timer:resume() + end +end + +local function request_init() + state.initREQ = true + request_tick() +end + +-- Like request_init(), but also request an immediate update +local function request_init_resize() + request_init() + -- ensure immediate update + state.tick_timer:kill() + state.tick_timer.timeout = 0 + state.tick_timer:resume() +end + +local function render_wipe() + msg.trace("render_wipe()") + state.osd.data = "" -- allows set_osd to immediately update on enable + state.osd:remove() +end + + +-- +-- Tracklist Management +-- + +-- updates the OSC internal playlists, should be run each time the track-layout changes +local function update_tracklist() + audio_track_count, sub_track_count = 0, 0 + + for _, track in pairs(mp.get_property_native("track-list")) do + if track.type == "audio" then + audio_track_count = audio_track_count + 1 + elseif track.type == "sub" then + sub_track_count = sub_track_count + 1 + end + end +end + +-- WindowControl helpers +local function window_controls_enabled() + local val = user_opts.windowcontrols + if val == "auto" then + return not (state.border and state.title_bar) + else + return val ~= "no" + end +end + +local function window_controls_alignment() + return user_opts.windowcontrols_alignment +end + + +-- +-- Element Management +-- + +local elements = {} + +local function prepare_elements() + + -- remove elements without layout or invisible + local elements2 = {} + for _, element in pairs(elements) do + if element.layout ~= nil and element.visible then + table.insert(elements2, element) + end + end + elements = elements2 + + local function elem_compare (a, b) + return a.layout.layer < b.layout.layer + end + + table.sort(elements, elem_compare) + + + for _,element in pairs(elements) do + + local elem_geo = element.layout.geometry + + -- Calculate the hitbox + local bX1, bY1, bX2, bY2 = get_hitbox_coords_geo(elem_geo) + element.hitbox = {x1 = bX1, y1 = bY1, x2 = bX2, y2 = bY2} + + local style_ass = assdraw.ass_new() + + -- prepare static elements + style_ass:append("{}") -- hack to troll new_event into inserting a \n + style_ass:new_event() + style_ass:pos(elem_geo.x, elem_geo.y) + style_ass:an(elem_geo.an) + style_ass:append(element.layout.style) + + element.style_ass = style_ass + + local static_ass = assdraw.ass_new() + + + if element.type == "box" then + --draw box + static_ass:draw_start() + ass_draw_rr_h_cw(static_ass, 0, 0, elem_geo.w, elem_geo.h, + element.layout.box.radius, element.layout.box.hexagon) + static_ass:draw_stop() + + elseif element.type == "slider" then + --draw static slider parts + + local r1 = 0 + local r2 = 0 + local slider_lo = element.layout.slider + -- offset between element outline and drag-area + local foV = slider_lo.border + slider_lo.gap + + -- calculate positions of min and max points + if slider_lo.stype ~= "bar" then + r1 = elem_geo.h / 2 + element.slider.min.ele_pos = elem_geo.h / 2 + element.slider.max.ele_pos = elem_geo.w - (elem_geo.h / 2) + if slider_lo.stype == "diamond" then + r2 = (elem_geo.h - 2 * slider_lo.border) / 2 + elseif slider_lo.stype == "knob" then + r2 = r1 + end + else + element.slider.min.ele_pos = + slider_lo.border + slider_lo.gap + element.slider.max.ele_pos = + elem_geo.w - (slider_lo.border + slider_lo.gap) + end + + element.slider.min.glob_pos = + element.hitbox.x1 + element.slider.min.ele_pos + element.slider.max.glob_pos = + element.hitbox.x1 + element.slider.max.ele_pos + + -- -- -- + + static_ass:draw_start() + + -- the box + ass_draw_rr_h_cw(static_ass, 0, 0, elem_geo.w, elem_geo.h, r1, + slider_lo.stype == "diamond") + + -- the "hole" + ass_draw_rr_h_ccw(static_ass, slider_lo.border, slider_lo.border, + elem_geo.w - slider_lo.border, elem_geo.h - slider_lo.border, + r2, slider_lo.stype == "diamond") + + -- marker nibbles + if element.slider.markerF ~= nil and slider_lo.gap > 0 then + local markers = element.slider.markerF() + for _,marker in pairs(markers) do + if marker > element.slider.min.value and + marker < element.slider.max.value then + + local s = get_slider_ele_pos_for(element, marker) + + if slider_lo.gap > 1 then -- draw triangles + + local a = slider_lo.gap / 0.5 --0.866 + + --top + if slider_lo.nibbles_top then + static_ass:move_to(s - (a / 2), slider_lo.border) + static_ass:line_to(s + (a / 2), slider_lo.border) + static_ass:line_to(s, foV) + end + + --bottom + if slider_lo.nibbles_bottom then + static_ass:move_to(s - (a / 2), + elem_geo.h - slider_lo.border) + static_ass:line_to(s, + elem_geo.h - foV) + static_ass:line_to(s + (a / 2), + elem_geo.h - slider_lo.border) + end + + else -- draw 2x1px nibbles + + --top + if slider_lo.nibbles_top then + static_ass:rect_cw(s - 1, slider_lo.border, + s + 1, slider_lo.border + slider_lo.gap); + end + + --bottom + if slider_lo.nibbles_bottom then + static_ass:rect_cw(s - 1, + elem_geo.h -slider_lo.border -slider_lo.gap, + s + 1, elem_geo.h - slider_lo.border); + end + end + end + end + end + end + + element.static_ass = static_ass + + + -- if the element is supposed to be disabled, + -- style it accordingly and kill the eventresponders + if not element.enabled then + element.layout.alpha[1] = 136 + element.eventresponder = nil + end + end +end + + +-- +-- Element Rendering +-- + +-- returns nil or a chapter element from the native property chapter-list +local function get_chapter(possec) + local cl = state.chapter_list -- sorted, get latest before possec, if any + + for n=#cl,1,-1 do + if possec >= cl[n].time then + return cl[n] + end + end +end + +local function render_elements(master_ass) + -- when the slider is dragged or hovered and we have a target chapter name + -- then we use it instead of the normal title. we calculate it before the + -- render iterations because the title may be rendered before the slider. + state.forced_title = nil + local se, ae = state.slider_element, elements[state.active_element] + if user_opts.chapter_fmt ~= "no" and se and (ae == se or (not ae and mouse_hit(se))) then + local dur = mp.get_property_number("duration", 0) + if dur > 0 then + local possec = get_slider_value(se) * dur / 100 -- of mouse pos + local ch = get_chapter(possec) + if ch and ch.title and ch.title ~= "" then + state.forced_title = string.format(user_opts.chapter_fmt, ch.title) + end + end + end + + for n=1, #elements do + local element = elements[n] + + local style_ass = assdraw.ass_new() + style_ass:merge(element.style_ass) + ass_append_alpha(style_ass, element.layout.alpha, 0) + + if element.eventresponder and (state.active_element == n) then + + -- run render event functions + if element.eventresponder.render ~= nil then + element.eventresponder.render(element) + end + + if mouse_hit(element) then + -- mouse down styling + if element.styledown then + style_ass:append(osc_styles.elementDown) + end + + if element.softrepeat and state.mouse_down_counter >= 15 + and state.mouse_down_counter % 5 == 0 then + + element.eventresponder[state.active_event_source.."_down"](element) + end + state.mouse_down_counter = state.mouse_down_counter + 1 + end + + end + + local elem_ass = assdraw.ass_new() + + elem_ass:merge(style_ass) + + if element.type ~= "button" then + elem_ass:merge(element.static_ass) + end + + if element.type == "slider" then + + local slider_lo = element.layout.slider + local elem_geo = element.layout.geometry + local s_min = element.slider.min.value + local s_max = element.slider.max.value + + -- draw pos marker + local foH, xp + local pos = element.slider.posF() + local foV = slider_lo.border + slider_lo.gap + local innerH = elem_geo.h - (2 * foV) + local seekRanges = element.slider.seekRangesF() + local seekRangeLineHeight = innerH / 5 + + if slider_lo.stype ~= "bar" then + foH = elem_geo.h / 2 + else + foH = slider_lo.border + slider_lo.gap + end + + if pos then + xp = get_slider_ele_pos_for(element, pos) + + if slider_lo.stype ~= "bar" then + local r = (user_opts.seekbarhandlesize * innerH) / 2 + ass_draw_rr_h_cw(elem_ass, xp - r, foH - r, + xp + r, foH + r, + r, slider_lo.stype == "diamond") + else + local h = 0 + if seekRanges and user_opts.seekrangeseparate and + slider_lo.rtype ~= "inverted" then + h = seekRangeLineHeight + end + elem_ass:rect_cw(foH, foV, xp, elem_geo.h - foV - h) + + if seekRanges and not user_opts.seekrangeseparate and + slider_lo.rtype ~= "inverted" then + -- Punch holes for the seekRanges to be drawn later + for _,range in pairs(seekRanges) do + if range["start"] < pos then + local pstart = get_slider_ele_pos_for(element, range["start"]) + local pend = xp + + if pos > range["end"] then + pend = get_slider_ele_pos_for(element, range["end"]) + end + elem_ass:rect_ccw(pstart, elem_geo.h - foV - seekRangeLineHeight, + pend, elem_geo.h - foV) + end + end + end + end + + if slider_lo.rtype == "slider" then + ass_draw_rr_h_cw(elem_ass, foH - innerH / 6, foH - innerH / 6, + xp, foH + innerH / 6, + innerH / 6, slider_lo.stype == "diamond", 0) + ass_draw_rr_h_cw(elem_ass, xp, foH - innerH / 15, + elem_geo.w - foH + innerH / 15, foH + innerH / 15, + 0, slider_lo.stype == "diamond", innerH / 15) + for _,range in pairs(seekRanges or {}) do + local pstart = get_slider_ele_pos_for(element, range["start"]) + local pend = get_slider_ele_pos_for(element, range["end"]) + ass_draw_rr_h_ccw(elem_ass, pstart, foH - innerH / 21, + pend, foH + innerH / 21, + innerH / 21, slider_lo.stype == "diamond") + end + end + end + + if seekRanges then + if slider_lo.rtype ~= "inverted" then + elem_ass:draw_stop() + elem_ass:merge(element.style_ass) + ass_append_alpha(elem_ass, element.layout.alpha, user_opts.seekrangealpha) + elem_ass:merge(element.static_ass) + end + + for _,range in pairs(seekRanges) do + local pstart = get_slider_ele_pos_for(element, range["start"]) + local pend = get_slider_ele_pos_for(element, range["end"]) + + if slider_lo.rtype == "slider" then + ass_draw_rr_h_cw(elem_ass, pstart, foH - innerH / 21, + pend, foH + innerH / 21, + innerH / 21, slider_lo.stype == "diamond") + elseif slider_lo.rtype == "line" then + if slider_lo.stype == "bar" then + elem_ass:rect_cw(pstart, elem_geo.h - foV - seekRangeLineHeight, + pend, elem_geo.h - foV) + else + ass_draw_rr_h_cw(elem_ass, pstart - innerH / 8, foH - innerH / 8, + pend + innerH / 8, foH + innerH / 8, + innerH / 8, slider_lo.stype == "diamond") + end + elseif slider_lo.rtype == "bar" then + if slider_lo.stype ~= "bar" then + ass_draw_rr_h_cw(elem_ass, pstart - innerH / 2, foV, + pend + innerH / 2, foV + innerH, + innerH / 2, slider_lo.stype == "diamond") + elseif range["end"] >= (pos or 0) then + elem_ass:rect_cw(pstart, foV, pend, elem_geo.h - foV) + else + elem_ass:rect_cw(pstart, elem_geo.h - foV - seekRangeLineHeight, pend, + elem_geo.h - foV) + end + elseif slider_lo.rtype == "inverted" then + if slider_lo.stype ~= "bar" then + ass_draw_rr_h_ccw(elem_ass, pstart, (elem_geo.h / 2) - 1, pend, + (elem_geo.h / 2) + 1, + 1, slider_lo.stype == "diamond") + else + elem_ass:rect_ccw(pstart, (elem_geo.h / 2) - 1, pend, + (elem_geo.h / 2) + 1) + end + end + end + end + + elem_ass:draw_stop() + + -- add tooltip + if element.slider.tooltipF ~= nil then + if mouse_hit(element) then + local sliderpos = get_slider_value(element) + local tooltiplabel = element.slider.tooltipF(sliderpos) + + local an = slider_lo.tooltip_an + + local ty + + if an == 2 then + ty = element.hitbox.y1 - slider_lo.border + else + ty = element.hitbox.y1 + elem_geo.h / 2 + end + + local tx = get_virt_mouse_pos() + if slider_lo.adjust_tooltip then + if an == 2 then + if sliderpos < (s_min + 3) then + an = an - 1 + elseif sliderpos > (s_max - 3) then + an = an + 1 + end + elseif sliderpos > (s_max+s_min) / 2 then + an = an + 1 + tx = tx - 5 + else + an = an - 1 + tx = tx + 10 + end + end + + -- tooltip label + elem_ass:new_event() + elem_ass:pos(tx, ty) + elem_ass:an(an) + elem_ass:append(slider_lo.tooltip_style) + ass_append_alpha(elem_ass, slider_lo.alpha, 0) + elem_ass:append(tooltiplabel) + + end + end + + elseif element.type == "button" then + + local buttontext + if type(element.content) == "function" then + buttontext = element.content() -- function objects + elseif element.content ~= nil then + buttontext = element.content -- text objects + end + + local maxchars = element.layout.button.maxchars + if maxchars ~= nil and #buttontext > maxchars then + local max_ratio = 1.25 -- up to 25% more chars while shrinking + local limit = math.max(0, math.floor(maxchars * max_ratio) - 3) + if #buttontext > limit then + while (#buttontext > limit) do + buttontext = buttontext:gsub(".[\128-\191]*$", "") + end + buttontext = buttontext .. "..." + end + buttontext = string.format("{\\fscx%f}", + (maxchars/#buttontext)*100) .. buttontext + end + + elem_ass:append(buttontext) + end + + master_ass:merge(elem_ass) + end +end + + +-- +-- Initialisation and Layout +-- + +local function new_element(name, type) + elements[name] = {} + elements[name].type = type + + -- add default stuff + elements[name].eventresponder = {} + elements[name].visible = true + elements[name].enabled = true + elements[name].softrepeat = false + elements[name].styledown = (type == "button") + elements[name].state = {} + + if type == "slider" then + elements[name].slider = {min = {value = 0}, max = {value = 100}} + end + + + return elements[name] +end + +local function add_layout(name) + if elements[name] ~= nil then + -- new layout + elements[name].layout = {} + + -- set layout defaults + elements[name].layout.layer = 50 + elements[name].layout.alpha = {[1] = 0, [2] = 255, [3] = 255, [4] = 255} + + if elements[name].type == "button" then + elements[name].layout.button = { + maxchars = nil, + } + elseif elements[name].type == "slider" then + -- slider defaults + elements[name].layout.slider = { + border = 1, + gap = 1, + nibbles_top = true, + nibbles_bottom = true, + stype = "slider", + adjust_tooltip = true, + tooltip_style = "", + tooltip_an = 2, + alpha = {[1] = 0, [2] = 255, [3] = 88, [4] = 255}, + } + elseif elements[name].type == "box" then + elements[name].layout.box = {radius = 0, hexagon = false} + end + + return elements[name].layout + else + msg.error("Can't add_layout to element '"..name.."', doesn't exist.") + end +end + +-- Window Controls +local function window_controls(topbar) + local wc_geo = { + x = 0, + y = 30 + user_opts.barmargin, + an = 1, + w = osc_param.playresx, + h = 30, + } + + local alignment = window_controls_alignment() + local controlbox_w = window_control_box_width + local titlebox_w = wc_geo.w - controlbox_w + + -- Default alignment is "right" + local controlbox_left = wc_geo.w - controlbox_w + local titlebox_left = wc_geo.x + local titlebox_right = wc_geo.w - controlbox_w + + if alignment == "left" then + controlbox_left = wc_geo.x + titlebox_left = wc_geo.x + controlbox_w + titlebox_right = wc_geo.w + end + + add_area("window-controls", + get_hitbox_coords(controlbox_left, wc_geo.y, wc_geo.an, + controlbox_w, wc_geo.h)) + + local lo + + -- Background Bar + new_element("wcbar", "box") + lo = add_layout("wcbar") + lo.geometry = wc_geo + lo.layer = 10 + lo.style = osc_styles.wcBar + lo.alpha[1] = user_opts.boxalpha + + local button_y = wc_geo.y - (wc_geo.h / 2) + local first_geo = + {x = controlbox_left + 5, y = button_y, an = 4, w = 25, h = 25} + local second_geo = + {x = controlbox_left + 30, y = button_y, an = 4, w = 25, h = 25} + local third_geo = + {x = controlbox_left + 55, y = button_y, an = 4, w = 25, h = 25} + + -- Window control buttons use symbols in the custom mpv osd font + -- because the official unicode codepoints are sufficiently + -- exotic that a system might lack an installed font with them, + -- and libass will complain that they are not present in the + -- default font, even if another font with them is available. + + -- Close: 🗙 + local ne = new_element("close", "button") + ne.content = icons.close + ne.eventresponder["mbtn_left_up"] = + function () mp.commandv("quit") end + lo = add_layout("close") + lo.geometry = alignment == "left" and first_geo or third_geo + lo.style = osc_styles.wcButtons + + -- Minimize: 🗕 + ne = new_element("minimize", "button") + ne.content = icons.minimize + ne.eventresponder["mbtn_left_up"] = + function () mp.commandv("cycle", "window-minimized") end + lo = add_layout("minimize") + lo.geometry = alignment == "left" and second_geo or first_geo + lo.style = osc_styles.wcButtons + + -- Maximize: 🗖 /🗗 + ne = new_element("maximize", "button") + if state.maximized or state.fullscreen then + ne.content = icons.unmaximize + else + ne.content = icons.maximize + end + ne.eventresponder["mbtn_left_up"] = + function () + if state.fullscreen then + mp.commandv("cycle", "fullscreen") + else + mp.commandv("cycle", "window-maximized") + end + end + lo = add_layout("maximize") + lo.geometry = alignment == "left" and third_geo or second_geo + lo.style = osc_styles.wcButtons + + -- deadzone below window controls + local sh_area_y0, sh_area_y1 + sh_area_y0 = user_opts.barmargin + sh_area_y1 = wc_geo.y + get_align(1 - (2 * user_opts.deadzonesize), + osc_param.playresy - wc_geo.y, 0, 0) + add_area("showhide_wc", wc_geo.x, sh_area_y0, wc_geo.w, sh_area_y1) + + if topbar then + -- The title is already there as part of the top bar + return + else + -- Apply boxvideo margins to the control bar + osc_param.video_margins.t = wc_geo.h / osc_param.playresy + end + + -- Window Title + ne = new_element("wctitle", "button") + ne.content = function () + local title = mp.command_native({"expand-text", user_opts.windowcontrols_title}) + title = title:gsub("\n", " ") + return title ~= "" and mp.command_native({"escape-ass", title}) or "mpv" + end + local left_pad = 5 + local right_pad = 10 + lo = add_layout("wctitle") + lo.geometry = + { x = titlebox_left + left_pad, y = wc_geo.y - 3, an = 1, + w = titlebox_w, h = wc_geo.h } + lo.style = string.format("%s{\\clip(%f,%f,%f,%f)}", + osc_styles.wcTitle, + titlebox_left + left_pad, wc_geo.y - wc_geo.h, + titlebox_right - right_pad , wc_geo.y + wc_geo.h) + + add_area("window-controls-title", + titlebox_left, 0, titlebox_right, wc_geo.h) +end + + +-- +-- Layouts +-- + +-- Classic box layout +layouts["box"] = function () + + local osc_geo = { + w = 550, -- width + h = 138, -- height + r = 10, -- corner-radius + p = 15, -- padding + } + + -- make sure the OSC actually fits into the video + if osc_param.playresx < (osc_geo.w + (2 * osc_geo.p)) then + osc_param.playresy = (osc_geo.w + (2 * osc_geo.p)) / osc_param.display_aspect + osc_param.playresx = osc_param.playresy * osc_param.display_aspect + end + + -- position of the controller according to video aspect and valignment + local posX = math.floor(get_align(user_opts.halign, osc_param.playresx, + osc_geo.w, 0)) + local posY = math.floor(get_align(user_opts.valign, osc_param.playresy, + osc_geo.h, 0)) + + -- position offset for contents aligned at the borders of the box + local pos_offsetX = (osc_geo.w - (2*osc_geo.p)) / 2 + local pos_offsetY = (osc_geo.h - (2*osc_geo.p)) / 2 + + osc_param.areas = {} -- delete areas + + -- area for active mouse input + add_area("input", get_hitbox_coords(posX, posY, 5, osc_geo.w, osc_geo.h)) + + -- area for show/hide + local sh_area_y0, sh_area_y1 + if user_opts.valign > 0 then + -- deadzone above OSC + sh_area_y0 = get_align(-1 + (2*user_opts.deadzonesize), + posY - (osc_geo.h / 2), 0, 0) + sh_area_y1 = osc_param.playresy + else + -- deadzone below OSC + sh_area_y0 = 0 + sh_area_y1 = (posY + (osc_geo.h / 2)) + + get_align(1 - (2*user_opts.deadzonesize), + osc_param.playresy - (posY + (osc_geo.h / 2)), 0, 0) + end + add_area("showhide", 0, sh_area_y0, osc_param.playresx, sh_area_y1) + + -- fetch values + local osc_w, osc_h, osc_r = osc_geo.w, osc_geo.h, osc_geo.r + + local lo + + -- + -- Background box + -- + + new_element("bgbox", "box") + lo = add_layout("bgbox") + + lo.geometry = {x = posX, y = posY, an = 5, w = osc_w, h = osc_h} + lo.layer = 10 + lo.style = osc_styles.box + lo.alpha[1] = user_opts.boxalpha + lo.alpha[3] = user_opts.boxalpha + lo.box.radius = osc_r + + -- + -- Title row + -- + + local titlerowY = posY - pos_offsetY - 10 + + lo = add_layout("title") + lo.geometry = {x = posX, y = titlerowY, an = 8, w = 496, h = 12} + lo.style = osc_styles.vidtitle + lo.button.maxchars = user_opts.boxmaxchars + + lo = add_layout("playlist_prev") + lo.geometry = + {x = (posX - pos_offsetX), y = titlerowY, an = 7, w = 12, h = 12} + lo.style = osc_styles.topButtons + + lo = add_layout("playlist_next") + lo.geometry = + {x = (posX + pos_offsetX), y = titlerowY, an = 9, w = 12, h = 12} + lo.style = osc_styles.topButtons + + -- + -- Big buttons + -- + + local bigbtnrowY = posY - pos_offsetY + 35 + local bigbtndist = 60 + + lo = add_layout("play_pause") + lo.geometry = + {x = posX, y = bigbtnrowY, an = 5, w = 40, h = 40} + lo.style = osc_styles.bigButtons + + lo = add_layout("skip_backward") + lo.geometry = + {x = posX - bigbtndist, y = bigbtnrowY, an = 5, w = 40, h = 40} + lo.style = osc_styles.bigButtons + + lo = add_layout("skip_forward") + lo.geometry = + {x = posX + bigbtndist, y = bigbtnrowY, an = 5, w = 40, h = 40} + lo.style = osc_styles.bigButtons + + lo = add_layout("chapter_prev") + lo.geometry = + {x = posX - (bigbtndist * 2), y = bigbtnrowY, an = 5, w = 40, h = 40} + lo.style = osc_styles.bigButtons + + lo = add_layout("chapter_next") + lo.geometry = + {x = posX + (bigbtndist * 2), y = bigbtnrowY, an = 5, w = 40, h = 40} + lo.style = osc_styles.bigButtons + + lo = add_layout("audio_track") + lo.geometry = + {x = posX - pos_offsetX, y = bigbtnrowY, an = 1, w = 70, h = 18} + lo.style = osc_styles.smallButtonsL + + lo = add_layout("sub_track") + lo.geometry = + {x = posX - pos_offsetX, y = bigbtnrowY, an = 7, w = 70, h = 18} + lo.style = osc_styles.smallButtonsL + + lo = add_layout("fullscreen") + lo.geometry = + {x = posX+pos_offsetX - 25, y = bigbtnrowY, an = 4, w = 25, h = 25} + lo.style = osc_styles.smallButtonsR + + lo = add_layout("volume") + lo.geometry = + {x = posX+pos_offsetX - (25 * 2) - osc_geo.p, + y = bigbtnrowY, an = 4, w = 25, h = 25} + lo.style = osc_styles.smallButtonsR + + -- + -- Seekbar + -- + + lo = add_layout("seekbar") + lo.geometry = + {x = posX, y = posY+pos_offsetY-22, an = 2, w = pos_offsetX*2, h = 15} + lo.style = osc_styles.timecodes + lo.slider.tooltip_style = osc_styles.vidtitle + lo.slider.stype = user_opts["seekbarstyle"] + lo.slider.rtype = user_opts["seekrangestyle"] + + -- + -- Timecodes + Cache + -- + + local bottomrowY = posY + pos_offsetY - 5 + + lo = add_layout("tc_left") + lo.geometry = + {x = posX - pos_offsetX, y = bottomrowY, an = 4, w = 110, h = 18} + lo.style = osc_styles.timecodes + + lo = add_layout("tc_right") + lo.geometry = + {x = posX + pos_offsetX, y = bottomrowY, an = 6, w = 110, h = 18} + lo.style = osc_styles.timecodes + + lo = add_layout("cache") + lo.geometry = + {x = posX, y = bottomrowY, an = 5, w = 110, h = 18} + lo.style = osc_styles.timecodes + +end + +-- slim box layout +layouts["slimbox"] = function () + + local osc_geo = { + w = 660, -- width + h = 70, -- height + r = 10, -- corner-radius + } + + -- make sure the OSC actually fits into the video + if osc_param.playresx < (osc_geo.w) then + osc_param.playresy = (osc_geo.w) / osc_param.display_aspect + osc_param.playresx = osc_param.playresy * osc_param.display_aspect + end + + -- position of the controller according to video aspect and valignment + local posX = math.floor(get_align(user_opts.halign, osc_param.playresx, + osc_geo.w, 0)) + local posY = math.floor(get_align(user_opts.valign, osc_param.playresy, + osc_geo.h, 0)) + + osc_param.areas = {} -- delete areas + + -- area for active mouse input + add_area("input", get_hitbox_coords(posX, posY, 5, osc_geo.w, osc_geo.h)) + + -- area for show/hide + local sh_area_y0, sh_area_y1 + if user_opts.valign > 0 then + -- deadzone above OSC + sh_area_y0 = get_align(-1 + (2*user_opts.deadzonesize), + posY - (osc_geo.h / 2), 0, 0) + sh_area_y1 = osc_param.playresy + else + -- deadzone below OSC + sh_area_y0 = 0 + sh_area_y1 = (posY + (osc_geo.h / 2)) + + get_align(1 - (2*user_opts.deadzonesize), + osc_param.playresy - (posY + (osc_geo.h / 2)), 0, 0) + end + add_area("showhide", 0, sh_area_y0, osc_param.playresx, sh_area_y1) + + local lo + + local tc_w, ele_h, inner_w = 100, 20, osc_geo.w - 100 + + -- styles + local styles = { + box = "{\\rDefault\\blur0\\bord1\\1c&H" .. + osc_color_convert(user_opts.background_color) .. "\\3c&HFFFFFF}", + timecodes = "{\\1c&H" .. osc_color_convert(user_opts.timecode_color) .. "\\3c&H" .. + osc_color_convert(user_opts.time_pos_outline_color) .. "\\fs20\\bord2\\blur1}", + tooltip = "{\\1c&H" .. osc_color_convert(user_opts.time_pos_color).. "\\3c&H" .. + osc_color_convert(user_opts.time_pos_outline_color) .. "\\fs12\\bord1\\blur0.5}", + } + + + new_element("bgbox", "box") + lo = add_layout("bgbox") + + lo.geometry = {x = posX, y = posY - 1, an = 2, w = inner_w, h = ele_h} + lo.layer = 10 + lo.style = osc_styles.box + lo.alpha[1] = user_opts.boxalpha + lo.alpha[3] = 0 + if user_opts["seekbarstyle"] ~= "bar" then + lo.box.radius = osc_geo.r + lo.box.hexagon = user_opts["seekbarstyle"] == "diamond" + end + + + lo = add_layout("seekbar") + lo.geometry = + {x = posX, y = posY - 1, an = 2, w = inner_w, h = ele_h} + lo.style = osc_styles.timecodes + lo.slider.border = 0 + lo.slider.gap = 1.5 + lo.slider.tooltip_style = styles.tooltip + lo.slider.stype = user_opts["seekbarstyle"] + lo.slider.rtype = user_opts["seekrangestyle"] + lo.slider.adjust_tooltip = false + + -- + -- Timecodes + -- + + lo = add_layout("tc_left") + lo.geometry = + {x = posX - (inner_w/2) + osc_geo.r, y = posY + 1, + an = 7, w = tc_w, h = ele_h} + lo.style = styles.timecodes + lo.alpha[3] = user_opts.boxalpha + + lo = add_layout("tc_right") + lo.geometry = + {x = posX + (inner_w/2) - osc_geo.r, y = posY + 1, + an = 9, w = tc_w, h = ele_h} + lo.style = styles.timecodes + lo.alpha[3] = user_opts.boxalpha + + -- Cache + + lo = add_layout("cache") + lo.geometry = + {x = posX, y = posY + 1, + an = 8, w = tc_w, h = ele_h} + lo.style = styles.timecodes + lo.alpha[3] = user_opts.boxalpha +end + +local function bar_layout(direction, slim) + local osc_geo = { + x = -2, + y = nil, + an = (direction < 0) and 7 or 1, + w = nil, + h = slim and 25 or 56, + } + + local padX = 9 + local padY = 3 + local buttonW = 27 + local tcW = (state.tc_ms) and 170 or 110 + if user_opts.tcspace >= 50 and user_opts.tcspace <= 200 then + -- adjust our hardcoded font size estimation + tcW = tcW * user_opts.tcspace / 100 + end + + local tsW = 90 + local minW = (buttonW + padX)*5 + (tcW + padX)*4 + (tsW + padX)*2 + + -- Special topbar handling when window controls are present + local padwc_l + local padwc_r + if direction < 0 or not window_controls_enabled() then + padwc_l = 0 + padwc_r = 0 + elseif window_controls_alignment() == "left" then + padwc_l = window_control_box_width + padwc_r = 0 + else + padwc_l = 0 + padwc_r = window_control_box_width + end + + if osc_param.display_aspect > 0 and osc_param.playresx < minW then + osc_param.playresy = minW / osc_param.display_aspect + osc_param.playresx = osc_param.playresy * osc_param.display_aspect + end + + osc_geo.y = direction * (osc_geo.h - 2 + user_opts.barmargin) + osc_geo.w = osc_param.playresx + 4 + if direction < 0 then + osc_geo.y = osc_geo.y + osc_param.playresy + end + + if direction < 0 then + osc_param.video_margins.b = osc_geo.h / osc_param.playresy + else + osc_param.video_margins.t = osc_geo.h / osc_param.playresy + end + + local line1 = osc_geo.y - direction * (9 + padY) + local line2 = osc_geo.y - direction * (36 + padY) + + osc_param.areas = {} + + add_area("input", get_hitbox_coords(osc_geo.x, osc_geo.y, osc_geo.an, + osc_geo.w, osc_geo.h)) + + local sh_area_y0, sh_area_y1 + if direction > 0 then + -- deadzone below OSC + sh_area_y0 = user_opts.barmargin + sh_area_y1 = osc_geo.y + get_align(1 - (2 * user_opts.deadzonesize), + osc_param.playresy - osc_geo.y, 0, 0) + else + -- deadzone above OSC + sh_area_y0 = get_align(-1 + (2 * user_opts.deadzonesize), osc_geo.y, 0, 0) + sh_area_y1 = osc_param.playresy - user_opts.barmargin + end + add_area("showhide", 0, sh_area_y0, osc_param.playresx, sh_area_y1) + + local lo, geo + + -- Background bar + new_element("bgbox", "box") + lo = add_layout("bgbox") + + lo.geometry = osc_geo + lo.layer = 10 + lo.style = osc_styles.box + lo.alpha[1] = user_opts.boxalpha + + + -- Menu + geo = { x = osc_geo.x + padX + 4, y = line1, an = 4, w = 18, h = 18 - padY } + lo = add_layout("menu") + lo.geometry = geo + lo.style = osc_styles.topButtonsBar + + -- Playlist prev/next + geo = { x = geo.x + geo.w + padX, y = geo.y, an = geo.an, w = geo.w, h = geo.h } + lo = add_layout("playlist_prev") + lo.geometry = geo + lo.style = osc_styles.topButtonsBar + + geo = { x = geo.x + geo.w + padX, y = geo.y, an = geo.an, w = geo.w, h = geo.h } + lo = add_layout("playlist_next") + lo.geometry = geo + lo.style = osc_styles.topButtonsBar + + local t_l = geo.x + geo.w + padX + + -- Custom buttons + local t_r = osc_geo.x + osc_geo.w + + for i = last_custom_button, 1, -1 do + t_r = t_r - padX + geo = { x = t_r, y = geo.y, an = 6, w = geo.w, h = geo.h } + t_r = t_r - geo.w + lo = add_layout("custom_button_" .. i) + lo.geometry = geo + lo.style = osc_styles.vidtitleBar + end + + t_r = t_r - padX + + if slim then + -- Fullscreen button + geo = { x = t_r, y = geo.y, an = 6, w = buttonW, h = geo.h } + lo = add_layout("fullscreen") + lo.geometry = geo + lo.style = osc_styles.topButtonsBar + else + -- Cache + geo = { x = t_r, y = geo.y, an = 6, w = 150, h = geo.h } + lo = add_layout("cache") + lo.geometry = geo + lo.style = osc_styles.vidtitleBar + end + + t_r = t_r - geo.w - padX + + -- Title + geo = { x = t_l, y = geo.y, an = 4, + w = t_r - t_l, h = geo.h } + lo = add_layout("title") + lo.geometry = geo + lo.style = string.format("%s{\\clip(%f,%f,%f,%f)}", + osc_styles.vidtitleBar, + geo.x, geo.y-geo.h, geo.w, geo.y+geo.h) + + if slim then + return + end + + -- Playback control buttons + geo = { x = osc_geo.x + padX + padwc_l, y = line2, an = 4, + w = buttonW, h = 36 - padY*2} + lo = add_layout("play_pause") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + geo = { x = geo.x + geo.w + padX, y = geo.y, an = geo.an, w = geo.w, h = geo.h } + lo = add_layout("chapter_prev") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + geo = { x = geo.x + geo.w + padX, y = geo.y, an = geo.an, w = geo.w, h = geo.h } + lo = add_layout("chapter_next") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + -- Left timecode + geo = { x = geo.x + geo.w + padX + tcW, y = geo.y, an = 6, + w = tcW, h = geo.h } + lo = add_layout("tc_left") + lo.geometry = geo + lo.style = osc_styles.timecodesBar + + local sb_l = geo.x + padX + + -- Fullscreen button + geo = { x = osc_geo.x + osc_geo.w - buttonW - padX - padwc_r, y = geo.y, an = 4, + w = buttonW, h = geo.h } + lo = add_layout("fullscreen") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + -- Volume + geo = { x = geo.x - geo.w - padX, y = geo.y, an = geo.an, w = geo.w, h = geo.h } + lo = add_layout("volume") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + -- Track selection buttons + geo = { x = geo.x - tsW - padX, y = geo.y, an = geo.an, w = tsW, h = geo.h } + lo = add_layout("sub_track") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + geo = { x = geo.x - geo.w - padX, y = geo.y, an = geo.an, w = geo.w, h = geo.h } + lo = add_layout("audio_track") + lo.geometry = geo + lo.style = osc_styles.smallButtonsBar + + + -- Right timecode + geo = { x = geo.x - padX - tcW - 10, y = geo.y, an = geo.an, + w = tcW, h = geo.h } + lo = add_layout("tc_right") + lo.geometry = geo + lo.style = osc_styles.timecodesBar + + local sb_r = geo.x - padX + + + -- Seekbar + geo = { x = sb_l, y = geo.y, an = geo.an, + w = math.max(0, sb_r - sb_l), h = geo.h } + new_element("bgbar1", "box") + lo = add_layout("bgbar1") + + lo.geometry = geo + lo.layer = 15 + lo.style = osc_styles.timecodesBar + lo.alpha[1] = + math.min(255, user_opts.boxalpha + (255 - user_opts.boxalpha)*0.8) + if user_opts["seekbarstyle"] ~= "bar" then + lo.box.radius = geo.h / 2 + lo.box.hexagon = user_opts["seekbarstyle"] == "diamond" + end + + lo = add_layout("seekbar") + lo.geometry = geo + lo.style = osc_styles.timecodesBar + lo.slider.border = 0 + lo.slider.gap = 2 + lo.slider.tooltip_style = osc_styles.timePosBar + lo.slider.tooltip_an = 5 + lo.slider.stype = user_opts["seekbarstyle"] + lo.slider.rtype = user_opts["seekrangestyle"] +end + +layouts["bottombar"] = function() + bar_layout(-1) +end + +layouts["topbar"] = function() + bar_layout(1) +end + +layouts["slimbottombar"] = function() + bar_layout(-1, true) +end + +layouts["slimtopbar"] = function() + bar_layout(1, true) +end + + +local function bind_mouse_buttons(element_name) + for _, button in pairs({"mbtn_left", "mbtn_mid", "mbtn_right"}) do + local command = user_opts[element_name .. "_" .. button .. "_command"] + + if command ~= "" then + elements[element_name].eventresponder[button .. "_up"] = function () + mp.command(command) + end + end + end + + if user_opts.scrollcontrols then + for _, button in pairs({"wheel_down", "wheel_up"}) do + local command = user_opts[element_name .. "_" .. button .. "_command"] + + if command and command ~= "" then + elements[element_name].eventresponder[button .. "_press"] = function () + mp.command(command) + end + end + end + end +end + +local function osc_init() + msg.debug("osc_init") + + -- set canvas resolution according to display aspect and scaling setting + local baseResY = 720 + local _, display_h, display_aspect = mp.get_osd_size() + local scale + + if state.fullscreen then + scale = user_opts.scalefullscreen + else + scale = user_opts.scalewindowed + end + + local scale_with_video + if user_opts.vidscale == "auto" then + scale_with_video = mp.get_property_native("osd-scale-by-window") + else + scale_with_video = user_opts.vidscale == "yes" + end + + if scale_with_video then + osc_param.unscaled_y = baseResY + else + osc_param.unscaled_y = display_h + end + osc_param.playresy = osc_param.unscaled_y / scale + if display_aspect > 0 then + osc_param.display_aspect = display_aspect + end + osc_param.playresx = osc_param.playresy * osc_param.display_aspect + + -- stop seeking with the slider to prevent skipping files + state.active_element = nil + + osc_param.video_margins = {l = 0, r = 0, t = 0, b = 0} + + elements = {} + + -- some often needed stuff + local pl_count = mp.get_property_number("playlist-count", 0) + local have_pl = (pl_count > 1) + local pl_pos = mp.get_property_number("playlist-pos", 0) + 1 + local have_ch = (mp.get_property_number("chapters", 0) > 0) + local loop = mp.get_property("loop-playlist", "no") + + local ne + + -- title + ne = new_element("title", "button") + + ne.content = function () + local title = state.forced_title or + mp.command_native({"expand-text", user_opts.title}) + title = title:gsub("\n", " ") + return title ~= "" and mp.command_native({"escape-ass", title}) or "mpv" + end + bind_mouse_buttons("title") + + -- menu + ne = new_element("menu", "button") + ne.content = icons.menu + bind_mouse_buttons("menu") + + -- playlist buttons + + -- prev + ne = new_element("playlist_prev", "button") + + ne.content = icons.prev + ne.enabled = (pl_pos > 1) or (loop ~= "no") + bind_mouse_buttons("playlist_prev") + + --next + ne = new_element("playlist_next", "button") + + ne.content = icons.next + ne.enabled = (have_pl and (pl_pos < pl_count)) or (loop ~= "no") + bind_mouse_buttons("playlist_next") + + + -- big buttons + + --play_pause + ne = new_element("play_pause", "button") + + ne.content = function () + if mp.get_property_bool("paused-for-cache") ~= false then + return icons.clock + end + + if not mp.get_property_native("pause") then + return icons.pause + end + + return mp.get_property("play-direction") == "forward" + and icons.play + or icons.play_backward + end + bind_mouse_buttons("play_pause") + + --skip_backward + ne = new_element("skip_backward", "button") + + ne.softrepeat = true + ne.content = icons.skip_backward + ne.eventresponder["mbtn_left_down"] = + function () mp.commandv("seek", -5) end + ne.eventresponder["mbtn_mid"] = + function () mp.commandv("frame-back-step") end + ne.eventresponder["mbtn_right_down"] = + function () mp.commandv("seek", -30) end + + --skip_forward + ne = new_element("skip_forward", "button") + + ne.softrepeat = true + ne.content = icons.skip_forward + ne.eventresponder["mbtn_left_down"] = + function () mp.commandv("seek", 10) end + ne.eventresponder["mbtn_mid"] = + function () mp.commandv("frame-step") end + ne.eventresponder["mbtn_right_down"] = + function () mp.commandv("seek", 60) end + + --chapter_prev + ne = new_element("chapter_prev", "button") + + ne.enabled = have_ch + ne.content = icons.chapter_prev + bind_mouse_buttons("chapter_prev") + + --chapter_next + ne = new_element("chapter_next", "button") + + ne.enabled = have_ch + ne.content = icons.chapter_next + bind_mouse_buttons("chapter_next") + + -- + update_tracklist() + + --audio_track + ne = new_element("audio_track", "button") + + ne.enabled = audio_track_count > 0 + ne.content = function () + return icons.audio .. osc_styles.smallButtonsLlabel .. " " .. + mp.get_property_number("aid", "-") .. "/" .. audio_track_count + end + bind_mouse_buttons("audio_track") + + --sub_track + ne = new_element("sub_track", "button") + + ne.enabled = sub_track_count > 0 + ne.content = function () + return icons.subtitle .. osc_styles.smallButtonsLlabel .. " " .. + mp.get_property_number("sid", "-") .. "/" .. sub_track_count + end + bind_mouse_buttons("sub_track") + + --fullscreen + ne = new_element("fullscreen", "button") + ne.content = function () + return state.fullscreen and icons.exit_fullscreen or icons.fullscreen + end + bind_mouse_buttons("fullscreen") + + --seekbar + ne = new_element("seekbar", "slider") + + ne.enabled = mp.get_property("percent-pos") ~= nil + and user_opts.layout ~= "slimbottombar" + and user_opts.layout ~= "slimtopbar" + state.slider_element = ne.enabled and ne or nil -- used for forced_title + ne.slider.markerF = function () + local duration = mp.get_property_number("duration") + if duration ~= nil then + local chapters = mp.get_property_native("chapter-list", {}) + local markers = {} + for n = 1, #chapters do + markers[n] = (chapters[n].time / duration * 100) + end + return markers + else + return {} + end + end + ne.slider.posF = + function () return mp.get_property_number("percent-pos") end + ne.slider.tooltipF = function (pos) + local duration = mp.get_property_number("duration") + if duration ~= nil and pos ~= nil then + local possec = duration * (pos / 100) + return mp.format_time(possec) + else + return "" + end + end + ne.slider.seekRangesF = function() + if user_opts.seekrangestyle == "none" or not cache_enabled() then + return nil + end + local duration = mp.get_property_number("duration") + if duration == nil or duration <= 0 then + return nil + end + local nranges = {} + for _, range in pairs(state.cache_state["seekable-ranges"]) do + nranges[#nranges + 1] = { + ["start"] = 100 * range["start"] / duration, + ["end"] = 100 * range["end"] / duration, + } + end + return nranges + end + ne.eventresponder["mouse_move"] = --keyframe seeking when mouse is dragged + function (element) + if not element.state.mbtn_left then + return + end + + -- mouse move events may pile up during seeking and may still get + -- sent when the user is done seeking, so we need to throw away + -- identical seeks + local seekto = get_slider_value(element) + if element.state.lastseek == nil or + element.state.lastseek ~= seekto then + local flags = "absolute-percent" + if not user_opts.seekbarkeyframes then + flags = flags .. "+exact" + end + mp.commandv("seek", seekto, flags) + element.state.lastseek = seekto + end + + end + ne.eventresponder["mbtn_left_down"] = function (element) + element.state.mbtn_left = true + mp.commandv("seek", get_slider_value(element), "absolute-percent+exact") + end + ne.eventresponder["mbtn_left_up"] = function (element) + element.state.mbtn_left = false + end + ne.eventresponder["mbtn_right_up"] = function (element) + local chapter + local pos = get_slider_value(element) + local diff = math.huge + + for i, marker in ipairs(element.slider.markerF()) do + if math.abs(pos - marker) < diff then + diff = math.abs(pos - marker) + chapter = i + end + end + + if chapter then + mp.set_property("chapter", chapter - 1) + end + end + ne.eventresponder["reset"] = + function (element) element.state.lastseek = nil end + + if user_opts.scrollcontrols then + ne.eventresponder["wheel_up_press"] = + function () mp.commandv("osd-auto", "seek", 10) end + ne.eventresponder["wheel_down_press"] = + function () mp.commandv("osd-auto", "seek", -10) end + end + + + -- tc_left (current pos) + ne = new_element("tc_left", "button") + + ne.content = function () + if state.tc_ms then + return (mp.get_property_osd("playback-time/full")) + else + return (mp.get_property_osd("playback-time")) + end + end + ne.eventresponder["mbtn_left_up"] = function () + state.tc_ms = not state.tc_ms + request_init() + end + + -- tc_right (total/remaining time) + ne = new_element("tc_right", "button") + + ne.visible = (mp.get_property_number("duration", 0) > 0) + ne.content = function () + if state.rightTC_trem then + local minus = user_opts.unicodeminus and UNICODE_MINUS or "-" + local property = user_opts.remaining_playtime and "playtime-remaining" + or "time-remaining" + if state.tc_ms then + return (minus..mp.get_property_osd(property .. "/full")) + else + return (minus..mp.get_property_osd(property)) + end + else + if state.tc_ms then + return (mp.get_property_osd("duration/full")) + else + return (mp.get_property_osd("duration")) + end + end + end + ne.eventresponder["mbtn_left_up"] = + function () state.rightTC_trem = not state.rightTC_trem end + + -- cache + ne = new_element("cache", "button") + + ne.content = function () + if not cache_enabled() then + return "" + end + local dmx_cache = state.cache_state["cache-duration"] + local thresh = math.min(state.dmx_cache * 0.05, 5) -- 5% or 5s + if dmx_cache and math.abs(dmx_cache - state.dmx_cache) >= thresh then + state.dmx_cache = dmx_cache + else + dmx_cache = state.dmx_cache + end + local min = math.floor(dmx_cache / 60) + local sec = math.floor(dmx_cache % 60) -- don't round e.g. 59.9 to 60 + return "Cache: " .. (min > 0 and + string.format("%sm%02.0fs", min, sec) or + string.format("%3.0fs", sec)) + end + + -- volume + ne = new_element("volume", "button") + + ne.content = function() + local volume = mp.get_property_number("volume") + if volume == 0 or mp.get_property_native("mute") then + return icons.mute + end + + return icons.volume[math.min(4, math.ceil(volume / (100/3)))] + end + bind_mouse_buttons("volume") + + + -- custom buttons + for i = 1, math.huge do + local content = user_opts["custom_button_" .. i .. "_content"] + if not content or content == "" then + break + end + ne = new_element("custom_button_" .. i, "button") + ne.content = content + bind_mouse_buttons("custom_button_" .. i) + last_custom_button = i + end + + + -- load layout + layouts[user_opts.layout]() + + -- load window controls + if window_controls_enabled() then + window_controls(user_opts.layout == "topbar") + end + + --do something with the elements + prepare_elements() + + update_margins() +end + +local function osc_visible(visible) + if state.osc_visible ~= visible then + state.osc_visible = visible + update_margins() + end + request_tick() +end + +local function show_osc() + -- show when disabled can happen (e.g. mouse_move) due to async/delayed unbinding + if not state.enabled then return end + + msg.trace("show_osc") + --remember last time of invocation (mouse move) + state.showtime = mp.get_time() + + if user_opts.fadeduration <= 0 then + osc_visible(true) + elseif user_opts.fadein then + if not state.osc_visible then + state.anitype = "in" + request_tick() + end + else + osc_visible(true) + state.anitype = nil + end +end + +local function hide_osc() + msg.trace("hide_osc") + if not state.enabled then + -- typically hide happens at render() from tick(), but now tick() is + -- no-op and won't render again to remove the osc, so do that manually. + state.osc_visible = false + render_wipe() + elseif user_opts.fadeduration > 0 then + if state.osc_visible then + state.anitype = "out" + request_tick() + end + else + osc_visible(false) + end +end + +local function pause_state(_, enabled) + state.paused = enabled + request_tick() +end + +local function cache_state(_, st) + state.cache_state = st + request_tick() +end + +local function mouse_leave() + if get_hidetimeout() >= 0 and get_touchtimeout() <= 0 then + hide_osc() + end + -- reset mouse position + state.last_mouseX, state.last_mouseY = nil, nil + state.mouse_in_window = false +end + +local function handle_touch(_, touchpoints) + --remember last touch points + if touchpoints then + state.touchpoints = touchpoints + if #touchpoints > 0 then + --remember last time of invocation (touch event) + state.touchtime = mp.get_time() + state.last_touchX = touchpoints[1].x + state.last_touchY = touchpoints[1].y + end + end +end + + +-- +-- Eventhandling +-- + +local function element_has_action(element, action) + return element and element.eventresponder and + element.eventresponder[action] +end + +local function process_event(source, what) + local action = string.format("%s%s", source, + what and ("_" .. what) or "") + + if what == "down" or what == "press" then + + for n = 1, #elements do + + if mouse_hit(elements[n]) and + elements[n].eventresponder and + (elements[n].eventresponder[source .. "_up"] or + elements[n].eventresponder[action]) then + + if what == "down" then + state.active_element = n + state.active_event_source = source + end + -- fire the down or press event if the element has one + if element_has_action(elements[n], action) then + elements[n].eventresponder[action](elements[n]) + end + + end + end + + elseif what == "up" then + + if elements[state.active_element] then + local n = state.active_element + + if n == 0 then --luacheck: ignore 542 + --click on background (does not work) + elseif element_has_action(elements[n], action) and + mouse_hit(elements[n]) then + + elements[n].eventresponder[action](elements[n]) + end + + --reset active element + if element_has_action(elements[n], "reset") then + elements[n].eventresponder["reset"](elements[n]) + end + + end + state.active_element = nil + state.mouse_down_counter = 0 + + elseif source == "mouse_move" then + + state.mouse_in_window = true + + local mouseX, mouseY = get_virt_mouse_pos() + if user_opts.minmousemove == 0 or + ((state.last_mouseX ~= nil and state.last_mouseY ~= nil) and + ((math.abs(mouseX - state.last_mouseX) >= user_opts.minmousemove) + or (math.abs(mouseY - state.last_mouseY) >= user_opts.minmousemove) + ) + ) then + show_osc() + end + state.last_mouseX, state.last_mouseY = mouseX, mouseY + + local n = state.active_element + if element_has_action(elements[n], action) then + elements[n].eventresponder[action](elements[n]) + end + end + + -- ensure rendering after any (mouse) event - icons could change etc + request_tick() +end + +local function do_enable_keybindings() + if state.enabled then + if not state.showhide_enabled then + mp.enable_key_bindings("showhide", "allow-vo-dragging+allow-hide-cursor") + mp.enable_key_bindings("showhide_wc", "allow-vo-dragging+allow-hide-cursor") + end + state.showhide_enabled = true + end +end + +local function enable_osc(enable) + state.enabled = enable + if enable then + do_enable_keybindings() + else + hide_osc() -- acts immediately when state.enabled == false + if state.showhide_enabled then + mp.disable_key_bindings("showhide") + mp.disable_key_bindings("showhide_wc") + end + state.showhide_enabled = false + end +end + +local function render() + msg.trace("rendering") + local current_screen_sizeX, current_screen_sizeY = mp.get_osd_size() + local mouseX, mouseY = get_virt_mouse_pos() + local now = mp.get_time() + + -- check if display changed, if so request reinit + if state.screen_sizeX ~= current_screen_sizeX + or state.screen_sizeY ~= current_screen_sizeY then + + request_init_resize() + + state.screen_sizeX = current_screen_sizeX + state.screen_sizeY = current_screen_sizeY + end + + -- init management + if state.active_element then + -- mouse is held down on some element - keep ticking and ignore initReq + -- till it's released, or else the mouse-up (click) will misbehave or + -- get ignored. that's because osc_init() recreates the osc elements, + -- but mouse handling depends on the elements staying unmodified + -- between mouse-down and mouse-up (using the index active_element). + request_tick() + elseif state.initREQ then + osc_init() + state.initREQ = false + + -- store initial mouse position + if (state.last_mouseX == nil or state.last_mouseY == nil) + and not (mouseX == nil or mouseY == nil) then + + state.last_mouseX, state.last_mouseY = mouseX, mouseY + end + end + + + -- fade animation + if state.anitype ~= nil then + + if state.anistart == nil then + state.anistart = now + end + + if now < state.anistart + (user_opts.fadeduration / 1000) then + + if state.anitype == "in" then --fade in + osc_visible(true) + state.animation = scale_value(state.anistart, + (state.anistart + (user_opts.fadeduration / 1000)), + 255, 0, now) + elseif state.anitype == "out" then --fade out + state.animation = scale_value(state.anistart, + (state.anistart + (user_opts.fadeduration / 1000)), + 0, 255, now) + end + + else + if state.anitype == "out" then + osc_visible(false) + end + kill_animation() + end + else + kill_animation() + end + + --mouse show/hide area + for _, cords in pairs(osc_param.areas["showhide"]) do + set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, "showhide") + end + if osc_param.areas["showhide_wc"] then + for _, cords in pairs(osc_param.areas["showhide_wc"]) do + set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, "showhide_wc") + end + else + set_virt_mouse_area(0, 0, 0, 0, "showhide_wc") + end + do_enable_keybindings() + + --mouse input area + local mouse_over_osc = false + + for _,cords in ipairs(osc_param.areas["input"]) do + if state.osc_visible then -- activate only when OSC is actually visible + set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, "input") + end + if state.osc_visible ~= state.input_enabled then + if state.osc_visible then + mp.enable_key_bindings("input") + else + mp.disable_key_bindings("input") + end + state.input_enabled = state.osc_visible + end + + if mouse_hit_coords(cords.x1, cords.y1, cords.x2, cords.y2) then + mouse_over_osc = true + end + end + + if osc_param.areas["window-controls"] then + for _,cords in ipairs(osc_param.areas["window-controls"]) do + if state.osc_visible then -- activate only when OSC is actually visible + set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, "window-controls") + end + if state.osc_visible ~= state.windowcontrols_buttons then + if state.osc_visible then + mp.enable_key_bindings("window-controls") + else + mp.disable_key_bindings("window-controls") + end + state.windowcontrols_buttons = state.osc_visible + end + + if mouse_hit_coords(cords.x1, cords.y1, cords.x2, cords.y2) then + mouse_over_osc = true + end + end + end + + if osc_param.areas["window-controls-title"] then + for _,cords in ipairs(osc_param.areas["window-controls-title"]) do + if state.osc_visible then -- activate only when OSC is actually visible + set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, "window-controls-title") + end + if state.osc_visible ~= state.windowcontrols_title then + if state.osc_visible then + mp.enable_key_bindings("window-controls-title", "allow-vo-dragging") + else + mp.disable_key_bindings("window-controls-title") + end + state.windowcontrols_title = state.osc_visible + end + + if mouse_hit_coords(cords.x1, cords.y1, cords.x2, cords.y2) then + mouse_over_osc = true + end + end + end + + -- autohide + if state.showtime ~= nil and get_hidetimeout() >= 0 then + local timeout = state.showtime + (get_hidetimeout() / 1000) - now + if timeout <= 0 and get_touchtimeout() <= 0 then + if state.active_element == nil and not mouse_over_osc then + hide_osc() + end + else + -- the timer is only used to recheck the state and to possibly run + -- the code above again + if not state.hide_timer then + state.hide_timer = mp.add_timeout(0, tick) + end + state.hide_timer.timeout = timeout + -- re-arm + state.hide_timer:kill() + state.hide_timer:resume() + end + end + + + -- actual rendering + local ass = assdraw.ass_new() + + -- actual OSC + if state.osc_visible then + render_elements(ass) + end + + -- submit + set_osd(osc_param.playresy * osc_param.display_aspect, + osc_param.playresy, ass.text, 1000) +end + +-- called by mpv on every frame +tick = function() + if state.marginsREQ == true then + update_margins() + state.marginsREQ = false + end + + if not state.enabled then return end + + if state.idle then + + -- render idle message + msg.trace("idle message") + local _, _, display_aspect = mp.get_osd_size() + if display_aspect == 0 then + return + end + local display_h = 360 + local display_w = display_h * display_aspect + -- logo is rendered at 2^(6-1) = 32 times resolution with size 1800x1800 + local icon_x, icon_y = (display_w - 1800 / 32) / 2, 140 + local line_prefix = ("{\\rDefault\\an7\\1a&H00&\\bord0\\shad0\\pos(%f,%f)}"):format(icon_x, + icon_y) + + local ass = assdraw.ass_new() + -- mpv logo + if user_opts.idlescreen then + for _, line in ipairs(logo_lines) do + ass:new_event() + ass:append(line_prefix .. line) + end + end + + -- Santa hat + if is_december and user_opts.idlescreen and not user_opts.greenandgrumpy then + for _, line in ipairs(santa_hat_lines) do + ass:new_event() + ass:append(line_prefix .. line) + end + end + + if user_opts.idlescreen then + ass:new_event() + ass:pos(display_w / 2, icon_y + 65) + ass:an(8) + ass:append("Drop files or URLs to play here.") + end + set_osd(display_w, display_h, ass.text, -1000) + + if state.showhide_enabled then + mp.disable_key_bindings("showhide") + mp.disable_key_bindings("showhide_wc") + state.showhide_enabled = false + end + + + elseif state.fullscreen and user_opts.showfullscreen + or (not state.fullscreen and user_opts.showwindowed) then + + -- render the OSC + render() + else + -- Flush OSD + render_wipe() + end + + state.tick_last_time = mp.get_time() + + if state.anitype ~= nil then + -- state.anistart can be nil - animation should now start, or it can + -- be a timestamp when it started. state.idle has no animation. + if not state.idle and + (not state.anistart or + mp.get_time() < 1 + state.anistart + user_opts.fadeduration/1000) + then + -- animating or starting, or still within 1s past the deadline + request_tick() + else + kill_animation() + end + end +end + +local function shutdown() + reset_margins() + mp.del_property("user-data/osc") +end + +-- duration is observed for the sole purpose of updating chapter markers +-- positions. live streams with chapters are very rare, and the update is also +-- expensive (with request_init), so it's only observed when we have chapters +-- and the user didn't disable the livemarkers option (update_duration_watch). +local function on_duration() request_init() end + +local duration_watched = false +local function update_duration_watch() + local want_watch = user_opts.livemarkers and + (mp.get_property_number("chapters", 0) or 0) > 0 and + true or false -- ensure it's a boolean + + if want_watch ~= duration_watched then + if want_watch then + mp.observe_property("duration", "native", on_duration) + else + mp.unobserve_property(on_duration) + end + duration_watched = want_watch + end +end + +local function set_tick_delay(_, display_fps) + -- may be nil if unavailable or 0 fps is reported + if not display_fps or not user_opts.tick_delay_follow_display_fps then + tick_delay = user_opts.tick_delay + return + end + tick_delay = 1 / display_fps +end + +mp.register_event("shutdown", shutdown) +mp.register_event("start-file", request_init) +mp.observe_property("track-list", "native", request_init) +mp.observe_property("playlist-count", "native", request_init) +mp.observe_property("playlist-pos", "native", request_init) +mp.observe_property("chapter-list", "native", function(_, list) + list = list or {} -- safety, shouldn't return nil + table.sort(list, function(a, b) return a.time < b.time end) + state.chapter_list = list + update_duration_watch() + request_init() +end) + +-- These are for backwards compatibility only. +mp.register_script_message("osc-message", function(message, dur) + if not state.osc_message_warned then + mp.msg.warn("osc-message is deprecated and may be removed in the future.", + "Use the show-text command instead.") + state.osc_message_warned = true + end + mp.osd_message(message, dur) +end) +mp.register_script_message("osc-chapterlist", function(dur) + if not state.osc_chapterlist_warned then + mp.msg.warn("osc-chapterlist is deprecated and may be removed in the future.", + "Use show-text ${chapter-list} instead.") + state.osc_chapterlist_warned = true + end + mp.command("show-text ${chapter-list} " .. (dur and dur * 1000 or "")) +end) +mp.register_script_message("osc-playlist", function(dur) + if not state.osc_playlist_warned then + mp.msg.warn("osc-playlist is deprecated and may be removed in the future.", + "Use show-text ${playlist} instead.") + state.osc_playlist_warned = true + end + mp.command("show-text ${playlist} " .. (dur and dur * 1000 or "")) +end) +mp.register_script_message("osc-tracklist", function(dur) + if not state.osc_tracklist_warned then + mp.msg.warn("osc-tracklist is deprecated and may be removed in the future.", + "Use show-text ${track-list} instead.") + state.osc_tracklist_warned = true + end + mp.command("show-text ${track-list} " .. (dur and dur * 1000 or "")) +end) + +mp.observe_property("fullscreen", "bool", function(_, val) + state.fullscreen = val + state.marginsREQ = true + request_init_resize() +end) +mp.observe_property("border", "bool", function(_, val) + state.border = val + request_init_resize() +end) +mp.observe_property("title-bar", "bool", function(_, val) + state.title_bar = val + request_init_resize() +end) +mp.observe_property("window-maximized", "bool", function(_, val) + state.maximized = val + request_init_resize() +end) +mp.observe_property("idle-active", "bool", function(_, val) + state.idle = val + request_tick() +end) + +mp.observe_property("display-fps", "number", set_tick_delay) +mp.observe_property("pause", "bool", pause_state) +mp.observe_property("volume", "number", request_tick) +mp.observe_property("mute", "bool", request_tick) +mp.observe_property("demuxer-cache-state", "native", cache_state) +mp.observe_property("vo-configured", "bool", request_tick) +mp.observe_property("playback-time", "number", request_tick) +mp.observe_property("osd-dimensions", "native", function() + -- (we could use the value instead of re-querying it all the time, but then + -- we might have to worry about property update ordering) + request_init_resize() +end) +mp.observe_property('osd-scale-by-window', 'native', request_init_resize) +mp.observe_property('touch-pos', 'native', handle_touch) + +-- mouse show/hide bindings +mp.set_key_bindings({ + {"mouse_move", function() process_event("mouse_move", nil) end}, + {"mouse_leave", mouse_leave}, +}, "showhide", "force") +mp.set_key_bindings({ + {"mouse_move", function() process_event("mouse_move", nil) end}, + {"mouse_leave", mouse_leave}, +}, "showhide_wc", "force") +do_enable_keybindings() + +--mouse input bindings +mp.set_key_bindings({ + {"mbtn_left", function() process_event("mbtn_left", "up") end, + function() process_event("mbtn_left", "down") end}, + {"mbtn_mid", function() process_event("mbtn_mid", "up") end, + function() process_event("mbtn_mid", "down") end}, + {"mbtn_right", function() process_event("mbtn_right", "up") end, + function() process_event("mbtn_right", "down") end}, + -- alias shift+mbtn_left to mbtn_mid for touchpads + {"shift+mbtn_left", function() process_event("mbtn_mid", "up") end, + function() process_event("mbtn_mid", "down") end}, + {"wheel_up", function() process_event("wheel_up", "press") end}, + {"wheel_down", function() process_event("wheel_down", "press") end}, + {"mbtn_left_dbl", "ignore"}, + {"shift+mbtn_left_dbl", "ignore"}, + {"mbtn_right_dbl", "ignore"}, +}, "input", "force") +mp.enable_key_bindings("input") + +mp.set_key_bindings({ + {"mbtn_left", function() process_event("mbtn_left", "up") end, + function() process_event("mbtn_left", "down") end}, +}, "window-controls", "force") +mp.enable_key_bindings("window-controls") + +local function always_on(val) + if state.enabled then + if val then + show_osc() + else + hide_osc() + end + end +end + +-- mode can be auto/always/never/cycle +-- the modes only affect internal variables and not stored on its own. +local function visibility_mode(mode, no_osd) + if mode == "cycle" then + for i, allowed_mode in ipairs(state.visibility_modes) do + if i == #state.visibility_modes then + mode = state.visibility_modes[1] + break + elseif user_opts.visibility == allowed_mode then + mode = state.visibility_modes[i + 1] + break + end + end + end + + if mode == "auto" then + always_on(false) + enable_osc(true) + elseif mode == "always" then + enable_osc(true) + always_on(true) + elseif mode == "never" then + enable_osc(false) + else + msg.warn("Ignoring unknown visibility mode '" .. mode .. "'") + return + end + + user_opts.visibility = mode + mp.set_property_native("user-data/osc/visibility", mode) + + if not no_osd and tonumber(mp.get_property("osd-level")) >= 1 then + mp.osd_message("OSC visibility: " .. mode) + end + + -- Reset the input state on a mode change. The input state will be + -- recalculated on the next render cycle, except in 'never' mode where it + -- will just stay disabled. + mp.disable_key_bindings("input") + mp.disable_key_bindings("window-controls") + state.input_enabled = false + + update_margins() + request_tick() +end + +local function idlescreen_visibility(mode, no_osd) + if mode == "cycle" then + if user_opts.idlescreen then + mode = "no" + else + mode = "yes" + end + end + + if mode == "yes" then + user_opts.idlescreen = true + else + user_opts.idlescreen = false + end + + mp.set_property_native("user-data/osc/idlescreen", user_opts.idlescreen) + + if not no_osd and tonumber(mp.get_property("osd-level")) >= 1 then + mp.osd_message("OSC logo visibility: " .. tostring(mode)) + end + + request_tick() +end + +mp.register_script_message("osc-visibility", visibility_mode) +mp.register_script_message("osc-show", show_osc) +mp.register_script_message("osc-hide", function () + if user_opts.visibility == "auto" then + osc_visible(false) + end +end) +mp.add_key_binding(nil, "visibility", function() visibility_mode("cycle") end) + +mp.register_script_message("osc-idlescreen", idlescreen_visibility) + +-- Validate string type user options +local function validate_user_opts() + if layouts[user_opts.layout] == nil then + msg.warn("Invalid setting '"..user_opts.layout.."' for layout") + user_opts.layout = "bottombar" + end + + if user_opts.seekbarstyle ~= "bar" and + user_opts.seekbarstyle ~= "diamond" and + user_opts.seekbarstyle ~= "knob" then + msg.warn("Invalid setting '" .. user_opts.seekbarstyle + .. "' for seekbarstyle") + user_opts.seekbarstyle = "bar" + end + + if user_opts.seekrangestyle ~= "bar" and + user_opts.seekrangestyle ~= "line" and + user_opts.seekrangestyle ~= "slider" and + user_opts.seekrangestyle ~= "inverted" and + user_opts.seekrangestyle ~= "none" then + msg.warn("Invalid setting '" .. user_opts.seekrangestyle + .. "' for seekrangestyle") + user_opts.seekrangestyle = "inverted" + end + + if user_opts.seekrangestyle == "slider" and + user_opts.seekbarstyle == "bar" then + msg.warn( + "Using 'slider' seekrangestyle together with 'bar' seekbarstyle is not supported") + user_opts.seekrangestyle = "inverted" + end + + if user_opts.windowcontrols ~= "auto" and + user_opts.windowcontrols ~= "yes" and + user_opts.windowcontrols ~= "no" then + msg.warn("windowcontrols cannot be '" .. + user_opts.windowcontrols .. "'. Ignoring.") + user_opts.windowcontrols = "auto" + end + if user_opts.windowcontrols_alignment ~= "right" and + user_opts.windowcontrols_alignment ~= "left" then + msg.warn("windowcontrols_alignment cannot be '" .. + user_opts.windowcontrols_alignment .. "'. Ignoring.") + user_opts.windowcontrols_alignment = "right" + end + + local colors = { + user_opts.background_color, user_opts.top_buttons_color, + user_opts.small_buttonsL_color, user_opts.small_buttonsR_color, + user_opts.buttons_color, user_opts.title_color, + user_opts.timecode_color, user_opts.time_pos_color, + user_opts.held_element_color, user_opts.time_pos_outline_color, + } + for _, color in pairs(colors) do + if color:find("^#%x%x%x%x%x%x$") == nil then + msg.warn("'" .. color .. "' is not a valid color") + end + end + + for str in string.gmatch(user_opts.visibility_modes, "([^_]+)") do + if str ~= "auto" and str ~= "always" and str ~= "never" then + msg.warn("Ignoring unknown visibility mode '" .. str .."' in list") + else + table.insert(state.visibility_modes, str) + end + end +end + +-- read options from config and command-line +opt.read_options(user_opts, "osc", function(changed) + validate_user_opts() + set_osc_styles() + set_time_styles(changed.timetotal, changed.timems) + if changed.tick_delay or changed.tick_delay_follow_display_fps then + set_tick_delay("display_fps", mp.get_property_number("display_fps")) + end + request_tick() + visibility_mode(user_opts.visibility, true) + update_duration_watch() + request_init() +end) + +validate_user_opts() +set_osc_styles() +set_time_styles(true, true) +set_tick_delay("display_fps", mp.get_property_number("display_fps")) +visibility_mode(user_opts.visibility, true) +update_duration_watch() + +set_virt_mouse_area(0, 0, 0, 0, "input") +set_virt_mouse_area(0, 0, 0, 0, "window-controls") +set_virt_mouse_area(0, 0, 0, 0, "window-controls-title") -- cgit v1.2.3