| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-08 | 1 | -7/+13 |
|\| |
|
| * | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -7/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-18 | 1 | -1/+3 |
|\| |
|
| * | aacenc: Fix issues with huge values of bit_rate. | Reimar Döffinger | 2012-04-17 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -4/+6 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+6 |
* | | aacenc: Fix issues with huge values of bit_rate. | Reimar Döffinger | 2012-04-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 1 | -1/+1 |
|\| |
|
| * | aacenc: Mark deinterleave_input_samples argument as const. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
* | | aac: reference supported sample rates in encoders. | Clément Bœsch | 2012-03-26 | 1 | -0/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | aacenc: 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 | -16/+47 |
|\| |
|
| * | aacenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -16/+47 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | aacenc: fix library references | Michael Niedermayer | 2012-02-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-31 | 1 | -11/+13 |
|\| |
|
| * | aacenc: make sure to encode enough frames to cover all input samples. | Justin Ruggles | 2012-01-30 | 1 | -7/+5 |
| * | aacenc: only use the number of input samples provided by the user. | Justin Ruggles | 2012-01-30 | 1 | -3/+5 |
| * | Fix non-C89 declarations in for loops | Mans Rullgard | 2012-01-29 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -4/+4 |
|\| |
|
| * | aacenc: Fix LONG_START windowing. | Nathan Caldwell | 2012-01-28 | 1 | -2/+2 |
| * | aacenc: Fix a bug where deinterleaved samples were stored in the wrong place. | Nathan Caldwell | 2012-01-28 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -1/+1 |
|\| |
|
| * | aacenc: Fix identification padding when the bitstream is already aligned. | Alex Converse | 2012-01-24 | 1 | -1/+1 |
| * | aacenc: Write correct length for long identification strings. | Michael Niedermayer | 2012-01-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -130/+224 |
|\| |
|
| * | aacenc: Simplify windowing | Nathan Caldwell | 2012-01-23 | 1 | -33/+68 |
| * | aacenc: Move saved overlap samples to the beginning of the same buffer as inc... | Nathan Caldwell | 2012-01-23 | 1 | -16/+15 |
| * | aacenc: Deinterleave input samples before processing. | Nathan Caldwell | 2012-01-23 | 1 | -39/+61 |
| * | aacenc: Store channel count in AACEncContext. | Nathan Caldwell | 2012-01-23 | 1 | -20/+22 |
| * | aacenc: Move Q^3/4 calculation to it's own table | Nathan Caldwell | 2012-01-23 | 1 | -0/+5 |
| * | aacenc: Request normalized float samples instead of converting s16 samples to... | Nathan Caldwell | 2012-01-23 | 1 | -6/+6 |
| * | aacenc: cosmetics: move init() and end() to the bottom of the file. | Nathan Caldwell | 2012-01-23 | 1 | -102/+102 |
| * | aacenc: aac_encode_init() cleanup | Nathan Caldwell | 2012-01-23 | 1 | -43/+74 |
* | | Revert "Fix multi-channel AAC encoding." | Michael Niedermayer | 2012-01-24 | 1 | -21/+3 |
* | | aacenc: Fix bug in writing libavcodec_ident. | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | aacenc: make the aac coder user choosable. | Michael Niedermayer | 2011-11-27 | 1 | -1/+2 |
* | | 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 | -1/+1 |
| * | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -4/+4 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-14 | 1 | -2/+11 |
|\| |
|
| * | aacenc: Fix number of coefficients used in a LFE channel. | Nathan Caldwell | 2011-08-13 | 1 | -1/+7 |