summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
Commit message (Expand)AuthorAgeFilesLines
* lavc/bitstream: avoid UB in bits_{read,peek}_signed(0)Anton Khirnov2023-01-181-0/+4
* lavc/bitstream: templatize for BE/LEAnton Khirnov2023-01-061-450/+113
* lavc: add standalone cached bitstream readerAlexandra Hájková2023-01-061-0/+529
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-705/+0
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-274/+0
* Document the 'size' parameter of set_put_bits_buffer_size().Stefano Sabatini2009-04-111-0/+2
* Document ff_put_string().Stefano Sabatini2009-04-111-0/+6
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-111-1/+1
* Add documentation for skip_put_bytes().Stefano Sabatini2009-04-111-1/+1
* Doxygenate ff_copy_bits().Stefano Sabatini2009-04-111-0/+6
* Factorize declaration for the two variants of put_bits().Stefano Sabatini2009-04-111-6/+2
* Clarify documentation for put_bits_count().Stefano Sabatini2009-04-111-1/+1
* Document align_put_bits().Stefano Sabatini2009-04-101-0/+3
* Doxygenate flush_put_bits() documentation.Stefano Sabatini2009-04-101-1/+3
* Doxygenate put_bits_count() documentation.Stefano Sabatini2009-04-101-1/+3
* Doxygenate init_put_bits().Stefano Sabatini2009-04-101-0/+6
* Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini2009-03-311-0/+1
* Add a get_sbits_long() function.Justin Ruggles2009-03-031-0/+8
* Simplify show_bits_long and copy the GetBitsContext around only once instead ...Reimar Döffinger2009-03-021-3/+1
* Add size_in_bits to PutBitContextMichael Niedermayer2009-02-051-0/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-251-8/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-7/+7
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-271-6/+2
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-2/+2
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-5/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Fix typo.Stefano Sabatini2008-08-291-1/+1
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-251-0/+26
* 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