Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-15Reindent after last commit.Carl Eugen Hoyos
2011-06-15Fix multi-channel AAC encoding.Carl Eugen Hoyos
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-08psymodel: Remove wrapper functions.Nathan Caldwell
2011-05-08aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19Move ff_kbd_window_init() to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-09aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-08aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-08aacenc: remove the data arraysYoung Han Lee
2011-03-07aacenc: remove the data arraysYoung Han Lee
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-23aacenc: mark SBR absentAlex Converse
2011-01-23aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-22aacenc: mark SBR absentAlex Converse
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-31aacenc: Remove an unused variable from adjust_frame_information().Alex Converse
2010-08-31aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse
2010-08-31aacenc: Write tag.elem_id early.Alex Converse
2010-08-31aacenc: Only apply M/S if common_window is set.Alex Converse
2010-07-19aacenc: Adjust array offsets for the current channel before calling ff_psy_su...Nathan Caldwell
2010-07-19aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset chan...Nathan Caldwell
2010-07-08Cosmetics: whitespaceAlex Converse
2010-07-08aacenc: Enforce LFE bitstream restrictions.Alex Converse
2010-07-06aacenc: replace VLA with fixed sizeMåns Rullgård
2010-06-29aacenc: Start the lookahead pointer 1/4 of the way into the first short window.Alex Converse
2010-06-29aacenc: Properly pad extradata.Alex Converse
2010-06-23aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse
2010-06-05Cleanup apply_window_and_mdct().Alex Converse
2010-05-27Mark AAC encoder as experimental.Alex Converse
2010-05-14aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse
2010-05-14aacenc: Fix psy logic.Alex Converse
2010-05-11Set cur_channel in the AAC encoder context where needed.Alex Converse
2010-05-07Error out when too many bits per frame are requested.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02aacenc: Error when an unsupported profile is requestedAlex Converse
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger