| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | Fix ;; | Michael Niedermayer | 2008-02-19 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Mark the tables in g726.c as constant. | Diego Pettenò | 2008-01-07 | 1 | -22/+22 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -5/+5 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -74/+73 |
* | 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 | -0/+4 |
* | 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 | -64/+64 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -49/+49 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -1/+1 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | make comments doxygen compatible | Michael Niedermayer | 2004-07-22 | 1 | -31/+32 |
* | * gotta setup coded_frame for encoding. avcodec.h says that for decoding | Roman Shaposhnik | 2004-02-10 | 1 | -2/+13 |
* | use clip() from common.h | Michael Niedermayer | 2004-02-07 | 1 | -16/+10 |
* | * Initial implementation of the G.726 ADPCM audio codec. | Roman Shaposhnik | 2004-02-07 | 1 | -0/+417 |