1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00
Commit Graph

10431 Commits

Author SHA1 Message Date
diego
f022b02e8e sync with HTML
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10431 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-14 15:43:29 +00:00
diego
d46866c1c5 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10430 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-14 13:25:18 +00:00
gabucino
9d84a180ba sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10429 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-14 07:36:20 +00:00
rfelker
45d9eccd35 100l, vorbis cannot go in avi file!! even if it did work, -oac copy if broken with vorbis!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10428 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-14 03:41:12 +00:00
alex
63e689e4ec removed yv12 support, but left some swscaler support for fast 15 vs 16bpp conversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10427 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 23:33:56 +00:00
diego
45e608e611 more generated files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10426 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 23:30:28 +00:00
arpi
f0e8780594 3*100l (backported from g2)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10425 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 22:51:20 +00:00
arpi
02fb82572a quant_store is obsolete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10424 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 22:50:16 +00:00
alex
cc0485770c putting blur and outline to the font.desc too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10423 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 21:25:22 +00:00
alex
fd2db71883 the trailing space isn't needed anymore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10422 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 18:50:17 +00:00
alex
64d1f8d302 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10421 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 18:37:20 +00:00
gabucino
51aca0b330 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10420 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 16:26:26 +00:00
alex
5b89123809 removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10419 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 15:56:20 +00:00
alex
8dbd85b924 copyright message rework, try 2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10418 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 15:39:52 +00:00
alex
5da430d076 changed my non-working mail address
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10417 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 14:48:19 +00:00
alex
136a4127d7 moved some annonying messages to debug mode only
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10416 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 14:43:28 +00:00
alex
39148230df Changed the main copyright to MPlayer Team and removed the lame 'see DOCS' thingie, as discussed with Gabucino
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10415 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 12:41:37 +00:00
diego
166372f12f Spanish translators
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10414 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 00:02:16 +00:00
diego
49e0363a85 Spanish translation by Juan Martin <nauj27@teleline.es>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10413 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-12 23:45:46 +00:00
arpi
9abd90701e I attach a fix to the problem described in:
http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-July/019494.html
The bug came out to be that sws_rgb2rgb_init was called, but only after
the critical step in which ws.c copied the relevant function pointer to
wsConvFunc. Someone deserves 1000l for this.
Maybe we want to preinit the function pointers so that they will print
something like "Call to an rgb2rgb function without calling to
sws_rgb2rgb_init first. Please report." - this bug wasn't discovered since
the function pointers were NULL, and the rest of the cde uses "wsConvFunc"
only if it is not NULL.
Raindel Shachar <raindel@techunix.technion.ac.il>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10412 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-12 17:19:18 +00:00
mosu
0723498eef Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10411 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-11 20:24:20 +00:00
albeu
6ab50ab057 Commands are read in a loop, but for some commands we need to break
the loop to finish processing the command. Otherwise some commands
may appears as skiped to the user.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10410 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-11 07:54:52 +00:00
diego
15fb9c8396 further translation by Andoni Zubimendi <andoni@lpsat.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10409 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-11 07:41:04 +00:00
diego
05f36c75ab codecs.conf files are a thing of the past.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10408 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-10 18:29:04 +00:00
diego
d4246211d4 Updates, rewordings, sync by Anders Rune Jensen <anders@gnulinux.dk>,
Thomas Groth and Dan Christiansen.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10407 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-10 08:53:08 +00:00
jonas
d7bf90d3c0 -dvd -> dvd:// and -vcd -> vcd://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10406 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 20:10:48 +00:00
michael
5eda57a19b 10l (red <-> blue) fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10405 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 19:05:16 +00:00
diego
54632cac16 Strings attached to codecs.conf explained.
Based on a patch by Andrew Church <achurch@achurch.org>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10404 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 17:35:34 +00:00
diego
3cdb50cba5 Strings attached to codecs.conf explained.
Based on a patch by Andrew Church <achurch@achurch.org>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10403 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 17:22:17 +00:00
luran
0803401ed8 version number to please Diego :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10402 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 16:07:57 +00:00
luran
33b4de8fcb Forget to change the date and add my email
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10401 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 14:46:08 +00:00
luran
0d2c7d3647 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10400 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 14:42:16 +00:00
diego
aa5a82be42 Output typos fixed.
Spelling and grammar fixes in comments.
Output Cosmetics


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10399 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 01:42:19 +00:00
diego
8838b4afa6 output typo fixes: unknow --> unknown
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10398 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 01:30:24 +00:00
diego
53e8b7d649 docs changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10397 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 01:11:17 +00:00
colin
a0c1ce63c4 fix compilation (uint*_t undefined)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10396 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-08 17:01:44 +00:00
albeu
ca89a84e8a Fix -shuffle with remote playlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10395 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-08 10:45:05 +00:00
diego
9d385eb070 -overlapsub clarified (thanks, Rich), -nooverlapsub removed (redundant)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10394 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-07 23:02:25 +00:00
alex
792cd924f6 warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10393 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-07 17:12:45 +00:00
alex
37c2599916 full-featured gcc ppc optimization (601,603,604,740,750,745,755,7400,7410,7450)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10392 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-07 16:26:27 +00:00
gabucino
e5d75d03ea sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10391 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-07 08:17:26 +00:00
arpi
aa008d224c to make alex happy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10390 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 21:43:49 +00:00
arpi
8810c95cf7 100l
found by Koth


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10389 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 18:03:11 +00:00
diego
7a7d791e26 Added trailing spaces to fix broken indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10388 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 13:48:39 +00:00
diego
efc6a103c7 Quote all .IPs with more than one argument (necessary!).
Do not quote .IPs with just one argument (cosmetics).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10387 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 13:05:43 +00:00
diego
caabc88c60 Set default indentation depth to 5.
Add trailing spaces to options that are too short to get indented.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10386 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 12:43:28 +00:00
diego
539fe716e5 Sort options alphabetically.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10385 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 12:37:39 +00:00
diego
aadb885dc3 missing quotes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10384 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 00:08:18 +00:00
diego
61071a29c4 Sentences should start on a new line.
\' at the beginning of a line creates garbage.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10383 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-05 23:52:57 +00:00
attila
718001dbc4 patch for sp5x video codec by "Philip Court" <pccourt (at) hotmail.com>
if this breaks something, blame Arpi ;)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10382 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-05 15:02:51 +00:00