summaryrefslogtreecommitdiffstats
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior in ffv1 with insane widths.Michael Niedermayer2011-04-011-2/+4
* change a variable-length array to a malloc.Loren Merritt2010-05-121-3/+8
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* indentLoren Merritt2010-03-291-53/+53
* optimize init_vlc().Loren Merritt2010-03-291-67/+107
* indentMåns Rullgård2010-02-211-32/+32
* Avoid negative shifts in build_table()Måns Rullgård2010-02-211-1/+3
* Use more consistent / meaningful parameter names for theStefano Sabatini2009-11-291-5/+5
* Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger2009-09-241-19/+0
* Reindent.Reimar Döffinger2009-09-241-2/+2
* Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger2009-09-241-5/+1
* Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger2009-09-241-7/+2
* Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård2009-07-011-3/+2
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-111-2/+2
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-211-0/+2
* Fix unaligned access in ff_copy_bits()Måns Rullgård2009-03-091-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-261-0/+7
* unusedMichael Niedermayer2008-05-301-5/+0
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-301-26/+2
* unusedMichael Niedermayer2008-05-301-9/+0
* Remove non C code.Michael Niedermayer2008-05-301-11/+0
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-301-1/+55
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-301-2/+12
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-211-1/+2
* constMichael Niedermayer2008-02-041-3/+3
* 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
OpenPOWER on IntegriCloud