summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAge
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* bitstream: Check the result of av_malloc()Diego Biurrun2013-10-15
* bitstream: forward error values and drop few abort()Luca Barbato2013-06-16
* bitstream: K&R formatting cosmeticsLuca Barbato2013-06-16
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-09
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-02
* ffv1: fix undefined behavior with insane widths.Michael Niedermayer2011-06-13
* bitstream: Properly promote av_reverse values before shifting.Alex Converse2011-06-10
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* change a variable-length array to a malloc.Loren Merritt2010-05-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* indentLoren Merritt2010-03-29
* optimize init_vlc().Loren Merritt2010-03-29
* indentMåns Rullgård2010-02-21
* Avoid negative shifts in build_table()Måns Rullgård2010-02-21
* Use more consistent / meaningful parameter names for theStefano Sabatini2009-11-29
* Remove ff_realloc_static, it is no longer used and since it was declaredReimar Döffinger2009-09-24
* Reindent.Reimar Döffinger2009-09-24
* Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger2009-09-24
* Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger2009-09-24
* Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård2009-07-01
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-11
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-21
* Fix unaligned access in ff_copy_bits()Måns Rullgård2009-03-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-26
* unusedMichael Niedermayer2008-05-30
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-30
* unusedMichael Niedermayer2008-05-30
* Remove non C code.Michael Niedermayer2008-05-30
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-30
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-21
* constMichael Niedermayer2008-02-04