Commit History

Author SHA1 Message Date
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 15 years ago
  Diego Biurrun 5090122f90 Drop deprecated av_fifo_write function with the next libavutil version bump. 15 years ago
  Stefano Sabatini b76e3424ca Cosmetics: remove a redundant and misplaced doxy. 16 years ago
  Stefano Sabatini e8e2b2ef17 Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. 16 years ago
  Stefano Sabatini 8257b835cf Implement av_fifo_realloc2(). 16 years ago
  Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 16 years ago
  Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 16 years ago
  Benoit Fouet 95c76e1180 cosmetics (by Björn Axelsson) 16 years ago
  Björn Axelsson 49cec1998a Add a generic write function to av_fifo. 16 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 17 years ago
  Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 17 years ago
  Michael Niedermayer be65b41f90 doxygenize 17 years ago
  Michael Niedermayer 3da97cfdfc avoid code duplication 17 years ago
  Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 17 years ago
  Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 17 years ago
  Michael Niedermayer 765d4f3b4a remove near duplicate function 17 years ago
  Michael Niedermayer 870a12d1c2 simplify 17 years ago
  Michael Niedermayer f81b99b82b simplify 17 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