summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
Commit message (Expand)AuthorAge
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-12
* add unaligned16() and unaligned64()Måns Rullgård2006-05-11
* get_xbits() optimizationMichael Niedermayer2006-03-31
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-08
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux2005-09-21
* precautionary checksMichael Niedermayer2005-09-20
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
* spelling fixesDiego Biurrun2005-06-17
* arm alignment fixMichael Niedermayer2005-05-12
* LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer2005-05-11
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
* make reverse[] non staticMichael Niedermayer2005-03-26
* support skiping some bitstream encodingMichael Niedermayer2005-02-06
* make decode012() static inlineMichael Niedermayer2005-01-28
* dont duplicate decode012()Michael Niedermayer2005-01-25
* compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-01-19
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29