index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
get_bits.h
Age
Commit message (
Expand
)
Author
2011-01-23
get_bits: move tracing macros to end of file
Mans Rullgard
2011-01-23
Sanitise get_bits macros, part 2
Mans Rullgard
2011-01-23
Sanitise get_bits macros, part 1
Mans Rullgard
2011-01-23
Remove "libmpeg2" bitstream reader
Mans Rullgard
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
bswap: change ME to NE in macro names
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-02-21
get/show_bits() can read up to MIN_CACHE_BITS bits
Måns Rullgård
2010-02-21
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
Måns Rullgård
2010-02-17
Move NEG_[US]SR32 macros to mathops.h
Måns Rullgård
2010-02-17
get_bits: Fix spelling and grammar in GET_VLC() comment.
Alex Converse
2010-01-24
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.
Michael Niedermayer
2010-01-24
Added missing const to get_bits_count().
Laurent Aimar
2009-12-22
ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
Måns Rullgård
2009-11-09
Make get_bits_left() available for use in libavcodec (was previously held
Ronald S. Bultje
2009-11-09
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-09-24
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and
Reimar Döffinger
2009-09-11
Fix a typo in the documentation.
Lars Täuber
2009-09-08
Try to clarify that anyone using get_bits must check for buffer overrun
Reimar Döffinger
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini