23 Commits (1c46ab4815f8b32512ae5fa4fd9dc95fecd2a05d)

Author SHA1 Message Date
Hendrik Leppkes 34e85cb340 avcodec/vorbis: remove avpriv vorbis parser cruft 9 years ago
Ben Boeckel 1fe94ea79e vorbis: parse out setup headers as well 10 years ago
Michael Niedermayer ad2deb02e5 avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 10 years ago
Michael Niedermayer 62e52b94e6 vorbis_parser: Move vp check to avoid a null pointer dereference 10 years ago
Michael Niedermayer 374c907fb3 avcodec/vorbis_parser: Move vp check 10 years ago
Michael Niedermayer 7ffdc7bef2 avcodec/export av_vorbis_parse_frame_flags() 10 years ago
Anton Khirnov 2f3fadfbe3 lavc,lavf: switch to the new vorbis parse API 10 years ago
Anton Khirnov 5e80fb7ff2 lavc: add a public API for parsing vorbis packets. 10 years ago
Anton Khirnov 6896f95b24 vorbis_parser: add an AV prefix to VorbisParseContext 10 years ago
Anton Khirnov 874792641e vorbis_parser: use a dedicated AVClass for logging 10 years ago
Ben Boeckel 255302da70 vorbis: handle special packets in the middle of a stream 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 16db88a093 vorbis_parser: fix blocksize 13 years ago
Michael Niedermayer 441dce2169 oggvorbis: move handling of first packets ts from parser to muxer. 13 years ago
Michael Niedermayer 1f95ad48ff oggvorbisdec: redesign special handling of first frames timestamp. 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago