29 Commits (dbe5f0172b4f123b15bc8ada82dd17b13c4bbbd7)

Author SHA1 Message Date
Mans Rullgard e01e05ee66 get_bits: add av_unused tag to cache variable 14 years ago
Michael Niedermayer 105a3c7a6b bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]" 14 years ago
Michael Niedermayer 3acc44b739 bitstream reader: remove unneeded variable initilization. 14 years ago
Alex Converse 47bc52f821 get_bits: make cache unsigned to eliminate undefined signed overflow. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard a4bff12cdd get_bits: move tracing macros to end of file 14 years ago
Mans Rullgard 371cf026a7 Sanitise get_bits macros, part 2 14 years ago
Mans Rullgard d232e09d51 Sanitise get_bits macros, part 1 14 years ago
Mans Rullgard 990f213e57 Remove "libmpeg2" bitstream reader 14 years ago
Mans Rullgard 611a6f59ce get_bits: move tracing macros to end of file 14 years ago
Mans Rullgard fb5c841d5f Sanitise get_bits macros, part 2 14 years ago
Mans Rullgard bf5f9b528b Sanitise get_bits macros, part 1 14 years ago
Mans Rullgard 938f72e199 Remove "libmpeg2" bitstream reader 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 39261cd8d9 get/show_bits() can read up to MIN_CACHE_BITS bits 15 years ago
Måns Rullgård 7cd7d19e86 Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend 15 years ago
Måns Rullgård 5e46be96f8 Move NEG_[US]SR32 macros to mathops.h 15 years ago
Alex Converse fd10543ef2 get_bits: Fix spelling and grammar in GET_VLC() comment. 15 years ago
Michael Niedermayer d9ef0d2e14 Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. 15 years ago
Laurent Aimar 8880c8bcc3 Added missing const to get_bits_count(). 15 years ago
Måns Rullgård 1a91f1a0da ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access 15 years ago
Ronald S. Bultje c47ca25e74 Make get_bits_left() available for use in libavcodec (was previously held 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Reimar Döffinger 595324e143 Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and 15 years ago
Lars Täuber 6249c33e5a Fix a typo in the documentation. 15 years ago
Reimar Döffinger 17f0c3be8e Try to clarify that anyone using get_bits must check for buffer overrun 15 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