summaryrefslogtreecommitdiff
path: root/libavutil/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/buffer: Never poison returned buffersAndreas Rheinhardt2022-08-101-3/+0
* avutil/buffer: Avoid allocation of AVBuffer when using buffer poolAndreas Rheinhardt2021-09-181-14/+30
* avutil/buffer: constify some function parametersJames Almer2021-09-171-3/+3
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-7/+7
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-101-7/+7
* avutil/buffer: free all pooled buffers immediately after uninitializing the poolJames Almer2021-02-241-5/+14
* lavu/buffer: add a convenience function for replacing buffersAnton Khirnov2020-09-281-0/+26
* lavu/buffer: forward av_buffer_realloc() error code.Nicolas George2020-08-211-3/+4
* avutil/buffer: separate public and internal flags inside AVBuffersJames Almer2020-06-051-4/+3
* avutil/buffer: use the default allocator if none is provided to av_buffer_poo...James Almer2020-06-051-0/+3
* avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint2019-12-261-0/+8
* avutil/buffer: use appropriate atomic operationsZhao Zhili2019-12-051-3/+3
* Merge commit '27079a426c9d3db918b158976e44b9b143d78e1c'Clément Bœsch2017-03-221-11/+12
|\
| * buffer: convert to stdatomicAnton Khirnov2016-10-021-10/+11
* | lavu/buffer: drop USE_ATOMICSClément Bœsch2017-03-221-71/+0
* | Merge commit '24a362569bff1d4161742fffaca80a4a4428be8a'Clément Bœsch2017-03-161-1/+1
|\ \ | |/
| * buffer: fix av_buffer_realloc() when the data is offset wrt buffer startAnton Khirnov2016-08-031-1/+1
* | Merge commit '721a4efc0545548a241080b53ab480e34f366240'Derek Buitenhuis2016-02-171-1/+26
|\ \ | |/
| * buffer: add support for pools using caller data in allocationAnton Khirnov2016-02-141-1/+26
* | avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer2015-03-121-2/+2
* | avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer2015-03-121-2/+1
* | avutil/buffer: factor buffer_replace() outMichael Niedermayer2015-01-231-5/+16
* | avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...Michael Niedermayer2014-12-061-0/+2
* | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer2014-11-291-2/+0
* | Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'Michael Niedermayer2014-11-271-1/+35
|\ \ | |/
| * lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-271-54/+25
* | Revert "lavu/buffer: add release function"Lukasz Marek2014-03-061-29/+0
* | lavu/buffer: add release functionLukasz Marek2014-02-251-0/+29
* | lavu: define FF_MEMORY_POISON and use itStefano Sabatini2013-05-131-1/+1
* | avutil: add av_buffer_get_ref_count()Michael Niedermayer2013-03-301-0/+5
* | avutil/buffer: add get_opaqueXidorn Quan2013-03-291-0/+5
* | avutil/buffer: remove redundant memory poisoningMichael Niedermayer2013-03-241-3/+0
* | avutil/buffer: support memory poisoningMichael Niedermayer2013-03-241-0/+7
* | avutil/add_to_pool: remove unused assgnmentMichael Niedermayer2013-03-191-1/+1
* | avutil/buffer: Fix race in pool.Michael Niedermayer2013-03-181-0/+7
* | avutil/get_pool: remove dead operations whichs result is never used.Michael Niedermayer2013-03-171-1/+1
* | avutil/get_pool: Remove redundant initial atomic operationMichael Niedermayer2013-03-171-3/+3
* | buffer: use the atomic get instead of the add and fetch variant.Clément Bœsch2013-03-121-1/+1
* | Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3'Michael Niedermayer2013-03-081-0/+143
|\ \ | |/
| * AVBuffer: add a new API for buffer poolsAnton Khirnov2013-03-081-0/+143
* | Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb'Michael Niedermayer2013-03-081-4/+4
|/
* lavu: add a new API for reference-counted data buffers.Anton Khirnov2013-03-081-0/+194