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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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