15524 Commits (f1588ed525c76954e4a72ee2b2fb33d799fe17ed)
 

Author SHA1 Message Date
Vladimir Voroshilov 6bf8b3ef03 Remove unnecessary header inclusion from g729.h 16 years ago
Vladimir Voroshilov fe3a80d6fa Move from g729.h all definitions which are used only in g729dec.c 16 years ago
Stefano Sabatini 2fc3866d5e Provide a context to opt_frame_rate(), and make it print the wrong 16 years ago
Justin Ruggles 63d72fb167 fix decoding of coupling leak info for normal AC-3 16 years ago
Justin Ruggles 602031305c add more OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles 0569993ea4 cosmetics: indentation 16 years ago
Justin Ruggles 6fafb0202a add some approved parts of the E-AC-3 decoder 16 years ago
Luca Abeni 26efefc52c Do not set timestamp information for a non existing AVStream 16 years ago
Robert Swain b0f5852a13 Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce 16 years ago
Robert Swain db38c38624 Whitespace cosmetics after the last commit 16 years ago
Robert Swain f49905588a Separate code in imdct_and_windowing() into distinct IMDCT, windowing and 16 years ago
Matthieu Castet 95801b6a07 alac : check readsamplesize to ensure get_bits() doesn't 16 years ago
Jai Menon ec6cda8c6e alacenc : perform decorrelation only for stereo samples 16 years ago
Vitor Sessak 9b9466b0cd Apply parts of MXF muxer ok'ed by Michael 16 years ago
Michael Niedermayer 474efc1889 Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by 16 years ago
Michael Niedermayer 27b71e4b24 doxygen consistency 16 years ago
Michael Niedermayer 6caabab8cd Make comments doxygen compatible. 16 years ago
Michael Niedermayer ec5bd476ac Doxygen syntax consistency. 16 years ago
Michael Niedermayer 8c5da74bc1 Mention cut-off freq of ff_acelp_high_pass_filter() instead of some 16 years ago
Michael Niedermayer 70d3ba4194 Remove mathops.h dependancy. 16 years ago
Michael Niedermayer 1f08308249 vertical align 16 years ago
Michael Niedermayer cd523888f3 Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 16 years ago
Michael Niedermayer 5038ecb1f1 Rename subframe_size to a name that is not specific to some specific use 16 years ago
Michael Niedermayer 2bbd3434bc rename pitch_delay_frac in ff_acelp_interpolate() 16 years ago
Michael Niedermayer badcd8d719 Try to improve parameter doxy of ff_acelp_interpolate(). 16 years ago
Michael Niedermayer 03a4da6f69 Clarify how generic ff_acelp_interpolate() is. 16 years ago
Michael Niedermayer ba5a14fc5d Correct incorrect length parameter doxy for ff_acelp_interpolate(). 16 years ago
Michael Niedermayer ef119cc837 Right half is clearer than positive half for specifying which part of 16 years ago
Michael Niedermayer 7dd3e95a04 Mention the fixed-point scale of the FIR filter coefficients. 16 years ago
Michael Niedermayer ba05497de5 Cleanup comment for ff_acelp_interp_filter. 16 years ago
Michael Niedermayer 2398930fe0 Make doxygen comments consistent with the rest of FFmpeg. 16 years ago
Michael Niedermayer fee37a4985 Document code, do not document difference to a irrelevant reference implementation. 16 years ago
Michael Niedermayer 012fd207a3 Remove some irrelevant comments. 16 years ago
Vladimir Voroshilov da7e59b4ab first and second stage LSP codebooks for G.729 16 years ago
Robert Swain 65b20b2485 Reindent after last commit 16 years ago
Robert Swain fbd91d7cad Work around GCC variable may be used uninitialised warning 16 years ago
Robert Swain 1098e8d236 Remove unused variable 16 years ago
Peter Ross eb6fc557db Include floating point PCM in changelog and documentation. 16 years ago
Diego Biurrun 8e84913db4 cosmetics: Fix incorrect indentation. 16 years ago
Robert Swain 4b0044b750 Reindent 16 years ago
Robert Swain c5377f575c Correct regex file name matching as per Måns' suggestion 16 years ago
Andreas Öman f339908843 The comment about channel order for AAC 5.1 audio was not correct, fix it. 16 years ago
Robert Swain 4991f3ce3c Add me as maintainer of the AAC decoder code 16 years ago
Robert Swain 7d8f3de4a8 Last hunk of the AAC decoder code to be OKed and build system and documentation 16 years ago
Michael Niedermayer 7fb262b568 Simplify timestamp reordering by using the new API. 16 years ago
Michael Niedermayer 79de84f263 Provide a simpler way for the user to reorder her timestamps. 16 years ago
Aurelien Jacobs 28f27e0c0c matroskadec: fail cleanly when the required compression lib is not compiled in 16 years ago
Aurelien Jacobs dc3e0211ed matroskadec: stop parsing when skipping en element crossing over the end of file 16 years ago
Diego Biurrun 3ef6182556 Fix #include path, headers from other directories need to have 16 years ago
Diego Biurrun 071083b4a5 Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. 16 years ago