2011-03-25 |
Justin Ruggles | support @heading, @subheading, @subsubheading, and...
|
commit | commitdiff | tree |
2011-03-23 |
Justin Ruggles | Add apply_window_int16() to DSPContext with x86-optimized...
|
commit | commitdiff | tree |
2011-03-22 |
Reimar Döffinger | Detect byte-swapped AC-3 and support decoding it directly.
|
commit | commitdiff | tree |
2011-03-22 |
Justin Ruggles | cosmetics: indentation
|
commit | commitdiff | tree |
2011-03-22 |
Justin Ruggles | Always copy input data for AC3 decoder.
|
commit | commitdiff | tree |
2011-03-22 |
Justin Ruggles | ac3enc: make sym_quant() branch-free
|
commit | commitdiff | tree |
2011-03-22 |
Justin Ruggles | cosmetics: indentation
|
commit | commitdiff | tree |
2011-03-22 |
Justin Ruggles | Add a CPU flag for the Atom processor.
|
commit | commitdiff | tree |
2011-03-22 |
Anton Khirnov | id3v2: skip broken tags with invalid size
|
commit | commitdiff | tree |
2011-03-22 |
Anton Khirnov | id3v2: don't explicitly skip padding
|
commit | commitdiff | tree |
2011-03-17 |
Justin Ruggles | ac3enc: add float_to_fixed24() with x86-optimized versions...
|
commit | commitdiff | tree |
2011-03-16 |
Anton Khirnov | mp3enc: remove mp3_write_packet(), use ff_raw_write_packet...
|
commit | commitdiff | tree |
2011-03-16 |
Justin Ruggles | mathops: fix MULL() when the compiler does not inline...
|
commit | commitdiff | tree |
2011-03-15 |
Anton Khirnov | id3v2: merge TYER/TDAT/TIME to date tag
|
commit | commitdiff | tree |
2011-03-15 |
Justin Ruggles | mathops: change "g" constraint to "rm" in x86-32 version...
|
commit | commitdiff | tree |
2011-03-15 |
Justin Ruggles | mathops: convert MULL/MULH/MUL64 to inline functions...
|
commit | commitdiff | tree |
2011-03-14 |
Justin Ruggles | ac3enc: add SIMD-optimized shifting functions for use...
|
commit | commitdiff | tree |
2011-03-14 |
Justin | ac3enc: do not right-shift fixed-point coefficients...
|
commit | commitdiff | tree |
2011-03-07 |
Justin Ruggles | ac3enc: add some assertions
|
commit | commitdiff | tree |
2011-03-07 |
Justin Ruggles | ac3enc: use av_assert2() instead of assert() to make...
|
commit | commitdiff | tree |
2011-03-07 |
Justin Ruggles | cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_conver...
|
commit | commitdiff | tree |
2011-03-07 |
Carl Eugen Hoyos | Fix compilation on powerpc with --disable-altivec.
|
commit | commitdiff | tree |
2011-03-04 |
Justin Ruggles | ac3enc: add num_rematrixing_bands to AC3EncodeContext...
|
commit | commitdiff | tree |
2011-03-04 |
Justin Ruggles | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
|
commit | commitdiff | tree |
2011-01-18 |
Justin Ruggles | Revise check for codec id in voc demuxer.
|
commit | commitdiff | tree |
2011-01-18 |
Justin Ruggles | Fix bug in voc demuxer that was introduced in SVN r26309.
|
commit | commitdiff | tree |
2011-01-18 |
Justin Ruggles | cosmetics: reindent
|
commit | commitdiff | tree |
2011-01-18 |
Daniel Kang | Add check for changing number of channels in DCA.
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | cosmetics: spacing, line wrap, and remove unneeded...
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | Process all EXP_REUSE blocks at once in exponent_min().
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | Take advantage of per-channel exponent and exponent...
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | Simplify compute_exp_strategy() by passing a pointer...
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | Use a local variable in the inner loop of group_exponents...
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | cosmetics: remove unneeded braces
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | cosmetics: rename block_num to blk for variable name...
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | Move exp_strategy from AC3Block to AC3EncodeContext...
|
commit | commitdiff | tree |
2011-01-15 |
Justin Ruggles | Rearrange exponent buffer to group all blocks for a...
|
commit | commitdiff | tree |
2011-01-09 |
Justin Ruggles | Remove unneeded #include
|
commit | commitdiff | tree |
2011-01-08 |
Justin Ruggles | Add stereo rematrixing support to the AC-3 encoders.
|
commit | commitdiff | tree |
2011-01-05 |
Justin Ruggles | Convert floating-point MDCT coefficients to 24-bit...
|
commit | commitdiff | tree |
2011-01-05 |
Justin Ruggles | Use local variables outside the inner loop in extract_expone...
|
commit | commitdiff | tree |
2011-01-04 |
Justin Ruggles | cosmetics: fix typo in previous commit
|
commit | commitdiff | tree |
2011-01-04 |
Justin Ruggles | Change the AC-3 encoder to use floating-point.
|
commit | commitdiff | tree |
2011-01-03 |
Justin Ruggles | Move fixed-point parts of the AC-3 encoder to separate...
|
commit | commitdiff | tree |
2011-01-01 |
Justin Ruggles | Update current year to 2011. Happy New Year!
|
commit | commitdiff | tree |
2010-12-31 |
Justin Ruggles | Skip the bit allocation search if previous and current...
|
commit | commitdiff | tree |
2010-12-31 |
Justin Ruggles | 10l: Fix mistake in r26044. Check increment bounds...
|
commit | commitdiff | tree |
2010-12-31 |
Justin Ruggles | Change planar_samples from int16_t to SampleType.
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Add typedefs and a macro that will allow sharing of...
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Move the list of supported channel layouts to a separate...
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Add a window field to AC3MDCTContext and use it as...
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | cosmetics: alignment, line wrap, and spacing
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Remove avctx from AC3MDCTContext and just pass it to...
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Make exponent_group_tab[] static.
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Use %td instead of %PRIdPTR. The argument has type...
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Add audio flag to libvorbis AVOption.
|
commit | commitdiff | tree |
2010-12-30 |
Justin Ruggles | Use %"PRIdPTR" instead of %d to silence gcc warning...
|
commit | commitdiff | tree |
2010-12-30 |
Michael Chinen | flac_parser: loop append buffer when the default size...
|
commit | commitdiff | tree |
2010-12-29 |
Justin Ruggles | Change the default dB-per-bit code from 2 to 3.
|
commit | commitdiff | tree |
2010-12-23 |
Justin Ruggles | cosmetics: line wrap and vertical alignment
|
commit | commitdiff | tree |
2010-12-23 |
Justin Ruggles | Make sure that the 2nd CRC value does not match the...
|
commit | commitdiff | tree |
2010-12-23 |
Justin Ruggles | Store CRC context locally to reduce number of calls...
|
commit | commitdiff | tree |
2010-12-23 |
Justin Ruggles | Remove unneeded local variable, frame_size, in output_frame_...
|
commit | commitdiff | tree |
2010-12-22 |
Justin Ruggles | cosmetics: fix comment after change in clipping range
|
commit | commitdiff | tree |
2010-12-21 |
Justin Ruggles | Change FIX15() back to clipping to -32767..32767.
|
commit | commitdiff | tree |
2010-12-21 |
Justin Ruggles | Add emms_c() after exp_diff calculations.
|
commit | commitdiff | tree |
2010-12-21 |
Justin Ruggles | Pre-calculate crc_inv at codec init.
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | Add some simple fallbacks for normal bit allocation...
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | Check user-specified cutoff frequency in validate_options().
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | 10l: fix encoding for LFE channel
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | Add support for fixed-point MDCT sizes other than 512.
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | cosmetics: reindent after last commit
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | Simplify bit allocation search by using a loop for...
|
commit | commitdiff | tree |
2010-12-17 |
Justin Ruggles | Do not calculate psd and masking curve if exponents...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | cosmetics: reindent after last commit
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Copy bap from previous block when exponent strategy...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Count grouped mantissas for each block all at once...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Count bits for fixed parameters at start of encoding...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Use a LUT for number of exponent groups. This avoids...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Speed up group minimum and group output calculations...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Convert a for() loop into a while() loop for the downward...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Redesign encode_exponents_blk_ch() so that duplicate...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Use optimized function DSPContext.sad[0]() instead...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | cosmetics: pretty-printing after last commit
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Add a goto for init failure instead of duplicate calls...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Use pre-allocated temp buffers in mdct512().
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Write results of post-rotation complex multiply directly...
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Use memcpy() instead of a for loop in mdct512().
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Allocate all large per-channel arrays using av_malloc().
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Make windowed_samples 16-byte aligned.
|
commit | commitdiff | tree |
2010-12-16 |
Justin Ruggles | Allocate planar_samples using av_mallocz().
|
commit | commitdiff | tree |
2010-12-15 |
Justin Ruggles | Allocate bap and bap1 buffers using av_malloc().
|
commit | commitdiff | tree |
2010-12-15 |
Justin Ruggles | Remove last_samples[] and copy directly from planar_samples[].
|
commit | commitdiff | tree |
2010-12-15 |
Justin Ruggles | Remove unneeded line. key_frame is already set to 1...
|
commit | commitdiff | tree |
2010-12-15 |
Justin Ruggles | cosmetics: comment clean-up and misc cosmetics
|
commit | commitdiff | tree |
2010-12-15 |
Justin Ruggles | Separate most of the per-block arrays into a separate...
|
commit | commitdiff | tree |
2010-12-15 |
Justin Ruggles | Split bit allocation search into a separate function.
|
commit | commitdiff | tree |
2010-12-14 |
Justin Ruggles | 10l: fix typo in compute_exp_strategy()
|
commit | commitdiff | tree |
2010-12-14 |
Justin Ruggles | Move large arrays to AC3EncodeContext rather than passing...
|
commit | commitdiff | tree |
2010-12-14 |
Justin Ruggles | cosmetics: line wrap and spacing
|
commit | commitdiff | tree |
next |