Re: [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support

2020-08-03 Thread Kartik K. Khullar
inefficient way. Thank You so much. Kartik. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support

2020-08-02 Thread Kartik K. Khullar
My apologies, I should have removed other parts of the quoted code which I was not replying to. The reply is unnecesarily long now. On Mon, 3 Aug, 2020, 12:39 am Kartik K. Khullar, wrote: > > > On Sun, Aug 2, 2020 at 5:57 PM Nicolas George wrote: > >> Anamitra G

[FFmpeg-devel] [GSoC] [WIP] [RFC] FLIF Encoder & Decoder Project

2020-03-29 Thread Kartik K. Khullar
some other structs for storing the YCoCg values and not AVFrame, because AVFrame seems to be the standard struct in FFmpeg where the raw media resides. Attaching some testcases of RGB and its corresponding YCoCg values for testing purposes. Thanks Kartik K. Khullar #include "transformflif

[FFmpeg-devel] [PATCH] FLIF16 GSOC Project - Added RGB to YCoCg macros

2020-03-17 Thread Kartik
From: Kartik K. Khullar --- FFmpeg/libavutil/colorspace.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/FFmpeg/libavutil/colorspace.h b/FFmpeg/libavutil/colorspace.h index ef6f610..bf53afe 100644 --- a/FFmpeg/libavutil/colorspace.h +++ b/FFmpeg/libavutil/colorspace.h @@ -94,6

[FFmpeg-devel] [PATCH] FLIF16 GSOC Project Range Transformation YCoCg

2020-03-17 Thread Kartik
From: Kartik K. Khullar --- FFmpeg/libavcodec/flif16transform.c | 53 + 1 file changed, 53 insertions(+) diff --git a/FFmpeg/libavcodec/flif16transform.c b/FFmpeg/libavcodec/flif16transform.c index e69de29..febf5e9 100644 --- a/FFmpeg/libavcodec/flif16transform.c

Re: [FFmpeg-devel] GSoC: Regarding Parsing and FLIF16 Frame Encoding

2020-02-29 Thread Kartik K. Khullar
It is just to remind that I am already working on Transformations involved in FLIF and the functions which these transformations use like Symbol Encoding @Anamitra. It would be helpful if someone could help me clear what does RAC refer to in FLIF spec. It is mentioned under Symbol Encoding and is b

[FFmpeg-devel] FLIF Encoder & Decoder Project for GSOC 2020

2020-02-23 Thread Kartik Khullar
Compression using DCT, also I am good at C/C++ and have worked using git before. Also any help from mentor's side will be helpful for me. Thank You. Kartik K. Khullar ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/lis