Re: [FFmpeg-devel] [PATCH] avformat: add DHAV demuxer

2018-11-24 Thread Paul B Mahol
On 11/23/18, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/dhav.c | 250 +++ > 3 files changed, 252 insertions(+) > create mode 100644 libavformat/dhav.c >

[FFmpeg-devel] [PATCH] avformat: add DHAV demuxer

2018-11-23 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dhav.c | 250 +++ 3 files changed, 252 insertions(+) create mode 100644 libavformat/dhav.c diff --git a/libavformat/Makefile b/libavformat/Ma

[FFmpeg-devel] [PATCH] avformat: add DHAV demuxer

2018-11-23 Thread Paul B Mahol
Timestamps and seeking still broken. Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dhav.c | 237 +++ 3 files changed, 239 insertions(+) create mode 100644 libavformat/dhav.c diff --git a

[FFmpeg-devel] [PATCH] avformat: add DHAV demuxer

2018-11-23 Thread Paul B Mahol
Timestamps and seeking still broken. Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dhav.c | 237 +++ 3 files changed, 239 insertions(+) create mode 100644 libavformat/dhav.c diff --git a

[FFmpeg-devel] [PATCH] avformat: add DHAV demuxer

2018-11-22 Thread Paul B Mahol
Missing pts handling and correct codec detection. More samples wanted. Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dhav.c | 136 +++ 3 files changed, 138 insertions(+) create mode 10064