Diego Biurrun
81a3c42abe
Drop some bogus Doxygen documentation.
8 years ago
Diego Biurrun
29c2d06d67
cosmetics: Drop empty comment lines
9 years ago
Martin Storsjö
f20141d73f
vorbis_parser: Include stdint.h in the header, to make it work standalone
This fixes "make checkheaders".
Signed-off-by: Martin Storsjö <martin@martin.st>
10 years ago
Anton Khirnov
5e80fb7ff2
lavc: add a public API for parsing vorbis packets.
It is required by (at least) the ogg demuxer.
Mark the current semi-public apriv API for removal.
10 years ago
Anton Khirnov
6896f95b24
vorbis_parser: add an AV prefix to VorbisParseContext
This is done in preparation for making it public.
10 years ago
Anton Khirnov
874792641e
vorbis_parser: use a dedicated AVClass for logging
Currently, the API takes an external AVCodecContext, which is used only
for extradata and logging. This change will allow to it to work without
an AVCodecContext in the following commits.
10 years ago
Justin Ruggles
5602a464c9
avcodec: add a Vorbis parser to get packet duration
This also allows for removing some of the Vorbis-related hacks.
13 years ago