Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-06move ff_copy_bits to bitstream.cAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05use av_freep() in free_vlc() and failed init_vlc()Måns Rullgård
2007-05-24add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...Loren Merritt
2007-05-16printf --> av_log, patch by Denis Fortin, fortin nerim netDenis Fortin
2007-05-02patch so that the deprecated items show up correctlyMark Cox
2007-03-19fix init_vlc() with nonzero flagsMåns Rullgård
2007-03-14deprecate ff_realloc_staticMichael Niedermayer
2007-02-23av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris
2007-02-22Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-28move some functions to bitstream.h to avoid conflictsAurelien Jacobs
2006-08-26move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-19Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun
2005-05-11LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer