| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zl... | Michael Niedermayer | 2014-08-30 | 1 | -1/+1 |
* | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -2/+2 |
* | ff_id3v2_read: add option to limit ID3 magic number search | Peter Ross | 2014-04-19 | 1 | -5/+14 |
* | ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULL | Peter Ross | 2014-04-19 | 1 | -0/+2 |
* | avformat/id3v2: decode compilation metadata | Peter Ross | 2014-03-15 | 1 | -0/+2 |
* | avformat/id3v2: allow ID3 parsing without AVFormatContext | Anssi Hannula | 2013-12-31 | 1 | -42/+64 |
* | avformat/id3v2: parse ID3 Private frames as extra metadata | Anssi Hannula | 2013-12-31 | 1 | -0/+46 |
* | Read pictures in id3v2.2 | Carl Eugen Hoyos | 2013-12-23 | 1 | -5/+10 |
* | avformat/id3v2: Check avio_read() return value in read_chapter() | Michael Niedermayer | 2013-12-15 | 1 | -1/+2 |
* | avformat/id3v2: factor free code to the end of read_chapter() | Michael Niedermayer | 2013-12-15 | 1 | -4/+3 |
* | vformat/id3v2: check avio_read for short reads in addition to errors | Michael Niedermayer | 2013-12-15 | 1 | -2/+2 |
* | avformat/id3v2: Check avio_read() return code in id3v2_parse() | Michael Niedermayer | 2013-12-15 | 1 | -2/+4 |
* | id2v2: check the return value of decode_str() | Michael Niedermayer | 2013-06-09 | 1 | -1/+2 |
* | id3v2: read all textual chapter subframes | Paul B Mahol | 2013-06-07 | 1 | -22/+32 |
* | id3v2: stop ignoring text encoding for chapter titles | Paul B Mahol | 2013-05-06 | 1 | -6/+12 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-03 | 1 | -2/+4 |
|\ |
|
| * | id3v2: check for end of file while unescaping tags | Luca Barbato | 2013-05-03 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-02 | 1 | -125/+143 |
|\| |
|
| * | id3v2: K&R formatting cosmetics | Luca Barbato | 2013-05-02 | 1 | -126/+147 |
* | | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff' | Michael Niedermayer | 2013-05-01 | 1 | -2/+3 |
|\| |
|
| * | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -2/+3 |
* | | Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a' | Michael Niedermayer | 2013-04-04 | 1 | -2/+2 |
|\| |
|
| * | id3v2: pad the APIC packets as required by lavc. | Anton Khirnov | 2013-04-04 | 1 | -2/+3 |
* | | id3v2: allocate large enough buffer | Michael Niedermayer | 2013-03-29 | 1 | -1/+2 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -9/+7 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -9/+7 |
* | | lavf/id3v2: seek back to previous offset if header size is not matched | Matthieu Bouron | 2013-01-20 | 1 | -1/+3 |
* | | lavf/id3v2: cosmetics: reindent | Matthieu Bouron | 2013-01-19 | 1 | -2/+2 |
* | | id3v2: check index against buffer size. Fix out of array access | Michael Niedermayer | 2012-11-29 | 1 | -2/+2 |
* | | id3v2: restructure compressed and unsync code | Michael Niedermayer | 2012-11-23 | 1 | -37/+39 |
* | | id3v2: print ver/flags/len on debug level. | Michael Niedermayer | 2012-11-22 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-22 | 1 | -10/+17 |
|\| |
|
| * | id3v2: fix reading unsynchronized frames. | Anton Khirnov | 2012-11-22 | 1 | -8/+10 |
| * | id3v2: strdup the genre name explicitly. | Clément Bœsch | 2012-09-17 | 1 | -7/+4 |
| * | lavf/id3v2: do not export empty fields. | Clément Bœsch | 2012-09-17 | 1 | -0/+2 |
* | | parse ID3v2 chapters | Paul B Mahol | 2012-10-28 | 1 | -0/+31 |
* | | lavf: add missing new line to some error messages 2 | Piotr Bandurski | 2012-09-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-12 | 1 | -1/+1 |
|\| |
|
| * | id3v2: Match PIC mimetype/format case-insensitively | Mohammad Alsaleh | 2012-08-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -0/+2 |
|\| |
|
| * | id3v2: Support v2.2 PIC | Mohammad Alsaleh | 2012-08-08 | 1 | -0/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -10/+10 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-08 | 1 | -0/+1 |
|\| |
|
| * | id3v2: add a mimetype for bmp pictures. | Anton Khirnov | 2012-07-07 | 1 | -0/+1 |
* | | id3v2: reject APICs with size of 0 | Piotr Bandurski | 2012-05-20 | 1 | -1/+1 |
* | | lavf/id3v2: always strdup the value. | Clément Bœsch | 2012-05-19 | 1 | -7/+4 |
* | | lavf/id3v2: do not export empty fields. | Clément Bœsch | 2012-05-19 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-02 | 1 | -9/+9 |
|\| |
|
| * | id3v2: fix skipping extended header in id3v2.4 | Anton Khirnov | 2012-04-01 | 1 | -2/+11 |