]> git.sesse.net Git - ffmpeg/history - libavcodec/get_bits.h
Export H264 profile and level in AVCodecContext.
[ffmpeg] / libavcodec / get_bits.h
2010-01-24 Michael NiedermayerMark index as unsigend so gcc knows it doesnt need...
2010-01-24 Laurent AimarAdded missing const to get_bits_count().
2009-12-22 Måns RullgårdARM: use ALT_BITSTREAM_READER on cores with fast unalig...
2009-11-09 Ronald S. BultjeMake get_bits_left() available for use in libavcodec...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-09-24 Reimar DöffingerCompletely remove INIT_VLC_USE_STATIC, it is deprecated...
2009-09-11 Lars TäuberFix a typo in the documentation.
2009-09-08 Reimar DöffingerTry to clarify that anyone using get_bits must check...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.