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-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
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-28Add ff_ prefix to ac3_common_init().Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-05-14Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos
2010-04-23ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2010-01-29Simplify error handling by processing header errors separate from CRC andJustin Ruggles
2010-01-25Only check frame size if the header is valid.Justin Ruggles
2010-01-13Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger
2009-11-14ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles
2009-11-08ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles
2009-10-01Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles
2009-10-0110l: wrong operation in stereo rematrixingJustin Ruggles
2009-09-30Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles
2009-09-30remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles
2009-09-27Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles
2009-09-27Move variable declaration to inside of loop.Justin Ruggles
2009-09-27Cosmetics: Rename some variables.Justin Ruggles
2009-09-27Simplify coupling band loop.Justin Ruggles
2009-08-05cosmetics: reindent after last commitJustin Ruggles
2009-08-05ac3dec: simplify zero-bit mantissa dithering by calculating itJustin Ruggles
2009-08-05cosmetics: indentation and line wrapJustin Ruggles
2009-08-05cosmetics after last commitJustin Ruggles
2009-08-05Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles
2009-08-05Use coupling band sizes instead of coupling band structure whenJustin Ruggles
2009-08-04cosmetics: add more detailed information to the documentation forJustin Ruggles
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
2009-07-23Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles
2009-05-20The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun
2009-05-20LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
2009-05-16ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-06cosmetics: line wrap and vertical alignmentJustin Ruggles
2009-05-06ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles
2009-05-06cosmetics: indentation after last commitJustin Ruggles
2009-05-06ac3dec: move channel remapping to outside of block loopJustin Ruggles
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-04-17ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse