[FFmpeg-cvslog] lavu: fix memory leaks by using a mutex instead of atomics

2014-12-02 Thread wm4
ffmpeg | branch: release/2.2 | wm4 | Fri Nov 14 13:34:50 2014 +0100| [c790e31ae46d4304af893d04806ec9e3bff5ae28] | committer: Anton Khirnov lavu: fix memory leaks by using a mutex instead of atomics The buffer pool has to atomically add and remove entries from the linked list of available buffe

[FFmpeg-cvslog] lavu: fix memory leaks by using a mutex instead of atomics

2014-11-27 Thread wm4
ffmpeg | branch: release/2.4 | wm4 | Fri Nov 14 13:34:50 2014 +0100| [517ce1d09b5e6b72afc2ef9490b5f8ca42fa6a65] | committer: Anton Khirnov lavu: fix memory leaks by using a mutex instead of atomics The buffer pool has to atomically add and remove entries from the linked list of available buffe

[FFmpeg-cvslog] lavu: fix memory leaks by using a mutex instead of atomics

2014-11-27 Thread wm4
ffmpeg | branch: master | wm4 | Fri Nov 14 13:34:50 2014 +0100| [fbd6c97f9ca858140df16dd07200ea0d4bdc1a83] | committer: Anton Khirnov lavu: fix memory leaks by using a mutex instead of atomics The buffer pool has to atomically add and remove entries from the linked list of available buffers. T