index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
get_bits.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
get_bits: add HAVE_BITS_REMAINING macro.
Ronald S. Bultje
2012-02-24
1
-1
/
+14
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-6
/
+6
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-4
/
+4
*
get_bits: remove LAST_SKIP_CACHE macro
Mans Rullgard
2011-12-17
1
-5
/
+1
*
get_bits: remove strange/obsolete comments
Mans Rullgard
2011-12-17
1
-9
/
+1
*
get_bits: whitespace (mostly) cosmetics
Mans Rullgard
2011-12-17
1
-49
/
+73
*
get_bits: remove unnecessary #includes
Mans Rullgard
2011-12-17
1
-3
/
+0
*
get_bits: introduce safe bitreading to prevent overreads.
Ronald S. Bultje
2011-12-17
1
-1
/
+36
*
get_bits: remove A32 variant
Mans Rullgard
2011-12-16
1
-97
/
+14
*
get_bits: remove useless pointer casts
Mans Rullgard
2011-12-16
1
-2
/
+2
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-10
/
+9
*
get_bits: remove x86 inline asm in A32 bitstream reader
Mans Rullgard
2011-07-01
1
-8
/
+0
*
cosmetics: fix some then/than typos
Diego Biurrun
2011-06-30
1
-2
/
+2
*
get_bits: add av_unused tag to cache variable
Mans Rullgard
2011-05-28
1
-1
/
+1
*
get_bits: make cache unsigned to eliminate undefined signed overflow.
Alex Converse
2011-05-03
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
get_bits: move tracing macros to end of file
Mans Rullgard
2011-01-23
1
-21
/
+21
*
Sanitise get_bits macros, part 2
Mans Rullgard
2011-01-23
1
-196
/
+182
*
Sanitise get_bits macros, part 1
Mans Rullgard
2011-01-23
1
-62
/
+65
*
Remove "libmpeg2" bitstream reader
Mans Rullgard
2011-01-23
1
-74
/
+3
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-2
/
+2
*
bswap: change ME to NE in macro names
Måns Rullgård
2010-07-10
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
get/show_bits() can read up to MIN_CACHE_BITS bits
Måns Rullgård
2010-02-21
1
-2
/
+2
*
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
Måns Rullgård
2010-02-21
1
-2
/
+2
*
Move NEG_[US]SR32 macros to mathops.h
Måns Rullgård
2010-02-17
1
-21
/
+0
*
get_bits: Fix spelling and grammar in GET_VLC() comment.
Alex Converse
2010-02-17
1
-3
/
+3
*
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.
Michael Niedermayer
2010-01-24
1
-4
/
+6
*
Added missing const to get_bits_count().
Laurent Aimar
2010-01-24
1
-3
/
+3
*
ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
Måns Rullgård
2009-12-22
1
-1
/
+1
*
Make get_bits_left() available for use in libavcodec (was previously held
Ronald S. Bultje
2009-11-09
1
-0
/
+5
*
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-11-09
1
-2
/
+0
*
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and
Reimar Döffinger
2009-09-24
1
-1
/
+0
*
Fix a typo in the documentation.
Lars Täuber
2009-09-11
1
-1
/
+1
*
Try to clarify that anyone using get_bits must check for buffer overrun
Reimar Döffinger
2009-09-08
1
-0
/
+3
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-0
/
+705