index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
buffer.c
Age
Commit message (
Expand
)
Author
2015-03-12
avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...
Michael Niedermayer
2015-03-12
avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...
Michael Niedermayer
2015-01-23
avutil/buffer: factor buffer_replace() out
Michael Niedermayer
2014-12-06
avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...
Michael Niedermayer
2014-11-29
avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...
Michael Niedermayer
2014-11-27
Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'
Michael Niedermayer
2014-11-27
lavu: fix memory leaks by using a mutex instead of atomics
wm4
2014-03-06
Revert "lavu/buffer: add release function"
Lukasz Marek
2014-02-25
lavu/buffer: add release function
Lukasz Marek
2013-05-13
lavu: define FF_MEMORY_POISON and use it
Stefano Sabatini
2013-03-30
avutil: add av_buffer_get_ref_count()
Michael Niedermayer
2013-03-29
avutil/buffer: add get_opaque
Xidorn Quan
2013-03-24
avutil/buffer: remove redundant memory poisoning
Michael Niedermayer
2013-03-24
avutil/buffer: support memory poisoning
Michael Niedermayer
2013-03-19
avutil/add_to_pool: remove unused assgnment
Michael Niedermayer
2013-03-18
avutil/buffer: Fix race in pool.
Michael Niedermayer
2013-03-17
avutil/get_pool: remove dead operations whichs result is never used.
Michael Niedermayer
2013-03-17
avutil/get_pool: Remove redundant initial atomic operation
Michael Niedermayer
2013-03-12
buffer: use the atomic get instead of the add and fetch variant.
Clément Bœsch
2013-03-08
Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3'
Michael Niedermayer
2013-03-08
Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb'
Michael Niedermayer
2013-03-08
AVBuffer: add a new API for buffer pools
Anton Khirnov
2013-03-08
lavu: add a new API for reference-counted data buffers.
Anton Khirnov