summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisenc.c
Commit message (Collapse)AuthorAge
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
| | | | | The _fast integer types provide no realworld benefits, but may introduce portability issues and are just plain ugly.
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23