summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-261-1/+1
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-231-1/+1
* | aacenc: mark SBR absentAlex Converse2011-01-231-2/+7
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* aacenc: Remove an unused variable from adjust_frame_information().Alex Converse2010-08-311-2/+1
* aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse2010-08-311-1/+0
* aacenc: Write tag.elem_id early.Alex Converse2010-08-301-2/+2
* aacenc: Only apply M/S if common_window is set.Alex Converse2010-08-301-1/+1
* aacenc: Adjust array offsets for the current channel before calling ff_psy_su...Nathan Caldwell2010-07-191-7/+8
* aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset chan...Nathan Caldwell2010-07-191-15/+16
* Cosmetics: whitespaceAlex Converse2010-07-071-1/+2
* aacenc: Enforce LFE bitstream restrictions.Alex Converse2010-07-071-5/+8
* aacenc: replace VLA with fixed sizeMåns Rullgård2010-07-061-2/+4
* aacenc: Start the lookahead pointer 1/4 of the way into the first short window.Alex Converse2010-06-281-1/+1
* aacenc: Properly pad extradata.Alex Converse2010-06-281-1/+1
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-4/+2
* Cleanup apply_window_and_mdct().Alex Converse2010-06-051-10/+5
* Mark AAC encoder as experimental.Alex Converse2010-05-271-1/+1
* aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse2010-05-141-1/+1
* aacenc: Fix psy logic.Alex Converse2010-05-141-1/+1
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-111-0/+2
* Error out when too many bits per frame are requested.Alex Converse2010-05-061-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* aacenc: Error when an unsupported profile is requestedAlex Converse2010-04-021-0/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
OpenPOWER on IntegriCloud