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
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
aac: Wait to know the channels before allocating frame
Luca Barbato
2015-06-07
1
-2
/
+11
*
aac: Support channel configurations 11 and 12
Sebastian Dröge
2015-06-07
1
-2
/
+11
*
aac: correctly map 7.1ch-wide AAC from FDK AAC encoder
nu774
2015-06-07
1
-0
/
+5
*
aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCE
nu774
2015-06-03
1
-3
/
+10
*
aacdec: consistently use avctx for logging in decode_eld_specific_config
Andreas Cadhalpun
2015-04-19
1
-1
/
+1
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-4
/
+4
*
aac: Relax reserved_bit validation
Vittorio Giovara
2015-03-04
1
-1
/
+2
*
lavc: remove unused traces of fmtconvert usage
Anton Khirnov
2015-02-28
1
-2
/
+0
*
aacdec: Support for ER AAC ELD 480.
Alex Converse
2015-02-03
1
-12
/
+26
*
aacdec: Tables for length 480 AAC ELD.
Niel van der Westhuizen
2015-02-03
1
-1
/
+1
*
aacdec: Support for ER AAC in LATM
Niel van der Westhuizen
2015-02-03
1
-1
/
+11
*
aacdec: Refactor aac_er_decode_frame.
Alex Converse
2015-02-03
1
-4
/
+5
*
aacdec: Refactor decode_ics_info.
Alex Converse
2015-02-03
1
-12
/
+14
*
aac: Simplify decode_mid_side_stereo
Luca Barbato
2014-12-02
1
-4
/
+3
*
aacdec: avoid an out-of-bounds write
Vittorio Giovara
2014-11-24
1
-2
/
+2
*
aacdec: add default case in channel layout
Vittorio Giovara
2014-11-04
1
-0
/
+3
*
Update dsputil- and SIMD-related comments to match reality more closely
Diego Biurrun
2014-03-13
1
-1
/
+1
*
latm: Always reconfigure if no extradata was set previously
Hendrik Leppkes
2014-02-28
1
-1
/
+2
*
aacdec: set AVFrame sample_rate
John Stebbins
2014-02-12
1
-4
/
+7
*
aac: Fix low delay windowing.
Alex Converse
2014-01-04
1
-3
/
+8
*
aac: Fix TNS decoding for the 512 sample window family.
Alex Converse
2014-01-04
1
-1
/
+2
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+1
*
aacdec: Set the profile during decoding
Gian-Carlo Pascutto
2013-11-04
1
-0
/
+10
*
aacdec: Fix calls to avpriv_report_missing_feature().
Alex Converse
2013-10-25
1
-6
/
+6
*
aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).
Alex Converse
2013-10-23
1
-33
/
+174
*
aacdec: Use avpriv_report_missing_feature() instead of custom logging.
Alex Converse
2013-10-23
1
-10
/
+9
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
aacdec: Add support for LD (Low Delay) AAC
Alex Converse
2013-09-18
1
-4
/
+63
*
aacdec: Add support for Error Resilience syntax.
Alex Converse
2013-09-18
1
-10
/
+102
*
aac: Forward errors properly in aac_decode_frame_int
Luca Barbato
2013-08-04
1
-17
/
+17
*
aac: Check init_get_bits return value
Luca Barbato
2013-08-04
1
-3
/
+6
*
cosmetics: Add '0' to float constants ending in '.'.
Diego Biurrun
2013-07-25
1
-2
/
+2
*
aac: return meaningful errors
Luca Barbato
2013-06-27
1
-31
/
+35
*
aac: K&R formatting cosmetics
Luca Barbato
2013-06-27
1
-94
/
+172
*
aac: check the maximum number of channels
Luca Barbato
2013-04-28
1
-0
/
+2
*
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-8
/
+6
*
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-8
/
+8
*
av_log_missing_feature() ---> avpriv_report_missing_feature()
Diego Biurrun
2013-03-13
1
-1
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+2
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
aac: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-10
/
+7
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-2
/
+1
*
floatdsp: move butterflies_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-3
/
+3
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-5
/
+5
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-18
/
+18
*
aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.
Alex Converse
2012-12-12
1
-1
/
+1
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+1
*
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-26
1
-6
/
+6
[next]