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
2009-09-22AAC: 10l: fix PNS decodingMåns Rullgård
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-22Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson
2009-09-22Use ff_sine_32 in atrac1.Benjamin Larsson
2009-09-22Perform the DC prediction reversal immediately after decoding all ofMike Melanson
2009-09-22AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse
2009-09-22ARM: NEON optimisations for some dsputil functionsMåns Rullgård
2009-09-22AAC: use new dsputil functionsMåns Rullgård
2009-09-22Add some dsputil functions useful for AAC decoderMåns Rullgård
2009-09-22Add forgotten cleanup function in atrac1.Benjamin Larsson
2009-09-22Cosmetics, indentation.Benjamin Larsson
2009-09-22Cosmetics. Merge declaration and initialization.Benjamin Larsson
2009-09-22Move the scale factor and word length indexes to the stack.Benjamin Larsson
2009-09-21Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger
2009-09-21aacenc: Use preprocessor constants for trellis states and stages.Alex Converse
2009-09-21aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse
2009-09-21aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse
2009-09-21aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse
2009-09-21Cosmetics: Reindent after r19943.Alex Converse
2009-09-21aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-09-21ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård
2009-09-21ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård
2009-09-21Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård
2009-09-21ARM: remove broken IPP supportMåns Rullgård
2009-09-21Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson
2009-09-20Add parentheses to logical expression to avoid the warning:Diego Biurrun
2009-09-20Remove unused variable, fixes the warning:Diego Biurrun
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-20Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun
2009-09-20K&R coding style whitespace cosmeticsDiego Biurrun
2009-09-20Cosmetics: Reindent after r19927.Carl Eugen Hoyos
2009-09-20Allow encoding frames with more than 2800 lines.Martin Fiedler
2009-09-19Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger
2009-09-19Simplify color_flags calculation, remove a pointless initializationReimar Döffinger
2009-09-19Make default_correlation array const since it is never modified.Reimar Döffinger
2009-09-19Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles
2009-09-19Align sample output buffer in atrac1.Benjamin Larsson
2009-09-19Fix the short block transform for atrac1.Benjamin Larsson
2009-09-18Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun
2009-09-18Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun
2009-09-18fix uninitialized memory in dnxhd encoderBaptiste Coudurier
2009-09-17Only use one mdct window size in atrac1.Benjamin Larsson
2009-09-17Remove useless code causing crash in Targa decoderKostya Shishkov
2009-09-17add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles
2009-09-16ARM: do not use movw/movt for relocatable values with PICMåns Rullgård
2009-09-16Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-16perform sanity check on number of audio channels in avcodec_open()Peter Ross
2009-09-16Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne