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
2009-09-25Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger
2009-09-25Reindent.Reimar Döffinger
2009-09-25Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger
2009-09-24Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger
2009-07-01Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-11Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini
2009-03-21Remove deprecated functions and structures on next version bump.Diego Biurrun
2009-03-10Fix unaligned access in ff_copy_bits()Måns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-06-26move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer
2008-05-31unusedMichael Niedermayer
2008-05-31As *_static are not deallocated anymore except on program terminationMichael Niedermayer
2008-05-31unusedMichael Niedermayer
2008-05-31Remove non C code.Michael Niedermayer
2008-05-31Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer
2008-05-30Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer
2008-03-21Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng
2008-02-04constMichael Niedermayer
2007-07-28Ahem, fix typos overlooked in last commit.Diego Biurrun
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-08simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs
2007-07-06simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs
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