]> git.sesse.net Git - ffmpeg/history - libavcodec/get_bits.h
suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy
[ffmpeg] / libavcodec / get_bits.h
2011-07-01 Mans Rullgardget_bits: remove x86 inline asm in A32 bitstream reader
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-05-28 Mans Rullgardget_bits: add av_unused tag to cache variable
2011-05-04 Alex Converseget_bits: make cache unsigned to eliminate undefined...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-23 Mans Rullgardget_bits: move tracing macros to end of file
2011-01-23 Mans RullgardSanitise get_bits macros, part 2
2011-01-23 Mans RullgardSanitise get_bits macros, part 1
2011-01-23 Mans RullgardRemove "libmpeg2" bitstream reader
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-21 Måns Rullgårdget/show_bits() can read up to MIN_CACHE_BITS bits
2010-02-21 Måns RullgårdDeobfuscate LE SHOW_[SU]BITS; these are simple sign...
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-02-17 Alex Converseget_bits: Fix spelling and grammar in GET_VLC() comment.
2010-01-24 Michael NiedermayerMark index as unsigend so gcc knows it doesnt need...
2010-01-24 Laurent AimarAdded missing const to get_bits_count().
2009-12-22 Måns RullgårdARM: use ALT_BITSTREAM_READER on cores with fast unalig...
2009-11-09 Ronald S. BultjeMake get_bits_left() available for use in libavcodec...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-09-24 Reimar DöffingerCompletely remove INIT_VLC_USE_STATIC, it is deprecated...
2009-09-11 Lars TäuberFix a typo in the documentation.
2009-09-08 Reimar DöffingerTry to clarify that anyone using get_bits must check...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.