]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/fifo.h
do not write dts if pts is not set
[frescor/ffmpeg.git] / libavutil / fifo.h
2009-04-02 stefanoImplement av_fifo_space().
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-09 reimarAdd av_fifo_reset function to completely reset fifo...
2009-03-08 reimarRemove more functions disabled by major version bump.
2009-03-08 reimarRemove av_fifo_read, API is already broken and major...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-07 michaelTry to fix the 1 byte cant be used issue.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-25 diegoDrop deprecated av_fifo_write function with the next...
2009-01-13 aureladd the necessary include for LIBAV*_VERSION_*
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-19 stefanoDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 stefanoImplement av_fifo_realloc2().
2008-05-25 michaelEnsure that one can store X bytes in a fifo of size X.
2008-05-03 mruadd necessary #includes in headers
2008-04-09 benoitcosmetics (by Björn Axelsson)
2008-04-09 benoitAdd a generis write function to av_fifo.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-06-16 mruinclude all prerequisites in header files
2007-03-02 diegoImprove Doxygen documentation, inspired by Michael...
2007-02-27 diegoDoxygen documentation for all functions, patch by Dujar...
2007-02-27 diegoAdd missing license headers.
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...