Re: [FFmpeg-devel] [RFC] Replace the bitstream reader

2019-11-24 Thread Michael Niedermayer
On Sun, Nov 24, 2019 at 11:35:51AM +0100, alexandrahajk...@post.cz wrote: > Hello, > > I'd like to add the bitstream reader I wrote a few years ago. It >   would replace the original get_bits.h > > The new bitstream reader is > written to be easier to use, more consistent and to be easier to > fo

Re: [FFmpeg-devel] [RFC] Replace the bitstream reader

2019-11-24 Thread Carl Eugen Hoyos
> Am 24.11.2019 um 11:35 schrieb > : > > I did some benchmarks and for example on x86_64, 64-bit > (Intel Core i3-2120, 3.30GHz) > I saw no speed regressions for HEVC and x264 and > some speed ups for OPUS, AAC, DCA, > SVQ3. PRORES was even 11 % faster. How can I reproduce this? (How did yo

Re: [FFmpeg-devel] [RFC] Replace the bitstream reader

2019-11-24 Thread Paul B Mahol
On 11/24/19, alexandrahajk...@post.cz wrote: > Hello, > > I'd like to add the bitstream reader I wrote a few years ago. It > would replace the original get_bits.h > > The new bitstream reader is > written to be easier to use, more consistent and to be easier to > follow. It is better documented

[FFmpeg-devel] [RFC] Replace the bitstream reader

2019-11-24 Thread alexandrahajkova
Hello, I'd like to add the bitstream reader I wrote a few years ago. It   would replace the original get_bits.h The new bitstream reader is written to be easier to use, more consistent and to be easier to follow. It is better documented  and is consistent with the bytestream reader naming. Some