aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAge
* 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
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* in demux_ogg_read_packet initialize data to whole packet, reduces code andGravatar reimar2006-03-08
* Second-try commit of this patch.Gravatar corey2006-02-17
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* fix crash with invalid -vid and no audio streamGravatar reimar2005-12-18
* fixGravatar rathann2005-12-05
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Speex support. Seeking and pts generation does not work.Gravatar reimar2005-11-05
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillaGravatar reimar2005-11-01
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Don't pass NULL pointers to demux_info_add()Gravatar rtognimp2005-09-26
* Disassemble comments and pass it to the demux_info interfaceGravatar alex2005-09-19
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* prevent possible exploitGravatar nicodvb2005-05-13
* fixup the correct sh_aGravatar nicodvb2005-05-12
* fixed too few parameters to mp_msg(); silence compilation warnings, removed u...Gravatar nicodvb2005-05-12
* don't call fixup_audio if there's no audioGravatar nicodvb2005-05-12
* vorbis extradata is now passed from demuxer to decoder in matroska's wayGravatar nicodvb2005-05-12
* Fix the memleak fix: in case of error, demux_close_ogg should be calledGravatar reimar2005-05-02
* Nasty workaround for codec initialization data. In _at least_ one case (AAC) ...Gravatar mosu2005-05-01
* Fix the ogg fourcc nightmare!!!Gravatar rfelker2005-02-27
* Theora fixes:Gravatar henry2005-02-22
* Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).Gravatar reimar2005-02-06
* More user-friendly stream, -xid and -slang info output even in non-verbose mo...Gravatar mosu2005-01-22
* More user-friendly stream, -xid and -slang info output even in non-verbose mode.Gravatar mosu2005-01-21
* 100l, completely broken pointer arithmetic causing crashes.Gravatar reimar2005-01-19
* Output more information about vids, aids, sids, alangs and slangs with -ident...Gravatar mosu2004-11-25
* Fix member alignment for usage on 64bit processors.Gravatar mosu2004-11-05
* Declare a prototype for the function before it is used. Otherwise some compil...Gravatar mosu2004-10-30
* some memory leaks fixedGravatar reimar2004-10-14
* show ogg subtitle language on OSD, if availableGravatar joey2004-09-28
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...Gravatar joey2004-09-28