index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
aacdec.c
Age
Commit message (
Expand
)
Author
2011-06-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-20
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-05-25
Do not reset channel_layout to 0.
Carl Eugen Hoyos
2011-05-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-23
aacdec: fix typo in scalefactor clipping check
Justin Ruggles
2011-05-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-20
LATM/AAC: Free previously initialized context on reinit.
Ronald S. Bultje
2011-05-19
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-18
Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis
Justin Ruggles
2011-05-16
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-15
aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.
Justin Ruggles
2011-05-07
aacdec: add decode_channel_map overread check
Reimar Döffinger
2011-04-28
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
aacdec: remove sf_scale and sf_offset.
Alex Converse
2011-04-27
aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient
Justin Ruggles
2011-04-27
Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead
Alex Converse
2011-04-27
Large intensity stereo and PNS indices are legal. Clip them instead of
Alex Converse
2011-04-25
aacdec: Allow selecting float output at runtime.
Reimar Döffinger
2011-04-24
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-22
Add some debug log messages to AAC extradata
Alex Converse
2011-04-23
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-22
aacdec: indentation cosmetics
Young Han Lee
2011-04-13
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-11
Convert some undefined 1<<31 shifts into 1U<<31.
Alex Converse
2011-04-06
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-05
Revert "aac_latm_dec: use aac context and aac m4ac"
Janne Grunau
2011-04-03
Float output for libavcodec AAC decoder
clsid2
2011-03-21
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-20
Move sine windows to a separate file
Mans Rullgard
2011-03-19
Move ff_kbd_window_init() to a separate file
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-08
aac_latm_dec: use aac context and aac m4ac
Thadeu Lima de Souza Cascardo
2011-03-07
aac_latm_dec: use aac context and aac m4ac
Thadeu Lima de Souza Cascardo
2011-02-22
aacdec: Reduce the size of buf_mdct.
Young Han Lee
2011-02-21
aacdec: Reduce the size of buf_mdct.
Young Han Lee
2011-02-20
aacdec: dsputilize the scalar multiplication in intensity stereo
Young Han Lee
2011-02-19
aacdec: dsputilize the scalar multiplication in intensity stereo
Young Han Lee
2011-02-15
aacdec: Implement LTP support.
Young Han Lee
2011-02-14
aacdec: Implement LTP support.
Young Han Lee
2011-02-04
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Anton Khirnov
2011-02-04
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-03
Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
Anton Khirnov
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-30
aacdec: Convert some loop copies into memcpy()s.
Alex Converse
2011-01-28
aacdec: Convert some loop copies into memcpy()s.
Alex Converse
2011-01-28
cosmetics: indentation and spacing
Justin Ruggles
2011-01-28
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
Justin Ruggles
[next]