Commit Graph

774 Commits

Author SHA1 Message Date
arpi da08b8a076 raw mpeg4-es support (you need to set -fps manually!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9070 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 02:12:15 +00:00
michael 1c07dc9f3f 16cif,sif,uyvy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9069 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 01:16:49 +00:00
arpi e819653a23 raw video demuxer, requested by Michael
(try mplayer -rawvideo on:cif mobile.cif)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9066 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-22 23:51:04 +00:00
arpi 172f3099c8 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9033 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 19:02:39 +00:00
arpi 586233bf3d - added some more
- 10l: MPEG_ES shouldn't be forced, the MPEG_PS demuxer will detect it and
switch PS->ES, but ES->PS will never happen!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9009 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:40:48 +00:00
arpi 7a7d2cdd24 Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
patch by Andriy N. Gritsenko <andrej@lucky.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9008 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:33:11 +00:00
arpi 970435ce12 extension-based filetype detection for headerless files (mp3 vs mpeg, etc)
inspired by patch by Fabian Franz <FabianFranz@gmx.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9007 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:21:54 +00:00
bertrand 1991d31057 Support for MPEG-4 (AAC) audio RTSP/RTP
Patch by Ross Finlayson <finlayson@live.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8988 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 14:22:30 +00:00
arpi 1eb1e00083 telecine detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8968 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-16 23:40:31 +00:00
arpi bb56123065 fixed the well-known DVD/DVB audio delay bug :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8966 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-16 22:34:46 +00:00
bertrand f28785b5d6 Removed the hardcoded cdrom device.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8963 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 22:44:35 +00:00
bertrand 67218a1e0a Removed the hardcoded /dev/cdrom for NetBSD and added an work around
for problem with cdparanoia.
Patch from Frederick Bruckman <fredb@immanent.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8959 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 17:50:21 +00:00
mosu 23486f48a5 bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 11:16:33 +00:00
arpi a102c62fac sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>
cache results of strchr() calls


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8956 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-14 23:15:36 +00:00
rfelker 00af23dfff NTSC is 29.97 fps, not 30. wrong values here are likely to cause
duplicated frames in mencoder if used with fixed-fps tv cards and in
any case they'll result in horrible jerky video.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8954 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-14 18:20:17 +00:00
arpi 13c130c580 better cache size defaults
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8940 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-13 03:10:19 +00:00
arpi a1299f067a do not discard cache content at seeking type=STREAMTYPE_STREAM
(fixes quicktime streaming at low cache fill)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8939 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-13 03:08:56 +00:00
arpi 1e166db202 patch adds support for MOV-Reference-Files.
it uses d_video queue to store playlist entries as strz.
It also makes sure, that unnecessary items like qt5gateQT are removed and
that the url/basepath is added to "local files"
by Fabian Franz <FabianFranz@gmx.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8938 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-13 02:42:06 +00:00
arpi a3ebbb1025 check if seeking supported, otherwise fallback to null reading
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8930 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-12 20:16:28 +00:00
arpi f082d01575 (hopefully) fixed .mov streaming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8929 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-12 20:11:20 +00:00
arpi 87f985afff sanity check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8928 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-12 20:03:48 +00:00
pontscho 3a03ad6f92 upsz :))))))))))))))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8927 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-12 19:55:59 +00:00
arpi 89875edb32 this patch adds an fallback to playlist (any but the plaintext-list format)
after all demuxers failed. so -playlist is not needed any more!
patch by Fabian Franz <FabianFranz@gmx.de>, with some small modifications


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8926 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-12 19:41:38 +00:00
bertrand 8229e28f90 Finally commented out the code for autodetection based on the extension.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8891 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-11 14:02:23 +00:00
arpi 88ddf79953 buffer overflow fix :)
ported from xine


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8881 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 22:41:49 +00:00
arpi b5eaa436cf check if prop_hdr==NULL insteda of sig11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8853 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:00:58 +00:00
arpi aedc5fa95b - always print the longest stream in info, not the selected one
- handle teh case when user forces nonexistant streams (-aid/-vid) (based on
Filip's patch)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8831 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 21:58:39 +00:00
bertrand 99a7c6aa3b Return another error code for timeout.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8825 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 16:43:42 +00:00
bertrand 3ee5e0438f 10l bug...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8824 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 16:42:20 +00:00
filon 98fe2c8229 Sanity checks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8823 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 14:56:16 +00:00
filon dc7130bcad 10l (was segfaulting on non-dv file)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8822 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 14:54:36 +00:00
arpi 4681b22e3a 10l? :)
patch by Stephane Jourdois <mplayer-dev-eng@rubis.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8821 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 13:12:09 +00:00
atmos4 ed23e7ef92 10l, hopefully correct fix, before path was always overwritten to '/'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8818 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 09:44:28 +00:00
arpi c65b09bc56 dirname() (from libgen) dependency removed
patch by "Steven M. Schultz" <sms@2BSD.COM>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8816 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 01:12:30 +00:00
arpi a457d1aafc i felt that libgen.h will not be portable...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8814 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 00:47:47 +00:00
arpi 9516427baa vcd_read_cue.h -> cue_read.c+h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8813 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 23:51:05 +00:00
henry 8c71d7179a -nosound fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8800 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 14:58:05 +00:00
mosu 6c4f39360a mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at pos 0 in the stream
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8796 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 13:48:13 +00:00
mosu bc8b12fe7b mosu: subtitles will be cleared after their life time as given in the packet's header has expired and after seeking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8789 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 22:56:56 +00:00
arpi 43b7a734ff cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)
patch by Robert Penz <robert.penz@outertech.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8783 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 20:11:06 +00:00
henry a45ffd22ac 10L
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8775 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 17:30:28 +00:00
bertrand 27741bec6d Added the ICY 403 "Service Forbiden" error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8767 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 11:52:17 +00:00
bertrand 25abed26d4 - If CDDB fail, try CDDA
- Support for inexact matches list.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8747 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-03 20:50:26 +00:00
bertrand 4cc8c41392 - Now mmst will use the MMS/TCP implementation first, instead of trying
MMS/HTTP first.
- Fixed a bug when reporting ASF redirector for a text/html payload, was
  generating a seg fault in playtree.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8719 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-02 15:38:26 +00:00
faust3 7b374f9fca fixed stream errors on some cygwin installations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8713 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-02 10:53:22 +00:00
henry 1f9abf39b2 supress clicks/noise when changing channels
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8704 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 20:21:45 +00:00
arpi c9c0ec893d Obvious patch to avoid undefined behaviour of multiple side effects in
a single expression.
patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8672 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-31 02:21:28 +00:00
mosu 673897aa36 bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek which may be incomplete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8656 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-30 08:59:33 +00:00
henry ec27ebf6b7 allow utilization of more v4l buffers, patch by Carsten Schulz <carsten@gnocchi.dialup.fu-berlin.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8651 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 23:10:08 +00:00
arpi 2c0e1c6089 fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8650 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 22:12:20 +00:00