| Commit message (Expand) | Author | Age | Files | Lines |
* | fix init_vlc() with nonzero flags | Måns Rullgård | 2007-03-18 | 1 | -3/+3 |
* | deprecate ff_realloc_static | Michael Niedermayer | 2007-03-14 | 1 | -1/+1 |
* | av_realloc_static() is an internal function and therefore should use the ff_ ... | Panagiotis Issaris | 2007-02-23 | 1 | -2/+2 |
* | Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. | Panagiotis Issaris | 2007-02-22 | 1 | -0/+9 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move some functions to bitstream.h to avoid conflicts | Aurelien Jacobs | 2006-08-28 | 1 | -35/+0 |
* | move align_get_bits() to .h to avoid conflicts between different bitstream re... | Michael Niedermayer | 2006-08-26 | 1 | -6/+0 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -5/+5 |
* | Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. | Diego Biurrun | 2005-09-18 | 1 | -1/+1 |
* | LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo... | Michael Niedermayer | 2005-05-11 | 1 | -7/+13 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+287 |