| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -1/+1 |
* | check av_fifo_alloc return | Baptiste Coudurier | 2009-05-21 | 1 | -0/+2 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -3/+3 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | 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 | -7/+7 |
* | Remove const qualifier from function argument to eliminate the warning | Diego Biurrun | 2009-02-08 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier | 2008-07-19 | 1 | -0/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | use internal video frame number | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | cosmetics | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | simplify, use pointer to codec context in struct instead of only id | Baptiste Coudurier | 2008-05-27 | 1 | -31/+23 |
* | use AVFifoBuffer | Baptiste Coudurier | 2008-05-27 | 1 | -7/+8 |
* | cosmetics | Baptiste Coudurier | 2008-05-27 | 1 | -9/+3 |
* | merge init and declaration | Baptiste Coudurier | 2008-05-27 | 1 | -3/+1 |
* | simplify and use version instead | Baptiste Coudurier | 2008-05-27 | 1 | -9/+10 |
* | simplify | Baptiste Coudurier | 2008-05-27 | 1 | -4/+1 |
* | simplify | Baptiste Coudurier | 2008-05-27 | 1 | -5/+1 |
* | cosmetics, remove useless cases and braces | Baptiste Coudurier | 2008-05-27 | 1 | -16/+8 |
* | cosmetics, remove useless dot | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | remove useless/obsolete comments | Baptiste Coudurier | 2008-05-20 | 1 | -2/+0 |
* | split swf de/muxer | Baptiste Coudurier | 2008-05-20 | 1 | -0/+561 |