Home | History | Annotate | Download | only in libavutil

Lines Matching refs:free

4  * FFmpeg is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation; either
15 * License along with FFmpeg; if not, write to the Free Software
49 * Use av_buffer_unref() to free a reference (this will automatically free the
124 * @param free a callback for freeing this buffer's data
125 * @param opaque parameter to be got for processing or passed to free
131 void (*free)(void *opaque, uint8_t *data),
135 * Default free callback, which calls av_free() on the buffer data.
150 * Free a given reference and automatically free the buffer if there are no more
209 * AVBufferPool is an API for a lock-free thread-safe pool of AVBuffers.