summaryrefslogtreecommitdiff
path: root/libavcodec/bytestream.h
Commit message (Expand)AuthorAge
* bytestream2: set the reader to the end when reading more than availableAnton Khirnov2015-07-12
* bytestream: add bytestream2_copy_buffer() functionsJustin Ruggles2014-04-12
* bytestream: add functions for accessing size of bufferPaul B Mahol2014-04-12
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* bytestream: Eliminate one level of pointless macro indirection.Diego Biurrun2012-03-18
* bytestream: add more unchecked variants for bytestream2 APIPaul B Mahol2012-03-14
* bytestream: K&R formatting cosmeticsAneesh Dogra2012-02-09
* bytestream: Add bytestream2 writing API.Aneesh Dogra2012-02-06
* sgidec: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-14
* add bytestream2_tell() and bytestream2_seek() functionsJustin Ruggles2012-01-05
* ulti: convert to new bytestream API.Ronald S. Bultje2012-01-04
* bytestream: add a new set of bytestream functions with overread checkingAneesh Dogra2011-12-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Directly #include some required headers.Diego Biurrun2009-01-25
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* constsMichael Niedermayer2008-02-01
* whitespace cosmeticsMåns Rullgård2007-07-07
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-07
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Remove unneeded semicolon.Panagiotis Issaris2007-06-15
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-04
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-06
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-01
* change gif muxer to simple gif encoderBaptiste Coudurier2006-11-02
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22