| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | avcodec/wmaenc: change commented assert to av_assert | Michael Niedermayer | 2013-08-02 | 1 | -1/+1 |
* | | wamenc: handle failure to encode. | Reimar Döffinger | 2013-05-29 | 1 | -0/+5 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -5/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -5/+0 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1' | Michael Niedermayer | 2013-02-13 | 1 | -5/+5 |
|\| |
|
| * | wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext | Justin Ruggles | 2013-02-12 | 1 | -5/+5 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
* | | wmaenc: add new line to some error messages | Piotr Bandurski | 2012-12-05 | 1 | -2/+2 |
* | | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' | Michael Niedermayer | 2012-11-27 | 1 | -1/+1 |
|\| |
|
| * | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-02 | 1 | -17/+18 |
|\| |
|
| * | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-07 | 1 | -16/+16 |
|\| |
|
| * | wmaenc: use float planar sample format | Justin Ruggles | 2012-10-06 | 1 | -16/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | | 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 |
|\| |
|