summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-231-16/+15
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-231-39/+61
| * aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-231-20/+22
| * aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-231-0/+5
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-231-6/+6
| * aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-231-102/+102
| * aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-231-43/+74
* | Revert "Fix multi-channel AAC encoding."Michael Niedermayer2012-01-241-21/+3
* | aacenc: Fix bug in writing libavcodec_ident.Michael Niedermayer2012-01-221-1/+1
* | aacenc: make the aac coder user choosable.Michael Niedermayer2011-11-271-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-2/+2
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
| * lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-4/+4
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-141-2/+11
|\ \ | |/
| * aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell2011-08-131-1/+7
| * aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell2011-08-131-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-301-5/+8
|\ \ | |/
| * aacenc: Fix determination of Mid/Side Mode.Nathan Caldwell2011-06-291-1/+1
| * psymodel: Remove the single channel analysis functionNathan Caldwell2011-06-291-1/+1
| * aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell2011-06-291-1/+4
| * psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-291-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-8/+8
|\ \ | |/
| * aacenc: Save channel configuration for later use.Nathan Caldwell2011-06-271-8/+8
* | Reindent after last commit.Carl Eugen Hoyos2011-06-151-2/+2
* | Fix multi-channel AAC encoding.Carl Eugen Hoyos2011-06-151-1/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-3/+29
|\ \ | |/
| * aacenc: Add stereo_mode option.Nathan Caldwell2011-06-021-3/+29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-25/+24
|\ \ | |/
| * psymodel: Remove wrapper functions.Nathan Caldwell2011-05-081-3/+3
| * aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell2011-05-081-26/+25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-1/+3
|\ \ | |/
| * aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2011-04-231-1/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-2/+4
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-081-1/+0
| * aacenc: remove the data arraysYoung Han Lee2011-03-071-13/+15
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-231-1/+1
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-1/+1
| * aacenc: mark SBR absentAlex Converse2011-01-221-2/+7
* | aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-081-1/+0
* | aacenc: remove the data arraysYoung Han Lee2011-03-081-13/+15
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
OpenPOWER on IntegriCloud