Commit Graph

14587 Commits

Author SHA1 Message Date
rtognimp a6fbd6ca66 Do not read any more data at eof: if got eof in the middle of an audio
block, ad_realaudio requests more data even if sh->audio->eof
Fixes sig11 at eof of hotel_california_ra5.1_640x480_30s.rmvb


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14587 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-24 21:57:07 +00:00
rtognimp a2fcc5b550 Be less verbose with -v (do not print a line for each demuxed packet)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14586 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-24 21:52:24 +00:00
gpoirier 971a58e6d8 Sync with 1.863: Unify some option descriptions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14585 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-24 19:38:23 +00:00
diego 59cbadb5dd Explain how to include libavcodec in cvs updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14584 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-24 09:58:05 +00:00
diego 55c52661ef Unify some option descriptions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14583 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-23 23:53:30 +00:00
reimar 9a37723498 Reset stream eof after parsing header, fixes bug #218
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14582 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-23 21:39:51 +00:00
diego 809b5476a7 Add support for the Linux RealPlayer 10 RV30/40 codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14581 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 20:28:32 +00:00
diego 20f5b52854 The test to check for working pthreads fails if the system can support
pthreads without any gcc options (for instance, Darwin).
patch by Alexander Strange <astrange at ithinksw dot com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14580 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 18:30:23 +00:00
diego d601428b98 Reduce excessive verbosity.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14579 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 18:12:40 +00:00
alex 2506291b13 avoid using vo_subdevice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14578 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 18:05:07 +00:00
alex d8c2439bd6 wmv3 needs extradata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14577 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 17:52:34 +00:00
diego ef873c812c Remove obsolete options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14576 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 15:47:34 +00:00
mosu 3de4b2a2d5 More user-friendly stream, -xid and -slang info output even in non-verbose mode part 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14575 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 14:28:23 +00:00
diego 32cf830035 Make configure check for aalib dependency on libX11 if it fails without.
Necessary to link against aalib from the OpenBSD ports tree.
patch by Ian Lindsay <iml at formicary dot org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14574 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 14:09:17 +00:00
reimar cd4875f414 100l, missing () around *valp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14573 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 12:49:11 +00:00
nicodvb 7111eacce7 replaced bzero() with memset(); stream_type 0x0f is AAC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14572 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 12:15:06 +00:00
gpoirier de4bb55470 Sync with the English description of "-alang".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14571 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 10:49:48 +00:00
gpoirier 00d05d6a2a Make this file compile with gcc-4.0.0:
It's syntacticly incorrect to use the "&" operand to take the address of a
variable that is declared as "register" as a register has no address.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14570 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 10:47:58 +00:00
rtognimp 3cee5fc691 Play RV30 with 8-elements cmsg24
Fixes rv30_cmsg24_test.rmvb (now in samples)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14569 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-22 00:06:59 +00:00
alex 09b8a53e16 openbsd xf86 aperture support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14568 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 21:36:30 +00:00
alex 63d8cbd8bc better test for MAP_FAILED by Ian Lindsay
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14567 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 21:32:15 +00:00
gpoirier ded52c0bc7 Make this file compile with gcc-4.0.0. The old code was invalid C.
(with the blessing of Rich)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14566 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 21:11:35 +00:00
nicodvb a37ebc9903 tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14565 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 20:50:09 +00:00
gpoirier 178ccc16ce Cumulative sync with 1.862:
1.862: NUT does not contain subtitles, correct -sid description.
1.861: Fix -alang and -slang descriptions, they should be similar.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14564 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 20:37:55 +00:00
mosu 1d60bf5454 More user-friendly stream, -xid and -slang info output even in non-verbose mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14563 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 18:55:01 +00:00
mosu efd53eed61 Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14562 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 18:25:44 +00:00
diego 8af443d7d8 NUT does not contain subtitles, correct -sid description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14561 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 17:12:56 +00:00
gabrov b10ec10ec1 synced with 1.59
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14560 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 16:58:16 +00:00
diego 74e67fdc06 "Synced with 1.XXX" commit message rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14559 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 16:56:44 +00:00
diego 2fe432d5fd Fix -alang and -slang descriptions, they should be similar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14558 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 16:50:32 +00:00
aurel 1f5ddaaa29 fix few x86_64 registers handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14557 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 16:48:18 +00:00
faust3 4643b6100a support immed flag, always initialize write_offset, min_free_space doesn't seem to be required anymore after Florian Dietrichs patches
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14556 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 13:22:59 +00:00
wight 2da6f4ed1e sync 1.860
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14555 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 12:14:48 +00:00
diego f0e9f8a4c7 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14554 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 11:10:49 +00:00
jheryan 85f4f3a1a0 Next file done.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14553 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 11:04:52 +00:00
kraymer ca73f5bb73 1.859: Split examples into MPlayer and MEncoder examples, fix -aspect description, small fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14552 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 08:55:46 +00:00
nicodvb 8c7286fec0 fixed wrong deinterleaving of channels
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14551 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 07:22:04 +00:00
reimar b46fa6a150 Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
when unused parts have bogus values.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14550 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 22:53:37 +00:00
gpoirier db09496107 Sync with 1.860:
Split examples into MPlayer and MEncoder examples, fix -aspect description,
small fixes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14549 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 20:22:58 +00:00
diego 3d5d6bc96b Split examples into MPlayer and MEncoder examples, fix -aspect description,
small fixes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14548 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 17:40:25 +00:00
wight e47dfd1301 Minor bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14547 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 17:20:50 +00:00
wight 2c659c9182 this shouldn't be here in the first place
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14546 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 15:00:14 +00:00
wight b6e8cc06ff Omission from previous commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14545 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 14:58:16 +00:00
wight 0f65f6a811 sync 1.859
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14544 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 14:55:27 +00:00
reimar 6e450282a6 remove all setlocale calls, they break the behaviour of sscanf and
strcasecmp, especially with tr_TR locale - and do not seem to be good for
anything.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14543 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-20 13:22:53 +00:00
diego 6974dfae6b Clarify confusing error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14542 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-19 18:24:53 +00:00
diego e29e6dfd36 Print warning message when using -dvd-device without libdvdread support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14541 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-19 18:05:03 +00:00
reimar 64489b4d0c use MSTRZ suboption type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14540 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-19 17:18:25 +00:00
reimar ca8fc9929b New suboption type: malloc'ed, zero terminated string
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14539 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-19 17:10:20 +00:00
reimar ce701ae438 initialize modify_ldt struct to 0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14538 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-19 17:03:59 +00:00