]> git.sesse.net Git - ffmpeg/history - libavcodec/bitstream.c
h264: fix invalid pointer arithmetic
[ffmpeg] / libavcodec / bitstream.c
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-07-02 Mans Rullgardput_bits: remove ALT_BITSTREAM_WRITER
2011-06-13 Michael Niedermayerffv1: fix undefined behavior with insane widths.
2011-06-10 Alex Conversebitstream: Properly promote av_reverse values before...
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-05-12 Loren Merrittchange a variable-length array to a malloc.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-29 Loren Merrittindent
2010-03-29 Loren Merrittoptimize init_vlc().
2010-02-21 Måns Rullgårdindent
2010-02-21 Måns RullgårdAvoid negative shifts in build_table()
2009-11-29 Stefano SabatiniUse more consistent / meaningful parameter names for the
2009-09-24 Reimar DöffingerRemove ff_realloc_static, it is no longer used and...
2009-09-24 Reimar DöffingerReindent.
2009-09-24 Reimar DöffingerRemove a piece of code left-over from the removed alloc...
2009-09-24 Reimar DöffingerCompletely remove INIT_VLC_USE_STATIC, it is deprecated...
2009-07-01 Måns RullgårdFix potentially unaligned accesses in ff_copy_bits()
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 Stefano SabatiniRename the 'put_zero' parameter of ff_put_string() to
2009-03-21 Diego BiurrunRemove deprecated functions and structures on next...
2009-03-09 Måns RullgårdFix unaligned access in ff_copy_bits()
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-06-26 Stefan Gehrermove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerAs *_static are not deallocated anymore except on progr...
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerRemove non C code.
2008-05-30 Michael NiedermayerMove *_static to bitstream.c which is the only file...
2008-05-30 Michael NiedermayerMake init_vlc* support proper static tables instead...
2008-03-21 Zuxy MengApply 'alloc_size' attribute to ff_realloc_static()
2008-02-04 Michael Niedermayerconst
2007-07-28 Diego BiurrunAhem, fix typos overlooked in last commit.
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-07 Aurelien Jacobssimplify ff_copy_bits() when compiled with config-small
2007-07-06 Aurelien Jacobssimplify ff_copy_bits: merge 2 test branches
2007-07-06 Aurelien Jacobsmove ff_copy_bits to bitstream.c
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Måns Rullgårduse av_freep() in free_vlc() and failed init_vlc()
2007-05-24 Loren Merrittadd init_vlc_sparse(). faster than init_vlc() if there...
2007-05-16 Denis Fortinprintf --> av_log, patch by Denis Fortin, fortin nerim net
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-03-18 Måns Rullgårdfix init_vlc() with nonzero flags
2007-03-14 Michael Niedermayerdeprecate ff_realloc_static
2007-02-23 Panagiotis Issarisav_realloc_static() is an internal function and therefo...
2007-02-22 Panagiotis IssarisMove the av_realloc_static() declaration out of avcodec...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Aurelien Jacobsmove some functions to bitstream.h to avoid conflicts
2006-08-26 Michael Niedermayermove align_get_bits() to .h to avoid conflicts between...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-18 Diego BiurrunRename put_string to ff_put_string to avoid a symbol...
2005-05-11 Michael NiedermayerLE bitstream reader based upon a patch by (Balatoni...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...