summaryrefslogtreecommitdiffstats
path: root/libavutil/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* 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