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
2009-03-31Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini
2009-03-03Add a get_sbits_long() function.Justin Ruggles
2009-03-02Simplify show_bits_long and copy the GetBitsContext around only once instead ...Reimar Döffinger
2009-02-05Add size_in_bits to PutBitContextMichael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-28Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-29Fix typo.Stefano Sabatini
2008-08-25Little-endian bitstream writerBartlomiej Wolowiec
2008-07-15Remove dead code in bitstream.hMåns Rullgård
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-07-13Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READERMåns Rullgård
2008-05-31Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer
2008-05-30Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-04constMichael Niedermayer
2008-01-03Make decode210() common function.Kostya Shishkov
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-27move get_unary() to its own fileAurelien Jacobs
2007-08-09 * getting rid of code duplicationRoman Shaposhnik
2007-08-09copy get_unary from vc1Alex Beregszaszi
2007-08-04indentMichael Niedermayer
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-06move ff_copy_bits to bitstream.cAurelien Jacobs
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-12misc spelling fixesDiego Biurrun
2007-05-24add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt
2007-04-22Blackfin is a strictly aligned processor.Marc Hoffman
2007-04-07typos/grammarDiego Biurrun
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-19fix comment, get/show_bits(0) does not workStefan Gehrer
2006-12-08fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-16Fix #endif comments.Diego Biurrun
2006-10-12fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u...Gregory Montoir
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-26Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-04inline align_get_bits()Måns Rullgård
2006-09-03remove redundant declarationsMåns Rullgård
2006-08-29use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
2006-08-28move some functions to bitstream.h to avoid conflictsAurelien Jacobs
2006-08-26Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs
2006-08-262nd try of skip_bits_long() for the ALT readerMichael Niedermayer