Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-20get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje
2013-01-21get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun
2013-01-20get_bits: change the failure condition in init_get_bitsLuca Barbato
2013-01-14lavc: introduce the convenience function init_get_bits8Luca Barbato
2013-01-14lavc: check for overflow in init_get_bitsLuca Barbato
2012-12-08bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer
2012-09-27get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun
2012-02-24get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-18get_bits: remove LAST_SKIP_CACHE macroMans Rullgard
2011-12-17get_bits: remove strange/obsolete commentsMans Rullgard
2011-12-17get_bits: whitespace (mostly) cosmeticsMans Rullgard
2011-12-17get_bits: remove unnecessary #includesMans Rullgard
2011-12-17get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje
2011-12-17get_bits: remove A32 variantMans Rullgard
2011-12-16get_bits: remove useless pointer castsMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-07-02get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-05-28get_bits: add av_unused tag to cache variableMans Rullgard
2011-05-04get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-23get_bits: move tracing macros to end of fileMans Rullgard
2011-01-23Sanitise get_bits macros, part 2Mans Rullgard
2011-01-23Sanitise get_bits macros, part 1Mans Rullgard
2011-01-23Remove "libmpeg2" bitstream readerMans Rullgard
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-22get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård
2010-02-22Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård
2010-02-18Move NEG_[US]SR32 macros to mathops.hMåns Rullgård
2010-02-18get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse
2010-01-24Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.Michael Niedermayer
2010-01-24Added missing const to get_bits_count().Laurent Aimar
2009-12-22ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård
2009-11-10Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-09-24Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger
2009-09-11Fix a typo in the documentation.Lars Täuber
2009-09-08Try to clarify that anyone using get_bits must check for buffer overrunReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini