summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAge
...
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-07
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-06
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* use av_freep() in free_vlc() and failed init_vlc()Måns Rullgård2007-07-05
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt2007-05-24
* printf --> av_log, patch by Denis Fortin, fortin nerim netDenis Fortin2007-05-16
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* fix init_vlc() with nonzero flagsMåns Rullgård2007-03-18
* deprecate ff_realloc_staticMichael Niedermayer2007-03-14
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-23
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-26
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
* LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer2005-05-11
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29