summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
* avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt2022-05-10
* ogg: convert to new channel layout APIVittorio Giovara2022-03-15
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* avformat/flac_picture: Try to reuse buffer for attached pictureAndreas Rheinhardt2021-08-28
* avformat/oggparsevorbis: Avoid tmp bufs when parsing VorbisCommentAndreas Rheinhardt2021-08-28
* avformat/oggparsevorbis: Factor parsing a single VorbisComment outAndreas Rheinhardt2021-08-28
* avformat/oggparsevorbis: Update end_trimming for the last packetGuangyu Sun2021-07-12
* avformat/oggdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat/oggparsevorbis: Error out on double init of vpMichael Niedermayer2020-05-26
* libavformat/flacdec: Workaround for truncated metadata picture sizeMattias Wadman2020-05-25
* lavf/oggparsevorbis: Use case-insensitive key compare for vorbis pictureMattias Wadman2020-04-11
* avformat/oggparsevorbis: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-17
* lavf/oggparsevorbis: Fix change the case of metadata keys issueJun Zhao2019-04-22
* libavformat/oggparsevorbis: Fix memleak on multiple headersMichael Niedermayer2018-03-07
* avformat/oggdec: Respect AVERROR codes returned by ogg parsers.Dale Curtis2017-12-02
* Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-21
|\
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* | avformat/oggparsevorbis: free base64 encoded data immediately after decoding itJames Almer2016-06-20
* | avformat/oggparsevorbis: use the base64 decode size macroJames Almer2016-06-20
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit '41ed749fe987e60b0485fa721ad869590651324d'Hendrik Leppkes2015-09-12
|\|
| * ogg: Do not try to use the parser if it is not presentLuca Barbato2015-09-10
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avformat/oggparsevorbis: Check that initialization succeeded before declaring...Michael Niedermayer2014-11-06
* | avformat/oggparsevorbis: return proper error code from vorbis_header()Michael Niedermayer2014-11-06
* | Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959'Michael Niedermayer2014-11-06
|\|
| * lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-06
* | Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer2014-11-06
|\|
| * lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-06
* | Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67'Michael Niedermayer2014-11-06
|\|
| * vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-06
* | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer2014-08-14
|\|
| * ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* | avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0Michael Niedermayer2014-06-11
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-28
|\|
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* | avformat/oggparsevorbis: remove non functional null checkMichael Niedermayer2014-04-06
* | Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4'Michael Niedermayer2014-04-04
|\|
| * oggparsevorbis: export replaygain tags from Vorbis commentsAlessandro Ghedini2014-04-04
* | avformat/oggparsevorbis: dont use invalid granulesMichael Niedermayer2014-03-05
* | avformat/oggparsevorbis: check packet size before reading new_len from itMichael Niedermayer2014-03-02
* | oggdec/vorbis: fix stream duration conditionHendrik Leppkes2014-02-16
* | vorbis: extract metadata from the middle of a streamBen Boeckel2014-02-05
* | vorbis: append data from tags togetherBen Boeckel2014-02-05
* | Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937'Michael Niedermayer2013-10-13
|\|
| * oggparsevorbis: fail on memory allocation errorVittorio Giovara2013-10-12
* | Merge commit 'c18375ec8040a9fe0f186b2033dc975883143758'Michael Niedermayer2013-10-13
|\|