]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/fifo.c
Comments to indicate where memory barriers may be needed.
[frescor/ffmpeg.git] / libavutil / fifo.c
2009-03-08 michaelComments to indicate where memory barriers may be needed.
2009-03-07 michaelTry to fix the 1 byte cant be used issue.
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-25 diegoDrop deprecated av_fifo_write function with the next...
2008-08-19 stefanoCosmetics: remove a redundant and misplaced doxy.
2008-08-19 stefanoDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 stefanoImplement av_fifo_realloc2().
2008-05-25 michaelEnsure that one can store X bytes in a fifo of size X.
2008-05-25 michaelMake av_fifo*_read() ignore the available amount of...
2008-04-09 benoitcosmetics (by Björn Axelsson)
2008-04-09 benoitAdd a generis write function to av_fifo.
2007-01-18 michaelchange while loops to do-while as the condition is...
2007-01-17 michaelsimpler branch structure in init (16 bytes smaller...
2007-01-17 michaeldoxygenize
2007-01-17 michaelavoid code duplication
2007-01-17 michaelbetter to set things to NULL instead of random in case...
2007-01-17 michaelsimplify av_fifo_realloc()
2007-01-17 michaelremove near duplicate function
2007-01-17 michaelsimplify
2007-01-17 michaelsimplify
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...