mpv/video/decode
wm4 83ab873497 video: change some mp_image_pool semantics
Remove the max_count creation parameter, because it's pointless and
rarely ever did anything. Add a talloc parent parameter instead (which
is something completely different, but convenient, and all callers needs
to be changed anyway).

Instead of clearing the pool when the now removed maximum is reached,
clear it on image parameter changes instead.
2018-01-13 03:26:45 -08:00
..
dec_video.c video, audio: don't actively wait for demuxer input 2018-01-09 09:19:56 +01:00
dec_video.h video, audio: always read all frames before getting next packet 2018-01-01 23:17:56 -08:00
vd.h vd, vd_lavc: change license to LGPL (almost) 2017-06-15 16:32:47 +02:00
vd_lavc.c video: change some mp_image_pool semantics 2018-01-13 03:26:45 -08:00