]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/fifo.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavutil / fifo.c
2009-04-02 stefanoImplement av_fifo_space().
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-09 reimarAdd av_fifo_reset function to completely reset fifo...
2009-03-09 michaelindent
2009-03-08 reimarRemove more functions disabled by major version bump.
2009-03-08 reimarReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 reimarRemove av_fifo_read, API is already broken and major...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
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...