[FFmpeg-devel] [PATCH v10] avcodec: add farbfeld encoder, decoder and demuxer

Lynne dev at lynne.ee
Fri Jun 7 23:56:13 EEST 2024


On 07/06/2024 21:33, Marcus B Spencer wrote:
> 
> 
> 
> 
> 
> On Friday, June 7th, 2024 at 1:12 PM, Lynne via ffmpeg-devel <ffmpeg-devel at ffmpeg.org> wrote:
> 
>> Since the "codec" is essentially just raw data, you should just make the
>> demuxer output native RGBA64, and the muxer accept RGBA64. There's no
>> reason to have this as a codec, since the header field is completely
>> redundant with the fields an AVFrame contains.
> 
> There is no specific farbfeld muxer. The muxers are just "image2" and "image2pipe".
> 
> There IS a specific farbfeld pipe demuxer called "farbfeld_pipe".
> 
> Also the reason to have this as a codec is for image2 syntax support.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".

That's not a very good excuse for introducing a codec for this. If 
image2 syntax is desired, it can be copied.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xA2FEA5F03F034464.asc
Type: application/pgp-keys
Size: 624 bytes
Desc: OpenPGP public key
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240607/c4f8b53e/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240607/c4f8b53e/attachment.sig>


More information about the ffmpeg-devel mailing list