]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/bitstream.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / bitstream.c
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 stefanoRename the 'put_zero' parameter of ff_put_string() to
2009-03-21 diegoRemove deprecated functions and structures on next...
2009-03-09 mruFix unaligned access in ff_copy_bits()
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2008-06-26 stefangmove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-05-30 michaelunused
2008-05-30 michaelAs *_static are not deallocated anymore except on progr...
2008-05-30 michaelunused
2008-05-30 michaelRemove non C code.
2008-05-30 michaelMove *_static to bitstream.c which is the only file...
2008-05-30 michaelMake init_vlc* support proper static tables instead...
2008-03-21 zuxyApply 'alloc_size' attribute to ff_realloc_static()
2008-02-04 michaelconst
2007-07-28 diegoAhem, fix typos overlooked in last commit.
2007-07-28 diegocosmetics: misc typo fixes
2007-07-07 aurelsimplify ff_copy_bits() when compiled with config-small
2007-07-06 aurelsimplify ff_copy_bits: merge 2 test branches
2007-07-06 aurelmove ff_copy_bits to bitstream.c
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 mruuse av_freep() in free_vlc() and failed init_vlc()
2007-05-24 lorenmadd init_vlc_sparse(). faster than init_vlc() if there...
2007-05-16 diegoprintf --> av_log, patch by Denis Fortin, fortin nerim net
2007-05-02 benoitpatch so that the deprecated items show up correctly
2007-03-18 mrufix init_vlc() with nonzero flags
2007-03-14 michaeldeprecate ff_realloc_static
2007-02-23 takisav_realloc_static() is an internal function and therefo...
2007-02-22 takisMove the av_realloc_static() declaration out of avcodec...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-28 aurelmove some functions to bitstream.h to avoid conflicts
2006-08-26 michaelmove align_get_bits() to .h to avoid conflicts between...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-18 diegoRename put_string to ff_put_string to avoid a symbol...
2005-05-11 michaelLE bitstream reader based upon a patch by (Balatoni...
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...