[FFmpeg-devel] [PATCH] avformat: add H264 and HEVC support in IVF muxer

2018-10-01 Thread alx . sukhanov
From: Alex Sukhanov --- libavformat/ivfenc.c | 50 +--- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index 66441a2a43..6410828533 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@

[FFmpeg-devel] [PATCH] avformat: add H264 and HEVC support in IVF muxer

2018-09-30 Thread alx . sukhanov
From: Alex Sukhanov --- libavformat/ivfenc.c | 41 - 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index 66441a2a43..68c36daf09 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@ -38

[FFmpeg-devel] [PATCH] avformat: add H264 and HEVC support in IVF muxer

2018-09-27 Thread alx . sukhanov
From: Alex Sukhanov --- libavformat/ivfenc.c | 37 - 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index 66441a2a43..9ff7894b88 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@ -38,17