summaryrefslogtreecommitdiff
path: root/libavcodec/bytestream.h
Commit message (Collapse)AuthorAge
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-06
| | | | Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-01
| | | | Originally committed as revision 7200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif muxer to simple gif encoderBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk