summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-23
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-23
* Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini2008-08-23
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* cosmetics: indentationJustin Ruggles2008-08-23
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-22
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-22
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-22
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-21
* doxygen consistencyMichael Niedermayer2008-08-21
* Make comments doxygen compatible.Michael Niedermayer2008-08-21
* Doxygen syntax consistency.Michael Niedermayer2008-08-21
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-21
* Remove mathops.h dependancy.Michael Niedermayer2008-08-21
* vertical alignMichael Niedermayer2008-08-21
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-21
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-21
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-21
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-21
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-21
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-21
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-21
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-21
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-21
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-21
* Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer2008-08-21
* Remove some irrelevant comments.Michael Niedermayer2008-08-21
* first and second stage LSP codebooks for G.729Vladimir Voroshilov2008-08-21
* Reindent after last commitRobert Swain2008-08-21
* Work around GCC variable may be used uninitialised warningRobert Swain2008-08-21
* Remove unused variableRobert Swain2008-08-21
* Include floating point PCM in changelog and documentation.Peter Ross2008-08-21
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-21
* ReindentRobert Swain2008-08-21
* Correct regex file name matching as per Måns' suggestionRobert Swain2008-08-21
* The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Öman2008-08-21
* Add me as maintainer of the AAC decoder codeRobert Swain2008-08-21
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
* Simplify timestamp reordering by using the new API.Michael Niedermayer2008-08-20
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
* matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs2008-08-20
* matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs2008-08-20
* Fix #include path, headers from other directories need to haveDiego Biurrun2008-08-20
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20