summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-03avutil/fifo: assert that theres enough data in the fifo on drain calls.Michael Niedermayer1-0/+3
2013-07-07Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer3-22/+26
2013-07-06fifo: K&R formatting cosmeticsLuca Barbato1-24/+28
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-05-15fifo: add av_fifo_grow()Michael Niedermayer3-1/+25
2011-12-22fifo: Make writes atomic.Michael Niedermayer1-7/+12
2011-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-54/+122
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini4-1/+68
2011-08-13fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()Stefano Sabatini1-1/+1
2011-08-13fifo: apply misc cosmetic fixesStefano Sabatini1-10/+11
2011-05-09fifo: use av_freep()Michael Niedermayer1-1/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-02-23Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer1-0/+1
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-09indentMichael Niedermayer1-2/+2
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger4-47/+0
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger3-4/+4
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-08Comments to indicate where memory barriers may be needed.Michael Niedermayer1-0/+3
2009-03-07Try to fix the 1 byte cannot be used issue.Michael Niedermayer2-6/+7
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
2008-08-19Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini1-3/+0
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-25Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer3-13/+6
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-01-18change while loops to do-while as the condition is true the first time and th...Michael Niedermayer1-4/+4
2007-01-17simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer1-1/+1
2007-01-17doxygenizeMichael Niedermayer1-2/+2
2007-01-17avoid code duplicationMichael Niedermayer1-3/+1
2007-01-17better to set things to NULL instead of random in case of out of memMichael Niedermayer1-1/+1
2007-01-17simplify av_fifo_realloc()Michael Niedermayer1-11/+7
2007-01-17remove near duplicate functionMichael Niedermayer1-15/+6
2007-01-17simplifyMichael Niedermayer1-8/+3
2007-01-17simplifyMichael Niedermayer1-5/+2
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik9-219/+212