aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_libvorbis.c
Commit message (Expand)AuthorAge
* Fix channel order for libvorbis decoder, original patched by Nicolas George.Gravatar ulion2008-06-07
* Move variable declaration into conditional to avoid an unused variable warning.Gravatar diego2007-05-28
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* ad_libvorbis.c:119: warning: assignment from incompatible pointer typeGravatar rathann2005-12-05
* tremor uses integer typesGravatar rathann2005-08-06
* initialize vorbis structure before calling ERROR()Gravatar nicodvb2005-05-12
* vorbis extradata is now passed from demuxer to decoder in matroska's wayGravatar nicodvb2005-05-12
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* some memory leaks fixedGravatar reimar2004-10-14
* fix reimar's 10l...no actually imho it's arpi's 100l for writing theGravatar rfelker2004-09-18
* - fixed the input buffering (don't read input unless we're already processedGravatar arpi2003-01-29
* don't waste time on rg_scale nonsense if not necessary.Gravatar rfelker2003-01-13
* 1000l, this clips!! IMO rg_scale nonsense should be removed withGravatar rfelker2003-01-13
* Reduce fixed-point replay gain support precision with Tremor.Gravatar rguyom2002-12-04
* Add Tremor (an integer-only Vorbis decoder) support.Gravatar rguyom2002-12-04
* Added support for VorbisGain tags.Gravatar rguyom2002-11-17
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* sync driver names with codec-cfgGravatar arpi2002-08-30
* renamed to match driver family nameGravatar arpi2002-08-30