]> git.sesse.net Git - ffmpeg/history - libavcodec/aacenc.c
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
[ffmpeg] / libavcodec / aacenc.c
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-14 Nathan Caldwellaacenc: Fix number of coefficients used in a LFE channel.
2011-08-14 Nathan Caldwellaacenc: Fix a segfault with grouped psymodel.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-29 Nathan Caldwellaacenc: Fix determination of Mid/Side Mode.
2011-06-29 Nathan Caldwellpsymodel: Remove the single channel analysis function
2011-06-29 Nathan Caldwellaacenc: Implement dummy channel group analysis that...
2011-06-29 Nathan Caldwellpsymodel: Add channels and channel groups to the psymodel.
2011-06-28 Nathan Caldwellaacenc: Save channel configuration for later use.
2011-06-02 Nathan Caldwellaacenc: Add stereo_mode option.
2011-05-08 Nathan Caldwellpsymodel: Remove wrapper functions.
2011-05-08 Nathan Caldwellaacenc: Replace loop counters in aac_encode_frame(...
2011-04-23 Nathan Caldwellaacenc: Finish 3GPP psymodel analysis for non mid/side...
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans RullgardMove ff_kbd_window_init() to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-08 Nathan Caldwellaacenc: Fix a segfault in search_for_quantizers
2011-03-07 Young Han Leeaacenc: remove the data arrays
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Janne Grunauaacenc: fix typo in sync extension constant in 8ae0fa2
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-22 Alex Converseaacenc: mark SBR absent
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-31 Alex Converseaacenc: Remove an unused variable from adjust_frame_inf...
2010-08-31 Alex Converseaacenc: Don't set s->cur_channel before apply_window_an...
2010-08-30 Alex Converseaacenc: Write tag.elem_id early.
2010-08-30 Alex Converseaacenc: Only apply M/S if common_window is set.
2010-07-19 Nathan Caldwellaacenc: Adjust array offsets for the current channel...
2010-07-19 Nathan Caldwellaacenc: Refactor apply_window_and_mdct() so it no longe...
2010-07-07 Alex ConverseCosmetics: whitespace
2010-07-07 Alex Converseaacenc: Enforce LFE bitstream restrictions.
2010-07-06 Måns Rullgårdaacenc: replace VLA with fixed size
2010-06-28 Alex Converseaacenc: Start the lookahead pointer 1/4 of the way...
2010-06-28 Alex Converseaacenc: Properly pad extradata.
2010-06-23 Alex Converseaactab: Tablegenify ff_aac_pow2sf_tab.
2010-06-05 Alex ConverseCleanup apply_window_and_mdct().
2010-05-27 Alex ConverseMark AAC encoder as experimental.
2010-05-14 Alex Converseaacenc: Select the TLS (two-loop search) as the default...
2010-05-14 Alex Converseaacenc: Fix psy logic.
2010-05-11 Alex ConverseSet cur_channel in the AAC encoder context where needed.
2010-05-06 Alex ConverseError out when too many bits per frame are requested.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-02 Alex Converseaacenc: Error when an unsupported profile is requested
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-22 Alex ConverseRevert unintended portion of last commit. (Setting...
2009-07-22 Alex ConverseBe sure to increment our position in the coefficient...
2009-07-09 Alex ConverseChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-08 Alex ConverseReindent after last commit
2009-07-08 Alex ConversePrevent AAC frame size overflows.
2009-07-08 Alex ConverseRefactor windowing and early psy from bitstream writing...
2009-07-08 Alex ConverseTurn on AAC rate control.
2009-07-08 Diego Biurruncosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 Diego Biurruncosmetics: prettyprinting, K&R style, break overly...
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-08-24 Kostya Shishkovokayed chunks of AAC encoder
2008-08-23 Kostya ShishkovDo not pass unnecessary arguments to AAC encoder functions
2008-08-18 Kostya ShishkovAdd okayed parts for AAC encoder
2008-08-17 Kostya ShishkovMore okayed chunks of AAC encoder
2008-08-16 Kostya ShishkovSynchronize AAC encoder with renamings in aac.h
2008-08-16 Kostya ShishkovAdd approved chunks to AAC encoder
2008-08-14 Kostya ShishkovRemove not OKed parts from AAC encoder
2008-08-14 Kostya ShishkovOkayed parts of AAC encoder