summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
Commit message (Expand)AuthorAge
* Add size_in_bits to PutBitContextMichael Niedermayer2009-02-05
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-27
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Fix typo.Stefano Sabatini2008-08-29
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
* Remove dead code in bitstream.hMåns Rullgård2008-07-15
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READERMåns Rullgård2008-07-13
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-30
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-30
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* constMichael Niedermayer2008-02-04
* Make decode210() common function.Kostya Shishkov2008-01-03
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* move get_unary() to its own fileAurelien Jacobs2007-08-26
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
* copy get_unary from vc1Alex Beregszaszi2007-08-08
* indentMichael Niedermayer2007-08-04
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
* include all prerequisites in header filesMåns Rullgård2007-06-16
* misc spelling fixesDiego Biurrun2007-06-12
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt2007-05-24
* Blackfin is a strictly aligned processor.Marc Hoffman2007-04-21
* typos/grammarDiego Biurrun2007-04-07
* Supply context to tprintfMichel Bardiaux2007-02-27
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-19
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö2006-12-08
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Fix #endif comments.Diego Biurrun2006-10-16
* fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u...Gregory Montoir2006-10-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger2006-09-25
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* inline align_get_bits()Måns Rullgård2006-09-04
* remove redundant declarationsMåns Rullgård2006-09-02
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-28
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
* Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs2006-08-26
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-26
* make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer2006-08-26
* 3rd try :)Michael Niedermayer2006-08-26
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-26