Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-27doxygen: drop another pointless star from pointer variable nameDiego Biurrun
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-26doxygen: drop pointless star from pointer variable namesDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-07Clarify doxy for av_fifo_alloc().Stefano Sabatini
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-02-25Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini
2009-04-03Implement av_fifo_space().Olivier Guilyardi
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-09Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger
2009-03-08Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-03-08Try to fix the 1 byte cannot be used issue.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-25Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun
2009-01-13add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-20Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini
2008-05-26Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer
2008-05-03add necessary #includes in headersMåns Rullgård
2008-04-09cosmetics (by Björn Axelsson)Benoit Fouet
2008-04-09Add a generic write function to av_fifo.Björn Axelsson
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-03-02Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun
2007-02-27Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard
2007-02-27Add missing license headers.Diego Biurrun
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik