]> git.sesse.net Git - ffmpeg/history - libavcodec/bitstream.h
Move the ratecontrol related code from mpegvideo.h to a separate header file.
[ffmpeg] / libavcodec / bitstream.h
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...