148 Commits (3e97d96e6f239894317fc6eb778b25ce67ce5451)

Author SHA1 Message Date
rcombs 57271e4a68 lavf/oggdec: fix demux with unrecognized header packets 2 years ago
Andreas Rheinhardt ff0e8e14c3 avformat/utils: Move avpriv_new_chapter to demux_utils.c 3 years ago
Vittorio Giovara 5b51e6771c ogg: convert to new channel layout API 3 years ago
Andreas Rheinhardt a4798a5d51 all: Use av_memdup() where appropriate 3 years ago
Andreas Rheinhardt c1f4858242 avformat/flac_picture: Try to reuse buffer for attached picture 3 years ago
Andreas Rheinhardt b10a8a30db avformat/oggparsevorbis: Avoid tmp bufs when parsing VorbisComment 3 years ago
Andreas Rheinhardt f1d89d6dd0 avformat/oggparsevorbis: Factor parsing a single VorbisComment out 3 years ago
Guangyu Sun 75510d7015 avformat/oggparsevorbis: Update end_trimming for the last packet 3 years ago
Andreas Rheinhardt c0f01eaf12 avformat/oggdec: Avoid duplicating buffer when adding side-data 5 years ago
Michael Niedermayer 2a3bbc0086 avformat/oggparsevorbis: Error out on double init of vp 5 years ago
Mattias Wadman af97c9865f libavformat/flacdec: Workaround for truncated metadata picture size 5 years ago
Mattias Wadman 9d21d18ec3 lavf/oggparsevorbis: Use case-insensitive key compare for vorbis picture 5 years ago
Andreas Rheinhardt 5b7e90b252 avformat/oggparsevorbis: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup 5 years ago
Jun Zhao 8d3630c540 lavf/oggparsevorbis: Fix change the case of metadata keys issue 6 years ago
Michael Niedermayer 3934aa495d libavformat/oggparsevorbis: Fix memleak on multiple headers 7 years ago
Dale Curtis 09494d0984 avformat/oggdec: Respect AVERROR codes returned by ogg parsers. 7 years ago
James Almer afd04058bc avformat/oggparsevorbis: free base64 encoded data immediately after decoding it 9 years ago
James Almer 8b5b756c4d avformat/oggparsevorbis: use the base64 decode size macro 9 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato 41ed749fe9 ogg: Do not try to use the parser if it is not present 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer c04c43b3e4 avformat/oggparsevorbis: Check that initialization succeeded before declaring the end of headers 10 years ago
Michael Niedermayer 4b2763cd13 avformat/oggparsevorbis: return proper error code from vorbis_header() 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
Andrew Stone db68ef898a ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 10 years ago
Michael Niedermayer 27b8ef5bb7 avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0 11 years ago
Anton Khirnov 23f741f793 matroskadec: parse the channel layout mask for FLAC 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer b978391ed5 avformat/oggparsevorbis: remove non functional null check 11 years ago
Alessandro Ghedini 0048deb84c oggparsevorbis: export replaygain tags from Vorbis comments 11 years ago
Michael Niedermayer 12b97dd375 avformat/oggparsevorbis: dont use invalid granules 11 years ago
Michael Niedermayer f5d1d1e466 avformat/oggparsevorbis: check packet size before reading new_len from it 11 years ago
Hendrik Leppkes 45581ed15d oggdec/vorbis: fix stream duration condition 11 years ago
Ben Boeckel 5a633ec2dd vorbis: extract metadata from the middle of a stream 11 years ago
Ben Boeckel 0dc66553ad vorbis: append data from tags together 11 years ago
Vittorio Giovara fd2384f02b oggparsevorbis: fail on memory allocation error 11 years ago
James Almer c18375ec80 oggvorbisdec: add support for embedded cover art 11 years ago
Vittorio Giovara ed9245dba8 oggparsevorbis: check allocations 11 years ago
James Almer 9c15ef35d4 oggparsevorbis: support official chapter extension 11 years ago
Vittorio Giovara 90e15e340d oggparsevorbis: return meaningful errors 11 years ago
Vittorio Giovara 49fe9c05f9 oggparsevorbis: K&R formatting cosmetics 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Luca Barbato 3562684db7 ogg: Always alloc the private context in vorbis_header 11 years ago
Michael Niedermayer f3b7f47070 avformat/oggparsevorbis: fix leak of tt 11 years ago
Michael Niedermayer d0a882ab1d avformat/oggparsevorbis: fix leak of ct 11 years ago
James Almer 04b9836274 oggparsevorbis: Support official chapter extension 12 years ago