summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Collapse)AuthorAgeFilesLines
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6162 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L bugfixalbeu2002-05-231-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6157 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more output cosmetics, especially for vivo and mov demuxersarpi2002-05-202-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6140 b3059339-0415-0410-9bf9-f77b7e298cf2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-202-2/+2
| | | | | | | | 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
* new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>arpi2002-05-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6134 b3059339-0415-0410-9bf9-f77b7e298cf2
* a/v stream selection - patch by alexander.werth@gmx.dearpi2002-05-191-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mmst support. MMST will be tried if the HTTP support failed.bertrand2002-05-141-10/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added asf_mmst_streaming.c for compilation.bertrand2002-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6094 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for asf mmst protocol.bertrand2002-05-141-0/+628
| | | | | | | | 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
* big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>arpi2002-05-123-39/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6057 b3059339-0415-0410-9bf9-f77b7e298cf2
* added some new typesalex2002-05-091-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6033 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache lower limit 32kbarpi2002-05-051-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5992 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui doesn't like exit() in forged processarpi2002-05-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5983 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabled audioalex2002-05-021-10/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5942 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-022-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5934 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARNalbeu2002-05-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5933 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix frame_time for variable fps movies as it was the last frame duration.albeu2002-05-023-3/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5931 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_inited flag addedarpi2002-05-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5925 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Jürgen Appel <jappel@linux01.gwdg.de>:pl2002-05-011-2/+2
| | | | | | | | "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
* completed real seeking - working very well with audio only filesalex2002-04-301-31/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added ICY error 400: Server full.bertrand2002-04-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert printf to mp_msg in the network layeralbeu2002-04-303-136/+133
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5916 b3059339-0415-0410-9bf9-f77b7e298cf2
* ugly workaround disabledarpi2002-04-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for another AVI with ogg/vorbis audio (0x674F)albeu2002-04-291-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix buggy extra header printingalbeu2002-04-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added ICY error 401: Service unavailable.bertrand2002-04-281-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5893 b3059339-0415-0410-9bf9-f77b7e298cf2
* soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>arpi2002-04-281-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5887 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD, NetBSD portability patches byarpi2002-04-274-1/+217
| | | | | | | | | 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
* Add some info prints to ICY code and handle return codes ICY specific, also ↵atmos42002-04-271-4/+32
| | | | | | | | | 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
* ICY found (mp3 stream) != sucess.albeu2002-04-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5868 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDKIT supportarpi2002-04-242-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Uninit addedalbeu2002-04-244-0/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5813 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added demuxer uninitalbeu2002-04-249-1/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5811 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add seeking without index (still not perfect). Use -forceidx for thealbeu2002-04-241-50/+83
| | | | | | | version with index. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5810 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_mp3_get_lsf() added - to get decomp. frame sizearpi2002-04-241-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5807 b3059339-0415-0410-9bf9-f77b7e298cf2
* more strict check for .mp3arpi2002-04-231-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix % seekingalbeu2002-04-231-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5797 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix for pre2alex2002-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5777 b3059339-0415-0410-9bf9-f77b7e298cf2
* dumping unknown extradata tooalex2002-04-211-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5759 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer was not compileable without, i tested it with and without vorbis, i ↵jaf2002-04-211-0/+4
| | | | | | hope it's ok git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Seeking implementedalbeu2002-04-202-42/+272
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5733 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000larpi2002-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5712 b3059339-0415-0410-9bf9-f77b7e298cf2
* show extended mp3 infoarpi2002-04-181-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5689 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'wide' may contain 'mdat'arpi2002-04-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5681 b3059339-0415-0410-9bf9-f77b7e298cf2
* FPS calculation fixedarpi2002-04-151-9/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5631 b3059339-0415-0410-9bf9-f77b7e298cf2
* get aspect info from display size if != real sizearpi2002-04-151-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the big handling to make it use mplayer's endian macros.bertrand2002-04-141-6/+3
| | | | | | | (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
* Added big endian handling for the ASF_chunk_t struct.bertrand2002-04-141-6/+11
| | | | | | | (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
* Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.bertrand2002-04-141-0/+19
| | | | | | | (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
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendlian fix by Guillaume Morin <guillaume@morinfr.org>arpi2002-04-131-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5598 b3059339-0415-0410-9bf9-f77b7e298cf2
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is ↵arpi2002-04-121-24/+14
| | | | | | updated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5574 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-1210-442/+619
| | | | | | | | | | | - 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
* max_packs increased for some dvd with too many audio/subarpi2002-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5571 b3059339-0415-0410-9bf9-f77b7e298cf2
* field 'vfilter' added to sh_video_tarpi2002-04-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5507 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-032-103/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5473 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-034-2/+287
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5472 b3059339-0415-0410-9bf9-f77b7e298cf2
* added debug printf for dvdsub - from dvdnav patch by Kees Cook ↵arpi2002-04-031-0/+1
| | | | | | <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5471 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't alloc/free NULLarpi2002-04-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5470 b3059339-0415-0410-9bf9-f77b7e298cf2
* freeing codec in/out buffers is job of libmpcodecs, not demuxerarpi2002-04-011-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5457 b3059339-0415-0410-9bf9-f77b7e298cf2
* after some STFW i've found some info about fps codesarpi2002-03-311-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5442 b3059339-0415-0410-9bf9-f77b7e298cf2
* mtvp says its' 29.97 not 1 fpsarpi2002-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5441 b3059339-0415-0410-9bf9-f77b7e298cf2
* seeking fixed (variable fps videos needs to reset PTS after seeking)arpi2002-03-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5440 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed new_chunk calculation at seeking (seeking not work yet) and added ↵arpi2002-03-311-11/+15
| | | | | | -nosound support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5439 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... int/1000 will be int while we want float, so let's do int*0.001arpi2002-03-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5436 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh, some samples sue new header chunks - fixedarpi2002-03-311-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5431 b3059339-0415-0410-9bf9-f77b7e298cf2
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)arpi2002-03-311-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5430 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 10l bug: using ds instead of dp, and adding some debug printsarpi2002-03-311-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5429 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed int -> float for proper PTS calculation (works just as well as themelanson2002-03-311-13/+3
| | | | | | | old method) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5425 b3059339-0415-0410-9bf9-f77b7e298cf2
* backed out unneeded modmelanson2002-03-311-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-312-4/+17
| | | | | | | (and it works!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < ↵arpi2002-03-311-0/+3
| | | | | | 256 instead of 40+colors*4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5419 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOmelanson2002-03-311-28/+76
| | | | | | | console game git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5414 b3059339-0415-0410-9bf9-f77b7e298cf2
* added soem debug prints, and fixed 10l bug of Albanarpi2002-03-311-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5413 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD require stdlib.hnexus2002-03-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD warning fixnexus2002-03-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5404 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5383 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, thx to Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5382 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-283-1/+126
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
* some under-devel code, will be required for qtx codecsarpi2002-03-271-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5373 b3059339-0415-0410-9bf9-f77b7e298cf2
* incremented PACK_BYTES for BSDBT848 - by Charles Henrichalex