[FFmpeg-devel] [PATCH] avformat: add TiVo ty demuxer

2017-11-04 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/ty.c | 765 +++ 3 files changed, 767 insertions(+) create mode 100644 libavformat/ty.c diff --git a/libavformat/Makefile b/libavfor

Re: [FFmpeg-devel] [PATCH] avformat: add TiVo ty demuxer

2017-11-02 Thread Paul B Mahol
On 11/2/17, Michael Niedermayer wrote: > On Wed, Nov 01, 2017 at 02:40:27PM +0100, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/Makefile | 1 + >> libavformat/allformats.c | 1 + >> libavformat/ty.c | 775 >>

Re: [FFmpeg-devel] [PATCH] avformat: add TiVo ty demuxer

2017-11-01 Thread Michael Niedermayer
On Wed, Nov 01, 2017 at 02:40:27PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/ty.c | 775 > +++ > 3 files changed, 777 insertions(+) > cr

[FFmpeg-devel] [PATCH] avformat: add TiVo ty demuxer

2017-11-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/ty.c | 775 +++ 3 files changed, 777 insertions(+) create mode 100644 libavformat/ty.c diff --git a/libavformat/Makefile b/libavfor