| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | aacenc: Fix a segfault with grouped psymodel. | Nathan Caldwell | 2011-08-13 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+7 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-30 | 1 | -5/+8 |
|\| |
|
| * | aacenc: Fix determination of Mid/Side Mode. | Nathan Caldwell | 2011-06-29 | 1 | -1/+1 |
| * | psymodel: Remove the single channel analysis function | Nathan Caldwell | 2011-06-29 | 1 | -1/+1 |
| * | aacenc: Implement dummy channel group analysis that just calls the single cha... | Nathan Caldwell | 2011-06-29 | 1 | -1/+4 |
| * | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -8/+8 |
|\| |
|
| * | aacenc: Save channel configuration for later use. | Nathan Caldwell | 2011-06-27 | 1 | -8/+8 |
* | | Reindent after last commit. | Carl Eugen Hoyos | 2011-06-15 | 1 | -2/+2 |
* | | Fix multi-channel AAC encoding. | Carl Eugen Hoyos | 2011-06-15 | 1 | -1/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -3/+29 |
|\| |
|
| * | aacenc: Add stereo_mode option. | Nathan Caldwell | 2011-06-02 | 1 | -3/+29 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -25/+24 |
|\| |
|
| * | psymodel: Remove wrapper functions. | Nathan Caldwell | 2011-05-08 | 1 | -3/+3 |
| * | aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch... | Nathan Caldwell | 2011-05-08 | 1 | -26/+25 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -1/+3 |
|\| |
|
| * | aacenc: Finish 3GPP psymodel analysis for non mid/side cases. | Nathan Caldwell | 2011-04-23 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -2/+4 |
|\| |
|
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
| * | Move ff_kbd_window_init() to a separate file | Mans Rullgard | 2011-03-19 | 1 | -0/+1 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | aacenc: Fix a segfault in search_for_quantizers | Nathan Caldwell | 2011-03-08 | 1 | -1/+0 |
| * | aacenc: remove the data arrays | Young Han Lee | 2011-03-07 | 1 | -13/+15 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | aacenc: fix typo in sync extension constant in 8ae0fa2 | Janne Grunau | 2011-01-23 | 1 | -1/+1 |