[FFmpeg-devel] [PATCHv3 2/2] avformat: parse iTunes gapless information

2016-08-05 Thread kode54
From: Chris Moeller --- libavformat/mp3dec.c | 64 +++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 56c7f8c..3055e2c 100644 --- a/libavformat/mp3dec.c +++

[FFmpeg-devel] [PATCH 1/2] avformat: read id3v2 comment tags

2016-07-22 Thread kode54
From: Chris Moeller --- libavformat/id3v2.c | 44 1 file changed, 44 insertions(+) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 46b9394..c38c610 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -400,6

[FFmpeg-devel] [PATCH 2/2] avformat: parse iTunes gapless information

2016-07-22 Thread kode54
From: Chris Moeller --- libavformat/mp3dec.c | 64 +++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 56c7f8c..3055e2c 100644 --- a/libavformat/mp3dec.c +++

[FFmpeg-devel] [PATCH 1/2] avformat: read id3v2 comment tags

2016-07-22 Thread kode54
From: Chris Moeller --- libavformat/id3v2.c | 44 1 file changed, 44 insertions(+) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 46b9394..c38c610 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -400,6