| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+0 |
* | avutil/buffer: Avoid allocation of AVBuffer when using buffer pool | Andreas Rheinhardt | 2021-09-18 | 1 | -0/+11 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+4 |
* | avutil/buffer_internal: Include internal for buffer_size_t | Andreas Rheinhardt | 2021-03-11 | 1 | -0/+1 |
* | avutil/buffer: change public function and struct size parameter types to size_t | James Almer | 2021-03-10 | 1 | -4/+4 |
* | avutil/buffer: separate public and internal flags inside AVBuffers | James Almer | 2020-06-05 | 1 | -6/+7 |
* | Merge commit '27079a426c9d3db918b158976e44b9b143d78e1c' | Clément Bœsch | 2017-03-22 | 1 | -2/+3 |
|\ |
|
| * | buffer: convert to stdatomic | Anton Khirnov | 2016-10-02 | 1 | -2/+3 |
* | | lavu/buffer: drop USE_ATOMICS | Clément Bœsch | 2017-03-22 | 1 | -2/+0 |
* | | Merge commit '721a4efc0545548a241080b53ab480e34f366240' | Derek Buitenhuis | 2016-02-17 | 1 | -0/+3 |
|\| |
|
| * | buffer: add support for pools using caller data in allocation | Anton Khirnov | 2016-02-14 | 1 | -0/+3 |
* | | Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83' | Michael Niedermayer | 2014-11-27 | 1 | -2/+4 |
|\| |
|
| * | lavu: fix memory leaks by using a mutex instead of atomics | wm4 | 2014-11-27 | 1 | -2/+4 |
* | | avutil/buffer: Fix race in pool. | Michael Niedermayer | 2013-03-18 | 1 | -0/+2 |
* | | Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3' | Michael Niedermayer | 2013-03-08 | 1 | -0/+32 |
|\| |
|
| * | AVBuffer: add a new API for buffer pools | Anton Khirnov | 2013-03-08 | 1 | -0/+32 |
* | | Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb' | Michael Niedermayer | 2013-03-08 | 1 | -4/+4 |
|/ |
|
* | lavu: add a new API for reference-counted data buffers. | Anton Khirnov | 2013-03-08 | 1 | -0/+60 |