Commit Graph

28 Commits

Author SHA1 Message Date
alex 4a7a84962a applied 64bit patch from Ulrich Hecht <uli at suse dot de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6162 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-23 14:53:11 +00:00
pl 89d0c7a60f patch by Jürgen Appel <jappel@linux01.gwdg.de>:
"There is a typo in libmpdemux/tv.c causing channel switching to behave
strange."


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5924 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-01 17:07:50 +00:00
arpi e40b5a0509 BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
- tvi interface changes, grab_audio/video now returns timestamp!
- tv demuxer gets 'ds' hint too
- some verbose skip/dup counters to mencoder
- tvi_bsdbt848.c updates
- aviwrite/mencoder size types int->off_t


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 10:40:38 +00:00
alex 282dfef689 audio support and pts based packet handling by Charles Henrich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5088 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 16:07:06 +00:00
alex 6f408b47d7 yuy2 reported as working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4351 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-26 15:43:31 +00:00
alex b12f049942 fixed channel changing with frequencies.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4243 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 19:37:12 +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
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
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 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
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
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
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 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
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 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 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
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
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
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 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