OSDN Git Service

libxavs: add private options corresponding to deprecated global options
[coroid/libav_saccubus.git] / libavutil / fifo.c
2011-08-26 Stefano Sabatinififo: add FIFO API test program, and fate test
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-02-23 Michael NiedermayerClarify non constness of src in av_fifo_generic_write()
2009-04-02 Olivier GuilyardiImplement av_fifo_space().
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-09 Reimar DöffingerAdd av_fifo_reset function to completely reset fifo...
2009-03-09 Michael Niedermayerindent
2009-03-08 Reimar DöffingerRemove more functions disabled by major version bump.
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Reimar DöffingerRemove av_fifo_read, API is already broken and major...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-08 Michael NiedermayerComments to indicate where memory barriers may be needed.
2009-03-07 Michael NiedermayerTry to fix the 1 byte cannot be used issue.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunDrop deprecated av_fifo_write function with the next...
2008-08-19 Stefano SabatiniCosmetics: remove a redundant and misplaced doxy.
2008-08-19 Stefano SabatiniDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-04-09 Benoit Fouetcosmetics (by Björn Axelsson)
2008-04-09 Björn AxelssonAdd a generic write function to av_fifo.
2007-01-18 Michael Niedermayerchange while loops to do-while as the condition is...
2007-01-17 Michael Niedermayersimpler branch structure in init (16 bytes smaller...
2007-01-17 Michael Niedermayerdoxygenize
2007-01-17 Michael Niedermayeravoid code duplication
2007-01-17 Michael Niedermayerbetter to set things to NULL instead of random in case...
2007-01-17 Michael Niedermayersimplify av_fifo_realloc()
2007-01-17 Michael Niedermayerremove near duplicate function
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...