Commit Graph

953 Commits

Author SHA1 Message Date
arpi f910f3d941 HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
based on patch by Alex <d18c7db@hotmail.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10306 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-18 00:34:35 +00:00
alex 53e2e139fa solaris fix by Gtz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10301 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-17 22:28:29 +00:00
mosu fc6a3513e1 Support for files whose first timecode is not 0 (which is the case for splitted/linked files).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10284 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-12 19:12:00 +00:00
diego 6ac4f22567 Networking support under MinGW.
Patch by flo/yepyep <flodt8@yahoo.de>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10282 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-11 16:48:09 +00:00
arpi fd8eef242d tivo demuxer moved down, its fileformat detection is unstable (misdetects mpeg-ps)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10275 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 22:01:33 +00:00
mosu a5d47c6d52 Updates needed for libebml/libmatroska 0.4.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10274 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 16:48:02 +00:00
arpi ed9296d845 renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:15:48 +00:00
arpi 080311d08f TiVo demuxer and sub-cc/osd decoder
patch by usenet@wingert.org
(http://tivo-mplayer.sourceforge.net/releases/MPlayer-20030501-tivo-patch.gz)
changes by me:
- spit demux_ty to demux_ty and demux_ty_osd (later handles mpeg user-data
  decoding, ie sub-cc and osd)
- removed some cosmetics changes
- some compile fixes (gcc3 specific variable decl etc)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10264 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 00:24:49 +00:00
arpi 0e5c9a508f - discard soon non TS files (previously it took too long, as in the case
of mpeg-ps files without a registered extension)
- detect sooner audio-only files (at least 64K of the chosen audio
streams without a video stream)
patch by Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10260 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 11:58:05 +00:00
arpi 019211567c - open new_ds_[audio | video] only when the relative streams are really available
- consequently, -nosound now works
- simplified the feeding (to ds_) function
- eliminated the previous buffering of ES data (so it should be a little faster)
- discard junk ES data after payload_size for the current pes packet is 0
- reduced the probe buffer
- better support for audio only TS (DAB seems to have many fans)
- fixes the wrong spacing (now fixed at 8 chars)
- makes static all the functions that are not exported
- comments the unused code that I could need in the future
patch by Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10254 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 11:30:19 +00:00
rfelker 0473f386a4 don't set audio pts to infinity after seeking in mp3 files :)
(10l)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10245 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-04 10:52:58 +00:00
alex b4d7f9837c warning fixes by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10243 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 17:43:49 +00:00
rtognimp 56d2da5af4 Warning fixes, patch by Dominik Mierzejewski
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10233 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 20:27:32 +00:00
alex 05705a3c2d warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10222 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 17:41:45 +00:00
alex eb4bffb0b6 warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10212 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-30 17:57:41 +00:00
faust3 e0c59923ec remove ssize_t mess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10211 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-30 17:38:51 +00:00
alex 85cbbc3530 Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10207 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-29 19:36:58 +00:00
rtognimp 7f47ef5532 Fix redirection in real rtsp connections.
Patch by yepyep (sdpplin.c part not committed)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10200 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-28 21:40:53 +00:00
rtognimp 39fe37918d Accept Helix as a valid Real server
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10199 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-27 19:58:28 +00:00
faust3 daf331b5f8 use threads on windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10198 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-26 18:35:42 +00:00
alex dae251c597 10l found by yepyep
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10184 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-25 18:28:26 +00:00
rtognimp ceda9eac3d Recognize ra and rm extensions even with query strings,
eg: rstp://www.addr.com/file.rm?var=123
Based on an idea by Felix Buenemann


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10172 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 19:41:37 +00:00
mosu d9beced7e6 Support for selecting the audio track in Matroska files via -alang.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10168 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 15:01:25 +00:00
alex c010f7ce85 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10165 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 13:29:54 +00:00
mosu 1e12eb7979 Delayed the parsing of the cues for the case that the KaxInfos (and therefore the timecode scale) is located after the meta seek stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10150 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-22 07:49:48 +00:00
mosu 097a539fbd Endian fixes and proper support for headerless AAC streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10134 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-19 20:55:52 +00:00
mosu 3dc419b65d Added support for AAC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10126 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 20:53:12 +00:00
rtognimp d57e486192 Remove byteswap hack with dnet audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10125 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 18:50:32 +00:00
bertrand ff6a17f203 Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 12:24:01 +00:00
arpi 00a89df19a skip dnet/ac3 byteswapping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10119 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 11:34:37 +00:00
rtognimp cdf1feb301 Bigendian fix, with help from Viktor Rosenfeld
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10116 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 00:58:13 +00:00
mosu 2c6b30f204 Support for DTS tracks (only with -hwac3 of course).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10106 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-15 10:36:06 +00:00
mosu 65bce6d1ca Removed the abs function as someone reported compilation problems under MacOS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10100 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-11 19:33:46 +00:00
mosu 86aa946915 Check with the wrong variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10099 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-11 19:11:10 +00:00
mosu 7787041e0b Preliminary Theora support. Patch by David Kuehling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10093 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-11 16:39:16 +00:00
michael 35932098ae ffsvq3 fix, dunno if this is the correct fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10088 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-10 09:32:02 +00:00
mosu 03b3f89ef7 timecode scale value must be initialized before the duration is found. API change of libmatroska 0.4.2. Will not work with 0.4.1!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10085 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-09 14:21:05 +00:00
mosu 3f5313a9e5 Support for aspect ratio set via DisplayWidth/DisplayHeight.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10082 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-06 20:40:24 +00:00
mosu 4b244acded Vorbis header packet lengths were calculated incorrectly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10080 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-06 10:36:32 +00:00
mosu 2d9c3add31 Proper key frame reporting. Proper handling of "no subtitles wanted".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10074 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-05 19:18:22 +00:00
diego 01804c132c this is a important patch for hpux 11.00, because it avoid the
SIGBUS Signal Error if playing video direct from DVD-Rom.
Patch by Martin Gansser <mgansser@ngi.de>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10068 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-05 01:22:45 +00:00
mosu 9734059676 Fixed seeking in audio-only files. Added support for subtitle track selection via "-slang".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10061 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-04 11:03:02 +00:00
rsf a73f4c5cf4 Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"
or "make distclean".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10058 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-03 06:24:37 +00:00
rsf 59e227a866 Added some special-case code for checking for "sip:" URLs (because they
don't include a "//" like other URLs).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10057 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-03 06:16:07 +00:00
rsf 72a3c35bb5 We now check for "sip:" URLs - which are handled using the same LIVE.COM
code as "rtsp://" URLs.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10056 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-03 06:14:04 +00:00
rsf a3b6526ac6 Added SIP (IP telephony) client support. (This was already supported in the
LIVE.COM libraries, so updating the MPlayer code to support it required
only relatively minor changes.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10055 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-03 06:13:11 +00:00
arpi 4919658621 removed nonsense stream_reset/seek in check_file()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10038 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 20:24:09 +00:00
mosu 65f8b757fb Implemented some default values. The corresponding Kax elements are not stored if they are set to their default value.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10037 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 20:20:51 +00:00
rtognimp c8d20f39ee Remove broker reset/seek and fix ;;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10036 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 20:17:35 +00:00
rtognimp 6bbe716958 Realaudio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10035 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:54:54 +00:00