summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer16-47/+32
2012-10-23lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2-14/+0
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-05-15fifo: add av_fifo_grow()Michael Niedermayer3-1/+25
2011-08-30fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...Stefano Sabatini1-0/+2
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-13/+35
2011-08-27doxygen: drop another pointless star from pointer variable nameDiego Biurrun1-1/+1
2011-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-54/+122
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini4-6/+37
2011-08-26doxygen: drop pointless star from pointer variable namesDiego Biurrun2-16/+16
2011-08-13fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini4-7/+38
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-06Clarify doxy for av_fifo_alloc().Stefano Sabatini1-1/+1
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2010-02-24Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini1-1/+2
2009-04-02Implement av_fifo_space().Olivier Guilyardi3-1/+14
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger7-8/+10
2009-03-09Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2-1/+13
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger4-47/+0
2009-03-08Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2-13/+0
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer9-66/+72
2009-03-07Try to fix the 1 byte cannot be used issue.Michael Niedermayer2-6/+7
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-25Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2-0/+4
2009-01-13add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs3-0/+3
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-19Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2-1/+5
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini3-2/+17
2008-05-25Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer4-5/+6
2008-05-03add necessary #includes in headersMåns Rullgård4-0/+7
2008-04-09cosmetics (by Björn Axelsson)Benoit Fouet2-8/+8
2008-04-09Add a generic write function to av_fifo.Björn Axelsson2-2/+28
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-03-02Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun1-28/+21
2007-02-27Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard1-0/+64
2007-02-27Add missing license headers.Diego Biurrun5-0/+93
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik9-219/+212