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-01-28Add 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
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
2009-07-09Reindent after last commitAlex Converse
2009-07-09Prevent AAC frame size overflows.Alex Converse
2009-07-09Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse
2009-07-09Turn on AAC rate control.Alex Converse
2009-07-09cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun
2009-07-09cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun
2009-07-09Cosmetics: Pretty print the AAC encoder.Alex Converse
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-08-24okayed chunks of AAC encoderKostya Shishkov
2008-08-23Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov
2008-08-18Add okayed parts for AAC encoderKostya Shishkov
2008-08-17More okayed chunks of AAC encoderKostya Shishkov
2008-08-16Synchronize AAC encoder with renamings in aac.hKostya Shishkov
2008-08-16Add approved chunks to AAC encoderKostya Shishkov
2008-08-14Remove not OKed parts from AAC encoderKostya Shishkov