]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisdec.c
Replace int_fast integer types with their sized standard posix counterparts.
[ffmpeg] / libavcodec / vorbisdec.c
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...