| Commit message (Expand) | Author | Age | Files | Lines |
* | forgot to rm lcl.c | Måns Rullgård | 2007-07-12 | 1 | -924/+0 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -5/+4 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -2/+1 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -12/+16 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -38/+38 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -13/+13 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) | Michael Niedermayer | 2005-03-06 | 1 | -1/+0 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | Use avcodec_check_dimensions instead of custom hack | Roberto Togni | 2005-01-15 | 1 | -3/+1 |
* | Check pointers before writing to memory, fix possible integer overflows | Roberto Togni | 2005-01-09 | 1 | -16/+45 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | Zlib encoder: fix image orientation (was flipped), 100l in deflate error | Roberto Togni | 2004-09-23 | 1 | -4/+11 |
* | segfault fix by (Kostya <cannonball at bw-team dot com>) | Michael Niedermayer | 2004-09-23 | 1 | -1/+1 |
* | Right fix for older zlib version | Roberto Togni | 2004-01-13 | 1 | -4/+0 |
* | Fix for older version of zlib | Roberto Togni | 2004-01-13 | 1 | -0/+896 |