Re: [FFmpeg-devel] [PATCH] avcodec: add MagicYUV encoder

2017-07-16 Thread James Almer
On 7/14/2017 11:30 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 2 +- > libavcodec/magicyuvenc.c | 482 > +++ > 3 files changed, 484 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] avcodec: add MagicYUV encoder

2017-07-14 Thread Reimar Döffinger
On 14.07.2017, at 16:30, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol Probably not making myself popular with that request, but maybe you could do a pass over the code and add comments for things that might be useful for people to know? If you need

[FFmpeg-devel] [PATCH] avcodec: add MagicYUV encoder

2017-07-14 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 2 +- libavcodec/magicyuvenc.c | 482 +++ 3 files changed, 484 insertions(+), 1 deletion(-) create mode 100644 libavcodec/magicyuvenc.c