summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_libvorbis.c
Commit message (Collapse)AuthorAgeFilesLines
* - fixed the input buffering (don't read input unless we're already processedarpi2003-01-291-11/+15
| | | | | | | | all decoded samples) - fix 100l bug: uninitialized ogg_packet structure caused tremor to hang git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9170 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't waste time on rg_scale nonsense if not necessary.rfelker2003-01-131-2/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8948 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l, this clips!! IMO rg_scale nonsense should be removed withrfelker2003-01-131-2/+2
| | | | | | | tremor anyway since people using tremor want max performance! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce fixed-point replay gain support precision with Tremor.rguyom2002-12-041-2/+2
| | | | | | | Avoid overflows (sounded cracky sometimes). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8343 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for VorbisGain tags.rguyom2002-11-171-3/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8221 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7192 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and ↵arpi2002-08-301-1/+0
| | | | | | makes dlopen()'ing possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync driver names with codec-cfgarpi2002-08-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7175 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed to match driver family namearpi2002-08-301-0/+189
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7173 b3059339-0415-0410-9bf9-f77b7e298cf2