Commit Graph

552 Commits

Author SHA1 Message Date
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
albeu 314ec6091b Add seeking without index (still not perfect). Use -forceidx for the
version with index.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5810 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 12:28:03 +00:00
arpi cb4a546f54 mp_mp3_get_lsf() added - to get decomp. frame size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5807 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 00:49:06 +00:00
arpi 20f124fb69 more strict check for .mp3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5805 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-23 23:21:19 +00:00
albeu 8f44305b62 Fix % seeking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5797 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-23 13:27:46 +00:00
alex 22e2f50044 typo fix for pre2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5777 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 19:11:43 +00:00
alex 57d7c640dc dumping unknown extradata too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5759 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 10:27:29 +00:00
jaf 3c86b642ee mplayer was not compileable without, i tested it with and without vorbis, i hope it's ok
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5755 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 02:38:50 +00:00
albeu 29a46375a8 Seeking implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5733 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-20 17:50:11 +00:00
arpi aca71ad5aa 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5712 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-19 23:24:13 +00:00
arpi 7b025193f3 show extended mp3 info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5689 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-18 18:01:25 +00:00
arpi 47236d4778 'wide' may contain 'mdat'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5681 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-18 16:06:24 +00:00
arpi 1c5ebbf9a4 FPS calculation fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5631 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-15 02:48:11 +00:00
arpi 853ab80ca3 get aspect info from display size if != real size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5629 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-15 01:58:18 +00:00
bertrand a600c5d796 Changed the big handling to make it use mplayer's endian macros.
(reworked of the patch from Guillaume Morin <guillaume@morinfr.org>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5619 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-14 05:53:36 +00:00
bertrand 956439594b Added big endian handling for the ASF_chunk_t struct.
(reworked of the patch from Guillaume Morin <guillaume@morinfr.org>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5618 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-14 05:51:32 +00:00
bertrand b6442cfc45 Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.
(reworked of the patch from Guillaume Morin <guillaume@morinfr.org>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5617 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-14 05:47:27 +00:00
arpi 2bea9b36a7 mp_image.h and img_format.h moved to libmpcodecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 19:14:34 +00:00
arpi 43b0f2f4d4 bigendlian fix by Guillaume Morin <guillaume@morinfr.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5598 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 16:49:27 +00:00
arpi 072e6fb702 generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5574 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 10:48:21 +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
arpi c4f98047c1 max_packs increased for some dvd with too many audio/sub
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5571 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 00:47:02 +00:00
arpi 55bafcc362 field 'vfilter' added to sh_video_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5507 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 22:00:50 +00:00
arpi 6996ef47c5 dvdnav functions moved out to dvdnav_steram.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 17:55:31 +00:00
arpi cbcdb18e34 dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5472 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 17:50:48 +00:00
arpi 2ad84b1ea6 added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outflux.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 17:49:40 +00:00
arpi 85f68b48b8 don't alloc/free NULL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5470 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 15:40:13 +00:00
arpi 08a6768fda freeing codec in/out buffers is job of libmpcodecs, not demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5457 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 17:11:59 +00:00
arpi 4441723cf9 after some STFW i've found some info about fps codes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5442 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 23:46:00 +00:00
arpi 12a1313fbd mtvp says its' 29.97 not 1 fps
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5441 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 23:30:55 +00:00
arpi 28d642624f seeking fixed (variable fps videos needs to reset PTS after seeking)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5440 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 22:52:48 +00:00
arpi bed8c3279f fixed new_chunk calculation at seeking (seeking not work yet) and added -nosound support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5439 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 22:44:03 +00:00
arpi 69c5d80089 10l... int/1000 will be int while we want float, so let's do int*0.001
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5436 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 21:08:15 +00:00
arpi 694e693884 argh, some samples sue new header chunks - fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5431 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:27:52 +00:00
arpi 3e896fa868 BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5430 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:17:27 +00:00
arpi 9368f9da2d fixed 10l bug: using ds instead of dp, and adding some debug prints
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5429 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:09:17 +00:00
melanson a546c285d5 changed int -> float for proper PTS calculation (works just as well as the
old method)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5425 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 18:29:09 +00:00
melanson 47cf26cd52 backed out unneeded mod
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 18:28:00 +00:00
melanson 40ed999545 fixed RoQ framerate by multiplying PTS calculation by some absurd constant
(and it works!)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 17:24:12 +00:00
arpi 593c86af8e I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 256 instead of 40+colors*4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5419 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 09:50:17 +00:00
melanson ddf20c18da fixed to be able to handle extra-quirky .film files on Lemmings 3DO
console game


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5414 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 02:57:53 +00:00
arpi 06e95aef16 added soem debug prints, and fixed 10l bug of Alban
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5413 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 02:45:14 +00:00
nexus 355ce11771 FreeBSD require stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 14:42:32 +00:00
nexus b8d79e4b09 FreeBSD warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5404 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 14:12:25 +00:00
arpi 86bb56a7dc 10l fix, patch by Mark Szabo <mw3@bsd.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5383 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 23:14:14 +00:00
arpi 8399ef40cd typo, thx to Mark Szabo <mw3@bsd.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5382 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 22:45:09 +00:00
arpi 5475823f41 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 20:40:21 +00:00
arpi 5733fc571b some under-devel code, will be required for qtx codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5373 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 21:27:38 +00:00
alex 8f39f4a847 incremented PACK_BYTES for BSDBT848 - by Charles Henrich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5370 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 12:12:24 +00:00
atmos4 51a0ad68d1 ooops :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5355 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 05:47:04 +00:00
atmos4 14639c9f42 Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5353 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 05:25:15 +00:00
atmos4 fbba1ecea0 eeh 10l, removed one line too much :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5334 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 11:35:21 +00:00
atmos4 426a60c1f1 Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es returned with an error by memsetting the esds struct to 0 on init.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5333 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 11:13:14 +00:00
atmos4 d1281245b3 Use esds parser for movie esds atom and only pass decoder specific configuration into the stream_header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5308 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 14:47:28 +00:00
atmos4 a0399163e6 - Add parsing of Sync Layer Descriptor
- Add a function to cleanup malloced mem from mp4_parse_esds
- Fix some weird code from me :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5306 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 06:10:13 +00:00
atmos4 582d209217 10l fix memory allocation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5304 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 03:07:18 +00:00
atmos4 a316f53a83 eeh 10l, forgot malloc of esds struct.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5303 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 02:38:20 +00:00
atmos4 086814f294 Improved MP4 parsing (finally)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5302 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 02:25:41 +00:00
arpi cb776a965b sys/types.h required for off_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5293 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:52:13 +00:00
atmos4 8266b9011d Add Parsing off ftyp box and some more docs ref
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5258 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 00:54:10 +00:00
atmos4 3e8556bb96 Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5255 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 22:26:52 +00:00
arpi 4fae24180e insert mpeg4 video header into the first chunk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 20:43:43 +00:00
arpi 17ee704b7e 0.1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5252 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 20:19:00 +00:00
arpi 377271cdc0 support multiple video header extension chunks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5251 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 20:18:30 +00:00
atmos4 56a7240127 argh 0.5l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5244 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 16:44:15 +00:00
atmos4 802fa9ffcc Recognize and skip ftype chunk used by some .mp4 files and
add fallback to displaysize if imagesize is unavailable.
Also update some doc info.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5243 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 16:42:58 +00:00
alex 043873b937 temporary disabled len=0 code due to reported loop errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5242 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 15:01:39 +00:00
atmos4 0bfff529b9 Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now write esds movie header whereever he wants.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5237 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 06:05:14 +00:00
melanson cfaca0053d added a BMP file demuxer...yeah, that's right, a static image BMP file
demuxer; what, is that so weird?...:)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5215 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 05:15:53 +00:00
atmos4 0016fc77d1 add alternative samplerate calculation for files with timescale\!=samplerate
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5213 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 04:22:14 +00:00
atmos4 9ed76eba4b allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds header to mov demuxer, init faad from info from mov header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5207 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-19 21:48:55 +00:00
melanson 5ea5463e0e added PTS for audio, but seeking still doesn't work
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5182 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-18 03:17:20 +00:00
melanson 8a77bc1aec FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on
EOF and preliminary seeking support (not perfect yet)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5158 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-17 02:59:04 +00:00
arpi 804d1af151 don't free our_out_buffer - it's obsoleted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5153 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-17 02:04:06 +00:00
melanson 47533eeaac added proper PTS support for FILM demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5144 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 19:58:07 +00:00
alex ced43e33e0 BSD compatibility fix by Steven M. Schultz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5143 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 19:17:58 +00:00
albeu 14316b3379 Initial ogg demuxer. No seeking, a/v sync is broken. Support avi
with ogg/vorbis audio.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5134 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 14:32:03 +00:00
alex 95ede64a1a spelling type fix by Anders Rune Jensen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5108 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 21:38:54 +00:00
alex 17902c92bd 0.1l ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5099 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 17:58:19 +00:00
alex 0add53c7fe update by Charles Henrich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5089 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 16:08:14 +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 f8b91cfdcc mp_msg'ized (for i18n ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5087 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 16:06:10 +00:00
alex edf006b12f workaround in palette reader for statunit6.mov, needed to implement support for flag&0x4 and small changes to avoid some sig11-places in the badly muxed cinepak pro movs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5086 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 15:57:57 +00:00
alex d8c34022bb added get_sh_video/audio and realmedia seeking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5085 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 15:53:11 +00:00
alex 19332211ba added PRE-ALPHA seeking ability and index table generator (like avi's one)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5084 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 15:51:37 +00:00
alex 06a0679cc8 added TVI BSD BT848
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5083 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 15:01:34 +00:00
alex 0aaf99fab2 initial
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5082 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-15 14:59:32 +00:00
arpi 14e3192c3d mp3 detection fixed...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5069 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-14 11:18:19 +00:00
arpi 606f762c99 some cleanup, fixes for video header parsing. finally we get the coded size instead of display size\!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5068 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-14 02:26:49 +00:00
pontscho f9f6c9fd93 Add IJPG decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5030 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 22:49:18 +00:00
arpi eb57e0fd47 video_out added to sh_video_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4974 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 02:49:46 +00:00
nick f6878753fb 're-include' possibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4934 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-03 18:47:29 +00:00
melanson c2a5adb55a fixed some endian issues, like changing bswap_32() -> be2me_32(), and
removing FIXME #warning about endianness (seems to work fine on PPC)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4904 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 03:02:25 +00:00
albeu 57ef06bcf8 Added waitpid in free_stream to avoid zombies
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4894 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 13:50:09 +00:00
nick afb0fd5ea1 We should know size of out buffer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4876 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-27 11:16:53 +00:00
rfelker 03ee5086e5 fixes build with new-input disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4833 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 04:37:17 +00:00
albeu 9ada242c51 Make blocking call in libmpdemux interuptable (only with new input,
awnser to quit, pt_next, pt_up_step and alt_src_step)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4826 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 21:22:55 +00:00
albeu f9d93451a2 These 2 files are intended for code common to the whole lib
mainly code to let limpdemux independent from mplayer.
Now contain a function to check external interruption from blocking
code (network connection and cache fililng)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4823 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 21:17:26 +00:00
bertrand 469f2d1b7e Handle HTTP OK response that doesn't contain a mime-type.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4818 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 07:40:25 +00:00
bertrand 646c35a06e Fixed the http response parser when the http header only has the HTTP
answer and no field.
Fixed some compiler warnings.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4817 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 07:31:45 +00:00
albeu c39148ec8a Finnaly figured out this little long living bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4803 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 14:05:41 +00:00