| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/buffer: Avoid allocation of AVBuffer when using buffer pool | Andreas Rheinhardt | 2021-09-18 | 1 | -14/+30 |
* | avutil/buffer: constify some function parameters | James Almer | 2021-09-17 | 1 | -3/+3 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+7 |
* | avutil/buffer: change public function and struct size parameter types to size_t | James Almer | 2021-03-10 | 1 | -7/+7 |
* | avutil/buffer: free all pooled buffers immediately after uninitializing the pool | James Almer | 2021-02-24 | 1 | -5/+14 |
* | lavu/buffer: add a convenience function for replacing buffers | Anton Khirnov | 2020-09-28 | 1 | -0/+26 |
* | lavu/buffer: forward av_buffer_realloc() error code. | Nicolas George | 2020-08-21 | 1 | -3/+4 |
* | avutil/buffer: separate public and internal flags inside AVBuffers | James Almer | 2020-06-05 | 1 | -4/+3 |
* | avutil/buffer: use the default allocator if none is provided to av_buffer_poo... | James Almer | 2020-06-05 | 1 | -0/+3 |
* | avutil/buffer: add av_buffer_pool_buffer_get_opaque | Marton Balint | 2019-12-26 | 1 | -0/+8 |
* | avutil/buffer: use appropriate atomic operations | Zhao Zhili | 2019-12-05 | 1 | -3/+3 |
* | Merge commit '27079a426c9d3db918b158976e44b9b143d78e1c' | Clément Bœsch | 2017-03-22 | 1 | -11/+12 |
|\ |
|
| * | buffer: convert to stdatomic | Anton Khirnov | 2016-10-02 | 1 | -10/+11 |
* | | lavu/buffer: drop USE_ATOMICS | Clément Bœsch | 2017-03-22 | 1 | -71/+0 |
* | | Merge commit '24a362569bff1d4161742fffaca80a4a4428be8a' | Clément Bœsch | 2017-03-16 | 1 | -1/+1 |
|\| |
|
| * | buffer: fix av_buffer_realloc() when the data is offset wrt buffer start | Anton Khirnov | 2016-08-03 | 1 | -1/+1 |
* | | Merge commit '721a4efc0545548a241080b53ab480e34f366240' | Derek Buitenhuis | 2016-02-17 | 1 | -1/+26 |
|\| |
|
| * | buffer: add support for pools using caller data in allocation | Anton Khirnov | 2016-02-14 | 1 | -1/+26 |
* | | avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu... | Michael Niedermayer | 2015-03-12 | 1 | -2/+2 |
* | | avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu... | Michael Niedermayer | 2015-03-12 | 1 | -2/+1 |
* | | avutil/buffer: factor buffer_replace() out | Michael Niedermayer | 2015-01-23 | 1 | -5/+16 |
* | | avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur... | Michael Niedermayer | 2014-12-06 | 1 | -0/+2 |
* | | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ... | Michael Niedermayer | 2014-11-29 | 1 | -2/+0 |
* | | Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83' | Michael Niedermayer | 2014-11-27 | 1 | -1/+35 |
|\| |
|
| * | lavu: fix memory leaks by using a mutex instead of atomics | wm4 | 2014-11-27 | 1 | -54/+25 |
* | | Revert "lavu/buffer: add release function" | Lukasz Marek | 2014-03-06 | 1 | -29/+0 |
* | | lavu/buffer: add release function | Lukasz Marek | 2014-02-25 | 1 | -0/+29 |
* | | lavu: define FF_MEMORY_POISON and use it | Stefano Sabatini | 2013-05-13 | 1 | -1/+1 |
* | | avutil: add av_buffer_get_ref_count() | Michael Niedermayer | 2013-03-30 | 1 | -0/+5 |
* | | avutil/buffer: add get_opaque | Xidorn Quan | 2013-03-29 | 1 | -0/+5 |
* | | avutil/buffer: remove redundant memory poisoning | Michael Niedermayer | 2013-03-24 | 1 | -3/+0 |
* | | avutil/buffer: support memory poisoning | Michael Niedermayer | 2013-03-24 | 1 | -0/+7 |
* | | avutil/add_to_pool: remove unused assgnment | Michael Niedermayer | 2013-03-19 | 1 | -1/+1 |
* | | avutil/buffer: Fix race in pool. | Michael Niedermayer | 2013-03-18 | 1 | -0/+7 |
* | | avutil/get_pool: remove dead operations whichs result is never used. | Michael Niedermayer | 2013-03-17 | 1 | -1/+1 |
* | | avutil/get_pool: Remove redundant initial atomic operation | Michael Niedermayer | 2013-03-17 | 1 | -3/+3 |
* | | buffer: use the atomic get instead of the add and fetch variant. | Clément Bœsch | 2013-03-12 | 1 | -1/+1 |
* | | Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3' | Michael Niedermayer | 2013-03-08 | 1 | -0/+143 |
|\| |
|
| * | AVBuffer: add a new API for buffer pools | Anton Khirnov | 2013-03-08 | 1 | -0/+143 |
* | | 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/+194 |