2 Commits (dd1c67d5393303ad23ba8cb494ddb17a2c1a002b)

Author SHA1 Message Date
Anton Khirnov 0b33310cd0 lavc/bitstream: avoid UB in bits_{read,peek}_signed(0) 2 years ago
Anton Khirnov 9177970bca lavc/bitstream: templatize for BE/LE 2 years ago
Alexandra Hájková 8fe551eca0 lavc: add standalone cached bitstream reader 2 years ago
Luca Barbato 79f64f7ebc bitstream: Avoid undefined behavior in bitstream_skip() 7 years ago
Luca Barbato 0ac1fec1c3 bitstream: Move VLC reading functions into the vlc.h header 8 years ago
Luca Barbato 9c2d36fcaf dv: Convert to the new bitstream reader 8 years ago
Alexandra Hájková dd3d7ddf2a lavc: add a new bitstream reader to replace get_bits 8 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Stefano Sabatini 4af615b81e Document the 'size' parameter of set_put_bits_buffer_size(). 16 years ago
Stefano Sabatini 930cab5944 Document ff_put_string(). 16 years ago
Stefano Sabatini 54b02ccda2 Rename the 'put_zero' parameter of ff_put_string() to 16 years ago
Stefano Sabatini 980f54513e Add documentation for skip_put_bytes(). 16 years ago
Stefano Sabatini 093364da30 Doxygenate ff_copy_bits(). 16 years ago
Stefano Sabatini 86755e82f7 Factorize declaration for the two variants of put_bits(). 16 years ago
Stefano Sabatini 0a73e94fd6 Clarify documentation for put_bits_count(). 16 years ago
Stefano Sabatini facf521daa Document align_put_bits(). 16 years ago
Stefano Sabatini fc660a0143 Doxygenate flush_put_bits() documentation. 16 years ago
Stefano Sabatini e46ddebd14 Doxygenate put_bits_count() documentation. 16 years ago
Stefano Sabatini f7a2aab7d8 Doxygenate init_put_bits(). 16 years ago
Stefano Sabatini f9f74ab97b Add a notice telling that the behavior of skip_put_bits() is undefined 16 years ago
Justin Ruggles 017c0811a1 Add a get_sbits_long() function. 16 years ago
Reimar Döffinger edd532db64 Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. 16 years ago
Michael Niedermayer 71a48ff23c Add size_in_bits to PutBitContext 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Reimar Döffinger 724cc2dfaa Use AV_WL32/AV_WB32 in bitstream.h 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård 23ae2b68b0 Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefano Sabatini 7a7c4a7bf7 Fix typo. 16 years ago
Bartlomiej Wolowiec 8580314463 Little-endian bitstream writer 16 years ago
Måns Rullgård 29c8b6263a Remove dead code in bitstream.h 17 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
Måns Rullgård 71c465a151 Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER 17 years ago
Michael Niedermayer d05b24ff89 Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. 17 years ago
Michael Niedermayer ccc54864fe Make init_vlc* support proper static tables instead of this broken beyond 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer 1701cbfafc const 17 years ago
Kostya Shishkov b44665c4e6 Make decode210() common function. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs 28296f9c9e move get_unary() to its own file 17 years ago
Roman Shaposhnik 67c1b32f3d * getting rid of code duplication 18 years ago
Alex Beregszaszi 971e878dca copy get_unary from vc1 18 years ago
Michael Niedermayer 1ae7a85116 indent 18 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Aurelien Jacobs 98f7b56bb6 move ff_copy_bits to bitstream.c 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago