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-18ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles
2011-02-17ac3enc: change default floor code to 7.Justin Ruggles
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-11Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-04ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles
2011-01-28Add ff_ prefix to ac3_common_init().Justin Ruggles
2011-01-23ac3enc: use dsputil functions in apply_window()Justin Ruggles
2011-01-15cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles
2011-01-15Process all EXP_REUSE blocks at once in exponent_min().Justin Ruggles
2011-01-15Take advantage of per-channel exponent and exponent strategy layout toJustin Ruggles
2011-01-15Simplify compute_exp_strategy() by passing a pointer to all exponents andJustin Ruggles
2011-01-15Use a local variable in the inner loop of group_exponents() to simplify theJustin Ruggles
2011-01-15cosmetics: remove unneeded bracesJustin Ruggles
2011-01-15cosmetics: rename block_num to blk for variable name consistencyJustin Ruggles
2011-01-15Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles
2011-01-15Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles
2011-01-09Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles
2011-01-05Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles
2011-01-05Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles
2011-01-04cosmetics: fix typo in previous commitJustin Ruggles
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-03Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles
2011-01-01Skip the bit allocation search if previous and current SNR offsets are theJustin Ruggles
2011-01-0110l: Fix mistake in r26044. Check increment bounds using actual incrementJustin Ruggles
2010-12-31Change planar_samples from int16_t to SampleType.Justin Ruggles
2010-12-31Add typedefs and a macro that will allow sharing of functions between theJustin Ruggles
2010-12-31Move the list of supported channel layouts to a separate table.Justin Ruggles
2010-12-31Add a window field to AC3MDCTContext and use it as an input to apply_window()Justin Ruggles
2010-12-31cosmetics: alignment, line wrap, and spacingJustin Ruggles
2010-12-31Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.Justin Ruggles
2010-12-31Make exponent_group_tab[] static.Justin Ruggles
2010-12-29Change the default dB-per-bit code from 2 to 3.Justin Ruggles
2010-12-23cosmetics: line wrap and vertical alignmentJustin Ruggles
2010-12-23Make sure that the 2nd CRC value does not match the AC-3 sync word.Justin Ruggles
2010-12-23Store CRC context locally to reduce number of calls to av_crc_get_table().Justin Ruggles
2010-12-23Remove unneeded local variable, frame_size, in output_frame_end().Justin Ruggles
2010-12-22cosmetics: fix comment after change in clipping rangeJustin Ruggles
2010-12-22Change FIX15() back to clipping to -32767..32767.Justin Ruggles
2010-12-21Add emms_c() after exp_diff calculations.Justin Ruggles
2010-12-21Pre-calculate crc_inv at codec init.Justin Ruggles
2010-12-18Add some simple fallbacks for normal bit allocation failure.Justin Ruggles
2010-12-18Check user-specified cutoff frequency in validate_options().Justin Ruggles
2010-12-1810l: fix encoding for LFE channelJustin Ruggles
2010-12-17Add support for fixed-point MDCT sizes other than 512.Justin Ruggles
2010-12-17cosmetics: reindent after last commitJustin Ruggles
2010-12-17Simplify bit allocation search by using a loop for the SNR offset increment.Justin Ruggles
2010-12-17Do not calculate psd and masking curve if exponents are being reused.Justin Ruggles
2010-12-17cosmetics: reindent after last commitJustin Ruggles
2010-12-17Copy bap from previous block when exponent strategy is EXP_REUSE.Justin Ruggles
2010-12-17Count grouped mantissas for each block all at once at the end of bitJustin Ruggles