| Commit message (Expand) | Author | Age | Files | Lines |
* | vcodec/bitstream: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | avcodec/bitstream: assert that no integer overflow happened when writing code... | Michael Niedermayer | 2014-01-23 | 1 | -0/+1 |
* | avcodec/bitstream: remove unused variable | Michael Niedermayer | 2013-12-11 | 1 | -1/+0 |
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c' | Michael Niedermayer | 2013-12-09 | 1 | -1/+5 |
|\ |
|
| * | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -3/+8 |
| * | bitstream: Check the result of av_malloc() | Diego Biurrun | 2013-10-15 | 1 | -0/+2 |
* | | avcodec/bitstream: Dont try to free buffers for static VLCs | Michael Niedermayer | 2013-08-08 | 1 | -2/+4 |
* | | avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc() | Michael Niedermayer | 2013-07-29 | 1 | -6/+8 |
* | | avcodec/ff_init_vlc_sparse: use a spinlock for thread sync | Michael Niedermayer | 2013-07-29 | 1 | -9/+19 |
* | | Revert "bitstream: make vlc init of static tables thread safe." | Michael Niedermayer | 2013-07-29 | 1 | -17/+6 |
* | | bitstream: fix a crash in case of oom | Piotr Bandurski | 2013-07-09 | 1 | -0/+2 |
* | | Merge commit 'f80b60ad59945dae32bb26a4e239ed94b0e92fa3' | Michael Niedermayer | 2013-06-16 | 1 | -5/+5 |
|\| |
|
| * | bitstream: forward error values and drop few abort() | Luca Barbato | 2013-06-16 | 1 | -7/+7 |
* | | Merge commit 'f776899a17dce32ad7fb9231d98f15558f37cc3f' | Michael Niedermayer | 2013-06-16 | 1 | -75/+77 |
|\| |
|
| * | bitstream: K&R formatting cosmetics | Luca Barbato | 2013-06-16 | 1 | -70/+74 |
* | | 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 |