| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec/bgmc: Check input space in ff_bgmc_decode_init() | Michael Niedermayer | 2019-09-02 | 1 | -1/+6 |
* | Update my email address. | Thilo Borgmann | 2013-08-13 | 1 | -2/+2 |
* | Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c' | Michael Niedermayer | 2013-05-06 | 1 | -2/+2 |
|\ |
|
| * | bgmc: Do not mark ff_bgmc_decode_init() as av_cold | Diego Biurrun | 2013-05-05 | 1 | -2/+2 |
* | | Merge commit 'bd8ac882140a38868c33c000a430a1292a352533' | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Add av_cold attributes to end functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -3/+5 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -3/+5 |
| * | bgmc: Fix av_malloc checks in ff_bgmc_init() | Xi Wang | 2012-11-14 | 1 | -1/+1 |
* | | bgmc: check the correct pointers | Michael Niedermayer | 2012-10-20 | 1 | -1/+1 |
* | | bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084) | Thilo Borgmann | 2012-10-14 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -372/+360 |
|\| |
|
| * | avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics | Diego Biurrun | 2012-04-12 | 1 | -372/+360 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-02 | 1 | -6/+6 |
|\| |
|
| * | bgmc: K&R cleanup | Aneesh Dogra | 2012-01-01 | 1 | -6/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Allow clean initialization of lut_status array by changing type to signed int. | Thilo Borgmann | 2010-11-08 | 1 | -8/+11 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -6/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Support arithmetic decoding in ALS. | Thilo Borgmann | 2010-02-13 | 1 | -0/+567 |