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-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02dca: avoid C99 declaration in for() expressionGianluigi Tiesi
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23dca: add profile namesAnssi Hannula
2011-01-23dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula
2011-01-18cosmetics: reindentJustin Ruggles
2011-01-18Add check for changing number of channels in DCA.Daniel Kang
2011-01-10Fix reading over the end of the allocated buffer.Anssi Hannula
2011-01-07Export dca profile information.Anssi Hannula
2011-01-07Verify FSIZE96 when encountering X96 sync code.Anssi Hannula
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-03Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-08-01dca: fix dynrange coefficient in xchNick Brereton
2010-07-28DCA: fix multichannel -> 2 channel downmix.Nick Brereton
2010-07-28Setup correct channel value when downmixing is required.Nick Brereton
2010-07-12Use math constant instead of hardcoded rounded value for sqrt(0.5).Christophe Gisquet
2010-07-12Fix side channels when XCh extension is present.Nick Brereton
2010-07-12Move XCH parameters into context structure.Nick Brereton
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-05DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton
2010-07-05DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson
2010-06-22Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton
2010-06-21Fix typo in macro name.Nick Brereton
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