1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00
Commit Graph

16581 Commits

Author SHA1 Message Date
reimar
5237e30f78 Missing .REss in -vo gl description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16431 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-09 11:10:29 +00:00
ods15
a93326ef44 Updates to NUT spec:
1. remove average_bitrate
2. add other_stream_header, for subtitles and metadata
3. add max_pts to index
4. index_ptr - a 64 bit integer to say the total length of all index packets
5. specify how to write "multiple" indexes
6. change forward_ptr behavior, starts right after forward_ptr, ends after
   checksum
7. remove stream_id <-> stream_class limitation.
8. time_base_nom must also be non zero.
9. rename time_base_nom and time_base_denom, now timebase means the length
   of a tick, not amounts of ticks
10. remove (old?) sample_rate_mul stuff.
11. specify what exactly the checksum covers.
12. specify that stream classes which have multiple streams must have an
    info packet.. (in new Semantic requirements section)
13. Rename 'timestamp' to pts.
14. Change date of draft...
15. Add myself to authors...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16430 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-09 10:26:21 +00:00
diego
e548b29dd0 spelling/grammar/wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16429 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-09 09:25:07 +00:00
gpoirier
e3ad55448c synced with 1.1091
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16428 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-09 07:26:38 +00:00
diego
ae3406c2c8 Replace remaining tabs by spaces.
patch by Christoph Egger <Christoph_Egger -- at -- gmx -- dot -- de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16427 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-08 00:11:55 +00:00
reimar
70f2321ae8 Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.
If this causes problems these should be fixed instead of using this hack.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16426 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-07 00:19:04 +00:00
reimar
d57b55823e We can not seek, so set seekable to 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16425 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 23:11:30 +00:00
diego
b47b4e6ea1 When specifying a VIDIX subdevice the name needs to be written out
including the .so.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16424 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 22:47:57 +00:00
diego
b7c56e8926 small wording fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16423 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 22:00:35 +00:00
reimar
54aa920577 memleak fix, escfilename was not freed for an invalid url
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16422 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 21:45:40 +00:00
gpoirier
956f6bdd47 New section about sync and remuxing issues.
Also tell that AVI and MPEG are only natively supported containers while more can be supported through libavformat


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16421 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 21:33:28 +00:00
reimar
92850fab06 memleak fixes when using an http proxy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16420 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 21:14:55 +00:00
reimar
c871483f14 check4proxies always creates a copy, so url should be freed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16419 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 21:08:36 +00:00
reimar
e036d0cf35 memleak fixes when invalid http url specified.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16418 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 21:00:57 +00:00
diego
e72392399b support for GeForce FX Go5200 (newer Apple PowerBooks)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 20:50:10 +00:00
reimar
720977d7d5 Use bitrate from demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16416 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 20:37:47 +00:00
reimar
cb1bcc8b79 better bitrate calculation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16415 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 20:35:14 +00:00
reimar
a6c5758715 execute the check function even when a demuxer is forced, to avoid crashes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16414 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 19:50:21 +00:00
reimar
aacbf3f8c4 Forgotten mpc demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16413 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 19:46:48 +00:00
reimar
b23444d997 Changes forgotten during demuxer API change, introduce a check function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16412 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 19:40:19 +00:00
diego
337b46ebe6 Ignore libdha test program.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16411 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 19:05:30 +00:00
diego
7e13572ce9 Switch indentation over to K&R style, replace all tabs by spaces.
patch by Christoph Egger <Christoph_Egger -- at -- gmx -- dot -- de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16410 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 18:44:04 +00:00
reimar
f80470335c Only older card version seem to make problems with y < 8 in text mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16409 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 17:12:28 +00:00
diego
b110c7514f Avoid some short forms, some consistency, wording and typo fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16408 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 16:36:26 +00:00
diego
b55379f2ef A few more details and grammar updates.
patch by Corey Hickey <bugfood-ml -- at -- fatooh -- dot -- org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16407 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 16:33:31 +00:00
ivo
b7adc31f0a 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16406 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 15:30:12 +00:00
diego
0b3365c8dc Reduce unnecessary swscaler verbosity.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16405 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 15:15:27 +00:00
ods15
d842f2f69d Obsoleted...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16404 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 05:33:14 +00:00
reimar
e4e6bdb288 clear OSD when playing new file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16403 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 12:05:29 +00:00
gpoirier
7e364caec2 Consistency fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16402 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 11:25:30 +00:00
gpoirier
6ab801a05a synced with 1.1088
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16401 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 11:20:21 +00:00
danny
801481c8d4 Synced with 1.1076 - patch by Paul TT <paultt - at - hackerjournal - dot - it> with some improvement ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16400 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 11:18:09 +00:00
diego
b019e893f1 Fix up cqm section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16399 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 10:43:52 +00:00
reimar
6220c8e924 Properly initialize osdtexCnt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16398 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 10:08:04 +00:00
reimar
3561e3a980 OSD alpha conversion index out of range
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16397 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 10:02:06 +00:00
diego
df82620ed8 Spelling, fix Terminal and Categories entry, add MimeType.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16396 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 09:43:13 +00:00
wanderer
bac3cd6610 rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16395 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 01:43:59 +00:00
reimar
1bf4d61c1e enable vidix on AMD64, at least for nVidia it seems to work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16394 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 23:02:30 +00:00
reimar
c23359b19b a libmpcdec version with our patches was released (but I did not yet test it).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16393 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 22:42:01 +00:00
gpoirier
2cdf18bfc1 MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
(please make sure the doc builds fine)
Original thread:
Date: Sep 4, 2005 1:26 AM
Subject: [MPlayer-DOCS] [PATCH] mplayer advanced audio usage guide


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16392 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 22:29:36 +00:00
gpoirier
dcce55b79c synced with 1.1087
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16391 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 21:48:51 +00:00
reimar
4f8a81ab89 equalizer fixes: changing one attribute reset the others,
brightness control for NV03/NV04


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16390 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 21:00:07 +00:00
reimar
7c9f087906 Support equalizer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16389 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 20:58:39 +00:00
gpoirier
dbaad99eb2 Fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16388 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 16:57:51 +00:00
diego
27dd6344e3 Reorder slave mode commands to appear in alphabetical order with a few
exceptions for commands that are very closely related.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16387 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 16:08:18 +00:00
nplourde
0728cced47 mplayer osx shared video buffer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16386 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 12:58:16 +00:00
gpoirier
76e6677418 Typo, and fixed missing word
too many avc encoding! :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16385 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 12:41:30 +00:00
gpoirier
c61154002d In order to make sure A/V sync is preserved, MEncoder really has to be fed with an audio track.
Added a paragraph that explains why, and nuked all the occurences of "-nosound".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16384 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 12:21:47 +00:00
gpoirier
2f497f5f85 synced with 1.1084
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16383 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 10:21:38 +00:00
gpoirier
33ed0f3ea0 Suggestions by of The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16382 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 21:49:50 +00:00