]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisdec.c
Employ correct printf format specifiers, mostly in debug output.
[ffmpeg] / libavcodec / vorbisdec.c
2011-05-18 Justin RugglesAdd floating-point sample format support to the ac3...
2011-05-12 Diego BiurrunReplace int_fast integer types with their sized standar...
2011-04-29 Diego Biurrunvorbis: Replace sized int_fast integer types with plain...
2011-04-29 Diego Biurrunvorbisdec: Replace some sizeof(type) by sizeof(*variable).
2011-04-27 Diego Biurrunvorbisdec: Rename silly "class_" variable to plain...
2011-04-24 Diego Biurrunvorbisdec: Employ proper printf format specifiers for...
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...