Re: [FFmpeg-devel] [PATCH 1/2] apng: Support inter-frame compression

2015-07-15 Thread Paul B Mahol
Dana 13. 7. 2015. 10:17 osoba "Donny Yang" napisala je: > > The current algorithm is just "try all the combinations, and pick the best". > It's not very fast either, probably due to a lot of copying, but will do for > an initial implementation. > --- > libavcodec/pngenc.c | 423 ++

[FFmpeg-devel] [PATCH 1/2] apng: Support inter-frame compression

2015-07-13 Thread Donny Yang
The current algorithm is just "try all the combinations, and pick the best". It's not very fast either, probably due to a lot of copying, but will do for an initial implementation. --- libavcodec/pngenc.c | 423 +++- 1 file changed, 387 insertions(+)