206 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Wolfgang Müller a67734596d avformat/id3v2: Add Grouping frame to id3v2.4 metadata table 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Michael Niedermayer efdb564504 avformat/id3v2: Check end for overflow in id3v2_parse() 4 years ago
Andreas Rheinhardt 8068f2fcf3 avformat/id3v2: Don't reverse the order of id3v2 APICs 4 years ago
Andreas Rheinhardt 39ecb63d0f avformat: Add and use helper function to add attachment streams 4 years ago
James Almer 453021c74e avformat/id3v2: replace call to av_init_packet() 4 years ago
Michael Niedermayer 25f240fcb3 avformat/id3v2: Check the return from avio_get_str() 4 years ago
Michael Niedermayer c48110a4a4 avformat/id3v2: Check against max compression ratio before allocation 4 years ago
Michael Niedermayer d7f87a4b9e avformat/id3v2: Sanity check tlen before alloc and uncompress 4 years ago
Andreas Rheinhardt 37140ebd87 avformat/id3v2: Remove unnecessary indirection 5 years ago
Andreas Rheinhardt f08853b284 avformat/id3v2: Avoid allocations for ID3v2ExtraMeta 5 years ago
Andreas Rheinhardt 67d4940a77 avformat/id3v2: Fix double-free on error 5 years ago
Andreas Rheinhardt a7245adee3 avformat/id3v2: Avoid av_strdup for key and value of dict 5 years ago
chcunningham ee1e39a576 lavf/id3v2: fail read_apic on EOF reading mimetype 6 years ago
Paul B Mahol 5e6b93bb4d avformat/id3v2: use png header to get PNG signature 6 years ago
wm4 48bc9fffd1 id3v2: fix unsynchronization 7 years ago
Richard Shaffer 8a4cc0a256 avformat: add option to parse/store ID3 PRIV tags in metadata. 7 years ago
Lukas Stabe 1fd80106be avformat: fix id3 chapters 7 years ago
Michael Niedermayer 0cc6dd1b81 avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal() 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Chris Moeller ecd360041e avformat: fix ID3v2 parser for v2.2 comment frames 8 years ago
Diego Biurrun 3ec6f855d0 srt: Adjust signedness of sscanf format strings 8 years ago
Michael Niedermayer cc6a59d2b9 avformat/id3v2: fix memleak with empty strings 8 years ago
Michael Niedermayer 65298a192a avformat/id3v2: Mark variable as unused to avoid "set but not used" warning 8 years ago
Chris Moeller 7387506b06 avformat: read id3v2 comment tags 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
wm4 d4007d1763 id3v2: strip trailing spaces from APIC tag 10 years ago
Michael Niedermayer 622f1468c9 avformat/id3v2: detect PNG by header instead of mime 10 years ago
Andreas Cadhalpun 0382c94f13 id3v2: catch avio_read errors in check_tag 10 years ago
wm4 379e5603f4 id3v2: Do not export empty APIC description 10 years ago
wm4 b697b297b7 id3v2: do not export APIC description if empty 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Michael Niedermayer b0be6d8385 avformat/id3v2: remove unused variable 10 years ago
Michael Niedermayer 7eef45a76f avformat/id3v2: Fix incompatible pointer type warnings 10 years ago
Anton Khirnov 54bc15d5eb id3v2: fix reading v2.2 attached pictures 10 years ago
Anton Khirnov 932788be5a id3v2: add names to the parameters of ID3v2EMFunc.read 10 years ago
Anton Khirnov 8809c974a3 id3v2: constify the 'tag' parameter to special metadata parsing callback 10 years ago
wm4 ea7af58fc6 avformat/id3v2: support USLT tags 10 years ago
Michael Niedermayer 081913aec5 avformat/id3v2: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Benoit Fouet dc351e1381 id3v2: prefer TDRC for date over TDRL. 10 years ago
Benoit Fouet 242f8bb3a8 avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 10 years ago
Benoit Fouet 8bcf425d06 avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. 10 years ago
Michael Niedermayer 19bf1ed1f4 avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zlib is unavailable 10 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Peter Ross 5331773cc3 ff_id3v2_read: add option to limit ID3 magic number search 11 years ago
Peter Ross c94305ae23 ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULL 11 years ago
Peter Ross 847d8af59a avformat/id3v2: decode compilation metadata 11 years ago
Anssi Hannula 7fdf245ab9 avformat/id3v2: allow ID3 parsing without AVFormatContext 11 years ago
Anssi Hannula 53765ae33b avformat/id3v2: parse ID3 Private frames as extra metadata 11 years ago