faust3
591a524fbf
let uninit wait until sound is completely played, don't restore volume at exit, fixed ringbuffer bug, patch by Nehal <nehalmistry at gmx.net>\n
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12094 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 19:33:58 +00:00
diego
0b048dec0d
dvb should be added to $_noinputmodules as well as $_inputmodules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12093 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 14:17:58 +00:00
diego
47065bd0e3
How to handle incomplete translations of message files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12092 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 13:53:10 +00:00
diego
a8bafcef6d
security fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12091 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 13:38:17 +00:00
faust3
2041a9a551
prevent crash in case we are unable to get aligned buffer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12090 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 12:35:17 +00:00
faust3
3076975c63
although this SSE fix is an ugly hack it seems to work fine for me
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12089 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 10:35:30 +00:00
faust3
971bb1dd0f
reenable SSE support for mingw
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12088 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 10:19:57 +00:00
alex
f742ec3aa7
10l (some broken compilers take this serious)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12087 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-31 07:40:36 +00:00
rfelker
7bd996caf4
make stupid gcc versions happy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12086 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-31 05:40:31 +00:00
michael
18ebe6ca92
reversing the change to the forw/backw pointers, its somewhat simpler to update it if the forward pointer is first
...
much more efficient encoding of the frame_code table
stream_id -> stream_id_plus1, that way 0 is the special case instead of stream_count and we can be sure the table needs only 8bit per entry
replace timestamp_msb by timestamp (and obviously dont code the lsb if the whole is coded) thats simpler and more compact
add a msb_timestamp flag to the frame_code[].flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12085 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-31 01:44:57 +00:00
michael
ec18d784f3
remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12084 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-30 10:58:41 +00:00
michael
886751550e
removing subpackets (everyone hates them ...)
...
removing shuffle_type (meaningless without subpackets)
making timestamp_lsb a simple unsigned value (someone proposed that a long time ago, dunno dont remember who, IIRC it was rejected as it more often required the timestamp_msb to be coded but by defining lsb relative to the last lsb we need very few msbs in the error free case and for damaged files its also pretty difficult to trash the timestamp, for example for a fixed fps stream with 7bit lsb_timestamps we need to loose >64 frames in a row to end up with a wrong timestamp)
cleanup (filesize and such where only partially removed)
frame_code byte, with the meaning of each value stored in the main header
the frame_code contains the keyframe_flag, packet_type and can contain the timestamp_delta, stream_id and the data_size or part if it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12083 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-30 01:05:51 +00:00
rfelker
9721b82d2d
vf_phase filter by Ville Saari (114263 at foo dot bar dot org)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12082 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-29 04:39:04 +00:00
rtognimp
d37c2fad12
Revert my old twos fix, it seems to break more files than it fixed.
...
If your file sound wrong, please uncomment and test
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12081 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-28 22:03:37 +00:00
paszczi
4183d68f3d
added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12080 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-28 21:18:02 +00:00
atmos4
838493bf7d
svgalib 1.9.18 compile fix, still wont work for me though...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12079 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-28 16:30:08 +00:00
rtognimp
e294c7134c
Fix hanging at end of mms:// streams.
...
Patch by adland
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12078 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-28 14:44:49 +00:00
mosu
57b55283ff
Stop reading the file if an INDX chunk is found instead of a data packet.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12077 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-28 11:23:53 +00:00
diego
3a32418c24
Missing echores "no" added, duplicate variable setting removed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12076 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-27 20:19:57 +00:00
diego
475ed912c4
Make wmv9 playback less verbose.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12075 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-27 13:57:47 +00:00
mosu
64667ec554
Implemented "seek to position".
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12074 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-26 19:45:06 +00:00
faust3
582f830734
temporary workaround to make it work on windows
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12073 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-26 16:03:53 +00:00
faust3
dc5c9fc570
fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12072 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-26 15:21:44 +00:00
faust3
ddfdfafaf6
support for Radeon 9200 based video boards patch by Benjamin Zores <ben at tutuxclan.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12071 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-26 14:11:31 +00:00
faust3
940bcdc4a5
fix compilation on cygwin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12070 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-26 12:15:54 +00:00
pontscho
d1d9313755
patch from Rune <runner@mail.tele.dk>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12069 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 21:49:48 +00:00
rtognimp
bf08296b42
Add adland to authors
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12068 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 21:46:21 +00:00
rtognimp
685c598094
Support for Alparysoft lossless video codec (DShow and VfW)
...
Patch by Melisha Johnson <adland123 (at) yahoo (dot) com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12067 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 21:36:18 +00:00
mosu
52fdaaef8c
Removed the limitation to max. eight laced blocks.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12066 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 20:47:37 +00:00
rfelker
70d700b8cd
remove stupid misadvice
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12065 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 06:40:04 +00:00
diego
bfc0ecf9fa
The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should
...
check for Glibc, not GNU.
patch by Robert Millan <zeratul2@wanadoo.es>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12064 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-24 17:51:35 +00:00
ranma
50463186c4
Round Chunklen to word boundary
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12063 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-24 15:21:21 +00:00
ranma
7068c1b886
Use aspect from encoder for AVI vprp header
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12062 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-24 15:16:36 +00:00
faust3
2a3030f5f4
Mobility Radeon 9600/9700 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12061 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 20:10:23 +00:00
rtognimp
529301799f
Add support for Lead MCMW 2.0 wavelet codec eval version
...
Requires LCODCCMW2E.dll and LCMW2.dll
Patch by adland <adland123 (at) yahoo (dot) com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12060 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 20:08:28 +00:00
faust3
51457a2484
1000l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12059 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 12:43:54 +00:00
faust3
e89e30c90c
Windows XP support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12058 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 10:41:04 +00:00
faust3
543c00752d
windows xp support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12057 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 10:34:24 +00:00
diego
a977756617
sync by danny <guru@digitalfantasy.it>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12056 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 04:24:52 +00:00
ranma
0062d4583d
Include the comments from -aviaspect into the description of -useaviaspect and remove -aviaspect
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12055 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-22 02:12:00 +00:00
ranma
10c153004d
Better vprp aspect fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12054 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-22 01:42:43 +00:00
diego
12542092df
-aviaspect option moved to its alphabetical position, new sentences should
...
start on a new line, spelling fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12053 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-21 22:50:49 +00:00
henry
4d82f24e5b
explicit option for AVI PRP header
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12052 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-21 21:32:54 +00:00
rtognimp
bd48e44489
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12051 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-21 14:24:45 +00:00
nicodvb
ce8cc48c25
fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/transport error bit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12050 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-20 13:09:08 +00:00
nicodvb
59a39408da
removed unused code, synced to szap tuning sequence and unified diseqc, tone and voltage in a (non/old)-diseqc compatible function
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12049 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 20:29:26 +00:00
nicodvb
21346bc5ef
added missing tuning parameters (inversion and coderate) and changed debug level in dvb_streaming_read()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12048 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 20:22:10 +00:00
ranma
b45565bdab
Bigendian macro 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12047 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 20:06:30 +00:00
diego
b8cdd469d9
-geometry examples corrected.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12046 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 16:33:07 +00:00
diego
eea1c98c17
100l bug fixes, -noaspect moved just below -aspect.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12045 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 16:01:50 +00:00