index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
aacenc.c
Age
Commit message (
Expand
)
Author
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-01-30
aacenc: make sure to encode enough frames to cover all input samples.
Justin Ruggles
2012-01-30
aacenc: only use the number of input samples provided by the user.
Justin Ruggles
2012-01-29
Fix non-C89 declarations in for loops
Mans Rullgard
2012-01-28
aacenc: Fix LONG_START windowing.
Nathan Caldwell
2012-01-28
aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.
Nathan Caldwell
2012-01-24
aacenc: Fix identification padding when the bitstream is already aligned.
Alex Converse
2012-01-24
aacenc: Write correct length for long identification strings.
Michael Niedermayer
2012-01-23
aacenc: Simplify windowing
Nathan Caldwell
2012-01-23
aacenc: Move saved overlap samples to the beginning of the same buffer as inc...
Nathan Caldwell
2012-01-23
aacenc: Deinterleave input samples before processing.
Nathan Caldwell
2012-01-23
aacenc: Store channel count in AACEncContext.
Nathan Caldwell
2012-01-23
aacenc: Move Q^3/4 calculation to it's own table
Nathan Caldwell
2012-01-23
aacenc: Request normalized float samples instead of converting s16 samples to...
Nathan Caldwell
2012-01-23
aacenc: cosmetics: move init() and end() to the bottom of the file.
Nathan Caldwell
2012-01-23
aacenc: aac_encode_init() cleanup
Nathan Caldwell
2011-10-20
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-08-13
aacenc: Fix number of coefficients used in a LFE channel.
Nathan Caldwell
2011-08-13
aacenc: Fix a segfault with grouped psymodel.
Nathan Caldwell
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-06-29
aacenc: Fix determination of Mid/Side Mode.
Nathan Caldwell
2011-06-29
psymodel: Remove the single channel analysis function
Nathan Caldwell
2011-06-29
aacenc: Implement dummy channel group analysis that just calls the single cha...
Nathan Caldwell
2011-06-29
psymodel: Add channels and channel groups to the psymodel.
Nathan Caldwell
2011-06-27
aacenc: Save channel configuration for later use.
Nathan Caldwell
2011-06-02
aacenc: Add stereo_mode option.
Nathan Caldwell
2011-05-08
psymodel: Remove wrapper functions.
Nathan Caldwell
2011-05-08
aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...
Nathan Caldwell
2011-04-23
aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
Nathan Caldwell
2011-03-20
Move sine windows to a separate file
Mans Rullgard
2011-03-19
Move ff_kbd_window_init() to a separate file
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-08
aacenc: Fix a segfault in search_for_quantizers
Nathan Caldwell
2011-03-07
aacenc: remove the data arrays
Young Han Lee
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-23
aacenc: fix typo in sync extension constant in 8ae0fa2
Janne Grunau
2011-01-22
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
aacenc: mark SBR absent
Alex Converse
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-08-31
aacenc: Remove an unused variable from adjust_frame_information().
Alex Converse
2010-08-31
aacenc: Don't set s->cur_channel before apply_window_and_mdct().
Alex Converse
2010-08-30
aacenc: Write tag.elem_id early.
Alex Converse
2010-08-30
aacenc: Only apply M/S if common_window is set.
Alex Converse
2010-07-19
aacenc: Adjust array offsets for the current channel before calling ff_psy_su...
Nathan Caldwell
2010-07-19
aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset chan...
Nathan Caldwell
2010-07-07
Cosmetics: whitespace
Alex Converse
2010-07-07
aacenc: Enforce LFE bitstream restrictions.
Alex Converse
[next]