393 Commits (ea49c83badf5ad43793813c426d2049f38d5bf65)

Author SHA1 Message Date
Janne Grunau 80e36425fb aacdec: initialize sbr context only in new channel elements 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Michael Niedermayer b4d0e7804d aacdec:only overwrite configuration if theres a actual change. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov 73ae27e17b lavc: use avpriv_ prefix for ff_aac_parse_header(). 13 years ago
Michael Niedermayer 8daf04add4 aacdec: support chan config =1 stereo files 13 years ago
Mans Rullgard d12294304a aacdec: fix undefined shifts 13 years ago
Michael Niedermayer 0bc5d4fd8b aacdec: fix channel reconfigs on LATM 13 years ago
Michael Niedermayer b6aaa6d9a0 aacdec: Make aac-latm closer to the spec (not reading random data leading to random false configurations) 13 years ago
Michael Niedermayer 9815039053 aacdec: disable locking code for parse_adts_frame_header() non zero chan config. 13 years ago
Alex Converse 44920d04ba aac: Only set sample rate and object type from ADTS if output hasn't been configured. 13 years ago
Alex Converse 06d37fede4 aac: Set SBR and PS to unsignalled during headerless and ADTS initialization. 13 years ago
Alex Converse d8425ed4af aac: Only output configure if audio was found. 13 years ago
Alex Converse 94d47382e0 aac: Don't attempt to output configure an invalid channel configuration. 13 years ago
Dustin Brody 680b1852ab aac: propagate error return values for AV_LOG_ERROR-triggering events 13 years ago
Alex Converse a6c49f18ab aac: Remove some suspicious illegal memcpy()s from LTP. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Alex Converse a58858d60d lavf: Cleanup try_decode_frame() logic. 14 years ago
Reimar Döffinger 896e59758a Move resetting of channels, sample_rate back to av_find_stream_info. 14 years ago
Benjamin Larsson dafaef2fe1 Add support for aac streams in mp4/mov without extradata. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Carl Eugen Hoyos 06fd213eb6 Do not reset channel_layout to 0. 14 years ago
Justin Ruggles cef7d70181 aacdec: fix typo in scalefactor clipping check 14 years ago
Ronald S. Bultje 42da8ea8e8 LATM/AAC: Free previously initialized context on reinit. 14 years ago
Justin Ruggles 9aa8193a23 Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
Justin Ruggles 033a4a942a aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. 14 years ago
Reimar Döffinger 6fd00e9dd9 aacdec: add decode_channel_map overread check 14 years ago
Alex Converse 767848d761 aacdec: remove sf_scale and sf_offset. 14 years ago
Justin Ruggles 6271794041 aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient 14 years ago
Alex Converse d70fa4c423 Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 14 years ago
Alex Converse e4744b59aa Large intensity stereo and PNS indices are legal. Clip them instead of 14 years ago
Reimar Döffinger 26d5a4b6b4 aacdec: Allow selecting float output at runtime. 14 years ago
Alex Converse 785c441828 Add some debug log messages to AAC extradata 14 years ago
Young Han Lee 9978ed7d6c aacdec: indentation cosmetics 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
Janne Grunau d6f66edd65 Revert "aac_latm_dec: use aac context and aac m4ac" 14 years ago
clsid2 361fa0ed40 Float output for libavcodec AAC decoder 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
Mans Rullgard a45fbda994 Move ff_kbd_window_init() to a separate file 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Thadeu Lima de Souza Cascardo 08d804ab6a aac_latm_dec: use aac context and aac m4ac 14 years ago
Thadeu Lima de Souza Cascardo 36864ac354 aac_latm_dec: use aac context and aac m4ac 14 years ago
Young Han Lee 4f84e728da aacdec: Reduce the size of buf_mdct. 14 years ago
Young Han Lee e22910b21a aacdec: Reduce the size of buf_mdct. 14 years ago
Young Han Lee 695f39c80b aacdec: dsputilize the scalar multiplication in intensity stereo 14 years ago
Young Han Lee 9707f84fa7 aacdec: dsputilize the scalar multiplication in intensity stereo 14 years ago
Young Han Lee ece6cca14a aacdec: Implement LTP support. 14 years ago
Young Han Lee ead15f1dc1 aacdec: Implement LTP support. 14 years ago
Anton Khirnov 4d9c044d47 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago