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-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-05-01Fix data_size handling for AC3 and dca decoders.Reimar Döffinger
2011-04-25ac3dec: allow selecting float output at runtime.Reimar Döffinger
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17ac3dec: fix processing of delta bit allocation information.Justin Ruggles
2011-04-05ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger
2011-04-04Libavcodec AC3/E-AC3/DTS decoders now output floating point data.clsid2
2011-03-30Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-28Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-03-19Fix compiler warnings due to missing casts.Reimar Döffinger
2011-03-19Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.Reimar Döffinger
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.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-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
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