]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
Add MxPEG decoder
[ffmpeg] / libavcodec / ac3dec.c
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Reimar Döffingerac3dec: allow selecting float output at runtime.
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-17 Justin Rugglesac3dec: fix processing of delta bit allocation information.
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Reimar Döffingerac3dec: avoid pointless alloc and indirection for input...
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 clsid2Libavcodec AC3/E-AC3/DTS decoders now output floating...
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Mans Rullgardac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Justin Rugglesac3enc: Add codec-specific options for writing AC-3...
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-22 Reimar DöffingerDetect byte-swapped AC-3 and support decoding it directly.
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAlways copy input data for AC3 decoder.
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardMove ff_kbd_window_init() to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-19 Reimar DöffingerFix compiler warnings due to missing casts.
2011-03-19 Reimar DöffingerDetect byte-swapped AC-3 (aka DNET) and support decodin...
2011-02-04 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-02-02 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-28 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-28 Justin RugglesAdd ff_ prefix to ac3_common_init().
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Justin RugglesAdd ff_ prefix to ac3_common_init().
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-05-13 Carl Eugen HoyosFix compilation of AC3 decoder if E-AC3 decoder was...
2010-04-22 Justin Rugglesac3dec: return smaller of buf_size and frame_size inste...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Carl Eugen HoyosAdd spectral extension to the E-AC-3 decoder.
2010-01-28 Justin RugglesSimplify error handling by processing header errors...
2010-01-24 Justin RugglesOnly check frame size if the header is valid.
2010-01-12 Reimar DöffingerUse MULH instead of 64x64 multiplication, around 5...
2009-11-14 Justin Rugglesac3dec: apply dynamic range compression to correct...
2009-11-08 Justin Rugglesac3dec: revert r20089. The change was just wrong. 10l...
2009-10-01 Justin RugglesChange an error to a warning to support broken AC-3...
2009-09-30 Justin Ruggles10l: wrong operation in stereo rematrixing
2009-09-30 Justin RugglesSimplify stereo rematrixing by only using one temporary...
2009-09-30 Justin Rugglesremove unneeded assignment in inner loop. rematrixing...
2009-09-27 Justin RugglesRearrange loop structure for approx. 35-50% faster...
2009-09-27 Justin RugglesMove variable declaration to inside of loop.
2009-09-27 Justin RugglesCosmetics: Rename some variables.
2009-09-27 Justin RugglesSimplify coupling band loop.
2009-08-05 Justin Rugglescosmetics: reindent after last commit
2009-08-05 Justin Rugglesac3dec: simplify zero-bit mantissa dithering by calcula...
2009-08-05 Justin Rugglescosmetics: indentation and line wrap
2009-08-05 Justin Rugglescosmetics after last commit
2009-08-05 Justin RugglesModify decode_band_structure() so that the actual band...
2009-08-05 Justin RugglesUse coupling band sizes instead of coupling band struct...
2009-08-03 Justin Rugglescosmetics: add more detailed information to the documen...
2009-07-23 Diego Biurrunrefactoring: properly separate AC-3 and E-AC-3 code
2009-07-23 Diego BiurrunMake sure that eac3_decoder only gets enabled when...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-05-21 Justin Ruggleseac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-19 Diego BiurrunThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 Jason Garrett-GlaserLGPL version of ac3_decode_transform_coeffs_ch, ~12...
2009-05-17 Justin Ruggleseac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-16 Justin Rugglesac3dec: fix coupling range check. the start subband...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-06 Justin Rugglescosmetics: line wrap and vertical alignment
next