Re: [libav-devel] [PATCH 3/7] Add the new bitstream reader

2016-05-15 Thread Kostya Shishkov
On Sat, May 14, 2016 at 11:45:03AM +0200, Alexandra Hájková wrote: > --- > libavcodec/bitstream.h | 470 > + > 1 file changed, 470 insertions(+) > create mode 100644 libavcodec/bitstream.h I approve. ___

Re: [libav-devel] [PATCH 0/5] V2: Convert the decoders to the new bitstream reader: AAC set

2016-05-15 Thread Luca Barbato
On 14/05/16 12:50, Alexandra Hájková wrote: > This set is compilabale together only. > Changes: * cosmetics > * include bitstream.h and vlc.h directly when suitable > * use bitstream_init8 instead of bitstream_init where suitable > * new naming (bitstream_read + bitstream

Re: [libav-devel] [PATCH 1/7] avio: Allow custom IO users to get labels for the output bytestream

2016-05-15 Thread Martin Storsjö
On Sat, 14 May 2016, Luca Barbato wrote: On 14/05/16 20:32, Martin Storsjö wrote: . What I try to mean is "sync point" == keyframe, "parse point" == any packet boundary, opaque == anything/random/unknown (e.g. if a packet is cut into multiple write callbacks due to a too small IO buffer, or i