| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/bitstream: print vlc length in error case. | Michael Niedermayer | 2013-05-21 | 1 | -1/+1 |
* | init_vlc_sparse: fix leak on error | Michael Niedermayer | 2013-04-21 | 1 | -0/+2 |
* | avcodec/bitstream: check codes in ff_init_vlc_sparse() | Michael Niedermayer | 2013-04-18 | 1 | -0/+4 |
* | avcodec/bitstream: Check bits in ff_init_vlc_sparse() | Michael Niedermayer | 2013-04-18 | 1 | -0/+4 |
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\ |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | bitstream: make vlc init of static tables thread safe. | Michael Niedermayer | 2012-12-06 | 1 | -6/+17 |
* | | Revert "Add assert that the avcodec lock is held when initializing static VLC... | Michael Niedermayer | 2012-12-06 | 1 | -2/+0 |
* | | Add assert that the avcodec lock is held when initializing static VLC tables. | Reimar Döffinger | 2012-12-05 | 1 | -0/+2 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 1 | -4/+5 |
|\| |
|
| * | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-10 | 1 | -1/+1 |
|\| |
|
| * | Rename ff_put_string to avpriv_put_string | Martin Storsjö | 2012-09-09 | 1 | -1/+1 |
* | | libavcodec/bitstream: switch to av_assert | Michael Niedermayer | 2012-07-23 | 1 | -1/+2 |
* | | bitstream: build_table, check table_nb_bits. | Michael Niedermayer | 2012-03-23 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -3/+3 |
|\| |
|
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\| |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | | bitstream: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-03 | 1 | -4/+0 |
|\| |
|
| * | put_bits: remove ALT_BITSTREAM_WRITER | Mans Rullgard | 2011-07-02 | 1 | -4/+0 |
| * | ffv1: fix undefined behavior with insane widths. | Michael Niedermayer | 2011-06-13 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-11 | 1 | -4/+4 |
|\| |
|
| * | bitstream: Properly promote av_reverse values before shifting. | Alex Converse | 2011-06-10 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -20/+6 |
|\| |
|
| * | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -20/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Fix undefined behavior in ffv1 with insane widths. | Michael Niedermayer | 2011-04-01 | 1 | -2/+4 |
|/ |
|
* | change a variable-length array to a malloc. | Loren Merritt | 2010-05-12 | 1 | -3/+8 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | indent | Loren Merritt | 2010-03-29 | 1 | -53/+53 |
* | optimize init_vlc(). | Loren Merritt | 2010-03-29 | 1 | -67/+107 |
* | indent | Måns Rullgård | 2010-02-21 | 1 | -32/+32 |
* | Avoid negative shifts in build_table() | Måns Rullgård | 2010-02-21 | 1 | -1/+3 |
* | Use more consistent / meaningful parameter names for the | Stefano Sabatini | 2009-11-29 | 1 | -5/+5 |
* | Remove ff_realloc_static, it is no longer used and since it was declared | Reimar Döffinger | 2009-09-24 | 1 | -19/+0 |
* | Reindent. | Reimar Döffinger | 2009-09-24 | 1 | -2/+2 |
* | Remove a piece of code left-over from the removed alloc'd static vlc table code. | Reimar Döffinger | 2009-09-24 | 1 | -5/+1 |
* | Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and | Reimar Döffinger | 2009-09-24 | 1 | -7/+2 |
* | Fix potentially unaligned accesses in ff_copy_bits() | Måns Rullgård | 2009-07-01 | 1 | -3/+2 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Rename the 'put_zero' parameter of ff_put_string() to | Stefano Sabatini | 2009-04-11 | 1 | -2/+2 |
* | Remove deprecated functions and structures on next version bump. | Diego Biurrun | 2009-03-21 | 1 | -0/+2 |