| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/oggdec: fix demux with unrecognized header packets | rcombs | 2023-03-28 | 1 | -1/+6 |
* | avformat/utils: Move avpriv_new_chapter to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+1 |
* | ogg: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -2/+3 |
* | all: Use av_memdup() where appropriate | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+1 |
* | avformat/flac_picture: Try to reuse buffer for attached picture | Andreas Rheinhardt | 2021-08-28 | 1 | -2/+2 |
* | avformat/oggparsevorbis: Avoid tmp bufs when parsing VorbisComment | Andreas Rheinhardt | 2021-08-28 | 1 | -33/+23 |
* | avformat/oggparsevorbis: Factor parsing a single VorbisComment out | Andreas Rheinhardt | 2021-08-28 | 1 | -67/+75 |
* | avformat/oggparsevorbis: Update end_trimming for the last packet | Guangyu Sun | 2021-07-12 | 1 | -1/+5 |
* | avformat/oggdec: Avoid duplicating buffer when adding side-data | Andreas Rheinhardt | 2020-05-28 | 1 | -1/+1 |
* | avformat/oggparsevorbis: Error out on double init of vp | Michael Niedermayer | 2020-05-26 | 1 | -1/+6 |
* | libavformat/flacdec: Workaround for truncated metadata picture size | Mattias Wadman | 2020-05-25 | 1 | -1/+1 |
* | lavf/oggparsevorbis: Use case-insensitive key compare for vorbis picture | Mattias Wadman | 2020-04-11 | 1 | -1/+1 |
* | avformat/oggparsevorbis: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup | Andreas Rheinhardt | 2020-01-17 | 1 | -2/+1 |
* | lavf/oggparsevorbis: Fix change the case of metadata keys issue | Jun Zhao | 2019-04-22 | 1 | -5/+4 |
* | libavformat/oggparsevorbis: Fix memleak on multiple headers | Michael Niedermayer | 2018-03-07 | 1 | -0/+4 |
* | avformat/oggdec: Respect AVERROR codes returned by ogg parsers. | Dale Curtis | 2017-12-02 | 1 | -1/+1 |
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a' | Clément Bœsch | 2016-06-21 | 1 | -1/+2 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+2 |
* | | avformat/oggparsevorbis: free base64 encoded data immediately after decoding it | James Almer | 2016-06-20 | 1 | -2/+3 |
* | | avformat/oggparsevorbis: use the base64 decode size macro | James Almer | 2016-06-20 | 1 | -3/+3 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -12/+12 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -11/+11 |
* | | Merge commit '41ed749fe987e60b0485fa721ad869590651324d' | Hendrik Leppkes | 2015-09-12 | 1 | -0/+3 |
|\| |
|
| * | ogg: Do not try to use the parser if it is not present | Luca Barbato | 2015-09-10 | 1 | -0/+3 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avformat/oggparsevorbis: Check that initialization succeeded before declaring... | Michael Niedermayer | 2014-11-06 | 1 | -3/+3 |
* | | avformat/oggparsevorbis: return proper error code from vorbis_header() | Michael Niedermayer | 2014-11-06 | 1 | -1/+1 |
* | | Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959' | Michael Niedermayer | 2014-11-06 | 1 | -9/+13 |
|\| |
|
| * | lavc,lavf: switch to the new vorbis parse API | Anton Khirnov | 2014-11-06 | 1 | -8/+12 |
* | | Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70' | Michael Niedermayer | 2014-11-06 | 1 | -1/+1 |
|\| |
|
| * | lavc: add a public API for parsing vorbis packets. | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | | Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67' | Michael Niedermayer | 2014-11-06 | 1 | -1/+1 |
|\| |
|
| * | vorbis_parser: add an AV prefix to VorbisParseContext | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' | Michael Niedermayer | 2014-08-14 | 1 | -3/+17 |
|\| |
|
| * | ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. | Andrew Stone | 2014-08-13 | 1 | -4/+19 |
* | | avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0 | Michael Niedermayer | 2014-06-11 | 1 | -0/+4 |
* | | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f' | Michael Niedermayer | 2014-05-28 | 1 | -3/+4 |
|\| |
|
| * | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -3/+4 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | | avformat/oggparsevorbis: remove non functional null check | Michael Niedermayer | 2014-04-06 | 1 | -1/+1 |
* | | Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4' | Michael Niedermayer | 2014-04-04 | 1 | -1/+8 |
|\| |
|
| * | oggparsevorbis: export replaygain tags from Vorbis comments | Alessandro Ghedini | 2014-04-04 | 1 | -1/+8 |
* | | avformat/oggparsevorbis: dont use invalid granules | Michael Niedermayer | 2014-03-05 | 1 | -1/+1 |
* | | avformat/oggparsevorbis: check packet size before reading new_len from it | Michael Niedermayer | 2014-03-02 | 1 | -1/+1 |
* | | oggdec/vorbis: fix stream duration condition | Hendrik Leppkes | 2014-02-16 | 1 | -1/+1 |
* | | vorbis: extract metadata from the middle of a stream | Ben Boeckel | 2014-02-05 | 1 | -7/+44 |
* | | vorbis: append data from tags together | Ben Boeckel | 2014-02-05 | 1 | -2/+7 |
* | | Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937' | Michael Niedermayer | 2013-10-13 | 1 | -3/+1 |
|\| |
|
| * | oggparsevorbis: fail on memory allocation error | Vittorio Giovara | 2013-10-12 | 1 | -3/+1 |