avcodec: add a Vorbis parser to get packet duration
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 15 Jan 2012 18:38:03 +0000 (13:38 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 3 Mar 2012 21:43:11 +0000 (16:43 -0500)
commit5602a464c9f9e3c0922f5cfeccaf2fa1c40b2401
tree783511b998940d65fe61a2da3f81e46bbf34cf6d
parent737ca4482bd68d6dc52a1811f5de8e4952ad7036
avcodec: add a Vorbis parser to get packet duration

This also allows for removing some of the Vorbis-related hacks.
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/version.h
libavcodec/vorbis_parser.c [new file with mode: 0644]
libavcodec/vorbis_parser.h [new file with mode: 0644]
libavcodec/vorbisdec.c
libavformat/oggparsevorbis.c
libavformat/rtpdec.c
libavformat/utils.c