arpi
7bbe389f7e
RTP support patch by Brian Kuschak <bkuschak@yahoo.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3687 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-23 22:09:02 +00:00
atmos4
197062715e
Add aspect 6, anamorphic 16:9 for svcd
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3667 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-23 01:34:49 +00:00
alex
6f76545a73
added co64 (64bit chunk offset table) chunk (needed for mov files created with xawtv) and added depth detection in video track (tested with my *.mov files (about 15-20) and worked fine)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3653 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-22 00:33:35 +00:00
arpi
2741174c2c
void* context added - it should keep the codec-specific stuff (struct ptr or HANDLE)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3643 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-21 16:17:24 +00:00
pl
e0c43586ae
x = malloc(strlen(s) + c) ... strcpy(x, s)
...
replaced by
x = strdup(s)
Note: sometimes c was 0 and that was a bug
Note2: code still has to be added to check the returned value of these funcs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3613 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 13:03:22 +00:00
pl
d8925752b8
checkings for malloc results (potential memleaks)
...
btw: C functions in .h files is dirty :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3612 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 12:54:06 +00:00
bertrand
adb50da1d7
If the demuxer type is unknown it will start an http streaming.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3605 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 09:04:03 +00:00
bertrand
0545d44d07
Removed unnecessary check after the protocol autodetection.
...
Now it will try to start streaming even if the autodetection failed.
This will allow to work with web server that doesn't report a
proper mime-type.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3604 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 09:02:52 +00:00
arpi
365248938e
pre-cache fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3601 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 02:16:43 +00:00
arpi
fbd38db24f
nop_steraming fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3600 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 01:59:25 +00:00
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
alex
01af02aaa3
added demux_info
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3072 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:43:24 +00:00
alex
56a7e74663
added demux_info support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3071 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:30:54 +00:00
alex
437be981be
wrote a very annoying bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3070 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:10:38 +00:00
alex
2b0861fc84
added support for demux_info
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3069 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 15:08:39 +00:00
alex
90f85a70c3
it wanted to be strcasecmp not strncmp and i dunno why it compiled for me with strncmp :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3068 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 14:24:17 +00:00
atmos4
bcdb01b143
10l for al3x :-P
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3059 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 22:56:38 +00:00
alex
ad9c24d163
added demuxer_info
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3051 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 16:14:14 +00:00
pontscho
b2a38b3ba0
add subtitle language detect.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3049 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 10:30:59 +00:00
bertrand
2515aad598
Don't need to stream_enable_cache it will be done later.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3047 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 02:49:01 +00:00
bertrand
d4621f881f
Changed the order of processing the network opening.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3046 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:48:43 +00:00
bertrand
65800caaaa
Added a network read function call and a seek network function call.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3045 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:22:21 +00:00
bertrand
e9f3fd3e94
Added a new struct to stream_t to handle, network streaming.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3044 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:21:20 +00:00
bertrand
55d2e87d8f
Removed my buffer hack to use cache2.
...
Removed the network thread.
Changed the network layer to use cache2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3043 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:20:20 +00:00
bertrand
e70d05ec5a
Changed the some functions prototypes for the network streaming.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3042 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:17:16 +00:00
bertrand
04178fa6f9
Added a function to copy URL.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3041 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:15:32 +00:00
bertrand
9ea246653a
Removed the field number limitation.
...
We can add as much field as we want.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3040 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 22:14:16 +00:00
atmos4
d2d9565a1a
Move ignores in subdirs to their respective .cvsignore files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2964 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 23:55:40 +00:00
alex
e7354ab60b
added skip atom to support .mp4 files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2943 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 01:10:46 +00:00
alex
aa234b197b
added support for norm=,chanlist=,channel= and also on-the-fly channel chaning with keys
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2942 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-17 00:23:48 +00:00
alex
c451b1fe26
added support for setting color values
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2938 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 22:59:07 +00:00
pontscho
b771c98ced
add dvd audio stream detect
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2936 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 22:26:57 +00:00
alex
cc46069220
tv frequencies
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2934 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 22:06:48 +00:00
alex
70b0c8f357
splitted demux_open_tv into two parts: stream_open_tv and demux_open_tv to support caching
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2933 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 21:53:07 +00:00
alex
70eb7d6a58
tv interface update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2932 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 21:30:10 +00:00
alex
9fc1c333f7
some minor fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2929 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-16 19:45:10 +00:00
arpi
184ee04ef9
001.vdr fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2882 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 21:38:29 +00:00
arpi
cab56fc5f5
ignore mov detection if first chunk bad
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2880 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 21:11:10 +00:00
arpi
923580762e
qt/mov detection first
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2879 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 21:10:51 +00:00
alex
85fdc7beb5
don't set freq if channel isn't capable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2843 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 16:29:26 +00:00
alex
6bf5d6a262
updated audio and tuner checking
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2842 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 16:28:12 +00:00
alex
9743ad6832
tuning worx (can set frequency)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2838 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 15:45:23 +00:00
arpi
4000629e2d
never include files from public headers...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2831 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 13:47:42 +00:00
arpi
28695eedd8
-nobps NaN fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2827 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 13:25:06 +00:00
alex
92af740b72
cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TV
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2820 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 03:53:42 +00:00
alex
ef74ccaad0
printf's changed into mp_msg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2819 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 03:40:16 +00:00
alex
7fdf3210df
added support for -tv outfmt
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2818 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 02:54:50 +00:00
alex
89a297804a
fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2816 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 02:20:57 +00:00
arpi
b123c29e90
doublebuffeing SYNC fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2815 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 02:20:39 +00:00
arpi
7906e70c05
demuxer fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2814 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 02:04:41 +00:00
alex
a0cfaaf615
tv update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2811 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 01:44:54 +00:00
pl
ff534f0810
small fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2810 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 01:35:43 +00:00
alex
663c276f00
disabled vivo2 scaling (decodes some vivo2 files)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2806 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 00:31:34 +00:00
alex
fc363d39bc
tv update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2803 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-10 23:32:10 +00:00
alex
22cecc831d
checking for EOF
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2793 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-10 12:36:03 +00:00
alex
aabf596111
added tv subsystem
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2791 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 23:46:06 +00:00
alex
70b29b823d
freeing up space and some debug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2789 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 22:17:35 +00:00
alex
d9a0316829
added pre-flash detecting support ;)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2787 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 17:00:12 +00:00
alex
ce1c6b954d
vivo_check_file uses also new textparser
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2786 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 16:37:05 +00:00
alex
785d9496a9
added text block parser
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2785 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 16:32:46 +00:00
pl
0afb7c9331
added missing #include <malloc.h>
...
#include "config.h" moved as 1st #include since it defines HAVE_foo_h for
later conditional inclusions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2776 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-09 02:17:02 +00:00
atmos4
f30ef11565
Progress indicator for index creation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2764 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-07 18:52:50 +00:00
arpi
d1b9720467
vivo 2.0 compatibility
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2696 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 19:39:08 +00:00
arpi
27b3895659
vivo demuxer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2688 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 16:57:09 +00:00
arpi
65c962ce6d
new stream field: size
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2653 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 20:57:13 +00:00
arpi
c890da19bb
fixed AVI header creation - now should be compatible with NaNdub
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2636 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 17:43:05 +00:00
arpi
552753d373
-idx fixes: support for divx4 and ignoring bad movi_end
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2599 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 20:43:13 +00:00
arpi
cd32cd9fc7
buffer_len added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2593 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 16:08:26 +00:00
arpi
8f1cbc4acd
pts_from_bps fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2591 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 15:04:36 +00:00
arpi
4bf15f7e84
mp3 header parser
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2590 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 14:42:32 +00:00
arpi
95dd447e3b
mp3 header parser
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2589 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 14:42:32 +00:00
arpi
69c00b2c07
video frame reading cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2568 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 20:36:20 +00:00
arpi
f395431b7d
mpeg video header parser
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2566 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 18:45:54 +00:00
arpi
9ee7852bb7
config.h cleanup, few things added to steram/demuxer headers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2556 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 17:03:11 +00:00
arpi
9db786f121
twos pcm audio support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2550 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 22:41:54 +00:00
alex
93c43b9e81
added edit atom (edit list), some comments and typos fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2547 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 22:40:25 +00:00
arpi
e67b12fddc
seek ebfore begin of the movie fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2546 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 22:11:40 +00:00
arpi
10f5c87656
using keyframe info for seeking
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2545 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 21:55:07 +00:00
arpi
4e83a60098
cbr audio fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2544 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 21:25:10 +00:00
alex
d9ee674497
extended udta record
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2543 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 21:01:00 +00:00
alex
455415daf2
added stss (not completed)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2534 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 16:56:36 +00:00
alex
3b83b7457b
changed if's to switch in lschunks
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2533 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 16:15:04 +00:00
arpi
6320e46eb7
AVI muxer rewritten
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2530 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 00:55:15 +00:00
bertrand
1e7d31cc88
Added ASF http server streaming (Not mms streaming).
...
Fixed one bug in the ASF mms streaming.
Fixed a typo in http.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2490 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-26 18:26:06 +00:00
alex
bd3621bf00
added two new clip info types, all printf's were upgraded to mp_msg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2484 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-26 14:04:17 +00:00
jkeil
0e622ee336
CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2467 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-25 13:19:18 +00:00
arpi
b842217f07
MIPS support by oliver.schoenbrunner@jku.at
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 14:02:19 +00:00
arpi
e5f9e5b057
while_encoding.avi (ffmpeg) fix (ignoring movi_ check if end<=start)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2440 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 00:50:54 +00:00
arpi
9f22bac0f3
better logic to choose valid info at broken index
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2439 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 00:25:52 +00:00
alex
b2d7a9f40f
handling free chunk (wide needs implementation) and displaying clip info (datas from udta chunk)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2430 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 16:21:24 +00:00
arpi
adfdd89012
compressed mov audio fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2420 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 13:55:49 +00:00
alex
579abe4172
compression algo detection fix (bswap) and fps fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2387 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-22 22:49:09 +00:00
arpi
2ded98ac46
largefileization
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2375 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-22 17:08:24 +00:00
arpi
15b8a8cfee
printf->mp_msg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2372 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-22 16:09:34 +00:00
arpi
d44dc01224
cache seeking fixed(?)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2353 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 22:13:12 +00:00
arpi
d93feb4dc1
EOF bug fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2349 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 18:14:24 +00:00
arpi
52ad3e1c73
stream_read() now returns no. of bytes readed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2348 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 18:13:48 +00:00
arpi
e6d45e39c9
oggvorbis stuff moved out from stheader.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2342 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 16:31:19 +00:00
arpi
a00d15679d
not req
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2341 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 16:14:10 +00:00
arpi
60db886fb7
some more rtfm
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2340 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 16:05:21 +00:00
arpi
b7c1f37d4c
includes cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2339 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 15:47:31 +00:00