Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-20Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini
2008-08-20Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini
2008-05-26Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer
2008-05-26Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer
2008-04-09cosmetics (by Björn Axelsson)Benoit Fouet
2008-04-09Add a generic write function to av_fifo.Björn Axelsson
2007-01-18change while loops to do-while as the condition is true the first time and th...Michael Niedermayer
2007-01-17simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer
2007-01-17doxygenizeMichael Niedermayer
2007-01-17avoid code duplicationMichael Niedermayer
2007-01-17better to set things to NULL instead of random in case of out of memMichael Niedermayer
2007-01-17simplify av_fifo_realloc()Michael Niedermayer
2007-01-17remove near duplicate functionMichael Niedermayer
2007-01-17simplifyMichael Niedermayer
2007-01-17simplifyMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik