summaryrefslogtreecommitdiffstats
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAgeFilesLines
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-231-2/+2
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-221-0/+9
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-281-35/+0
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-261-6/+0
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-5/+5
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-181-1/+1
* LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer2005-05-111-7/+13
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+287
OpenPOWER on IntegriCloud