46 Commits (96dd04427fc46e5e25a5ac1f00753207e3aedb0c)

Author SHA1 Message Date
Vittorio Giovara 351d0f8b7a get_bits: remove unused assignment 10 years ago
Diego Biurrun b574e1e97e get_bits: Add OPEN_READER macro variant w/o size_plus8 10 years ago
Diego Biurrun 91d305790e get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLE 10 years ago
Ronald S. Bultje 9918f57dcf get_bits: Return pointer to buffer that is the result of the alignment 12 years ago
Diego Biurrun 4af5310d29 get_bits/put_bits: K&R formatting cosmetics 12 years ago
Luca Barbato 4603ec85ed get_bits: change the failure condition in init_get_bits 12 years ago
Luca Barbato e28ac6e5e2 lavc: introduce the convenience function init_get_bits8 12 years ago
Luca Barbato d9cf5f5169 lavc: check for overflow in init_get_bits 12 years ago
Michael Niedermayer 41540b36a1 bitstream: add get_bits64() to support reading more than 32 bits at once 12 years ago
Diego Biurrun e00215040a get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments 12 years ago
Ronald S. Bultje b44b41633f get_bits: add HAVE_BITS_REMAINING macro. 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Mans Rullgard 86a10281c7 get_bits: remove LAST_SKIP_CACHE macro 13 years ago
Mans Rullgard 5d8122db5c get_bits: remove strange/obsolete comments 13 years ago
Mans Rullgard e42bb0ee01 get_bits: whitespace (mostly) cosmetics 13 years ago
Mans Rullgard adb28c49bd get_bits: remove unnecessary #includes 13 years ago
Ronald S. Bultje 8cfbbd928c get_bits: introduce safe bitreading to prevent overreads. 13 years ago
Mans Rullgard a1e98f198e get_bits: remove A32 variant 13 years ago
Mans Rullgard b8909cb364 get_bits: remove useless pointer casts 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Mans Rullgard 23ce6e7212 get_bits: remove x86 inline asm in A32 bitstream reader 14 years ago
Diego Biurrun be73d76b34 cosmetics: fix some then/than typos 14 years ago
Mans Rullgard e01e05ee66 get_bits: add av_unused tag to cache variable 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 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