index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ac3dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Move variable declaration to inside of loop.
Justin Ruggles
2009-09-27
1
-2
/
+2
*
Cosmetics: Rename some variables.
Justin Ruggles
2009-09-27
1
-12
/
+12
*
Simplify coupling band loop.
Justin Ruggles
2009-09-27
1
-1
/
+2
*
cosmetics: reindent after last commit
Justin Ruggles
2009-08-05
1
-1
/
+1
*
ac3dec: simplify zero-bit mantissa dithering by calculating it
Justin Ruggles
2009-08-05
1
-21
/
+10
*
cosmetics: indentation and line wrap
Justin Ruggles
2009-08-05
1
-6
/
+7
*
cosmetics after last commit
Justin Ruggles
2009-08-05
1
-4
/
+2
*
Modify decode_band_structure() so that the actual band structure is only
Justin Ruggles
2009-08-05
1
-8
/
+10
*
Use coupling band sizes instead of coupling band structure when
Justin Ruggles
2009-08-05
1
-9
/
+5
*
cosmetics: add more detailed information to the documentation for
Justin Ruggles
2009-08-03
1
-0
/
+4
*
refactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun
2009-07-23
1
-2
/
+5
*
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.
Diego Biurrun
2009-07-23
1
-0
/
+2
*
Rename ff_log_missing_feature() to av_log_missing_feature().
Ronald S. Bultje
2009-06-29
1
-2
/
+2
*
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ
Justin Ruggles
2009-05-21
1
-1
/
+1
*
The AC-3 decoder is now LGPL. Exchange the license header and change references
Diego Biurrun
2009-05-19
1
-9
/
+4
*
LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.
Jason Garrett-Glaser
2009-05-19
1
-55
/
+54
*
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is
Justin Ruggles
2009-05-17
1
-1
/
+1
*
ac3dec: fix coupling range check. the start subband must be less than
Justin Ruggles
2009-05-16
1
-2
/
+2
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-2
/
+2
*
cosmetics: line wrap and vertical alignment
Justin Ruggles
2009-05-06
1
-7
/
+6
*
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also
Justin Ruggles
2009-05-06
1
-7
/
+3
*
cosmetics: indentation after last commit
Justin Ruggles
2009-05-05
1
-2
/
+2
*
ac3dec: move channel remapping to outside of block loop
Justin Ruggles
2009-05-05
1
-3
/
+3
*
Add channel layout support to the AC-3 decoder and AC-3 parser.
Justin Ruggles
2009-04-19
1
-0
/
+3
*
ac3dec: reorder output channels to SMPTE channel order
Justin Ruggles
2009-04-17
1
-1
/
+3
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
Alex Converse
2009-01-07
1
-9
/
+10
*
Make av_log_missing_feature an internal function, and change its name
Stefano Sabatini
2008-12-08
1
-2
/
+3
*
cosmetics: alignment after last commit
Justin Ruggles
2008-12-08
1
-5
/
+5
*
ac3: detect dba errors and prevent writing past end of array
Justin Ruggles
2008-12-08
1
-2
/
+5
*
ac3dec: simplify exponent bounds checking
Justin Ruggles
2008-12-06
1
-1
/
+1
*
ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().
Justin Ruggles
2008-12-06
1
-3
/
+6
*
cosmetics: vertical alignment
Justin Ruggles
2008-12-06
1
-1
/
+1
*
cosmetics: reindent after last commit
Justin Ruggles
2008-12-06
1
-2
/
+2
[next]