| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger | 2009-03-09 | 1 | -1/+1 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 1 | -13/+13 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -6/+6 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | vertical align | Michael Niedermayer | 2008-08-26 | 1 | -13/+13 |
* | Replace invocations of av_fifo_realloc(), which is going to be | Stefano Sabatini | 2008-08-19 | 1 | -1/+2 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -5/+5 |
* | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier | 2008-05-28 | 1 | -1/+1 |
* | Ensure that one can store X bytes in a fifo of size X. | Michael Niedermayer | 2008-05-25 | 1 | -1/+1 |
* | Make av_fifo*_read() ignore the available amount of data. | Michael Niedermayer | 2008-05-25 | 1 | -2/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro... | Baptiste Coudurier | 2008-01-31 | 1 | -3/+3 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -43/+43 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 1 | -1/+5 |
* | revert 10409 | Michael Niedermayer | 2007-09-05 | 1 | -6/+6 |
* | export put_timestamp() | Michael Niedermayer | 2007-09-05 | 1 | -6/+6 |
* | remove likely wrong reseting of align_iframe | Michael Niedermayer | 2007-07-15 | 1 | -2/+0 |
* | Avoid using undefined symbols. | Aurelien Jacobs | 2007-07-14 | 1 | -4/+6 |
* | use allformats.h | Baptiste Coudurier | 2007-06-21 | 1 | -6/+1 |
* | remove now useless ifdef | Baptiste Coudurier | 2007-06-21 | 1 | -2/+0 |
* | split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute... | Baptiste Coudurier | 2007-06-21 | 1 | -0/+1297 |