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
*
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
*
aacdec: fix signed overflows in lcg_random()
Mans Rullgard
2012-11-26
1
-1
/
+2
*
aacdec: use float planar sample format for output
Justin Ruggles
2012-11-25
1
-41
/
+60
*
aacdec: Drop some unused function arguments
Diego Biurrun
2012-10-31
1
-24
/
+20
*
Improve wording and spelling of av_log_missing_feature messages.
Diego Biurrun
2012-10-23
1
-2
/
+2
*
Use proper return values in case of missing features
Diego Biurrun
2012-10-12
1
-4
/
+4
*
Restructure av_log_missing_feature message
Diego Biurrun
2012-10-09
1
-6
/
+6
*
aacdec: Don't fall back to the old output configuration when no old configura...
Alex Converse
2012-08-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
aac: Mention abbreviation as well in long_name
Diego Biurrun
2012-07-24
1
-1
/
+1
*
aacdec: remove dead assignment
Mans Rullgard
2012-07-01
1
-1
/
+1
*
aacdec: Fix popping channel layouts.
Alex Converse
2012-06-20
1
-1
/
+1
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-3
/
+4
*
aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...
Alex Converse
2012-06-04
1
-0
/
+3
*
aac: Handle HE-AACv2 when sniffing a channel order.
Alex Converse
2012-04-20
1
-0
/
+7
*
aacdec: More robust output configuration.
Alex Converse
2012-04-16
1
-102
/
+157
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-20
/
+20
*
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-04-04
1
-1
/
+1
*
Update Janne's email address.
Diego Biurrun
2012-03-18
1
-1
/
+1
*
aacdec: Fix SCE parity check.
Michael Niedermayer
2012-03-09
1
-1
/
+1
*
aacdec: Fix out of array writes (stack).
Michael Niedermayer
2012-03-09
1
-1
/
+4
*
aacdec: Support stereo streams that erroneously signal predefined channel con...
Michael Niedermayer
2012-02-28
1
-0
/
+14
*
aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...
Alex Converse
2012-02-28
1
-70
/
+70
*
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diego Biurrun
2012-02-28
1
-4
/
+0
*
aacdec: Remove erroneous reference to global gain from the out of bounds scal...
Alex Converse
2012-02-27
1
-2
/
+1
*
aac: fix infinite loop on end-of-frame with sequence of 1-bits.
Alex Converse
2012-02-22
1
-12
/
+13
*
Mark mutable static data const where appropriate.
Alex Converse
2012-02-21
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
aacdec: Unify preconfigured layout and PCE layout.
Alex Converse
2012-02-09
1
-41
/
+16
*
aacdec: Support native channel layout when requested.
Alex Converse
2012-02-09
1
-5
/
+9
*
aacdec: Try to sniff a reasonable channel layout for PCE based configurations.
Alex Converse
2012-02-09
1
-86
/
+282
[next]