aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAge
...
* Get rid of annoying, space-wasting sizeof(uint32_t)Gravatar reimar2007-12-01
* Bigendian fix for ogg in AVIGravatar reimar2007-12-01
* Use a loop instead of doing the same thing three timesGravatar reimar2007-12-01
* Use a pointer variable for extradata to simplify init_avi_with_oggGravatar reimar2007-12-01
* Create correct extradata for vorbis audio when used as avi sub-demuxerGravatar reimar2007-12-01
* Fix some typos in comments, grammar is still bad.Gravatar reimar2007-12-01
* Remove redundant variable declaration.Gravatar diego2007-08-25
* cosmetics: misc typo fixesGravatar diego2007-07-28
* Remove extern index_mode, it is already in demuxer.hGravatar reimar2007-07-27
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen...Gravatar reimar2007-05-17
* Ignore comments where no '=' follows the comment name (otherwiseGravatar reimar2007-05-09
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.Gravatar reimar2007-01-06
* Simplify after last demux_ogg commitGravatar reimar2007-01-05
* Do not access ogg_d->subs after freeing it.Gravatar reimar2007-01-05
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Remove condition that should always be trueGravatar reimar2006-12-09
* Fix crash in ogg demuxer uninit with -aidGravatar reimar2006-12-09
* made vorbis_info a member of ogg_stream rather than ogg_demuxer;Gravatar nicodvb2006-12-07
* vorbis_comment is only used locally, move it out of demuxer structGravatar reimar2006-12-07
* Remove unused ov_struct_tGravatar reimar2006-12-07
* Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.Gravatar reimar2006-12-06
* 10l, compilation error in r21054Gravatar reimar2006-11-19
* Generalize subtitle switching, demux_ogg does not need a special caseGravatar reimar2006-11-19
* Make -slang work again, sub->id is -2 by default, so -slang would be ignoredGravatar reimar2006-11-19
* Create a sh_sub_t for ogg subtitles.Gravatar reimar2006-11-19
* Make sure we do not read beyond end of subtitle packetGravatar reimar2006-10-29
* realloc subtitle buffers since subcp_recode might have decreased their size.Gravatar reimar2006-10-29
* Support new flac-in-ogg, fixes bug #229Gravatar reimar2006-10-29
* Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.Gravatar reimar2006-10-21
* redone subcp_recode: get rid of static buffer, skip lines that failed toGravatar reimar2006-10-18
* Support for variable fps OGM files, blessed by Moritz.Gravatar diego2006-09-12
* in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin...Gravatar nicodvb2006-09-05
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.Gravatar diego2006-08-04
* marks several strings inside structs as const when they hold just Gravatar reynaldo2006-07-16
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Move conditional compilation into the build system.Gravatar diego2006-07-06
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Fix crash with all audio-only ogg files, the vorbis_info struct is notGravatar reimar2006-06-17
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other...Gravatar nicodvb2006-06-09
* support for vorbis in mp4/movGravatar nicodvb2006-06-09
* first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1Gravatar nicodvb2006-06-07
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* accidentally committed this overflow fix with the declaration fix before.Gravatar rfelker2006-05-13
* 10^100l c++ declarationsGravatar rfelker2006-05-13
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...Gravatar nicodvb2006-05-10