]> git.sesse.net Git - ffmpeg/history - libavcodec/bitstream.c
R and B components are stored as a differences to G component in Fraps v5.
[ffmpeg] / libavcodec / bitstream.c
2008-06-26 Stefan Gehrermove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerAs *_static are not deallocated anymore except on progr...
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerRemove non C code.
2008-05-30 Michael NiedermayerMove *_static to bitstream.c which is the only file...
2008-05-30 Michael NiedermayerMake init_vlc* support proper static tables instead...
2008-03-21 Zuxy MengApply 'alloc_size' attribute to ff_realloc_static()
2008-02-04 Michael Niedermayerconst
2007-07-28 Diego BiurrunAhem, fix typos overlooked in last commit.
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-07 Aurelien Jacobssimplify ff_copy_bits() when compiled with config-small
2007-07-06 Aurelien Jacobssimplify ff_copy_bits: merge 2 test branches
2007-07-06 Aurelien Jacobsmove ff_copy_bits to bitstream.c
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Måns Rullgårduse av_freep() in free_vlc() and failed init_vlc()
2007-05-24 Loren Merrittadd init_vlc_sparse(). faster than init_vlc() if there...
2007-05-16 Denis Fortinprintf --> av_log, patch by Denis Fortin, fortin nerim net
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-03-18 Måns Rullgårdfix init_vlc() with nonzero flags
2007-03-14 Michael Niedermayerdeprecate ff_realloc_static
2007-02-23 Panagiotis Issarisav_realloc_static() is an internal function and therefo...
2007-02-22 Panagiotis IssarisMove the av_realloc_static() declaration out of avcodec...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Aurelien Jacobsmove some functions to bitstream.h to avoid conflicts
2006-08-26 Michael Niedermayermove align_get_bits() to .h to avoid conflicts between...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-18 Diego BiurrunRename put_string to ff_put_string to avoid a symbol...
2005-05-11 Michael NiedermayerLE bitstream reader based upon a patch by (Balatoni...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...