summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAge
...
* vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-10
* vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-10
* vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-10
* cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-23
* vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-23
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* vorbisdec: Restore mistakenly removed debug output.Diego Biurrun2011-06-07
* vorbis: Remove non-compiling debug statement.Diego Biurrun2011-06-03
* vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun2011-06-03
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-03
* Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-03
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
* vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-29
* vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-29
* vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-27
* vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun2011-04-25
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23