git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/magicyuvenc : Switch to unchecked bytestream2 API
17 avril, par Andreas Rheinhardt -
avcodec/magicyuvenc : Calculate proper packet size in advance
17 avril, par Andreas Rheinhardtavcodec/magicyuvenc: Calculate proper packet size in advance This can be easily done because we have a count of the number of values and the length of the associated codes. This allows to switch to ff_get_encode_buffer() and thereby avoids an implicit intermediate buffer. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/magicyuvenc : Simplify padding slice
17 avril, par Andreas Rheinhardt -
avcodec/magicyuvenc : Avoid PutBitContext for byte-aligned writes
17 avril, par Andreas Rheinhardt -
avcodec/magicyuvenc : Avoid intermediate buffer
17 avril, par Andreas Rheinhardtavcodec/magicyuvenc: Avoid intermediate buffer Given that we can calculate the size of each slice in advance, we can determine the position in the output packet where it needs to be put and can therefore avoid the intermediate buffer. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>