| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -3/+1 |
* | mov: set channel layout for AC-3 streams based on the 'dac3' atom info | Justin Ruggles | 2012-02-22 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | ac3dec: Move center and surround mix level tables to the parser. | Michael Niedermayer | 2012-02-09 | 1 | -14/+2 |
* | lavc: remove disabled FF_API_DRC_SCALE cruft. | Anton Khirnov | 2012-01-27 | 1 | -5/+0 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -2/+2 |
* | ac3dec: cosmetics: pretty-printing | Chris Berov | 2011-12-04 | 1 | -248/+261 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -8/+24 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for ff_ac3_parse_header. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | ac3dec: use get_sbits() instead of manually sign-extending | Mans Rullgard | 2011-10-09 | 1 | -2/+2 |
* | lavc/lavf: use unique private classes. | Anton Khirnov | 2011-10-05 | 1 | -2/+8 |
* | ac3dec: actually use drc_scale private option | Anton Khirnov | 2011-09-21 | 1 | -1/+6 |
* | ac3dec: avoid pointless alloc and indirection for input_buffer | Reimar Döffinger | 2011-09-06 | 1 | -10/+0 |
* | ac3dec: add a drc_scale private option | Anton Khirnov | 2011-07-10 | 1 | -0/+17 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 1 | -6/+26 |
* | ac3dec: fix processing of delta bit allocation information. | Justin Ruggles | 2011-04-17 | 1 | -2/+2 |
* | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 1 | -1/+2 |
* | ac3enc: Add codec-specific options for writing AC-3 metadata. | Justin Ruggles | 2011-03-27 | 1 | -10/+0 |
* | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 1 | -0/+5 |
* | Detect byte-swapped AC-3 and support decoding it directly. | Reimar Döffinger | 2011-03-22 | 1 | -0/+5 |
* | cosmetics: indentation | Justin Ruggles | 2011-03-22 | 1 | -3/+3 |
* | Always copy input data for AC3 decoder. | Justin Ruggles | 2011-03-22 | 1 | -7/+2 |
* | Move ff_kbd_window_init() to a separate file | Mans Rullgard | 2011-03-19 | 1 | -0/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -3/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -2/+3 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -2/+2 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -2/+2 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -11/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Fix compilation of AC3 decoder if E-AC3 decoder was disabled. | Carl Eugen Hoyos | 2010-05-13 | 1 | -1/+1 |
* | ac3dec: return smaller of buf_size and frame_size instead of always returning | Justin Ruggles | 2010-04-22 | 1 | -1/+1 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Add spectral extension to the E-AC-3 decoder. | Carl Eugen Hoyos | 2010-03-30 | 1 | -10/+109 |
* | Simplify error handling by processing header errors separate from CRC and | Justin Ruggles | 2010-01-28 | 1 | -15/+13 |
* | Only check frame size if the header is valid. | Justin Ruggles | 2010-01-24 | 1 | -1/+1 |
* | Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ... | Reimar Döffinger | 2010-01-12 | 1 | -3/+2 |
* | ac3dec: apply dynamic range compression to correct channels in dual-mono mode. | Justin Ruggles | 2009-11-14 | 1 | -1/+1 |
* | ac3dec: revert r20089. The change was just wrong. 10l for me. | Justin Ruggles | 2009-11-08 | 1 | -2/+1 |
* | Change an error to a warning to support broken AC-3 files known to exist. | Justin Ruggles | 2009-10-01 | 1 | -2/+2 |
* | 10l: wrong operation in stereo rematrixing | Justin Ruggles | 2009-09-30 | 1 | -1/+1 |
* | Simplify stereo rematrixing by only using one temporary variable. It is also | Justin Ruggles | 2009-09-30 | 1 | -5/+3 |
* | remove unneeded assignment in inner loop. rematrixing bands are contiguous. | Justin Ruggles | 2009-09-30 | 1 | -1/+2 |
* | Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() | Justin Ruggles | 2009-09-27 | 1 | -6/+11 |