summaryrefslogtreecommitdiffstats
path: root/libavutil/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-261-0/+36
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer2010-02-231-0/+1
* Implement av_fifo_space().Olivier Guilyardi2009-04-021-0/+5
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-2/+2
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-091-1/+7
* indentMichael Niedermayer2009-03-091-2/+2
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-081-13/+0
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-081-1/+1
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-081-5/+0
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-10/+16
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-081-0/+3
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-071-6/+6
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-2/+2
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-251-0/+2
* Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini2008-08-191-3/+0
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-191-0/+2
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-191-1/+7
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-251-2/+3
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-251-8/+0
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-091-4/+4
* Add a generic write function to av_fifo.Björn Axelsson2008-04-091-1/+13
* change while loops to do-while as the condition is true the first time and th...Michael Niedermayer2007-01-181-4/+4
* simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer2007-01-171-1/+1
* doxygenizeMichael Niedermayer2007-01-171-2/+2
* avoid code duplicationMichael Niedermayer2007-01-171-3/+1
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-171-1/+1
* simplify av_fifo_realloc()Michael Niedermayer2007-01-171-11/+7
* remove near duplicate functionMichael Niedermayer2007-01-171-15/+6
* simplifyMichael Niedermayer2007-01-171-8/+3
* simplifyMichael Niedermayer2007-01-171-5/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-0/+135
OpenPOWER on IntegriCloud