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