1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00
Commit Graph

616 Commits

Author SHA1 Message Date
alex
f5239a4c0d patch by Steven M. Schultz to support dvd under BSD/OS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4129 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 01:36:38 +00:00
bertrand
3b008ce8cf Added proxy support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4122 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-12 21:08:12 +00:00
bertrand
052eec728b Added a debug function to print the struct's variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4120 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-12 21:02:00 +00:00
arpi
1c933491bd relatiev path to libcss.so - patch by Jim Radford <radford@robotics.caltech.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4094 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 22:15:55 +00:00
arpi
30dd20f212 added mpeg userdata dump
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4075 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 01:59:49 +00:00
bertrand
180ae10466 Changed the return value of the start function. Doesn't return the fd
anymore. Just -1 for fail and 0 for OK.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4074 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 01:42:31 +00:00
bertrand
e2e270a848 Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4073 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 01:37:53 +00:00
alex
3cddcd1be8 seek patch by Panagoitis Issaris
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4066 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-09 17:09:21 +00:00
bertrand
61b0de3564 Kept the HTTP connection open after autodetect, so
we don't need to reopen and request a second time.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4047 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 07:31:29 +00:00
arpi
82b1541bc0 STREAMTYPE_PLAYLIST introduced. similar to STREAMTYPE_STREAM but used for playlists. patch by Alban Bedel <albeu@free.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4043 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 01:19:54 +00:00
arpi
bf1a641ef4 various small streaming fixes by Alban Bedel <albeu@free.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4042 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 01:13:22 +00:00
pl
cb6aa3b4a8 patch for missing include by Steven M. Schultz <sms@2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4030 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-07 09:22:01 +00:00
alex
082d9e80ba mov_check_file 64bit support by Chris Bednar. also fixed co64 chunk and added warnings for 64bit files reading without largefiles support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4000 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-05 19:29:52 +00:00
alex
ae478fadb8 added stream_read_qword by Chris Bednar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3999 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-05 19:21:06 +00:00
alex
a2a45afcf4 updated/extended some parts, based on RMFF (also initial ATRAC3 hackings and notes)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3986 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-04 19:32:58 +00:00
alex
82423d51e3 libmpeg2 is now able to decode framecopied (with mencoder) mpeg files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3981 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-04 16:48:13 +00:00
lgb
997c6f8f7b Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) so
no more conflict with libdvdread: you can compile in both of libdvdread and
libcss support! You can even select libcss.so to load from command line or
configuration file, with '-csslib /usr/local/lib/libcss.so' or something
similar. Default for this option is /usr/local/lib/libcss.so. Note: libcss
version (ver>0.1) with newer API is not supported in this version! This is
the first version so stay tuned :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3976 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-04 13:08:14 +00:00
steve
4d3bbb2a08 stream_skip len s/be off_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3963 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-03 11:59:43 +00:00
arpi
94abc5fe26 last minute audio demuxer patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3961 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 23:51:29 +00:00
arpi
b7c8743092 last minute aspect patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3959 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 23:22:33 +00:00
arpi
ea4503d78e hotfix for ac3 aid<0x20 (VDR)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3956 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-02 19:18:11 +00:00
alex
c5e0ca225b added read_index_chunk, fixed audio_header parser for version5
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3883 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-30 00:38:22 +00:00
alex
55324703aa fixed rv10 with subid=3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3878 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-29 16:42:50 +00:00
arpi
11f5f30461 -Wall removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3871 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-29 00:09:29 +00:00
alex
1cdfbc1fbc Applied Rik Snel's seeking patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3864 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-28 22:58:49 +00:00
arpi
b06e33b5f5 asf<->y4m detection swapped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3834 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-28 16:49:10 +00:00
arpi
4d9c6a1f8c don't reset timer at seek - req. for dxr3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3825 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-28 01:38:40 +00:00
alex
b0b22ba9b0 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3816 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 23:52:48 +00:00
alex
de3257508e audio is working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3812 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 23:07:30 +00:00
alex
6b4c5258ea needed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3808 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 22:20:15 +00:00
alex
e378a36890 added NuppelVideo demuxer, based on Panagiotis Issaris' patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3802 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 21:24:56 +00:00
alex
4846991328 aspect ratio patch by Rik Snel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3801 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 19:54:36 +00:00
alex
67c48e2365 fixed audio detection code and improved ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3796 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 18:31:02 +00:00
alex
9ceaa48f02 fixed YUV4MPEG frame reader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3791 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 11:39:47 +00:00
alex
46fb559fd7 added support for older YUV4MPEG format (used by xawtv)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3790 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 11:30:07 +00:00
alex
ecee4bef8c improved audio codec detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3789 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 10:15:13 +00:00
arpi
5194d8791e yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3787 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 02:08:31 +00:00
arpi
fc8277500b 10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3786 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 02:02:03 +00:00
arpi
9f9882d01b warning fix == cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3785 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 01:53:25 +00:00
arpi
bdf4a2dc07 better, nicer progress status for index generation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3782 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-27 00:37:03 +00:00
alex
33d4706409 added real demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3778 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 22:57:51 +00:00
arpi
ff1559b774 mpeg startpos (-ss, -chapter) fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3773 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 20:44:56 +00:00
arpi
63dc65aa44 mpeg VDR vs. BIN fixed?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3771 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 16:34:06 +00:00
arpi
6c60debbb5 dvd language->aid/sid functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3754 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 00:16:09 +00:00
arpi
cbda3bd268 subtitle_t + audio_stream_t -> stream_language_t (cleanup)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3752 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 23:31:37 +00:00
jaf
e2b276840a is itn't %, it is a byteposition of the video ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3744 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 19:25:27 +00:00
pl
0d08e5f435 warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3734 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 16:38:07 +00:00
pl
cc4d2ccbd1 possible uninit pointer free()'d
possible bad pointer


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3733 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 16:35:57 +00:00
pl
098f67e00d warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3730 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 11:49:19 +00:00
pl
c969b3efb9 As nobody fixed this yet:
"tv.c: In function stream_open_tv':
tv.c:107: warning: return' with no value, in function returning non-void"

According to libmpdemux/open.c 0 is an error so I guess it should return 0 if
it fails :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3729 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 11:45:04 +00:00
pl
a1e6e85834 As nobody fixed this yet:
"asf_streaming.c: In function asf_http_request':
 asf_streaming.c:414: warning: too few arguments for format
 asf_streaming.c:431: warning: too few arguments for format"


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3728 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 11:40:10 +00:00
pl
5eef65aa85 missing #include's
Note: stream.h contains static inline functions, which is not quite clean :/


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3727 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 11:20:58 +00:00
melanson
6840dd9a95 Somewhere along the line, someone updated a field in an ASF structure
from 'unk1' to 'preroll'. There is a macro that is only needed on big
endian systems that didn't get updated to reflect that change.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3720 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 20:38:49 +00:00
nexus
2f4c1fb851 FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3717 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 16:24:35 +00:00
alex
ffde90d47e fixed video syncing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3712 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 13:56:43 +00:00
alex
cd6136dfeb i420 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3704 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 11:01:16 +00:00
pl
8ee5b68534 memset is more portable than bzero ("BSD"ism)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3701 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 10:35:43 +00:00
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
arpi
e95d9effa0 AVI - no audio stream fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2331 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 12:18:45 +00:00
arpi
c6e658f8b7 print stats at read instead of fill
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2328 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 00:32:47 +00:00
arpi
a4829b4d28 ehh. include config.h... 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2325 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 23:57:55 +00:00
arpi
3eec0e90e9 cache2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2323 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 23:51:02 +00:00
arpi
befa533362 streaming fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2316 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 20:35:12 +00:00
arpi
edc6389037 libdemux cleanup part 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2315 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 20:03:10 +00:00
arpi
fe90096c99 tets.c removed +10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2313 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 19:09:06 +00:00
arpi
2b1d367101 i forgot this. -10l :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2312 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 19:04:56 +00:00
arpi
881e5d0783 libdemuxer...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 18:49:08 +00:00