15 Commits (73cc419b271ac5af8c1aed36b5c0167c7016127a)

Author SHA1 Message Date
Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
Benoit Fouet 95c76e1180 cosmetics (by Björn Axelsson) 17 years ago
Björn Axelsson 49cec1998a Add a generic write function to av_fifo. 17 years ago
Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 18 years ago
Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 18 years ago
Michael Niedermayer be65b41f90 doxygenize 18 years ago
Michael Niedermayer 3da97cfdfc avoid code duplication 18 years ago
Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 18 years ago
Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 18 years ago
Michael Niedermayer 765d4f3b4a remove near duplicate function 18 years ago
Michael Niedermayer 870a12d1c2 simplify 18 years ago
Michael Niedermayer f81b99b82b simplify 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Roman Shaposhnik f5a478f65d * Moving FifoBuffer out of libavformat/avformat.h and 18 years ago