Commit Graph

552 Commits

Author SHA1 Message Date
arpi fd031ad208 codmetics :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6792 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 16:39:22 +00:00
atmos4 7549813fbe DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 03:37:28 +00:00
arpi 2515e132e1 Workaround for seeking multiangle discs with missing sml_agli[] table, as a
fallback it uses VOB/CELL id search (slow)
Thanks to Jeffrey Hammel for his multi-angle DVD donation! :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6775 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-23 23:36:44 +00:00
albeu 63b5875bb5 Fix vbr muxing and win32 codec crash on init
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6764 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-21 14:36:33 +00:00
arpi c15f24ba60 workaround for empty version1 audio headers (bugreport by Sascha Sommer)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6719 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 13:50:35 +00:00
bertrand a6f8314dc1 Added a simple xmcd parser to retreive the tracks name.
Added a simple list of tracks name, to allow displaying
the name on track change.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6698 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 08:51:11 +00:00
bertrand fcadabf2dd Build a fake list of track name.
The track name (cdda/cddb) should be display
when reaching a new track or when seeking.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6697 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 08:49:42 +00:00
bertrand 164cdcadbd Created a new header file to store common struct & prototype for
cdda.c and cddb.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6696 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 08:46:51 +00:00
bertrand b5a178733e Fixed the asf http authentication.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6678 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-09 08:26:34 +00:00
bertrand ff5cc95b60 Added ASF_Authenticate as an asf stream type.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6677 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-09 08:23:47 +00:00
atmos4 fbab7bb6b4 Add missing authentication for asf streaming.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6671 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-08 04:11:23 +00:00
arpi d6a28d426a 100l - seq++ for grouping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6669 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-07 20:06:55 +00:00
atmos4 b19296cc7e Fix -bandwidth if no streaming available, 10l ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6667 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-07 16:17:45 +00:00
arpi 192e0f0fb6 edit-list support for video - fixes various A-V sync problems (TODO: seeking)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6665 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-07 15:21:30 +00:00
arpi 4442117dbe aspect prescaling fix by magnus.pfeffer@epost.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6661 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-06 15:23:20 +00:00
arpi 8d8026ed48 fixed endless 'unknown chunk' and doublespeed ima4 audio bugs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6656 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-06 15:14:32 +00:00
pontscho 4e0bd7f66a - add icon (nice, but very ugly hakk:)
- move all window to one group
- better multilanguage support
- some small bug fixed
- some warning fixed
- swap the two menu
- fix small network playing bug ( evPlay instead of evPlayNetwork :)
- add channel name selection for equalizer support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6652 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 23:47:00 +00:00
bertrand 20fd97f105 If network is used, take the streams id that were requested.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6646 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 02:48:32 +00:00
bertrand f1326177cc Moved the asf_http_streaming_ctrl_t struct from asf_streaming.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6645 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 02:47:09 +00:00
bertrand 7b2e403283 Changed the way that the streams are requested.
Now the streams are requested depending on the bandwidth option.
If the option is not set, the higher bitrate stream is chose.
Moved the asf_http_streaming_ctrl_t struct to asf.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6644 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 02:46:03 +00:00
bertrand c98bfbf5f6 Retreive the bandwidth option from the command line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6643 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 02:37:56 +00:00
bertrand d3777af52b Added the bandwidth variable. Used to set the max download bandwidth
available or the max bandwidth to use.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6642 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 02:35:19 +00:00
arpi 9db030295b hopefully fixed last A-V sync bug, and also fixed largefile bug in debug printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6641 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-04 22:17:30 +00:00
pontscho 1de8673b17 add -audiofile support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6624 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-02 22:31:50 +00:00
arpi ca393eaecb CBR audio PTS fixes (using stsd v1 header)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6613 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-30 00:37:02 +00:00
arpi 3b83c27cc3 dump edit list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6612 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-29 22:12:41 +00:00
alex 3bacc553d8 Paul Ortyl's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6572 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-27 10:12:31 +00:00
bertrand c424df896c Changed the -pass option to -passwd to avoid clash with mencoder option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6571 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 23:56:33 +00:00
bertrand f7f0dc084c Read username/password from the -user -pass command line options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6559 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-25 08:04:52 +00:00
bertrand dd5ffb35bd Moved authentication code into its own function.
Disabled the user/pass interaction.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6556 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 20:12:18 +00:00
alex d402d04e4a Paul Ortyl's patch - tv4l timestamps (not so precise :()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6554 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 16:37:18 +00:00
alex da0aacd860 tv audio fixing patch by Paul Ortyl <ortylp at 3miasto.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6530 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 17:28:44 +00:00
bertrand 1e3499e154 Improved the authentication interaction. Still need to replace scanf.
After 4 failed authentication, mplayer quits.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6517 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 09:39:09 +00:00
bertrand 9f6e8b1509 Added HTTP basic authentication support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6516 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 09:17:52 +00:00
bertrand f83fbf33c3 Added base64 encoder
Added http basic authentication


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6515 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 09:16:08 +00:00
bertrand d5ae673150 Added support for URLs that contain an username:password
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 06:27:19 +00:00
albeu 9fc6c93c8b filename can be NULL. Fix the conflict between cdda and dvdnav.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6491 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 22:52:01 +00:00
albeu d546cf983f Add uninit to the dvd stream.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6480 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 16:26:40 +00:00
bertrand 0b2ecf14e1 Here I go again, another fix for the timeout.
Note that we shouldn't rely on the value of the timeval struct
after select returns.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6478 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 07:06:46 +00:00
bertrand b40da6c55b Increased the timeout value on connection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6477 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:28:24 +00:00
bertrand 0cbfad6aa4 Checked the return value when retrieving the protocol level.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6476 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:25:48 +00:00
bertrand b3b0cc1208 CDDB support added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6475 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:15:36 +00:00
bertrand cb69a70410 Added mplayer version in the user-agent field.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6467 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 08:50:40 +00:00
bertrand 91cdc3a596 Removed unecessary malloc and memcpy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6466 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-20 07:58:52 +00:00
bertrand dc7f4052b8 Added a function prototype for reuse outside of network.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6456 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-17 08:18:45 +00:00
bertrand b2fa5e9868 Added some missing carriage returns.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6455 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-17 08:16:47 +00:00
arpi 988c45fb6a some cleanup and fixes, but the badquality.asf is still buggy :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6443 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-16 02:53:22 +00:00
arpi 6e021a815f fixed playback speed and a-v sync issues
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6424 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-14 00:49:56 +00:00
arpi bf039c36f4 fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6415 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 13:31:45 +00:00
atmos4 d32c4241da Implement Nilmoni's and Bernd Ernesti's patches for:
Better real codec dir detection and NetBSD real support.
Fix Nilmonis code, so it's working like expected.
Move a debug printf to mp_msg and some fixes in demux_real.c.
Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 00:14:28 +00:00
albeu 3be2d75562 Support for playing audio cds using cdparanoia. Include a raw audio
demuxer wich can be used for other purpose.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-11 14:29:51 +00:00
arpi f24d11982e export subpacket-size and matrix w*h to the codec (cook)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6375 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-10 13:55:56 +00:00
albeu a43dd21a80 Fix asf stream wich were giving invalid frame times because the frame time
was 0.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6372 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-10 09:59:44 +00:00
arpi a44fc01c26 export extra data for cook codec, some debug stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6370 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-10 02:27:31 +00:00
arpi a5d9d1f303 - multiple audio/video stream support fixed
- aid/vid autodetection (asf style - use id of first packet received)
- rv20 sub-packets support
- exporting codec id and sub-id to the codec, in bitmapinfoheader


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6345 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-09 01:07:22 +00:00
arpi a545ffc48e sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev@gmx.net>
(little cleanup and fprintf->mp_msg by me)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6341 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-08 20:46:14 +00:00
atmos4 ec6a18cd0a Add small note why we don't use fcntl.h on cygwin. Btw. as far as I can see fcntl funcs were only use in #if 0ed debug code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6338 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 23:49:13 +00:00
arpi c93c93eb26 cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6335 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 22:41:26 +00:00
arpi 654a6f9771 common code to handle file/stdin/fifo opening, allows using named pipes and
seeking with direct file redirection (mplayer < file.avi)
based on patch by Eric Lammerts <eric@lammerts.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6321 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 00:42:08 +00:00
atmos4 c63329d838 Fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6306 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-05 01:49:03 +00:00
arpi 3859bbd9fe file descriptor leak - found by Marc Espie <espie@nerim.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6301 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-04 19:17:52 +00:00
michael ecb96b13f8 msmpeg4v1 indexing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6276 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-02 21:35:49 +00:00
arpi eda0372a8d playback of 'being downloaded' files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6275 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-02 21:10:41 +00:00
arpi 12758932b2 off_t fields reordered, to avoid problems due to struct padding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6225 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-29 17:14:38 +00:00
arpi d8c7608ac8 clone_demux_packet(), using refcounting to avoid memcpy()
based on (sligtly simplified) patch by Alexander Neundorf <neundorf@dellingsoft.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6193 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-25 22:13:23 +00:00
arpi 1ae254811b On the sun all int32 objects have to be aligned on 32 bit boundaries. With
this patch the asf-files run well on sparc/solaris
patch by Martin Olschewski <olschewski@zpr.uni-koeln.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6188 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-25 12:56:56 +00:00
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
albeu a62815933c 10L bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6157 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-23 09:47:18 +00:00
arpi 46914c1498 some more output cosmetics, especially for vivo and mov demuxers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6140 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:51:58 +00:00
arpi c835270280 big cosmetics patch, cleanup of messages printed by mplayer and libs.
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:25:26 +00:00
arpi 67b72a1dc8 new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6134 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:46:29 +00:00
arpi 0bfe8fcf31 a/v stream selection - patch by alexander.werth@gmx.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6125 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-19 23:25:40 +00:00
bertrand 17a2a90da8 Enable mmst support. MMST will be tried if the HTTP support failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6095 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 22:33:30 +00:00
bertrand 405e631e5e Added asf_mmst_streaming.c for compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6094 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 22:32:37 +00:00
bertrand c7d9ebdcb2 Added support for asf mmst protocol.
Implementation taken from the xine-mms plugin made by majormms
Modified to work with mplayer by Abhijeet Phatak <abhijeetphatak@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6093 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 22:31:21 +00:00
arpi fbba89f83b big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6057 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 01:51:09 +00:00
alex 441a1048ff added some new types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6033 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-09 14:52:23 +00:00
arpi 2fd6dbe789 cache lower limit 32kb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5992 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-05 21:43:16 +00:00
arpi 19fecf9671 gui doesn't like exit() in forged process
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5983 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-05 16:22:59 +00:00
alex 1114198ba2 disabled audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5942 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-02 17:12:44 +00:00
albeu 4189e06396 printf to mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5934 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-02 10:40:35 +00:00
albeu ae15bf12fd printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARN
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5933 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-02 10:32:55 +00:00
albeu 4aaa9010c2 printf to mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5932 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-02 10:28:33 +00:00
albeu 1a015fd22a Fix frame_time for variable fps movies as it was the last frame duration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5931 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-02 10:25:48 +00:00
arpi e792742f6a vf_inited flag added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5925 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-01 17:30:23 +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
alex d8751b2f38 completed real seeking - working very well with audio only files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5919 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-30 23:29:38 +00:00
bertrand eebae88d07 Added ICY error 400: Server full.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5917 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-30 17:55:06 +00:00
albeu f76db05d53 Convert printf to mp_msg in the network layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5916 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-30 16:58:54 +00:00
arpi 7734843a43 ugly workaround disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5899 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-29 15:57:22 +00:00
albeu 1f37707336 Add support for another AVI with ogg/vorbis audio (0x674F)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5898 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-29 13:36:18 +00:00
albeu 21369b2318 Fix buggy extra header printing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5897 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-29 13:31:17 +00:00
bertrand bd65848f56 Added ICY error 401: Service unavailable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5893 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 22:37:35 +00:00
arpi 938caaeb02 soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5887 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 17:29:48 +00:00
arpi 30d0116d16 OpenBSD, NetBSD portability patches by
Björn Sandell <biorn@dce.chalmers.se>
Marcus <core@antbear.org>
Bernd Ernesti <mplayer@lists.veego.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5873 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 22:42:27 +00:00
atmos4 26c34c0862 Add some info prints to ICY code and handle return codes ICY specific, also avoid printing
content length in http if no Content-Length field in header.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5869 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 20:42:02 +00:00
albeu 89345ecadf ICY found (mp3 stream) != sucess.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5868 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 19:15:18 +00:00
arpi df99229f57 DVDKIT support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5820 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 21:19:09 +00:00
albeu 8e562a37da Uninit added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5813 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 17:28:23 +00:00
albeu 2b955d3b05 Added demuxer uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5811 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 15:36:07 +00:00