summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAgeFilesLines
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-9/+9
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-5/+5
* in demux_ogg_read_packet initialize data to whole packet, reduces code andreimar2006-03-081-5/+2
* Second-try commit of this patch.corey2006-02-171-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* fix crash with invalid -vid and no audio streamreimar2005-12-181-1/+2
* fixrathann2005-12-051-0/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* Speex support. Seeking and pts generation does not work.reimar2005-11-051-1/+33
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillareimar2005-11-011-5/+6
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-4/+0
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-1/+1
* Don't pass NULL pointers to demux_info_add()rtognimp2005-09-261-1/+1
* Disassemble comments and pass it to the demux_info interfacealex2005-09-191-17/+28
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Demuxer modularizationrtognimp2005-08-051-7/+26
* prevent possible exploitnicodvb2005-05-131-1/+3
* fixup the correct sh_anicodvb2005-05-121-0/+1
* fixed too few parameters to mp_msg(); silence compilation warnings, removed u...nicodvb2005-05-121-5/+5
* don't call fixup_audio if there's no audionicodvb2005-05-121-2/+3
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-121-0/+83
* Fix the memleak fix: in case of error, demux_close_ogg should be calledreimar2005-05-021-4/+1
* Nasty workaround for codec initialization data. In _at least_ one case (AAC) ...mosu2005-05-011-1/+14
* Fix the ogg fourcc nightmare!!!rfelker2005-02-271-12/+15
* Theora fixes:henry2005-02-221-2/+2
* Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).reimar2005-02-061-6/+9
* More user-friendly stream, -xid and -slang info output even in non-verbose mo...mosu2005-01-221-8/+6
* More user-friendly stream, -xid and -slang info output even in non-verbose mode.mosu2005-01-211-5/+9
* 100l, completely broken pointer arithmetic causing crashes.reimar2005-01-191-2/+2
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+35
* Fix member alignment for usage on 64bit processors.mosu2004-11-051-1/+3
* Declare a prototype for the function before it is used. Otherwise some compil...mosu2004-10-301-0/+2
* some memory leaks fixedreimar2004-10-141-0/+5
* show ogg subtitle language on OSD, if availablejoey2004-09-281-0/+39
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...joey2004-09-281-0/+2
* Do not use globals. Put the variables into the appropriate demuxer struct ins...mosu2004-08-241-10/+34
* moved combined vobsub_lang into sub_selectjoey2004-08-221-1/+9
* fixes a crash and unchecked string-handling in ENCA code.reimar2004-07-281-1/+1
* The granulepos does not depend on the number of channels, only on the sample ...mosu2004-06-271-8/+15
* ENCA support (http://trific.ath.cx/software/enca/)henry2004-05-081-1/+1
* Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit...mosu2004-05-071-28/+28
* Be more verbose and tell the user which subtitle stream has been selected (if...mosu2004-05-051-2/+4
* Leave the subs uninitialized and not "forcefully off" if the user hasn't chos...mosu2004-04-291-2/+5
* 1000000000000l to bunkusrfelker2004-04-231-4/+5
* Clear subs in broken OGM files (those without empty subtitle packets) a bit l...mosu2004-04-231-1/+1
* Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ...mosu2004-04-231-45/+98
* Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ...mosu2004-04-061-7/+18
* Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and...mosu2004-04-021-7/+86
* Cleanup and small improvement in seeking if the final_granulepos is known. Pa...mosu2004-01-311-11/+9
* Properly set the file duration for audio-only Ogg files. Patch by Michael Beh...mosu2004-01-061-0/+2
* 1000lalex2003-12-081-2/+2
* Fixes for a couple of warnings.mosu2003-12-081-1/+1
* Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor...mosu2003-12-081-8/+48
* Small format fixes.mosu2003-11-151-2/+2
* For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a...mosu2003-11-151-2/+4
* Clear subs a bit later than requested in order to avoid clearing the subs if ...mosu2003-10-151-1/+1
* FLAC decoding support via imported libmpflac.lumag2003-10-041-0/+16
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* Do not automatically select a subtitle stream for display.mosu2003-09-021-1/+0
* Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.mosu2003-08-281-1/+4
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>alex2003-08-181-1/+7
* Spelling police:diego2003-08-141-1/+1
* output typo fixes: unknow --> unknowndiego2003-07-091-6/+6
* A little hack to be able to play ogg radio streamalbeu2003-07-021-2/+12
* Preliminary Theora support. Patch by David Kuehling.mosu2003-05-111-25/+128
* 100l... ogg-in-avi (type 0xFFFE) fixarpi2003-01-291-6/+7
* mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at p...mosu2003-01-051-7/+6
* mosu: subtitles will be cleared after their life time as given in the packet'...mosu2003-01-041-4/+33
* bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek w...mosu2002-12-301-2/+9
* This patch adds a call to subcp_recode1(), so this subtitles too arearpi2002-12-281-0/+11
* Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+1
* Sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+4
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-0/+5
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+5
* verbose can be negativearpi2002-11-011-4/+4
* endianess independency (using get int 16/32/64 func instead of typecasting po...arpi2002-10-221-24/+75
* memleak fixarpi2002-10-161-0/+1
* removed dummy OGG functions - use #ifdef insteadarpi2002-09-151-22/+1
* The granule position of pages contining Vorbis audio is in units ofarpi2002-09-141-2/+2
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...alex2002-08-281-2/+2
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
* ogm audio format id is in hex, not decarpi2002-07-301-1/+1
* 10L bugfixalbeu2002-05-231-2/+4
* a/v stream selection - patch by alexander.werth@gmx.dearpi2002-05-191-4/+4
* Uninit addedalbeu2002-04-241-0/+18
* Add seeking without index (still not perfect). Use -forceidx for thealbeu2002-04-241-50/+83
* Seeking implementedalbeu2002-04-201-42/+269
* argh, some samples sue new header chunks - fixedarpi2002-03-311-1/+5
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)arpi2002-03-311-4/+9
* fixed 10l bug: using ds instead of dp, and adding some debug printsarpi2002-03-311-3/+10
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-0/+597