summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-281-1/+1
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-1/+1
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-071-1/+1
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-061-3/+1
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-061-0/+24
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* use av_freep() in free_vlc() and failed init_vlc()Måns Rullgård2007-07-051-2/+2
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt2007-05-241-4/+14
* printf --> av_log, patch by Denis Fortin, fortin nerim netDenis Fortin2007-05-161-4/+4
* patch so that the deprecated items show up correctlyMark Cox2007-05-021-0/+2
* fix init_vlc() with nonzero flagsMåns Rullgård2007-03-181-3/+3
* deprecate ff_realloc_staticMichael Niedermayer2007-03-141-1/+1
* 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