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
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-13DCA: indentMåns Rullgård
2010-04-13DCA: optimise dca_subsubframe()Måns Rullgård
2010-04-13DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård
2010-04-12DCA: use FASTDIV in decode_blockcode()Måns Rullgård
2010-04-12DCA: simplify lfe_interpolation_fir()Måns Rullgård
2010-04-12DCA: use a local variable for loop boundaryMåns Rullgård
2010-04-12DCA: use some type-punning in qmf_32_subbands()Måns Rullgård
2010-04-10Make synth_filter a function pointerMåns Rullgård
2010-04-10DCA: align some arraysMåns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-26Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-10-28Remove unused variable j.Michael Niedermayer
2009-10-28Split synth filter out of dca.c.Michael Niedermayer
2009-10-10Fix 100l incorrect bitmask check.Reimar Döffinger
2009-10-08dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-10DCA: move an aligned array from stack to contextMåns Rullgård
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-21Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
2008-11-15Proper channel output reordering for the dca decoder.Benjamin Larsson
2008-11-11Comment typoBenjamin Larsson
2008-11-11Remove channel layout table that only should be used by encoders.Benjamin Larsson
2008-11-03Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson
2008-11-03Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman
2008-11-01Guess channel layout based on the number of channels if a custom layout is sp...Benjamin Larsson
2008-11-01Add channel layouts for dca.Benjamin Larsson
2008-10-28Fix compilation, remove stray ;Benjamin Larsson
2008-10-28Fix selection of quant step tableBenjamin Larsson
2008-10-26Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson
2008-10-26Fix dca decoder with non simd float2int16 conversionBenjamin Larsson
2008-10-26Fix compilation with TRACEBenjamin Larsson
2008-08-30Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer
2008-08-30Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer
2008-08-30Get rid of the 512 sample memmove().Michael Niedermayer
2008-08-29Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer
2008-08-29Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer
2008-08-29Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer
2008-08-295,1l: samples_chanptr[] should be (const float *)Andreas Öman
2008-08-29dca: Set data_size outside block loop.Andreas Öman
2008-08-29dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman