diego
|
f5656d7017
|
Add comment that clears up what _WINGDI_H is for.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24570 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-18 10:56:29 +00:00 |
|
ben
|
304a901fcf
|
reverted useless r24539
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24540 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 21:26:20 +00:00 |
|
ben
|
87e3530225
|
added monkey audio fourcc in wave header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24539 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 20:17:22 +00:00 |
|
reimar
|
16bd058e20
|
Add support for cook audio (though most .rm files don't work with lavf
demuxer anyway)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24538 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 19:33:58 +00:00 |
|
reimar
|
544a306147
|
Avoid one more code duplication
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24527 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 13:25:56 +00:00 |
|
reimar
|
b03ca2821f
|
get rid of pointless size parameter for tmf_load_chunk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24526 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 12:13:45 +00:00 |
|
reimar
|
40f7ef2fb5
|
Avoid using demux->stream->end_pos, it rarely does any good.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24525 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 11:56:24 +00:00 |
|
reimar
|
5ea0bc8d0e
|
Slightly simplify IsValidAudioPacket
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24524 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 11:44:51 +00:00 |
|
reimar
|
6bfcbe1e81
|
Simplify another two ifs into one
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24523 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 11:41:47 +00:00 |
|
reimar
|
7c8fcecc13
|
Make one mp_msg call out of 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24522 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 11:35:35 +00:00 |
|
reimar
|
6954f5c634
|
Simpler and more robust tar parsing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24521 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 11:33:31 +00:00 |
|
reimar
|
0d74d82c74
|
Get rid of bloated ty_extension function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24520 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 11:03:38 +00:00 |
|
reimar
|
749b59ce6c
|
Do not uselessly name structs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24519 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 10:59:27 +00:00 |
|
reimar
|
32c6bdf8c7
|
Remove another variable and reorder to avoid wasting space due to alignment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24518 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 10:58:06 +00:00 |
|
reimar
|
41f50de3d0
|
PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24517 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 10:55:30 +00:00 |
|
reimar
|
c1bb529a3e
|
Remove now useless parameters from demux_ty_CopyToDemuxPacket
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24516 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 10:54:37 +00:00 |
|
reimar
|
ee9b0c8066
|
Remove more unused code and variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24515 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 10:52:36 +00:00 |
|
diego
|
c7303ab055
|
cosmetics: Fix typo in function name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24514 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 10:07:08 +00:00 |
|
zuxy
|
a353d4e055
|
Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24510 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-15 07:46:38 +00:00 |
|
reimar
|
eaf7b8614f
|
live recordings can contain 0-size type 0 chunks, ignore them instead
of erroring out.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24509 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 21:17:48 +00:00 |
|
reimar
|
92f501d8b2
|
Move some more variable declarations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24508 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 21:03:08 +00:00 |
|
reimar
|
abac8f8fab
|
Remove tabs and trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24507 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:59:05 +00:00 |
|
reimar
|
d1ee624657
|
A few more useless ()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24506 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:49:36 +00:00 |
|
reimar
|
bf86cc9f87
|
Minor simplifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24505 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:48:04 +00:00 |
|
reimar
|
9bb5a91413
|
Further simplify demux_ty_FindESHeader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24504 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:41:32 +00:00 |
|
reimar
|
99ef8adf6f
|
Optimize demux_ty_FindESHeader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24503 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:37:30 +00:00 |
|
reimar
|
9d885bbbe8
|
Remove some commented-out debugging code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24502 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:18:00 +00:00 |
|
reimar
|
7ffd4426a3
|
Fix demux_ty_FindESHeader so it won't overread
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24501 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:09:39 +00:00 |
|
reimar
|
abfe1d69a1
|
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24500 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 20:08:42 +00:00 |
|
reimar
|
f1f27ada1a
|
Remove unused demux_ty_FindESPacket parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24499 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:55:09 +00:00 |
|
reimar
|
8d8edc990a
|
Simplify demux_ty_FindESHeader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24498 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:53:09 +00:00 |
|
reimar
|
fb090bd8fa
|
Move variable declarations into the block where they are used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24497 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:46:54 +00:00 |
|
reimar
|
15940ebaff
|
Another piece of duplicate code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24496 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:34:17 +00:00 |
|
reimar
|
7d7cfea105
|
Avoid a big piece of duplicated code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24495 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:30:25 +00:00 |
|
reimar
|
cb4d79be6b
|
Get rid of more code duplication
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24494 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:13:47 +00:00 |
|
reimar
|
5072dde419
|
Simplify XDS handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24493 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 19:07:50 +00:00 |
|
reimar
|
6b7b78b9a8
|
Reduce code duplication
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24492 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:58:32 +00:00 |
|
reimar
|
c30f384128
|
Greatly simplify IsValidAudioPacket, though this might break something
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24491 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:54:14 +00:00 |
|
reimar
|
8f09299308
|
Simplify IsValidAudioPacket
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24490 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:50:25 +00:00 |
|
reimar
|
26369de7a9
|
Do not misuse a_streams for private info, demuxer->priv is for that!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24489 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:40:57 +00:00 |
|
reimar
|
512a3a03be
|
Use AV_RB24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24488 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:32:34 +00:00 |
|
reimar
|
54562a6084
|
get rid of pointless pesFileId variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24487 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:31:14 +00:00 |
|
reimar
|
b65c7919ca
|
Simplify AV_RB32 / 256 -> AV_RB24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24486 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:26:55 +00:00 |
|
reimar
|
394304bd5a
|
Use AV_RB32 instead of tivobuffer2hostlong
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24485 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:23:13 +00:00 |
|
reimar
|
c09ba25466
|
Yet more cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24484 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:19:10 +00:00 |
|
reimar
|
a6a96ab944
|
Move timestamps to int64_t and use MP_NOPTS_VALUE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24483 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 18:03:36 +00:00 |
|
reimar
|
0c71c038df
|
Demuxers are _not_ supposed to set ds->pts!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24482 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 17:56:22 +00:00 |
|
reimar
|
29e529c873
|
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24481 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 17:39:48 +00:00 |
|
reimar
|
d967a56ee6
|
Another ty simplification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24480 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 17:08:02 +00:00 |
|
reimar
|
cd59dbdab7
|
Remove unused variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24479 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-09-14 17:06:04 +00:00 |
|