| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that one can store X bytes in a fifo of size X. | Michael Niedermayer | 2008-05-25 | 1 | -2/+3 |
* | Make av_fifo*_read() ignore the available amount of data. | Michael Niedermayer | 2008-05-25 | 1 | -8/+0 |
* | cosmetics (by Björn Axelsson) | Benoit Fouet | 2008-04-09 | 1 | -4/+4 |
* | Add a generic write function to av_fifo. | Björn Axelsson | 2008-04-09 | 1 | -1/+13 |
* | change while loops to do-while as the condition is true the first time and th... | Michael Niedermayer | 2007-01-18 | 1 | -4/+4 |
* | simpler branch structure in init (16 bytes smaller object file) | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | doxygenize | Michael Niedermayer | 2007-01-17 | 1 | -2/+2 |
* | avoid code duplication | Michael Niedermayer | 2007-01-17 | 1 | -3/+1 |
* | better to set things to NULL instead of random in case of out of mem | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | simplify av_fifo_realloc() | Michael Niedermayer | 2007-01-17 | 1 | -11/+7 |
* | remove near duplicate function | Michael Niedermayer | 2007-01-17 | 1 | -15/+6 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -8/+3 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -5/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 1 | -0/+135 |