summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Collapse)AuthorAgeFilesLines
* compiler warning fixesarpi2002-12-142-2/+1
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8452 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed possible division by zerohenry2002-12-141-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8445 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - demux_avi handles AVI_NI and AVI_NINI tooarpi2002-12-111-0/+2
| | | | | | | patch by Rüdiger Kuhlmann ruediger@ruediger-kuhlmann.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8426 b3059339-0415-0410-9bf9-f77b7e298cf2
* allocate the video buffer on the fly, instead of one big chunk at startuphenry2002-12-101-21/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8418 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-12-071-1/+1
| | | | | | | patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8388 b3059339-0415-0410-9bf9-f77b7e298cf2
* find best (longest) streams if not specified (-aid/-vid)arpi2002-12-071-11/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8387 b3059339-0415-0410-9bf9-f77b7e298cf2
* From live.com 2002.11.30:bertrand2002-12-061-0/+4
| | | | | | | | | | Renamed "TaskScheduler::blockMyself()" to "doEventLoop()", to better describe what this member function actually does. Patch from Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8384 b3059339-0415-0410-9bf9-f77b7e298cf2
* Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8375 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed mp3 seeking near end of filearpi2002-12-041-2/+3
| | | | | | | patch by ??? (sorry i can't find that mail) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8360 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd_* declarations fixed to matc with open.carpi2002-12-041-2/+2
| | | | | | | noticed by Tomas Hurka <tom@hukatronic.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8343 b3059339-0415-0410-9bf9-f77b7e298cf2
* set channel count to a saner value if the card reports an unknown audio modehenry2002-12-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8336 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump URL referencesarpi2002-11-291-1/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8316 b3059339-0415-0410-9bf9-f77b7e298cf2
* - parsing the handler reference atom (hnlr), save handler fourccsarpi2002-11-291-4/+98
| | | | | | | | - support for dumping raw or un-zlib-ed packets of generic tracks (verbose>=3) - fixed a sig11 caused by too small stsd of video track git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8315 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversing warning fix (requested by alex)michael2002-11-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8259 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-2310-11/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
* demuxer_control(), percent position and time length query implemented inarpi2002-11-167-14/+144
| | | | | | | | asf, avi, mpeg demuxers. patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed hard coded value for the length of the header separator.bertrand2002-11-131-4/+6
| | | | | | | Used the value previous detected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8180 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-11-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8166 b3059339-0415-0410-9bf9-f77b7e298cf2
* New config system + cleanup of header inter dependencyalbeu2002-11-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
* export imagedescription for qt video codecsarpi2002-11-112-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8159 b3059339-0415-0410-9bf9-f77b7e298cf2
* dlopen() support for ad and vdalex2002-11-111-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8153 b3059339-0415-0410-9bf9-f77b7e298cf2
* skew calculations modified to use integershenry2002-11-081-48/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8132 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0611-8/+31
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip id3v2 junk when looking for mp3rfelker2002-11-051-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8117 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu>bertrand2002-11-051-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8115 b3059339-0415-0410-9bf9-f77b7e298cf2
* move timestamp debug printf to higher verbose level (hope it's ok)atmos42002-11-051-1/+1
| | | | | | | probably should move to mp_msg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8114 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8111 b3059339-0415-0410-9bf9-f77b7e298cf2
* ASF-style stream auto-selection, to fix files with fake a/v streams (onlyarpi2002-11-051-96/+44
| | | | | | | | | header, no actual data packets) Hmm, maybe i should merge ASF & RM demuxers - both formats has the same bugs and are very similar anyway... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8110 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for ms11 ima4alex2002-11-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8106 b3059339-0415-0410-9bf9-f77b7e298cf2
* - realaudio ATRC (sony atrac3) codec supportarpi2002-11-041-13/+45
| | | | | | | | - fixed passing of codecdata from demuxer to codec patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8095 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove BE hack (yes, works now ! :-))colin2002-11-031-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8075 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix possible sig8 - found by Alexarpi2002-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8062 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround old mencoder's cbr-mp3 header bugarpi2002-11-021-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8060 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed comment - noticed by Alexarpi2002-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8058 b3059339-0415-0410-9bf9-f77b7e298cf2
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsarpi2002-11-024-7/+6
| | | | | | | | delay relative to sh_video->timer (or to 0 if audioonly). It fixes ct: drifts of very long (several hours) playback. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8057 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-024-58/+46
| | | | | | | | instead doing it in demux_avi.c, storing private data in priv insteda of demuxer structs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8031 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbose can be negativearpi2002-11-016-14/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
* increase buffer size in immediate modehenry2002-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8023 b3059339-0415-0410-9bf9-f77b7e298cf2
* set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.arpi2002-10-311-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8010 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass audio codecdataarpi2002-10-311-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8004 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug printfarpi2002-10-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7978 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L fixhenry2002-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7955 b3059339-0415-0410-9bf9-f77b7e298cf2
* GCC warning fixesbertrand2002-10-297-41/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7954 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for framesize validity, return -1 (error) for zero size (bug found by pl)arpi2002-10-251-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7911 b3059339-0415-0410-9bf9-f77b7e298cf2
* added an option for specifying the size of capture bufferhenry2002-10-253-10/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7906 b3059339-0415-0410-9bf9-f77b7e298cf2
* max header size increasedarpi2002-10-231-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7890 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-1/+1
| | | | | | | in stream layer) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7882 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed several 10l bugsarpi2002-10-231-198/+106
| | | | | | | | - using get_media_packet impl. from mmsclient 0.0.3 - buffering code simplified/fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7881 b3059339-0415-0410-9bf9-f77b7e298cf2
* yeah, test.c works now!arpi2002-10-232-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7875 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7869 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup config option handling in libmpdemux.arpi2002-10-237-127/+23
| | | | | | | | removed overcompilacted m_config_register_options() mess - export the subconfig structs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> ↵arpi2002-10-236-31/+11
| | | | | | mp_input_check_interrupt() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7863 b3059339-0415-0410-9bf9-f77b7e298cf2
* added libmpdemux depends to test.carpi2002-10-232-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7860 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-222-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7855 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump wav headerarpi2002-10-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7848 b3059339-0415-0410-9bf9-f77b7e298cf2
* endianess independency (using get int 16/32/64 func instead of typecasting ↵arpi2002-10-221-24/+75
| | | | | | | | | pointer) patch by Hampa Hug <hhug@student.ethz.ch> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7846 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes in forceaudio optionhenry2002-10-221-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7845 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)arpi2002-10-221-0/+16
| | | | | | | patch by Chad Netzer <cnetzer@sonic.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7844 b3059339-0415-0410-9bf9-f77b7e298cf2
* add an option to force audio recording when a tv card reports no audio sourceshenry2002-10-223-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7836 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a forgotten shutdown testhenry2002-10-221-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed more potential mem leaks and use the url_free methodbertrand2002-10-191-3/+8
| | | | | | | to free all the member pointers of the url. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7810 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the messalex2002-10-191-56/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7808 b3059339-0415-0410-9bf9-f77b7e298cf2
* set position in channel list on startup. note: hope one day we will get ↵alex2002-10-191-2/+30
| | | | | | cleaned the int->float->int sutff ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stop grabbing from v4l when paused by Jindrich Makovickaalex2002-10-191-22/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7804 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix & workaround possible sig8/sig11 in blocksize calculationarpi2002-10-171-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7786 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix bih->biSize for uncompressed files tooarpi2002-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7785 b3059339-0415-0410-9bf9-f77b7e298cf2
* fill the extra bytes with zeroarpi2002-10-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7777 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - do not read INDEX twice!!!arpi2002-10-161-4/+6
| | | | | | | list index even if generated by mplayer (verbose>=2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7763 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleaksarpi2002-10-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7762 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fixarpi2002-10-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7761 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fix (found by valgrind)arpi2002-10-161-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7760 b3059339-0415-0410-9bf9-f77b7e298cf2
* ss_div/ss_mul defaults to 0arpi2002-10-162-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7755 b3059339-0415-0410-9bf9-f77b7e298cf2
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
| | | | | | | patch by Ross git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7751 b3059339-0415-0410-9bf9-f77b7e298cf2
* ds_tell_block()arpi2002-10-161-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
| | | | | | | plus some compilation warning fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7747 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fps autodetectionarpi2002-10-131-0/+5
| | | | | | | patch by Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7722 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream selection cleanup, fixed -nosoundarpi