| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | | wmaenc: dont mess with the bitrate. | Michael Niedermayer | 2012-07-02 | 1 | -2/+0 |
* | | wmaenc: switch all remaining asserts to av_asserts | Michael Niedermayer | 2012-07-01 | 1 | -11/+8 |
* | | wmaenc: rewrite 2nd stage quantization code | Michael Niedermayer | 2012-06-30 | 1 | -3/+4 |
* | | wmaenc: remove alternative quantization loop | Michael Niedermayer | 2012-06-30 | 1 | -17/+0 |
* | | wmaenc: fix off by 1 error in quantization loop | Michael Niedermayer | 2012-06-30 | 1 | -1/+1 |
* | | wmaenc: change another assert to av_assert | Michael Niedermayer | 2012-06-30 | 1 | -1/+1 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | wmaenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -17/+31 |
|\ \
| |/ |
|
| * | wmaenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -17/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | wmaenc: remove bit-exact hack | Justin Ruggles | 2012-03-17 | 1 | -4/+0 |
* | | wmaenc: change some asserts to av_assert0. | Michael Niedermayer | 2012-03-05 | 1 | -2/+2 |
* | | wmaenc: add assert to check encode_superframe() return. | Michael Niedermayer | 2012-03-05 | 1 | -0/+2 |
* | | Revert "wmaenc: check final frame size against output packet size" | Michael Niedermayer | 2012-03-05 | 1 | -6/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -8/+27 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -22/+20 |
|\ \
| |/ |
|
| * | 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 |
* | | Improve channel count and bitrate error handling in wmav* encode_init() | Tomas Härdin | 2011-03-24 | 1 | -4/+10 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | 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 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |