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
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-12Document the 'size' parameter of set_put_bits_buffer_size().Stefano Sabatini
2009-04-12Document ff_put_string().Stefano Sabatini
2009-04-11Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini
2009-04-11Add documentation for skip_put_bytes().Stefano Sabatini
2009-04-11Doxygenate ff_copy_bits().Stefano Sabatini
2009-04-11Factorize declaration for the two variants of put_bits().Stefano Sabatini
2009-04-11Clarify documentation for put_bits_count().Stefano Sabatini
2009-04-11Document align_put_bits().Stefano Sabatini
2009-04-11Doxygenate flush_put_bits() documentation.Stefano Sabatini
2009-04-11Doxygenate put_bits_count() documentation.Stefano Sabatini
2009-04-10Doxygenate init_put_bits().Stefano Sabatini
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