henry
dabdcbabbc
setting the norm using text ID instead of numeric
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13979 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-19 13:04:24 +00:00
nicodvb
f7a6075374
added language identifier (if any) to the caller during probing phase
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13958 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-15 20:56:10 +00:00
mosu
6fcdde79ef
Extended support for other object type IDs in the ESDS. This enables e.g. MPEG2 video in the MP4 container.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13955 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-15 15:04:57 +00:00
diego
3ebf6f0135
Reduce excessive verbosity.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13947 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-15 09:09:29 +00:00
mosu
9ea3354fbf
Fix member alignment for usage on 64bit processors.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13882 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-05 21:40:34 +00:00
nplourde
0e49449d13
fix build on darwin ppc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13843 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-01 17:57:00 +00:00
rtognimp
a10c321342
Memleak fix: free index data at demuxer_close
...
Patch by Wei Jiang ( jiangw98 at yahoo dot com )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13838 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-01 13:49:07 +00:00
mosu
6042541374
DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce ! se)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13805 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-30 08:47:04 +00:00
mosu
6bc7b34350
Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13804 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-30 08:42:25 +00:00
diego
5b0d96c6b4
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
...
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-28 01:15:53 +00:00
michael
50d7158d75
print build num
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13750 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-24 20:55:33 +00:00
michael
b3948a36d1
10l (mplayer doesnt like AV_NOPTS_VALUE)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13748 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-24 19:17:55 +00:00
aurel
6943b13bb5
seeking based on the largest timestamp in an mpeg stream
...
It is often more accurate than the current seeking and it has the
additional benefit of giving the (almost) precise total time of the movie.
patch by Michael Behrisch < behrisch at informatik.hu-berlin.de >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13739 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-23 00:05:38 +00:00
atmos4
f575dd7ee0
Index-Recovery cosmetix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13701 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-20 02:13:33 +00:00
diego
e532c80b02
Remove redundant ASF status line, there is another for all formats.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13687 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-19 01:21:54 +00:00
nplourde
3d0852ada9
support function for vcd on darwin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13683 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 21:06:50 +00:00
nplourde
97018803a5
enable vcd for all darwin based sys not only mac osx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13682 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 21:05:14 +00:00
nplourde
d535890b50
add vcd support to darwin for ppc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13679 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 20:30:07 +00:00
rtognimp
5e252f7920
Fix compilation when LOG is defined
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13678 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 20:08:44 +00:00
rtognimp
5f0a0e39e4
EOF detection (fix hanging at end of stream)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13677 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 20:08:12 +00:00
rtognimp
a594e93e86
Fix segfault for unexistant/unreachable rtsp streams
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13674 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 18:51:35 +00:00
atmos4
b9e2410e04
Recover Keyframe-Index for XviD aswell
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13672 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 13:16:13 +00:00
reimar
b7e93ce09e
avoid segfault with -vc dummy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13650 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-15 16:11:30 +00:00
reimar
82f168a4f6
some memory leaks fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13642 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-14 15:09:35 +00:00
nicodvb
e4d9c107fc
removed dependency on liba52
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13609 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-11 06:57:57 +00:00
michael
42315ddbb4
LIBAVFORMAT_BUILD >= 4619
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13608 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-10 22:24:07 +00:00
diego
56a0a395f4
typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13601 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-10 13:00:56 +00:00
rtognimp
e55f4b7153
Support ON2 variation of AVI format (.vp5 files)
...
Also closes bug #104
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13589 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-08 21:28:19 +00:00
nicodvb
154d16c105
fixed a bug that makes the demuxer loop forever probing a52 audio when a52_syncinfo() returns 0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13582 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-07 21:08:10 +00:00
reimar
b4f854c14c
fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13580 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-07 09:31:16 +00:00
reimar
ac7f335995
fixed small memleak
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13521 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-01 19:51:03 +00:00
reimar
f4c7dfd482
better, tuneable (via #define) MP3 detection, limit demux_audio to scanning
...
only the first 30000 bytes for headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13504 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-28 17:05:44 +00:00
joey
c9040923b7
show ogg subtitle language on OSD, if available
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13503 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-28 14:00:49 +00:00
joey
baef32bc2c
fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13502 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-28 13:51:20 +00:00
rathann
5da7e8895a
missing extern
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13451 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-23 23:01:48 +00:00
mosu
07685ad398
With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->samplesize to something != 0.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13425 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-21 18:02:33 +00:00
reimar
a894ca74e8
fix playback of files with displaysize not set (aspect was set to NaN for these)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13382 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-18 14:35:19 +00:00
reimar
6068c1846e
moved sh_audio initialization from dec_audio to demuxer.c to fix
...
-hr-mp3-seek bug (pts was -inf after seeking) and remove the workaround
from demux_audio.c.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13358 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 19:51:13 +00:00
rtognimp
49bc246607
AVC support moved to libavcodec, avcC atom is now passed in extradata
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13334 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-13 21:21:48 +00:00
mosu
d7f693a204
Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13325 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 14:01:13 +00:00
reimar
1b385d6496
fix seeking in audio-only case (crash when seeking backwards, time reset to 0)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13311 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 09:40:34 +00:00
rfelker
c3a928cbe6
show video format for all demuxers, not just avi (move this somewhere else if you prefer)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13302 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-10 02:07:16 +00:00
reimar
2fd7617dc8
avoid always skipping first junk with a "sync lost" message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13300 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-09 19:28:54 +00:00
diego
e8452368cf
chunk size fix from Ross Finlayson, ported from xine
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13290 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-08 23:44:34 +00:00
rfelker
3f4d87d795
fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts
...
ever infinite?!?!) but at least it makes it work... :)
patch by Balazs KOSSOVICS (tevefeju AT freemail.hu):
Hi!
When we listening music with "-hr-mp3-seek" option, than there is a
negative value at the first rewinds in the statusrange (-52 hours, some
minutes). The patch is against this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13257 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 22:10:59 +00:00
rfelker
d7657cb702
fixed warning in my patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13251 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 16:55:06 +00:00
rfelker
d4e83b3fdb
ensure that avi files have a valid header as soon as possible.
...
without this, the header says 0x0 video size, which works with mplayer
when the video size is stored in the codec data, but it does NOT work
with other players or with codecs that don't store size (e.g. snow).
actually i don't like having seeks in the muxer module, but i don't
know any other way to implement this fix without major changes to
mencoder. if you have a better fix, please reverse this and commit
yours.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13250 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 16:51:15 +00:00
reimar
5dda0ad913
allow empty assignments, necessary for some weird servers...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13204 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 20:17:31 +00:00
rtognimp
b026fd05ae
AVC (fourcc avc1) in mp4 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13191 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-29 13:52:19 +00:00
rathann
4da367942a
small fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13188 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-28 20:56:56 +00:00
rathann
fa0647815f
use correct headers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13184 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-28 20:31:41 +00:00
nicodvb
f15eacc027
added forgotten dvb-t params lp_coderate and hierarchy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13156 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-26 19:38:16 +00:00
mosu
1642ed2fc3
Cosmetics: fix some compiler warnings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13132 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-25 07:52:52 +00:00
mosu
51fe7e4a6a
Display the language code for subtitles from Matroska files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13130 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 21:37:41 +00:00
mosu
bddf8c6c27
Do not use globals. Put the variables into the appropriate demuxer struct instead.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13128 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 21:20:24 +00:00
mosu
55e4ded2bc
Support for subtitle switching in Matroska.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13127 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 20:58:29 +00:00
joey
1b8e3babb8
moved combined vobsub_lang into sub_select
...
add support for dvd subs and ogg subs into sub_select
document sub_select
vobsub_lang left as a link to sub_select for backwards compatibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13090 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-22 18:47:48 +00:00
diego
4fa6c3e7e6
more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13082 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-22 14:43:42 +00:00
alex
f189a3f92d
nut is only handled by lavf, speed up detection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13073 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-21 19:17:17 +00:00
rtognimp
9c48cc012a
DTS support via lavc and libdts
...
Patch by Aurelien Jacobs ( aurel at gnuage dot org )
dts in wav by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13007 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-12 12:36:08 +00:00
reimar
2594c8a462
do not attempt to seek backward in stream on MDPR chunk with no codec data
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12993 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-10 20:13:44 +00:00
wight
2e45172c98
Better protection against double definition of MPEGLAYER3WAVEFORMAT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12980 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-09 15:53:10 +00:00
wight
5bf439350f
LIVE.COM tests moved to ./configure
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12975 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-09 08:22:10 +00:00
rtognimp
0ec2337e13
Use port number embedded in url for mms streams
...
Patch by Bertrand Baudet
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12969 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-07 23:48:35 +00:00
reimar
f7e04468d6
fix for crash when seeking with -novideo option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12968 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-07 14:20:28 +00:00
mosu
26ef3a9fdc
Removed the old Matroska demuxer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12959 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-04 18:38:27 +00:00
faust3
6632c021c0
mingw stdin fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12922 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-31 11:08:47 +00:00
reimar
57b8d5c7f6
fixes a crash and unchecked string-handling in ENCA code.
...
Also does a bit of cleanup.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12910 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-28 12:40:35 +00:00
iive
3934b160a8
prevent segfault on shmem failer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12900 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-26 22:06:30 +00:00
rtognimp
7d29785ddf
Fix -nosound and -novideo (bug #28 )
...
Move audio fourcc assignement inside audio if()
Remove bogus VLB warning (codec missing, no demuxer problem)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12897 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-25 15:38:08 +00:00
rtognimp
ce1d9c664c
Fix segfault caused by changing a pointer that will be freed later
...
Patch by Martin Simmons ( vyslnqaaxytp at spammotel dot com )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12895 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-25 00:37:07 +00:00
alex
42ffc6668a
reduced code complexity, and also made consistent with other parts
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12880 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-21 10:18:29 +00:00
alex
2ee5c42565
removing broken and unneeded copy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12879 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-21 10:10:32 +00:00
alex
f6127f8737
skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts.fr> (needed for the Aiptek DV3500 camera)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12878 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-21 08:54:39 +00:00
rsf
a26dcc7b48
Updated to conform to a small change in the LIVE.COM API.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12867 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-20 02:12:08 +00:00
rsf
0ccf7cb05a
Updated to cnform to a small change in the LIVE.COM API.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12866 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-20 02:11:21 +00:00
diego
775ffcbceb
embarassing typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12861 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-19 23:19:07 +00:00
alex
7de9985f13
no redefinition, clashes with OpenBSD
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12846 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-18 04:23:38 +00:00
iive
9b0d8c680f
cache min fill adjustment, based on patch by Jeremy Huddleston
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12836 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-16 20:31:17 +00:00
iive
d8b805bd17
missed function name change after ENCA support commit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12819 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-14 14:35:45 +00:00
nicodvb
fc9dc72769
added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12804 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-12 20:52:02 +00:00
faust3
1f43198917
x86_64 fix by John Stebbins <john@stebbins.name>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12801 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-12 08:55:10 +00:00
rtognimp
18557ad90b
Make rtp:// cohexist with LIVE.COM
...
Patch by Nico Sabbi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12800 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-11 22:47:49 +00:00
diego
9b0045f5e1
OpenBSD portability patches from the OpenBSD ports tree
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12798 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-11 22:23:57 +00:00
ranma
5d60484769
Remove useless "size restrictions" message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12756 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-03 11:38:56 +00:00
rtognimp
21f0a7aeb8
WMP doesn't encode urls with mmst protocol
...
Patch by Ilia ( chest4l at mail dot ru )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12752 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-02 20:36:50 +00:00
ranma
c95475b252
We still need to make sure the upper 16 bits of dwFlags are cleared
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12738 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-30 22:50:56 +00:00
ranma
f6c7658fef
Remove borken index fixup (breaks more than it fixes)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12737 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-30 22:29:23 +00:00
ranma
6839eacc5a
If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,
...
use it even if there is no AVIX RIFF-Chunk.
(See also <40D2E910.2000708@comcast.net> "Non-seeking OpenDML AVI")
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12729 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-29 13:10:37 +00:00
mosu
32c0500f97
Do not dereference NULL if no track could be found for a block.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12722 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-28 16:43:01 +00:00
rtognimp
4143f4e4e5
Negate default palette for grayscale cvid
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12709 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-27 19:53:30 +00:00
mosu
e9ff38d39b
The granulepos does not depend on the number of channels, only on the sample size. Patch by Wolfram Gloger (wmglo at dent dot med dot uni-muenchen dot de).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12704 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-27 13:55:40 +00:00
alex
64963c3541
avoid double slashes, patch by Yoshinori Sato
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12680 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 10:40:15 +00:00
alex
08891559e1
cseq starts from 1 according to the standard, patch by Yoshinori Sato
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12679 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 10:38:26 +00:00
alex
df02e80073
disable iconv in case setlocale is disabled - compile fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12676 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 09:55:17 +00:00
alex
e69fef945b
user nl_langinfo if langinfo support present for proper chinese support, feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12675 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 09:54:02 +00:00
alex
8e421507c5
index creation/reading behaviour just like the avi demuxer, patch based on work by Reza Jelveh, Moritz Bunkus und myself
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12666 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 18:45:56 +00:00
alex
c2446af65b
static tables
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12657 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 17:03:59 +00:00
alex
6395e08d46
correct spelling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12655 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 17:02:51 +00:00
diego
911789a0e0
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12652 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 16:59:23 +00:00