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
/
fifo.h
Age
Commit message (
Expand
)
Author
2014-11-24
avutil: remove FF_CONST_AVUTIL53, its no longer needed
Michael Niedermayer
2014-05-20
lavu/fifo: add av_fifo_alloc_array function
Lukasz Marek
2014-05-14
avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf...
Michael Niedermayer
2014-05-07
lavu/fifo: add av_fifo_freep function
Lukasz Marek
2014-05-05
lavu/fifo: add const to arguments
Lukasz Marek
2012-10-23
Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
Michael Niedermayer
2012-10-23
lavu: remove disabled FF_API_AV_FIFO_PEEK cruft
Anton Khirnov
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-05-15
fifo: add av_fifo_grow()
Michael Niedermayer
2011-08-30
fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...
Stefano Sabatini
2011-08-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-27
doxygen: drop another pointless star from pointer variable name
Diego Biurrun
2011-08-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-26
fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()
Stefano Sabatini
2011-08-26
doxygen: drop pointless star from pointer variable names
Diego Biurrun
2011-08-14
fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-06
Clarify doxy for av_fifo_alloc().
Stefano Sabatini
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-02-24
Extend doxy for the src parameter of av_fifo_generic_write().
Stefano Sabatini
2009-04-02
Implement av_fifo_space().
Olivier Guilyardi
2009-03-09
Reorder arguments for av_fifo_generic_read to be more logical and
Reimar Döffinger
2009-03-09
Add av_fifo_reset function to completely reset fifo state, which makes
Reimar Döffinger
2009-03-08
Remove more functions disabled by major version bump.
Reimar Döffinger
2009-03-08
Remove av_fifo_read, API is already broken and major version will be bumped s...
Reimar Döffinger
2009-03-08
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-03-07
Try to fix the 1 byte cannot be used issue.
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-25
Drop deprecated av_fifo_write function with the next libavutil version bump.
Diego Biurrun
2009-01-13
add the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-19
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.
Stefano Sabatini
2008-08-19
Implement av_fifo_realloc2().
Stefano Sabatini
2008-05-25
Ensure that one can store X bytes in a fifo of size X.
Michael Niedermayer
2008-05-03
add necessary #includes in headers
Måns Rullgård
2008-04-09
cosmetics (by Björn Axelsson)
Benoit Fouet
2008-04-09
Add a generic write function to av_fifo.
Björn Axelsson
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-03-02
Improve Doxygen documentation, inspired by Michael's description.
Diego Biurrun
2007-02-27
Doxygen documentation for all functions, patch by Dujardin Bernard,
Dujardin Bernard
2007-02-27
Add missing license headers.
Diego Biurrun
2006-09-21
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik