]> git.sesse.net Git - ffmpeg/history - libavutil/fifo.c
unused
[ffmpeg] / libavutil / fifo.c
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-04-09 Benoit Fouetcosmetics (by Björn Axelsson)
2008-04-09 Björn AxelssonAdd a generic write function to av_fifo.
2007-01-18 Michael Niedermayerchange while loops to do-while as the condition is...
2007-01-17 Michael Niedermayersimpler branch structure in init (16 bytes smaller...
2007-01-17 Michael Niedermayerdoxygenize
2007-01-17 Michael Niedermayeravoid code duplication
2007-01-17 Michael Niedermayerbetter to set things to NULL instead of random in case...
2007-01-17 Michael Niedermayersimplify av_fifo_realloc()
2007-01-17 Michael Niedermayerremove near duplicate function
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...