summaryrefslogtreecommitdiffstats
path: root/libavcodec/bitstream.h
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code in bitstream.hMåns Rullgård2008-07-151-32/+0
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-0/+7
* Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READERMåns Rullgård2008-07-131-15/+1
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-301-0/+9
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-301-1/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+4
* constMichael Niedermayer2008-02-041-2/+2
* Make decode210() common function.Kostya Shishkov2008-01-031-0/+7
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* move get_unary() to its own fileAurelien Jacobs2007-08-261-46/+0
* * getting rid of code duplicationRoman Shaposhnik2007-08-081-22/+3
* copy get_unary from vc1Alex Beregszaszi2007-08-081-0/+46
* indentMichael Niedermayer2007-08-041-2/+2
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-1/+1
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-061-0/+1
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+5
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt2007-05-241-1/+11
* Blackfin is a strictly aligned processor.Marc Hoffman2007-04-211-1/+1
* typos/grammarDiego Biurrun2007-04-071-1/+1
* Supply context to tprintfMichel Bardiaux2007-02-271-2/+2
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-191-2/+2
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö2006-12-081-2/+2
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-6/+6
* Fix #endif comments.Diego Biurrun2006-10-161-1/+1
* fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u...Gregory Montoir2006-10-121-1/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger2006-09-251-0/+5
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* inline align_get_bits()Måns Rullgård2006-09-041-1/+1
* remove redundant declarationsMåns Rullgård2006-09-021-1/+0
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-281-0/+4
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-281-0/+4
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-281-5/+35
* Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs2006-08-261-1/+1
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-261-20/+14
* make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer2006-08-261-8/+4
* 3rd try :)Michael Niedermayer2006-08-261-1/+1
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-261-7/+2
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-261-1/+27
* prevent bitstream reader to be overridenMichael Niedermayer2006-08-261-1/+2
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-3/+0
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-121-1/+1
* add unaligned16() and unaligned64()Måns Rullgård2006-05-111-10/+19
* get_xbits() optimizationMichael Niedermayer2006-03-311-9/+3
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-081-14/+0
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-41/+41
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-20/+20
* fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux2005-09-211-4/+8
OpenPOWER on IntegriCloud