| Commit message (Expand) | Author | Age | Files | Lines |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
* | bytestream: Eliminate one level of pointless macro indirection. | Diego Biurrun | 2012-03-18 | 1 | -19/+11 |
* | bytestream: add more unchecked variants for bytestream2 API | Paul B Mahol | 2012-03-14 | 1 | -0/+32 |
* | bytestream: K&R formatting cosmetics | Aneesh Dogra | 2012-02-09 | 1 | -53/+68 |
* | bytestream: Add bytestream2 writing API. | Aneesh Dogra | 2012-02-06 | 1 | -0/+112 |
* | sgidec: Use bytestream2 functions to prevent buffer overreads. | Aneesh Dogra | 2012-01-14 | 1 | -0/+36 |
* | add bytestream2_tell() and bytestream2_seek() functions | Justin Ruggles | 2012-01-05 | 1 | -1/+30 |
* | ulti: convert to new bytestream API. | Ronald S. Bultje | 2012-01-04 | 1 | -1/+5 |
* | bytestream: add a new set of bytestream functions with overread checking | Aneesh Dogra | 2011-12-20 | 1 | -0/+44 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | whitespace cosmetics | Måns Rullgård | 2007-07-07 | 1 | -7/+7 |
* | add 64-bit bytestream read/write functions | Måns Rullgård | 2007-07-07 | 1 | -3/+12 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | Remove unneeded semicolon. | Panagiotis Issaris | 2007-06-15 | 1 | -1/+1 |
* | add little endian 24bit read/write | Alex Beregszaszi | 2007-03-06 | 1 | -0/+1 |
* | add bytestream_get/put_be24 functions | Baptiste Coudurier | 2007-03-04 | 1 | -0/+1 |
* | simplify and remove useless index in AV_W* | Michael Niedermayer | 2007-02-06 | 1 | -48/+15 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -10/+10 |
* | add bytestream big endian 16/32 writing functions | Baptiste Coudurier | 2006-12-01 | 1 | -0/+14 |
* | change gif muxer to simple gif encoder | Baptiste Coudurier | 2006-11-02 | 1 | -0/+25 |
* | change gif demuxer to gif decoder | Baptiste Coudurier | 2006-10-22 | 1 | -0/+50 |