Files
ffmpeg/libavcodec
Mark Thompson fb69a8e1f1 pthread_frame: Unreference hw_frames_ctx on per-thread codec contexts
When decoding with threads enabled, the get_format callback will be
called with one of the per-thread codec contexts rather than with the
outer context.  If a hwaccel is in use too, this will add a reference
to the hardware frames context on that codec context, which will then
propagate to all of the other per-thread contexts for decoding.  Once
the decoder finishes, however, the per-thread contexts are not freed
normally, so these references leak.

Merges Libav commit fd0fae60.

Signed-off-by: wm4 <nfxjfg@googlemail.com>
2017-03-21 06:16:49 +01:00
..
2017-02-15 12:46:01 +01:00
2017-02-15 12:46:01 +01:00
2017-03-02 11:39:54 +01:00
2017-03-20 09:23:15 +01:00
2017-02-21 00:40:20 +01:00
2017-02-24 15:50:16 +01:00
2017-01-11 16:02:10 +01:00
2017-03-15 11:46:15 +01:00
2017-03-12 18:24:49 +01:00
2017-02-03 20:16:30 +01:00
2017-02-03 20:01:07 +01:00
2017-01-11 16:02:10 +01:00
2017-01-11 16:02:10 +01:00
2017-02-21 00:40:20 +01:00
2017-02-14 06:15:36 +00:00
2017-02-24 19:14:55 +00:00
2017-02-14 06:15:36 +00:00
2017-01-09 18:43:19 +01:00
2017-02-10 17:04:56 +01:00
2017-01-16 10:24:01 +01:00
2017-02-21 00:40:20 +01:00
2017-02-27 13:10:41 +01:00
2017-02-02 01:12:07 +01:00
2017-01-20 13:58:41 +01:00