]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/bitstream.h
Doxygenate put_bits_count() documentation.
[frescor/ffmpeg.git] / libavcodec / bitstream.h
2009-04-10 stefanoDoxygenate put_bits_count() documentation.
2009-04-10 stefanoDoxygenate init_put_bits().
2009-03-31 stefanoAdd a notice telling that the behavior of skip_put_bits...
2009-03-03 jbrAdd a get_sbits_long() function.
2009-03-02 reimarSimplify show_bits_long and copy the GetBitsContext...
2009-02-05 michaelAdd size_in_bits to PutBitContext
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-25 reimarUse AV_WL32/AV_WB32 in bitstream.h
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 mruReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-29 stefanoFix typo.
2008-08-25 bwolowiecLittle-endian bitstream writer
2008-07-15 mruRemove dead code in bitstream.h
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 mruBitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
2008-05-30 michaelLittle helper macro to make the use of INIT_VLC_USE_NEW...
2008-05-30 michaelMake init_vlc* support proper static tables instead...
2008-05-09 diegoUse full path for #includes from another directory.
2008-02-04 michaelconst
2008-01-03 kostyaMake decode210() common function.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-26 aurelmove get_unary() to it's own file
2007-08-08 romansh * getting rid of code duplication
2007-08-08 alexcopy get_unary from vc1
2007-08-04 michaelindent
2007-07-28 diegocosmetics: misc typo fixes
2007-07-06 aurelmove ff_copy_bits to bitstream.c
2007-06-16 mruinclude all prerequisites in header files
2007-06-12 diegomisc spelling fixes
2007-05-24 lorenmadd init_vlc_sparse(). faster than init_vlc() if there...
2007-04-21 aurelBlackfin is a strictly aligned processor.
2007-04-07 diegotypos/grammar
2007-02-27 mbardiauxSupply context to tprintf
2007-02-19 stefangfix comment, get/show_bits(0) does not work
2006-12-08 bcoudurierfix bug when __GNUC__ isn't defined and when compiling...
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-11-01 diegoUse common define for x86_32 and x86_64.
2006-10-16 diegoFix #endif comments.
2006-10-12 bcoudurierfix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-25 reimarFix get_bits_long to work with ALT_BITSTREAM_READER_LE.
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-09-04 mruinline align_get_bits()
2006-09-02 mruremove redundant declarations
2006-08-28 aureluse the A32_BITSTREAM_READER by default on ARM (faster)
2006-08-28 aurelforce usage of ALT_BITSTREAM_READER where needed
2006-08-28 aurelmove some functions to bitstream.h to avoid conflicts
2006-08-26 aurelFix A32_BITSTREAM_READER compilation on x86
2006-08-26 michael2nd try of skip_bits_long() for the ALT reader
2006-08-26 michaelmake A32 reader align its ptr during init no matter...
2006-08-26 michael3rd try :)
2006-08-26 michael2nd try for a skip_bits_long() for the A32 reader
2006-08-26 michaelmove align_get_bits() to .h to avoid conflicts between...
2006-08-26 michaelprevent bitstream reader to be overriden
2006-07-09 michaelremove STATS code (probably hasnt been used for years...
2006-06-12 mruMIPS doesn't like unaligned accesses
2006-05-11 mruadd unaligned16() and unaligned64()
2006-03-31 michaelget_xbits() optimization
2006-01-08 bananget_vlc -> get_vlc2 transition and get_vlc() removed...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-21 aurelfix some pointer to intger without cast warnings (patch...
2005-09-20 michaelprecautionary checks
2005-09-18 diegoRename put_string to ff_put_string to avoid a symbol...
2005-06-17 diegospelling fixes
2005-05-12 michaelarm alignment fix
2005-05-11 michaelLE bitstream reader based upon a patch by (Balatoni...
2005-04-18 michaelavoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-04-18 michaelvarious fixes related to the non alt_bitstream_reader
2005-03-26 michaelmake reverse[] non static
2005-02-06 michaelsupport skiping some bitstream encoding
2005-01-28 michaelmake decode012() static inline
2005-01-25 michaeldont duplicate decode012()
2005-01-19 michaelcompile with TRACE define patch by (Loic <lll+ffmpeg...
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...