| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/id3v2: Don't reverse the order of id3v2 APICs | Andreas Rheinhardt | 2021-04-18 | 1 | -2/+2 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -4/+4 |
* | avformat/id3v2: Avoid allocations for ID3v2ExtraMeta | Andreas Rheinhardt | 2020-05-25 | 1 | -6/+11 |
* | avformat: add option to parse/store ID3 PRIV tags in metadata. | Richard Shaffer | 2018-01-24 | 1 | -0/+15 |
* | avformat: fix id3 chapters | Lukas Stabe | 2017-10-05 | 1 | -3/+12 |
* | 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 |
* | | ff_id3v2_read: add option to limit ID3 magic number search | Peter Ross | 2014-04-19 | 1 | -1/+3 |
* | | lavf/id3v2enc: use metadata_header_padding | James Darnley | 2014-01-24 | 1 | -1/+1 |
* | | avformat/id3v2: allow ID3 parsing without AVFormatContext | Anssi Hannula | 2013-12-31 | 1 | -1/+15 |
* | | avformat/id3v2: parse ID3 Private frames as extra metadata | Anssi Hannula | 2013-12-31 | 1 | -0/+6 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -2/+1 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -2/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -8/+49 |
|\| |
|
| * | id3v2enc: add a function for writing attached pictures. | Anton Khirnov | 2012-02-29 | 1 | -0/+5 |
| * | id3v2enc: split ff_id3v2_write(). | Anton Khirnov | 2012-02-29 | 1 | -2/+24 |
| * | id3v2: remove unused ff_id3v2_read(). | Anton Khirnov | 2012-02-29 | 1 | -7/+2 |
| * | lavf: export id3v2 attached pictures as streams. | Anton Khirnov | 2012-02-29 | 1 | -0/+6 |
| * | id3v2: read attached pictures and export them in ID3v2ExtraMeta. | Anton Khirnov | 2012-02-29 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -0/+8 |
|\| |
|
| * | Move id3v2 tag writing to a separate file. | Michael Karcher | 2011-10-23 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-23 | 1 | -1/+1 |
|\| |
|
| * | id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays | Michael Karcher | 2011-10-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -10/+0 |
|\| |
|
| * | id3v2: reduce the scope of some non-globally-used symbols/structures | Diego Biurrun | 2011-10-13 | 1 | -10/+0 |
* | | id3v2: Fix some (function) pointer types. | Reimar Döffinger | 2011-09-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-21 | 1 | -1/+37 |
|\| |
|
| * | id3v2: add support for non-text and GEOB type tag frames | David Goldwich | 2011-09-21 | 1 | -1/+37 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | id3v2: split tables for various ID3v2 versions | Anton Khirnov | 2011-01-22 | 1 | -2/+15 |
| * | id3v2: use an enum for encodings instead of magic numbers. | Anton Khirnov | 2011-01-21 | 1 | -0/+7 |
| * | id3v2: make ff_id3v2_parse static | Anton Khirnov | 2011-01-20 | 1 | -6/+0 |
* | | id3v2: split tables for various ID3v2 versions | Anton Khirnov | 2011-01-23 | 1 | -2/+15 |
* | | id3v2: use an enum for encodings instead of magic numbers. | Anton Khirnov | 2011-01-21 | 1 | -0/+7 |
* | | id3v2: make ff_id3v2_parse static | Anton Khirnov | 2011-01-21 | 1 | -6/+0 |
|/ |
|
* | id3v2: use a named constant instead of 0x02 | Anton Khirnov | 2010-12-07 | 1 | -0/+5 |
* | Fix Doxygen function parameter documentation syntax. | Diego Biurrun | 2010-07-02 | 1 | -3/+3 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | Generalize ID3v2 functions to support ID3v2-like ID headers with a | Michael Karcher | 2010-06-11 | 1 | -3/+10 |
* | Remove extraneous const keyword | Måns Rullgård | 2009-10-17 | 1 | -1/+1 |
* | MP3 muxer: Write all metadata. | Anton Khirnov | 2009-10-05 | 1 | -0/+6 |
* | Add id3v2 metadata conversion table and use it in mp3 muxer. | Anton Khirnov | 2009-09-29 | 1 | -0/+3 |
* | Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. | Patrick Dehne | 2009-06-19 | 1 | -0/+5 |
* | Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. | Patrick Dehne | 2009-06-11 | 1 | -0/+7 |
* | Fix probing of files with ID3v2 tags. Discussed at | Alex Converse | 2009-01-19 | 1 | -0/+7 |
* | Factorise id3v2 header parsing from mp3.c to be shared | Alex Converse | 2009-01-15 | 1 | -0/+35 |