summaryrefslogtreecommitdiff
path: root/libavutil/fifo.c
Commit message (Expand)AuthorAge
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-25
* Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini2008-08-19
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-19
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-19
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-09
* Add a generic write function to av_fifo.Björn Axelsson2008-04-09
* change while loops to do-while as the condition is true the first time and th...Michael Niedermayer2007-01-18
* simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer2007-01-17
* doxygenizeMichael Niedermayer2007-01-17
* avoid code duplicationMichael Niedermayer2007-01-17
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-17
* simplify av_fifo_realloc()Michael Niedermayer2007-01-17
* remove near duplicate functionMichael Niedermayer2007-01-17
* simplifyMichael Niedermayer2007-01-17
* simplifyMichael Niedermayer2007-01-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21