OSDN Git Service

bitstream_open_debug, bitstream_close_debug. and start/end
[swfed/swfed.git] / src / bitstream.c
2012-02-21 Yoshihiro Yamazakibitstream_open_debug, bitstream_close_debug. and start/end
2012-02-10 Yoshihiro Yamazakidata_len == byte_offset is ok on write mode.
2011-08-31 Yoshihiro YamazakiMerge branch 'master' of git.sourceforge.jp:/gitroot...
2011-08-15 よやreplace type of 'byte' from unsigned to signed.
2011-08-15 Yoshihiro YamazakiMerge branch 'master' of git.sourceforge.jp:/gitroot...
2011-08-15 よやdelete unused variable 'byte'
2011-08-15 よやfixed to fprintf format ld => lu
2011-08-15 Yoshihiro YamazakiMerge branch 'master' of git.sourceforge.jp:/gitroot...
2011-08-14 よやgetbits BITOPERATION_OPTIMIZE (disabled for bug)
2011-08-14 よやbitstream_putbits optimize
2011-08-13 よや- into register modifier to variable.
2011-08-13 よやwaste variable remove at bitstream_getbity
2011-08-13 よやbitstream_putbit remove waste variable.
2011-08-13 よやinput method second call then delete internal data.
2011-08-13 よやbitstream_incrpos optimization by bit operation.
2011-04-08 yoyamalloc 失敗時のエラー処理を追加
2011-04-08 yoyaエラーメッセージに埋めるパラメータ修正
2011-04-08 yoyabitstream_steal で realloc の使い方を間違えていたので修正
2011-04-07 yoyagetbitpos の追加
2011-03-12 yoya- 念の為の NULL 初期化
2011-03-10 yoyaコードの整形
2011-03-08 yoyaputbit する際に realloc する時のデバッグメッセージを削除
2010-11-28 yoyarealloc 失敗のエラーメッセージのフォーマット指定子を修正
2010-10-14 yoyaコードの整理
2010-10-14 yoyabitstream_need_bits_unsigned, itstream_need_bits_signed...
2010-10-05 yoyasigned bits の get/put function を実装
2009-08-27 yoya- bitstream_getbits_signed を追加
2009-06-07 yoyabitstream_t 構造体の中身を表示する bitstream_print を追加 (デバッグ用)
2009-06-07 yoyabitstream_hexdump を追加。(デバッグ用)
2009-06-05 yoya- bitstream_incrpos で bit_incr に負の値を渡せるようにした
2009-06-05 yoyabitstream_incrpos の bit_incr に負の値を指定できるように改造
2008-10-15 yoyafor 文の整形 (スペースを見やすいように調節)
2008-10-10 yoya今あるファイルを全て trunk に移動