wm4
65fc530f0c
Rename to "mpv"
...
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.)
2012-10-12 10:14:32 +02:00
Uoti Urpala
f9b5f2870c
mp3lib: drop internal mp3lib tree
...
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.
2011-04-02 07:28:53 +03:00
Uoti Urpala
17528080d6
Copyright, LICENSE: change binary license to GPL 3
...
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+.
2011-03-24 23:40:29 +02:00
Uoti Urpala
b27e4ca371
libdvdcss: drop internal libdvdcss tree
...
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.
2011-03-01 22:37:15 +02:00
Uoti Urpala
6122d83981
tremor: drop internal tremor library
...
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).
2011-02-01 21:28:03 +02:00
Uoti Urpala
7cd7416c73
libmpeg2: drop libmpeg2 support
...
libavcodec mpeg2 decoder has been the default for a while and seems to
work fine.
2011-02-01 20:10:27 +02:00
Uoti Urpala
156ba34ac7
Copyright: delete removed library copies from list
2011-02-01 04:42:37 +02:00
diego
42ed53f221
libfaad2:/ Remove forked internal libfaad2 copy
...
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
2011-01-31 16:00:58 +02:00
diego
c8a97067aa
libdvdcss: Sync some minor changes from upstream, up to r237
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32349 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:18:07 +02:00
reimar
6c3c1588f5
libgsm: Remove libgsm wrapper
...
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
2010-11-02 04:14:22 +02:00
reimar
879fff8104
Copyright: clean up libdvdcss entry
...
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
2010-11-02 04:07:42 +02:00
diego
c8e40a8fba
libdvdcss is now synced to a recent upstream Subversion snapshot.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31158 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-11 11:13:07 +00:00
diego
12f67b8372
Remove internal liba52 copy.
...
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
2010-05-09 14:45:29 +00:00
diego
12abc254d5
stream/rtp.h appears not to originate from dvbstream.
...
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
2010-01-30 21:38:05 +00:00
diego
b1037d87ee
Clarify which version of the GPL applies to MPlayer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30201 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 13:01:44 +00:00
diego
fa60631a76
Update entry for libdvdread; add entry for libdvdnav.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28926 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 23:19:16 +00:00
diego
ab1163d8c5
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28925 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 23:15:26 +00:00
diego
e633583d8c
libmpdemux/nuppelvideo.h was removed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28922 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-09 20:56:19 +00:00
diego
bbcccf2d19
Update internal libmpeg2 copy to version 0.5.1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27604 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-13 17:31:45 +00:00
rathann
97e5f304ce
Rename internal libdvdread fork from dvdread to libdvdread
...
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
2008-08-30 12:22:21 +00:00
diego
e915d29f0a
Sync libdvdcss with upstream version 1.2.10.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27494 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-29 20:22:36 +00:00
diego
c2a12149e2
Sync libdvdcss with upstream version r212.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27474 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-21 13:40:16 +00:00
diego
3a7b71bf78
Update homepage and license info for NuppelVideo.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27225 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-06 15:13:04 +00:00
diego
6be0c38303
Document where the files vidix/dhahelperwin/ntverp.h and
...
vidix/dhahelperwin/common.ver come from (ReactOS).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27073 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-06-15 15:27:35 +00:00
diego
971b1a83d8
Add section about code from NuppelVideo / RTJPEG.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26794 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-17 14:33:45 +00:00
diego
33fdc5bf12
Add stanza about files taken from the MJPEG Tools suite.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26778 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-14 18:18:44 +00:00
diego
1aac3c3fde
Fix #endif comment, sync with libdvdcss r208.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25645 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-07 22:46:53 +00:00
diego
f9455f34d0
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25468 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-20 10:10:26 +00:00
diego
f1d6831af9
Upstream committed both of my libdvdcss patches.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24556 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-17 13:09:47 +00:00
diego
9c63470472
Sync libdvdread with version 0.9.7.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24085 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-17 07:57:13 +00:00
diego
c5531425ea
Sync libdvdread with version 0.9.6.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24075 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-16 06:57:43 +00:00
diego
80dee3f8ac
Sync libdvdread with version 0.9.5 (functional changes).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24067 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-15 11:47:22 +00:00
diego
ffebfb049d
libdvdcss patch got committed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23912 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-29 14:01:50 +00:00
diego
b000a6a519
ISO8859-1 --> UTF-8
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-09 19:50:36 +00:00
diego
a2171395a4
Remove obsolete TV output tools.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22860 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-31 14:21:06 +00:00
diego
56d17cef02
Remove internal minilzo, external liblzo can be used instead.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22259 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-18 15:06:54 +00:00
diego
b1cddd4716
libmpeg2 updated to 0.4.1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21863 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 14:25:02 +00:00
diego
8cf4397274
Rename libdvdread to dvdread. We really only include only the dvdread
...
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
2006-11-18 00:33:01 +00:00
diego
e19c97bfd4
Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,
...
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
2006-11-07 16:42:39 +00:00
diego
376951ca72
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20631 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 13:48:52 +00:00
diego
689d0cc0f4
Move libdvdcss into its own subdirectory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20629 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 12:25:56 +00:00
diego
e1c74c0b56
libdvdcss r202, my patch was committed upstream.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20580 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-01 14:42:23 +00:00
diego
305cf5fb09
Add copyright holders, mostly synced from the Debian package.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20568 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 17:10:16 +00:00
diego
af012d49a8
precise location for dvbstream
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 17:09:24 +00:00
diego
4edb4a72d6
CVS -> SVN for FFmpeg, add pnm implementation from xine.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20566 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 17:07:55 +00:00
diego
d8309def0a
uCIFS is gone, URL update.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20565 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 16:46:45 +00:00
diego
a0618fd310
Sync with upstream r201.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20441 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 11:55:06 +00:00
diego
3eb92ede27
Add miniLZO and librtsp.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19619 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-01 12:04:38 +00:00
diego
70dc64f378
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19287 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-01 07:14:51 +00:00
ben
49867bd432
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 17:39:17 +00:00
diego
552106a0fe
LRMI has been removed some time ago.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19266 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-30 21:35:15 +00:00
ben
04cb555662
added FreeSDP library in Copyright file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18830 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 18:31:57 +00:00
rathann
7d4c6352a1
update copyright an changelog with new liba52 0.7.4
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18726 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 23:13:42 +00:00
rtognimp
5fce1e7235
faad2 updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18143 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:48:14 +00:00
diego
c4e6b9da66
upgrade to libdvdcss 1.2.9
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16631 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-01 17:19:33 +00:00
alex
6068a41275
some updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15901 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-03 11:56:16 +00:00
henry
54bdb07a91
increment libdvdread version
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15878 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-01 06:29:18 +00:00
diego
d1b7b8f806
We are using parts of mpg123 outside of the LGPL mpglib subdir.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15180 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-16 12:52:14 +00:00
diego
e0aba85941
libdvdcss is patched, move Tremor up with the other codec libs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14902 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-03 13:12:55 +00:00
henry
0808d1b8ab
Tremor license
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14351 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-04 12:01:25 +00:00
diego
09e610de56
FAAD updated by adland.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13455 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-24 19:20:46 +00:00
diego
aa708721f9
clarification about FFmpeg license, typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13422 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-21 13:38:19 +00:00
ivo
e0c8d20d91
Added the uCIFS library, of which a part is used by vo_md5sum.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13405 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-20 14:26:57 +00:00
diego
46cc1f34ec
unrarlib
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13199 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 09:23:28 +00:00
diego
b62dce5782
id3edit updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13122 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 19:29:17 +00:00
diego
485534656b
sync with recent changes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12962 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-05 00:08:40 +00:00
diego
1bd6a76fd8
libfaad2 updated to version 2.0.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12541 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-07 11:05:45 +00:00
diego
f34778efd2
libavformat, realrtsp
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12412 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-03 17:59:55 +00:00
diego
d5cdf84b4b
libmpflac was removed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12183 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-13 00:08:41 +00:00
lumag
6bf1d412b1
Add a note about CVS sync with main FLAC.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11728 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-02 21:56:38 +00:00
diego
ed8188f1a1
LRMI added.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11707 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-31 21:44:37 +00:00
diego
1b4af6f655
GSM 06.10 library and id3edit added.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11693 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-27 20:13:30 +00:00
diego
424cd89dc8
dvbstream added, info from Nico.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11652 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-16 00:32:08 +00:00
diego
c1004f2288
Copyright and authorship declaration along with an (incomplete) list of
...
external code we include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11606 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-09 08:35:55 +00:00