Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-01all: Make header guard names consistentTimothy Gu
2015-09-06avcodec/vorbis: remove avpriv vorbis parser cruftHendrik Leppkes
It was replaced by a public API
2014-11-06avcodec/export av_vorbis_parse_frame_flags()Michael Niedermayer
The other functions where changed in the previous merge Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-06Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer
* 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>
2014-11-06lavc: add a public API for parsing vorbis packets.Anton Khirnov
It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.