| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -1/+1 |
* | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 1 | -15/+15 |
* | wmaenc: use float planar sample format | Justin Ruggles | 2012-10-06 | 1 | -16/+16 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | wmaenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -17/+31 |
* | wmaenc: remove bit-exact hack | Justin Ruggles | 2012-03-17 | 1 | -4/+0 |
* | wmaenc: fix m/s stereo encoding for the first frame | Justin Ruggles | 2012-03-03 | 1 | -1/+3 |
* | wmaenc: return s->block_align instead of recalculating it | Justin Ruggles | 2012-03-03 | 1 | -1/+1 |
* | wmaenc: check final frame size against output packet size | Justin Ruggles | 2012-03-03 | 1 | -4/+6 |
* | wmaenc: require a large enough output buffer to prevent overwrites | Justin Ruggles | 2012-03-03 | 1 | -0/+5 |
* | wmaenc: limit allowed sample rate to 48kHz | Justin Ruggles | 2012-03-03 | 1 | -0/+6 |
* | wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE | Justin Ruggles | 2012-03-03 | 1 | -2/+6 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -22/+20 |
* | wmaenc: improve channel count and bitrate error handling in encode_init() | Tomas Härdin | 2011-05-12 | 1 | -4/+10 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | remove a Huffman table from WMA which also exists in AAC | Stefan Gehrer | 2010-02-19 | 1 | -1/+1 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 1 | -2/+2 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | 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 |