aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAge
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Get rid of horrible code that relies on codec-set context variable,Gravatar reimar2008-07-26
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* typo fix: inited --> initializedGravatar diego2008-02-14
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24
* Use realloc_struct in more places for consistencyGravatar reimar2007-12-24
* Get rid of some of the more excessive () and casts.Gravatar reimar2007-12-24
* Finally replace get_uint?? by AV_RL??Gravatar reimar2007-12-01
* 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