Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-10ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-09-21ac3dec: actually use drc_scale private optionAnton Khirnov
2011-09-06ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger
2011-07-10ac3dec: add a drc_scale private optionAnton Khirnov
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-04-17ac3dec: fix processing of delta bit allocation information.Justin Ruggles
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-22Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Always copy input data for AC3 decoder.Justin Ruggles
2011-03-19Move ff_kbd_window_init() to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-31Remove 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-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add 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