summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_parser_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* all: Make header guard names consistentTimothy Gu2016-01-311-3/+3
|
* avcodec/vorbis: remove avpriv vorbis parser cruftHendrik Leppkes2015-09-061-40/+0
| | | | It was replaced by a public API
* avcodec/export av_vorbis_parse_frame_flags()Michael Niedermayer2014-11-061-0/+15
| | | | | | The other functions where changed in the previous merge Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer2014-11-061-4/+4
| | | | | | | | | | | | | * commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70': lavc: add a public API for parsing vorbis packets. Conflicts: doc/APIchanges libavcodec/Makefile libavcodec/version.h libavcodec/vorbis_parser.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-061-0/+71
It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.
OpenPOWER on IntegriCloud