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.c
Age
Commit message (
Expand
)
Author
2011-08-26
fifo: add FIFO API test program, and fate test
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-02-23
Clarify non constness of src in av_fifo_generic_write()
Michael Niedermayer
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-09
indent
Michael Niedermayer
2009-03-08
Remove more functions disabled by major version bump.
Reimar Döffinger
2009-03-08
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
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-08
Comments to indicate where memory barriers may be needed.
Michael Niedermayer
2009-03-07
Try to fix the 1 byte cannot be used issue.
Michael Niedermayer
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
2008-08-19
Cosmetics: remove a redundant and misplaced doxy.
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-25
Make av_fifo*_read() ignore the available amount of data.
Michael Niedermayer
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-01-18
change while loops to do-while as the condition is true the first time and th...
Michael Niedermayer
2007-01-17
simpler branch structure in init (16 bytes smaller object file)
Michael Niedermayer
2007-01-17
doxygenize
Michael Niedermayer
2007-01-17
avoid code duplication
Michael Niedermayer
2007-01-17
better to set things to NULL instead of random in case of out of mem
Michael Niedermayer
2007-01-17
simplify av_fifo_realloc()
Michael Niedermayer
2007-01-17
remove near duplicate function
Michael Niedermayer
2007-01-17
simplify
Michael Niedermayer
2007-01-17
simplify
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-21
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik