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
/
aacdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aacdec: fix typo in scalefactor clipping check
Justin Ruggles
2011-05-23
1
-1
/
+1
*
LATM/AAC: Free previously initialized context on reinit.
Ronald S. Bultje
2011-05-20
1
-0
/
+1
*
Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis
Justin Ruggles
2011-05-18
1
-10
/
+24
*
aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.
Justin Ruggles
2011-05-15
1
-3
/
+3
*
aacdec: remove sf_scale and sf_offset.
Alex Converse
2011-04-27
1
-18
/
+8
*
aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient
Justin Ruggles
2011-04-27
1
-1
/
+1
*
Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead
Alex Converse
2011-04-27
1
-3
/
+3
*
Large intensity stereo and PNS indices are legal. Clip them instead of
Alex Converse
2011-04-27
1
-11
/
+16
*
Add some debug log messages to AAC extradata
Alex Converse
2011-04-22
1
-0
/
+9
*
aacdec: indentation cosmetics
Young Han Lee
2011-04-22
1
-10
/
+9
*
Convert some undefined 1<<31 shifts into 1U<<31.
Alex Converse
2011-04-11
1
-6
/
+6
*
Revert "aac_latm_dec: use aac context and aac m4ac"
Janne Grunau
2011-04-05
1
-2
/
+2
*
Move sine windows to a separate file
Mans Rullgard
2011-03-20
1
-0
/
+1
*
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
-5
/
+5
*
aac_latm_dec: use aac context and aac m4ac
Thadeu Lima de Souza Cascardo
2011-03-07
1
-2
/
+2
*
aacdec: Reduce the size of buf_mdct.
Young Han Lee
2011-02-21
1
-8
/
+11
*
aacdec: dsputilize the scalar multiplication in intensity stereo
Young Han Lee
2011-02-19
1
-5
/
+7
*
aacdec: Implement LTP support.
Young Han Lee
2011-02-14
1
-10
/
+146
*
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Anton Khirnov
2011-02-03
1
-1
/
+1
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
1
-1
/
+3
*
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
1
-10
/
+10
*
aacdec: Convert some loop copies into memcpy()s.
Alex Converse
2011-01-28
1
-6
/
+3
*
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
-26
/
+16
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Remove redundant checks against MIN_CACHE_BITS
Mans Rullgard
2011-01-23
1
-8
/
+0
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-5
/
+5
*
aaclatm: Eliminate dummy packets due to muxlength calculation.
Alex Converse
2010-11-07
1
-2
/
+2
*
aacdec: consume the audio specific config during LATM parsing
Janne Grunau
2010-11-04
1
-0
/
+2
*
aacdec: change type of data in decode_audio_specific_config parameters
Janne Grunau
2010-11-02
1
-1
/
+1
*
Add single stream LATM/LOAS decoder
Janne Grunau
2010-11-02
1
-0
/
+279
*
aacdec: pass avctx as logging context for decode_audio_specific_config
Janne Grunau
2010-11-02
1
-19
/
+30
*
aacdec: refactor the actual aac decoding code into its own function
Janne Grunau
2010-11-02
1
-23
/
+34
*
aacdec: return consumed bits in decode_audio_specific_config
Janne Grunau
2010-11-02
1
-2
/
+2
*
aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_config
Janne Grunau
2010-11-02
1
-13
/
+16
*
aacdec: Rework channel mapping compatibility hacks.
Alex Converse
2010-09-10
1
-23
/
+4
*
aacdec: Only load and write each predictor variable once.
Alex Converse
2010-07-24
1
-9
/
+12
*
aacdec: 4% faster main profile decoding.
Alex Converse
2010-07-24
1
-4
/
+7
*
aacdec: Eliminate the use of doubles in the MAIN predictor.
Alex Converse
2010-07-12
1
-2
/
+2
*
aacdec: Eliminate the use of doubles in decode_cce().
Alex Converse
2010-07-12
1
-2
/
+2
*
aacdec: Use a LUT to generate CCE scale.
Alex Converse
2010-07-12
1
-1
/
+8
*
Split the ADTS header decoder off of the ADTS parser.
Alex Converse
2010-07-12
1
-1
/
+1
*
aacdec: Remove the warning about non-meaningful window transitions.
Alex Converse
2010-07-12
1
-4
/
+0
*
aacdec: remove checks for impossible error conditions
Måns Rullgård
2010-07-07
1
-37
/
+0
*
Remove non-existing stray arguments from Doxygen function documentation.
Diego Biurrun
2010-07-02
1
-5
/
+0
*
aactab: Tablegenify ff_aac_pow2sf_tab.
Alex Converse
2010-06-23
1
-5
/
+1
*
aacdec: cosmetics: (more) whitespace
Alex Converse
2010-06-21
1
-1
/
+1
*
aacdec: cosmetics: whitespace
Alex Converse
2010-06-21
1
-4
/
+5
[next]