]> git.sesse.net Git - ffmpeg/history - libavcodec/bitstream.h
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / bitstream.h
2016-11-18 Alexandra Hájkoválavc: add a new bitstream reader to replace get_bits
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 Stefano SabatiniDocument the 'size' parameter of set_put_bits_buffer_si...
2009-04-11 Stefano SabatiniDocument ff_put_string().
2009-04-11 Stefano SabatiniRename the 'put_zero' parameter of ff_put_string() to
2009-04-11 Stefano SabatiniAdd documentation for skip_put_bytes().
2009-04-11 Stefano SabatiniDoxygenate ff_copy_bits().
2009-04-11 Stefano SabatiniFactorize declaration for the two variants of put_bits().
2009-04-11 Stefano SabatiniClarify documentation for put_bits_count().
2009-04-10 Stefano SabatiniDocument align_put_bits().
2009-04-10 Stefano SabatiniDoxygenate flush_put_bits() documentation.
2009-04-10 Stefano SabatiniDoxygenate put_bits_count() documentation.
2009-04-10 Stefano SabatiniDoxygenate init_put_bits().
2009-03-31 Stefano SabatiniAdd a notice telling that the behavior of skip_put_bits...
2009-03-03 Justin RugglesAdd a get_sbits_long() function.
2009-03-02 Reimar DöffingerSimplify show_bits_long and copy the GetBitsContext...
2009-02-05 Michael NiedermayerAdd size_in_bits to PutBitContext
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Reimar DöffingerUse AV_WL32/AV_WB32 in bitstream.h
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Måns RullgårdReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-29 Stefano SabatiniFix typo.
2008-08-25 Bartlomiej WolowiecLittle-endian bitstream writer
2008-07-15 Måns RullgårdRemove dead code in bitstream.h
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 Måns RullgårdBitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
2008-05-30 Michael NiedermayerLittle helper macro to make the use of INIT_VLC_USE_NEW...
2008-05-30 Michael NiedermayerMake init_vlc* support proper static tables instead...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-04 Michael Niedermayerconst
2008-01-03 Kostya ShishkovMake decode210() common function.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-26 Aurelien Jacobsmove get_unary() to its own file
2007-08-08 Roman Shaposhnik * getting rid of code duplication
2007-08-08 Alex Beregszaszicopy get_unary from vc1
2007-08-04 Michael Niedermayerindent
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-06 Aurelien Jacobsmove ff_copy_bits to bitstream.c
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-24 Loren Merrittadd init_vlc_sparse(). faster than init_vlc() if there...
2007-04-21 Marc HoffmanBlackfin is a strictly aligned processor.
2007-04-07 Diego Biurruntypos/grammar
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-19 Stefan Gehrerfix comment, get/show_bits(0) does not work
2006-12-08 Martin Storsjöfix bug when __GNUC__ isn't defined and when compiling...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-16 Diego BiurrunFix #endif comments.
2006-10-12 Gregory Montoirfix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Reimar DöffingerFix get_bits_long to work with ALT_BITSTREAM_READER_LE.
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-04 Måns Rullgårdinline align_get_bits()
2006-09-02 Måns Rullgårdremove redundant declarations
2006-08-28 Aurelien Jacobsuse the A32_BITSTREAM_READER by default on ARM (faster)
2006-08-28 Aurelien Jacobsforce usage of ALT_BITSTREAM_READER where needed
2006-08-28 Aurelien Jacobsmove some functions to bitstream.h to avoid conflicts
2006-08-26 Aurelien JacobsFix A32_BITSTREAM_READER compilation on x86
2006-08-26 Michael Niedermayer2nd try of skip_bits_long() for the ALT reader
2006-08-26 Michael Niedermayermake A32 reader align its ptr during init no matter...
2006-08-26 Michael Niedermayer3rd try :)
2006-08-26 Michael Niedermayer2nd try for a skip_bits_long() for the A32 reader
2006-08-26 Michael Niedermayermove align_get_bits() to .h to avoid conflicts between...
2006-08-26 Michael Niedermayerprevent bitstream reader to be overriden
2006-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-06-12 Måns RullgårdMIPS doesn't like unaligned accesses
2006-05-11 Måns Rullgårdadd unaligned16() and unaligned64()
2006-03-31 Michael Niedermayerget_xbits() optimization
2006-01-08 Benjamin Larssonget_vlc -> get_vlc2 transition and get_vlc() removed...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-21 Michel Bardiauxfix some pointer to intger without cast warnings (patch...
2005-09-20 Michael Niedermayerprecautionary checks
2005-09-18 Diego BiurrunRename put_string to ff_put_string to avoid a symbol...
2005-06-17 Diego Biurrunspelling fixes
2005-05-12 Michael Niedermayerarm alignment fix
2005-05-11 Michael NiedermayerLE bitstream reader based upon a patch by (Balatoni...
2005-04-18 Michael Niedermayeravoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-04-18 Michael Niedermayervarious fixes related to the non alt_bitstream_reader
2005-03-26 Michael Niedermayermake reverse[] non static
2005-02-06 Michael Niedermayersupport skiping some bitstream encoding
2005-01-28 Michael Niedermayermake decode012() static inline
2005-01-25 Michael Niedermayerdont duplicate decode012()
2005-01-19 Loïc Le Loarercompile with TRACE define patch by (Loic <lll+ffmpeg...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...