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
2015-10-14avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui
2015-08-19avfilter: add showfreqs filterPaul B Mahol
2014-11-24avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer
2014-05-20lavu/fifo: add av_fifo_alloc_array functionLukasz Marek
2014-05-14avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf...Michael Niedermayer
2014-05-08lavu/fifo: add av_fifo_freep functionLukasz Marek
2014-05-05lavu/fifo: add const to argumentsLukasz Marek
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-05-15fifo: add av_fifo_grow()Michael Niedermayer
2011-08-30fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...Stefano Sabatini
2011-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-27doxygen: drop another pointless star from pointer variable nameDiego Biurrun
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08-14fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
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