aboutsummaryrefslogtreecommitdiffhomepage
path: root/Copyright
Commit message (Collapse)AuthorAge
* Copyright: mention that more liberal licenses are ok tooGravatar wm42015-07-26
| | | | In fact, some source files do this.
* Require contributions in LGPLv2.1+Gravatar wm42015-07-24
| | | | | | | | | | | As suggested in #2033. Additionally, change "LGPLv2+" to "LGPLv2.1+". Since this was always used with the "and later" phrase, this doesn't require any further discussion. Also clarify that the "+" means "or later". This should be clear to anyone with a brain, but you never know with copyright.
* Copyright, LICENSE: switch to GPL version 2 or laterGravatar wm42013-10-13
| | | | | | | | | | | | | | | Now that talloc has been removed, the license can be switched back to GPLv2+. Actually, there never was a GPLv2+ licensed MPlayer (fork or not) until now, but removal of some GPLv2-only code makes this possible now. Rewrite the Copyright file to explain the reasons for the licenses MPlayer and forks use. The old Copyright file didn't contain anything interesting anymore, and all information it contained is available at other places in the source tree. The reason for the license change itself is that it should improve interoperability with differently licensed code in general. This essentially reverts commit 1752808.
* Remove completely outdated AUTHORS fileGravatar wm42013-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Considering that we use version control, maintaining an AUTHORS file doesn't make much sense, and indeed it was barely touched since the time mplayer2 forked from MPlayer. None of the contributors to mplayer2 or mpv are listed in this file (even uau's work is not appropriately reflected, despite having an entry in this file). I'm removing this file because it's obviously pointless to keep around, and moreover it's misleading. In theory removing this file might be questionable: the git log reaches back into CVS and SVN times, which don't have separate committer and author fields for each comment. The commit messages could be incomplete and not mention the original author, while the AUTHORS file somehow could. I doubt this is a real concern, since you can always reconstruct the original AUTHORS file from git. Another concern is that this could be interpreted as disrespectful to the people mentioned in this file; but it isn't meant to be disrespectful. Also point out a slight irregularity in the Copyright file.
* Copyright: cleanup entries for removed codeGravatar wm42013-02-03
|
* Rename to "mpv"Gravatar wm42012-10-12
| | | | | | | | | | | | | | | | | | This changes the name of this project to mpv. Most user-visible mentions of "MPlayer" and "mplayer" are changed to "mpv". The binary name and the default config file location are changed as well. The new default config file location is: ~/.mpv/ Remove etc/mplayer.desktop. Apparently this was for the MPlayer GUI, which has been removed from mplayer2 ages ago. We don't have a logo, and the MS Windows resource files sort-of require one, so leave etc/mplayer.ico/.xpm as-is. Remove the debian and rpm packaging scripts. These contained outdated dependencies and likely were more harmful than useful. (Patches which add working and well-tested packaging are welcome.)
* mp3lib: drop internal mp3lib treeGravatar Uoti Urpala2011-04-02
| | | | | | | | | | | | | Delete mp3lib which has been the default mp3 decoder until now. In addition to being an unnecessary embedded library it now fails to compile correctly with the new gcc-4.6, producing noise. After the deletion the default decoder priority for mp3 will be first libmpg123 (a newer version of the code that mp3lib was based on) if available, then ffmp3float which should be available in all normal compiles. I think that some tweaking may be required as these decoder alternatives get wider testing, but any problems should be solvable and there should be no need for mp3lib.
* Copyright, LICENSE: change binary license to GPL 3Gravatar Uoti Urpala2011-03-24
| | | | | | | Change license indicated for compiled binaries to GPL 3 to match talloc.c which is LGPL 3+. Note that at least for now the source licenses have NOT been changed - almost everything is still GPL 2+ or compatible, not GPL 3+.
* libdvdcss: drop internal libdvdcss treeGravatar Uoti Urpala2011-03-01
| | | | | | | | | The internal libdvdcss version was only compiled if you used internal libdvdread too; and libdvdread was not included in the sources, so that'd only happen if you manually added libdvdread in the build tree. Keeping libdvdcss for that case probably isn't worth it, so delete it from the tree. The build system part is still there, so an internal build is possible if you add the directory back.
* tremor: drop internal tremor libraryGravatar Uoti Urpala2011-02-01
| | | | | | | Drop internal copy of the tremor library. Note that the internal ogg demuxer (which is still sometimes useful to work around libavformat ogg demuxer problems, though it's itself quite buggy) now cannot be compiled without either external libvorbis or libvorbisidec (tremor).
* libmpeg2: drop libmpeg2 supportGravatar Uoti Urpala2011-02-01
| | | | | libavcodec mpeg2 decoder has been the default for a while and seems to work fine.
* Copyright: delete removed library copies from listGravatar Uoti Urpala2011-02-01
|
* libfaad2:/ Remove forked internal libfaad2 copyGravatar diego2011-01-31
| | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32741 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove AAC/FAAD2 installation instructions. There is nothing special about building and installing FAAD2, so there is no longer a need to keep maintaining instructions for it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32742 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss: Sync some minor changes from upstream, up to r237Gravatar diego2010-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32349 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgsm: Remove libgsm wrapperGravatar reimar2010-11-02
| | | | | | | | | | Remove copy of old and ugly libgsm code and wrapper. Decoding these formats is supported via FFmpeg both natively and through libgsm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31657 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copyright: clean up libdvdcss entryGravatar reimar2010-11-02
| | | | | | We use unmodified r231 of libdvdcss, no point in mentioning older revisions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31357 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss is now synced to a recent upstream Subversion snapshot.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal liba52 copy.Gravatar diego2010-05-09
| | | | | | | Nowadays FFmpeg is faster than liba52 and external liba52 is well supported. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31147 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream/rtp.h appears not to originate from dvbstream.Gravatar diego2010-01-30
| | | | | | | In any case it is completely trivial and non-copyrightable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30465 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify which version of the GPL applies to MPlayer.Gravatar diego2010-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update entry for libdvdread; add entry for libdvdnav.Gravatar diego2009-03-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28926 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Add newlines for better readability, rename Homepage entry to URL.Gravatar diego2009-03-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28925 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdemux/nuppelvideo.h was removed.Gravatar diego2009-03-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28922 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update internal libmpeg2 copy to version 0.5.1.Gravatar diego2008-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename internal libdvdread fork from dvdread to libdvdreadGravatar rathann2008-08-30
| | | | | | | | to avoid clashing with external libdvdread. (Sync with libdvdread r1122) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdcss with upstream version 1.2.10.Gravatar diego2008-08-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdcss with upstream version r212.Gravatar diego2008-08-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update homepage and license info for NuppelVideo.Gravatar diego2008-07-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document where the files vidix/dhahelperwin/ntverp.h andGravatar diego2008-06-15
| | | | | | | vidix/dhahelperwin/common.ver come from (ReactOS). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add section about code from NuppelVideo / RTJPEG.Gravatar diego2008-05-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add stanza about files taken from the MJPEG Tools suite.Gravatar diego2008-05-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26778 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #endif comment, sync with libdvdcss r208.Gravatar diego2008-01-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25645 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.Gravatar diego2007-12-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25468 b3059339-0415-0410-9bf9-f77b7e298cf2
* Upstream committed both of my libdvdcss patches.Gravatar diego2007-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.7.Gravatar diego2007-08-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.6.Gravatar diego2007-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (functional changes).Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24067 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss patch got committed.Gravatar diego2007-07-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23912 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete TV output tools.Gravatar diego2007-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal minilzo, external liblzo can be used instead.Gravatar diego2007-02-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22259 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2 updated to 0.4.1Gravatar diego2007-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21863 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename libdvdread to dvdread. We really only include only the dvdreadGravatar diego2006-11-18
| | | | | | | | subdirectory of libdvdread. This will also allow getting rid of some local modifications. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,Gravatar diego2006-11-07
| | | | | | | all in one fell swoop. Patch by yours truly accepted upstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20746 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20631 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libdvdcss into its own subdirectory.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20629 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss r202, my patch was committed upstream.Gravatar diego2006-11-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add copyright holders, mostly synced from the Debian package.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20568 b3059339-0415-0410-9bf9-f77b7e298cf2
* precise location for dvbstreamGravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20567 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS -> SVN for FFmpeg, add pnm implementation from xine.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20566 b3059339-0415-0410-9bf9-f77b7e298cf2