summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAgeFilesLines
* vorbisdec: Restore mistakenly removed debug output.Diego Biurrun2011-06-071-0/+4
* vorbis: Remove non-compiling debug statement.Diego Biurrun2011-06-031-3/+0
* vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun2011-06-031-6/+0
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-8/+5
* Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-031-93/+101
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-5/+18
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-75/+78
* vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-291-119/+108
* vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-291-17/+24
* vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-271-7/+7
* vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun2011-04-251-1/+1
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-231-0/+1668
OpenPOWER on IntegriCloud