Files
ffmpeg/libavcodec
Jose Da Silva cb70e1921a avcodec/xbmenc: xbm Lower memory use
Two minor memory improvements.

First bug reduces memory needed to about 6/7 the needed amount, which
allows you to host almost 7 pictures in the same memory needed for 6
Second is a recalculation of the total additional memory for headers etc.

size = avctx->height x (linesize * 6 + 1) + (31+32+38+4+1)
Subject: [PATCH 2/3] avcodec/xbmenc: xbm Lower memory use

Small 6/7th size memory reduction.
size = avctx->height x (linesize * 6 + 1) + (31+32+38+4+1)

Signed-off-by: Joe Da Silva <digital@joescat.com>
2021-01-28 15:50:25 +01:00
..
2021-01-14 01:44:21 +01:00
2021-01-01 15:25:48 +01:00
2021-01-01 15:25:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:44 +01:00
2020-12-08 17:51:48 +01:00
2020-11-12 15:55:16 +01:00
2021-01-14 01:44:21 +01:00
2021-01-08 05:05:10 +01:00
2020-11-10 02:14:29 +01:00
2021-01-27 11:53:22 +01:00
2021-01-21 17:13:54 +00:00
2021-01-21 17:13:54 +00:00
2021-01-01 15:25:48 +01:00
2021-01-01 15:25:48 +01:00
2021-01-21 17:13:54 +00:00
2021-01-21 17:13:54 +00:00
2020-11-24 11:35:03 +01:00
2021-01-01 15:25:48 +01:00
2021-01-01 14:33:47 +01:00
2020-12-08 17:51:46 +01:00
2020-12-31 11:49:43 +01:00
2020-11-24 09:38:35 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:47 +01:00
2020-11-11 18:36:09 +01:00
2021-01-21 17:13:54 +00:00
2021-01-01 15:25:48 +01:00
2021-01-01 15:25:48 +01:00
2021-01-25 13:17:43 +01:00
2020-11-24 09:38:35 +01:00
2020-12-08 17:51:44 +01:00
2020-11-02 22:57:23 +00:00
2021-01-01 15:25:48 +01:00
2021-01-01 15:25:48 +01:00
2021-01-25 00:18:47 +01:00
2021-01-01 15:25:48 +01:00
2021-01-28 15:50:25 +01:00