Commit Graph

149 Commits

Author SHA1 Message Date
bertrand 2f6396e310 Added the Host field in the HTTP request.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3586 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 18:45:00 +00:00
arpi 3db7b73bd9 initial precaching
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3563 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 16:55:40 +00:00
atmos4 8b2f0c064d Divide by Zero fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3562 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 16:51:34 +00:00
bertrand 64f97cd0a1 Fixed the multiple ASF header stream chunk.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3552 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 01:58:24 +00:00
arpi f5247261c2 fli seeking implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3545 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 00:24:03 +00:00
arpi c8edb9e918 reset ds eof flags at seeking - requires for mpeg -loop
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3543 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 00:03:50 +00:00
bertrand d5772744df Removed functions prototypes for streaming that don't need to be here.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3536 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 21:41:43 +00:00
bertrand 4217f14cf7 Applied the patch from Alban Bedel <albeu@free.fr>.
Changed the header parser to handle the ASF header in
multiple network chunk.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3534 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 21:23:36 +00:00
arpi f0a8c2a8a3 vivo A-V sync fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3527 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 14:51:04 +00:00
bertrand 8650dedbe6 Changed an unknown file to preroll.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3516 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 07:54:35 +00:00
bertrand 8b26a9a6c9 Handle broken server that doesn't send CRLF but jusr LF.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3515 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 07:40:52 +00:00
alex 149f8a1265 -vivo version option added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3504 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-15 16:49:45 +00:00
alex 1fc41f6a2b added -vivo subconfig
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3503 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-15 16:44:54 +00:00
gabucino c1099888ad fixed sig8 while -idx on some files (actually this is a workaround) :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3499 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-14 23:56:12 +00:00
bertrand ea70f366b1 Made the HTTP request escaped the url.
This now allow for example the spaces in the URL.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3498 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-14 23:50:57 +00:00
bertrand 24c6f11c8b Added 2 functions to escape/unescape the url as described in the RFC 2396.
Code borrowed from ASFRecorder.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3497 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-14 23:48:47 +00:00
bertrand 3ea29912ef Applied the patch from Alban Bedel <albeu@free.fr>.
He added some errors checking on network code.
Added a check on the port number parsing in the url.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3495 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-14 20:45:30 +00:00
bertrand da9b539467 Applied the patch from Alban Bedel <albeu@free.fr> to
make the asf network streaming work for some links.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3476 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-12 22:35:51 +00:00
alex b56bd49b6e hacked audio support to work with acm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3472 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-12 18:24:21 +00:00
bertrand 6ca596f928 Added a switch for the ASF streaming protocol. It will first try ASF/UDP,
then ASF/TCP and then ASF/HTTP.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3455 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 01:07:40 +00:00
bertrand dbfbbbae3d Added a data field in the streaming_ctrl_t struct, to store any
kind of data that the protocol need to keep track of.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3454 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-11 01:06:08 +00:00
alex b1a8f43317 fixed Waveformatheader emu and added vivo1/2 audio detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3440 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 17:48:09 +00:00
bertrand ebe32fd8c6 Added the connect2Server prototype.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3429 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 01:39:25 +00:00
bertrand 30c0c10a2d Moved the network related include files from network.c to network.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3425 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-10 01:34:08 +00:00
alex c575cad1ec 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3412 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-09 19:11:42 +00:00
melanson 7880c0fd35 committed corrected speed calculation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3402 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-09 16:21:32 +00:00
alex f5b7d3df3d give the IMGFMT_ for sh_video->format not 0x0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3399 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-09 15:39:35 +00:00
atmos4 51cbca7f78 Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file was 4:3.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3380 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 03:21:59 +00:00
alex 6c53dbdd85 default size 320x200
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3376 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 01:22:03 +00:00
bertrand 5e4118bef3 Checked the return values on read.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3366 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 07:17:05 +00:00
arpi 8b3cdcf5ea using audio.dwStart too... (for baittest.avi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3303 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 00:26:45 +00:00
iive eb95de0c7a fixed startup crash
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3292 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 17:14:36 +00:00
alex 08fa1f628d add tv fps support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3286 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 16:49:55 +00:00
alex 1b902e0a66 update (audio support is coming:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3285 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-03 16:38:40 +00:00
arpi b4608fa567 using #ifdef HAVE_VCD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3262 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 23:40:24 +00:00
arpi 0f1fa8e4fc file format detection reordered to get better hits
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3257 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 22:12:58 +00:00
arpi c5347864c0 combined PS/PES sync to allow .VDR playback from stdin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3256 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 22:09:18 +00:00
alex 8d73b46405 init_v4l only present if HAVE_TV_V4L
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3250 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 17:41:59 +00:00
alex a1216fc770 added support for packet 0x82 (from vivodump.c by arpi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3246 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 16:32:07 +00:00
alex 2574e86cf9 updated for support detection by configure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3244 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 15:05:40 +00:00
alex eafcb53338 magic_number checking added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3230 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 20:50:08 +00:00
alex b70e4ace3a pts support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3222 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 17:11:30 +00:00
alex 855f5990e5 update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3221 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-30 16:59:02 +00:00
arpi 5fe4cdbdd0 bad malloc+strcpy => strdup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3151 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 00:42:39 +00:00
alex 2ea47dbd6f changed to generate fourcc's like: viv<version> -> viv1,viv2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3114 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 16:33:39 +00:00
melanson 75e89ead10 fixed FLI demuxer so that it skips over app-specific frames
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3106 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 01:48:55 +00:00
melanson 964fa0e46d fixed divide-by-0 bug in FLI demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3105 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-25 00:56:41 +00:00
melanson 021e4560ce mostly complete support for loading and decoding FLI/FLC animations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3102 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-24 23:58:12 +00:00
alex 6f70d068ad fixed tv detection in demux_open
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3092 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 18:51:32 +00:00
alex e19dbe0bcf added some new types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3073 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 17:14:26 +00:00