| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -3/+3 |
* | avformat/id3v2: Check end for overflow in id3v2_parse() | Michael Niedermayer | 2021-04-23 | 1 | -1/+5 |
* | avformat/id3v2: Don't reverse the order of id3v2 APICs | Andreas Rheinhardt | 2021-04-18 | 1 | -53/+42 |
* | avformat: Add and use helper function to add attachment streams | Andreas Rheinhardt | 2021-04-01 | 1 | -15/+6 |
* | avformat/id3v2: replace call to av_init_packet() | James Almer | 2021-03-17 | 1 | -1/+1 |
* | avformat/id3v2: Check the return from avio_get_str() | Michael Niedermayer | 2021-02-10 | 1 | -1/+4 |
* | avformat/id3v2: Check against max compression ratio before allocation | Michael Niedermayer | 2021-01-19 | 1 | -0/+2 |
* | avformat/id3v2: Sanity check tlen before alloc and uncompress | Michael Niedermayer | 2020-12-05 | 1 | -0/+3 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -7/+7 |
* | avformat/id3v2: Avoid allocations for ID3v2ExtraMeta | Andreas Rheinhardt | 2020-05-25 | 1 | -32/+18 |
* | avformat/id3v2: Fix double-free on error | Andreas Rheinhardt | 2019-12-10 | 1 | -2/+0 |
* | avformat/id3v2: Avoid av_strdup for key and value of dict | Andreas Rheinhardt | 2019-11-13 | 1 | -6/+7 |
* | lavf/id3v2: fail read_apic on EOF reading mimetype | chcunningham | 2018-12-17 | 1 | -2/+4 |
* | avformat/id3v2: use png header to get PNG signature | Paul B Mahol | 2018-12-14 | 1 | -1/+2 |
* | id3v2: fix unsynchronization | wm4 | 2018-02-04 | 1 | -12/+14 |
* | avformat: add option to parse/store ID3 PRIV tags in metadata. | Richard Shaffer | 2018-01-24 | 1 | -0/+48 |
* | avformat: fix id3 chapters | Lukas Stabe | 2017-10-05 | 1 | -30/+90 |
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -1/+1 |
|\ |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -1/+1 |
| * | srt: Adjust signedness of sscanf format strings | Diego Biurrun | 2016-10-28 | 1 | -1/+1 |
* | | avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal() | Michael Niedermayer | 2017-05-19 | 1 | -1/+3 |
* | | avformat: fix ID3v2 parser for v2.2 comment frames | Chris Moeller | 2017-01-28 | 1 | -2/+5 |
* | | avformat/id3v2: fix memleak with empty strings | Michael Niedermayer | 2016-08-11 | 1 | -1/+4 |
* | | avformat/id3v2: Mark variable as unused to avoid "set but not used" warning | Michael Niedermayer | 2016-08-08 | 1 | -1/+1 |
* | | avformat: read id3v2 comment tags | Chris Moeller | 2016-08-07 | 1 | -0/+42 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -2/+2 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | id3v2: strip trailing spaces from APIC tag | wm4 | 2015-06-18 | 1 | -0/+11 |
* | | avformat/id3v2: detect PNG by header instead of mime | Michael Niedermayer | 2015-06-18 | 1 | -0/+3 |
* | | id3v2: catch avio_read errors in check_tag | Andreas Cadhalpun | 2015-05-11 | 1 | -1/+1 |
* | | Merge commit '379e5603f4131e677ecf5ba79973dcd5603f28ea' | Michael Niedermayer | 2015-05-10 | 1 | -0/+2 |
|\| |
|
| * | id3v2: Do not export empty APIC description | wm4 | 2015-05-09 | 1 | -1/+4 |
* | | id3v2: do not export APIC description if empty | wm4 | 2015-05-08 | 1 | -1/+2 |
* | | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a' | Michael Niedermayer | 2015-02-25 | 1 | -4/+4 |
|\| |
|
| * | libavformat: Use ffio_free_dyn_buf where applicable | Martin Storsjö | 2015-02-24 | 1 | -4/+4 |
* | | avformat/id3v2: remove unused variable | Michael Niedermayer | 2015-01-15 | 1 | -1/+0 |
* | | Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9' | Michael Niedermayer | 2015-01-15 | 1 | -5/+10 |
|\| |
|
| * | id3v2: fix reading v2.2 attached pictures | Anton Khirnov | 2015-01-14 | 1 | -6/+16 |
* | | Merge commit '932788be5af8dee062c77851b573ea47dd6d047a' | Michael Niedermayer | 2015-01-15 | 1 | -2/+2 |
|\| |
|
| * | id3v2: add names to the parameters of ID3v2EMFunc.read | Anton Khirnov | 2015-01-14 | 1 | -2/+2 |
* | | avformat/id3v2: Fix incompatible pointer type warnings | Michael Niedermayer | 2015-01-15 | 1 | -2/+2 |
* | | Merge commit '8809c974a3fb51f96e498a5556a4a5bbacc581ce' | Michael Niedermayer | 2015-01-15 | 1 | -3/+3 |
|\| |
|
| * | id3v2: constify the 'tag' parameter to special metadata parsing callback | Anton Khirnov | 2015-01-14 | 1 | -3/+3 |
* | | avformat/id3v2: support USLT tags | wm4 | 2015-01-06 | 1 | -0/+50 |
* | | avformat/id3v2: Use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-20 | 1 | -4/+4 |
* | | id3v2: prefer TDRC for date over TDRL. | Benoit Fouet | 2014-11-04 | 1 | -1/+1 |
* | | avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 | Benoit Fouet | 2014-10-17 | 1 | -2/+62 |
* | | avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. | Benoit Fouet | 2014-10-16 | 1 | -1/+1 |