| Commit message (Expand) | Author | Age | Files | Lines |
* | A try to fix the regressions. | Michael Niedermayer | 2009-02-19 | 1 | -0/+4 |
* | Intel C compiler warns on this assignment in this if(), probably | Diego Pettenò | 2008-10-02 | 1 | -1/+2 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+2 |
* | silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr... | Benjamin Larsson | 2008-02-15 | 1 | -1/+1 |
* | clarify FIXME | Michael Niedermayer | 2007-12-17 | 1 | -1/+1 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -10/+4 |
* | Optimize by building the mdct window and multipying/adding at the same time. | Ian Braithwaite | 2007-03-26 | 1 | -2/+2 |
* | bitrate sanity check (fixes assertion failure) | Michael Niedermayer | 2007-03-08 | 1 | -0/+3 |
* | Rename WMADecodeContext to WMACodecContext | Michel Bardiaux | 2007-02-27 | 1 | -9/+9 |
* | Supply context to tprintf | Michel Bardiaux | 2007-02-27 | 1 | -0/+2 |
* | workaround sign bug | Michael Niedermayer | 2007-02-06 | 1 | -1/+1 |
* | 10l use of uninitalized var | Michael Niedermayer | 2007-02-06 | 1 | -2/+2 |
* | wma encoder | Michael Niedermayer | 2007-02-06 | 1 | -0/+402 |