summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_libvorbis.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* Move variable declaration into conditional to avoid an unused variable warning.diego2007-05-281-1/+1
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-5/+0
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-1/+7
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* ad_libvorbis.c:119: warning: assignment from incompatible pointer typerathann2005-12-051-1/+2
* tremor uses integer typesrathann2005-08-061-0/+4
* initialize vorbis structure before calling ERROR()nicodvb2005-05-121-4/+5
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-121-20/+59
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-10/+0
* some memory leaks fixedreimar2004-10-141-0/+1
* fix reimar's 10l...no actually imho it's arpi's 100l for writing therfelker2004-09-181-0/+1
* - fixed the input buffering (don't read input unless we're already processedarpi2003-01-291-11/+15
* don't waste time on rg_scale nonsense if not necessary.rfelker2003-01-131-2/+31
* 1000l, this clips!! IMO rg_scale nonsense should be removed withrfelker2003-01-131-2/+2
* Reduce fixed-point replay gain support precision with Tremor.rguyom2002-12-041-2/+2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-4/+16
* Added support for VorbisGain tags.rguyom2002-11-171-3/+54
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* sync driver names with codec-cfgarpi2002-08-301-1/+1
* renamed to match driver family namearpi2002-08-301-0/+189