Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint
2019-12-06avutil/buffer: use appropriate atomic operationsZhao Zhili
2017-03-22Merge commit '27079a426c9d3db918b158976e44b9b143d78e1c'Clément Bœsch
2017-03-22lavu/buffer: drop USE_ATOMICSClément Bœsch
2017-03-16Merge commit '24a362569bff1d4161742fffaca80a4a4428be8a'Clément Bœsch
2016-10-02buffer: convert to stdatomicAnton Khirnov
2016-08-03buffer: fix av_buffer_realloc() when the data is offset wrt buffer startAnton Khirnov
2016-02-17Merge commit '721a4efc0545548a241080b53ab480e34f366240'Derek Buitenhuis
2016-02-14buffer: add support for pools using caller data in allocationAnton Khirnov
2015-03-12avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer
2015-03-12avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer
2015-01-23avutil/buffer: factor buffer_replace() outMichael Niedermayer
2014-12-06avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...Michael Niedermayer
2014-11-29avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer
2014-11-28Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'Michael Niedermayer
2014-11-27lavu: fix memory leaks by using a mutex instead of atomicswm4
2014-03-06Revert "lavu/buffer: add release function"Lukasz Marek
2014-02-25lavu/buffer: add release functionLukasz Marek
2013-05-13lavu: define FF_MEMORY_POISON and use itStefano Sabatini
2013-03-30avutil: add av_buffer_get_ref_count()Michael Niedermayer
2013-03-29avutil/buffer: add get_opaqueXidorn Quan
2013-03-24avutil/buffer: remove redundant memory poisoningMichael Niedermayer
2013-03-24avutil/buffer: support memory poisoningMichael Niedermayer
2013-03-19avutil/add_to_pool: remove unused assgnmentMichael Niedermayer
2013-03-18avutil/buffer: Fix race in pool.Michael Niedermayer
2013-03-17avutil/get_pool: remove dead operations whichs result is never used.Michael Niedermayer
2013-03-17avutil/get_pool: Remove redundant initial atomic operationMichael Niedermayer
2013-03-12buffer: use the atomic get instead of the add and fetch variant.Clément Bœsch
2013-03-08Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3'Michael Niedermayer
2013-03-08Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb'Michael Niedermayer
2013-03-08AVBuffer: add a new API for buffer poolsAnton Khirnov
2013-03-08lavu: add a new API for reference-counted data buffers.Anton Khirnov