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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-14aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell
2011-08-14aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-30aacenc: Fix determination of Mid/Side Mode.Nathan Caldwell
2011-06-30psymodel: Remove the single channel analysis functionNathan Caldwell
2011-06-30aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell
2011-06-30psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell
2011-06-28aacenc: Save channel configuration for later use.Nathan Caldwell
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
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-23aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell
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-07aacenc: remove the data arraysYoung Han Lee
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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
2009-07-22Revert unintended portion of last commit. (Setting the default coder toAlex Converse
2009-07-22Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse
2009-07-09Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse