summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ogg.c
Commit message (Collapse)AuthorAgeFilesLines
* output typo fixes: unknow --> unknowndiego2003-07-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10398 b3059339-0415-0410-9bf9-f77b7e298cf2
* A little hack to be able to play ogg radio streamalbeu2003-07-021-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary Theora support. Patch by David Kuehling.mosu2003-05-111-25/+128
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10093 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l... ogg-in-avi (type 0xFFFE) fixarpi2003-01-291-6/+7
| | | | | | | | sizeof(WAVEFORMATEX) is 18, since i've fixed struct align, so 2*sizeof(WAVEFORMATEX) is !=40 any more. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9164 b3059339-0415-0410-9bf9-f77b7e298cf2
* mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at ↵mosu2003-01-051-7/+6
| | | | | | pos 0 in the stream git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8796 b3059339-0415-0410-9bf9-f77b7e298cf2
* mosu: subtitles will be cleared after their life time as given in the ↵mosu2003-01-041-4/+33
| | | | | | packet's header has expired and after seeking git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8789 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek ↵mosu2002-12-301-2/+9
| | | | | | which may be incomplete git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8656 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds a call to subcp_recode1(), so this subtitles too arearpi2002-12-281-0/+11
| | | | | | | | processed through iconv(). Kresimir Kukulj madmax@iskon.hr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8619 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
* 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
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+5
| | | | | | | 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
* verbose can be negativearpi2002-11-011-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 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
* memleak fixarpi2002-10-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7761 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed dummy OGG functions - use #ifdef insteadarpi2002-09-151-22/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7414 b3059339-0415-0410-9bf9-f77b7e298cf2
* The granule position of pages contining Vorbis audio is in units ofarpi2002-09-141-2/+2
| | | | | | | | | PCM audio samples (per channel; a stereo stream's granule position does no increment at twice the speed of a mono stream). patch by Moritz Bunkus <moritz@bunkus.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7397 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes problems when new line is just '\n' and not '\r\n' and enabled ↵alex2002-08-281-2/+2
| | | | | | html-markup ignore. Patch by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7116 b3059339-0415-0410-9bf9-f77b7e298cf2
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
| | | | | | | based on patch by Chris Forno <jcore@m-net.arbornet.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7011 b3059339-0415-0410-9bf9-f77b7e298cf2
* ogm audio format id is in hex, not decarpi2002-07-301-1/+1
| | | | | | | patch by Moritz Bunkus <moritz@bunkus.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6851 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
* 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
* Uninit addedalbeu2002-04-241-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5813 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
* Seeking implementedalbeu2002-04-201-42/+269
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5733 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
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-0/+597
with ogg/vorbis audio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5134 b3059339-0415-0410-9bf9-f77b7e298cf2