[vlc-devel] [PATCH 1/2] First release of blt module
Francesco, Cuzzocrea
francesco at bltitalia.com
Fri Aug 4 18:20:32 CEST 2017
Sorry but I'm new to submitting a patch (this is the first I done...).
Please can you explain what
did you mean with "separate demux and codec" ? I made two separate
files. Did you mean
to make two different patches (one for introducing demux and one for
introducing codec) ?
I wrote the codec (that use the libavcodec too ) because one of our most
used blt format foresee
two separate codestreams, one for luma and one for the two components
of chroma, so not always
we have merged components.
That is, when I speak of merged components I intend a codestream with
SOT and SIZ like these:
FF 4F FF 51 00 2F 00 00 00 00 07 80 00 00 02 1C 00 00 00 00 00 00 00 00
00 00 07 80
00 00 02 1C 00 00 00 00 00 00 00 00 00 03 07 01 01 07 02 01 07 02 01
so we have three components each one of 8 bits in 4:2:2 format (first
compo, luma, is in ratio 1:1,
second and third compo, chroma, is in ratio 1:2). In most cases we have
a first codestream:
FF 4F FF 51 00 29 00 00 00 00 07 80 00 00 02 1C 00 00 00 00 00 00 00 00
00 00 07 80
00 00 02 1C 00 00 00 00 00 00 00 00 00 01 09 01 01
for luma ( 1 component at 10 bit in 1:1 ratio) and after it a second
codestream:
FF 4F FF 51 00 2C 00 00 00 00 07 80 00 00 02 1C 00 00 00 00 00 00 00 00
00 00 07 80
00 00 02 1C 00 00 00 00 00 00 00 00 00 02 09 02 01 09 02 01
for chroma ( 2 components at 10 bit in 1:2 ratio). This is why I wrote
the codec too.
Regarding chroma conversion, sorry, but I haven't figured out how to use
the filters for
doing it.
On 04/08/2017 17.51, RĂ©mi Denis-Courmont wrote:
> Please separate the demux and codec, otherwise it is not possible to review
> even the demuxer.
>
> And frankly, you should need neither a codec nor a chroma conversion. We
> already have a libavcodec-based JPEG.2000 decoder, and better chroma
> conversions.
>
--
/*******************************************************************\
* Ing. Francesco Cuzzocrea
* company: BLT Italia srl web: http://www.blt.it
* address: via Rosselli, 91 city: Lido di CAMAIORE
* country: ITALY zip: 55043-i
* Tel. : +39 0584 904788 Fax: +39 0584 904789
* e-mail: francesco at bltitalia.com
\*******************************************************************/
-- BLT will be at IBC (15~19 September 2017) - Hall 8, Stand 8.A69 --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170804/cd34ab48/attachment.html>
More information about the vlc-devel
mailing list