summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-2316-46/+44
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-234-8/+24
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-231-11/+30
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-232-0/+47
* Remove unused variablesLuca Barbato2008-08-231-2/+0
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-231-1/+54
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-231-10/+13
* Cosmetics after previous patches.Ronald S. Bultje2008-08-231-7/+3
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-231-4/+5
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-231-7/+5
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-232-6/+6
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-231-4/+4
* Simple lowpass filter implementation.Kostya Shishkov2008-08-232-0/+212
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-231-11/+11
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-231-3/+3
* Remove redundant FFMIN().Michael Niedermayer2008-08-231-4/+4
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-231-1/+1
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-231-2/+0
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-233-22/+21
* Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini2008-08-231-7/+8
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-231-1/+1
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-231-0/+80
* cosmetics: indentationJustin Ruggles2008-08-231-9/+9
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-231-7/+64
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-221-1/+1
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-222-27/+24
* Whitespace cosmetics after the last commitRobert Swain2008-08-221-12/+14
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-221-19/+24
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-221-1/+5
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-221-1/+2
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-222-39/+269
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-211-1/+1
* doxygen consistencyMichael Niedermayer2008-08-211-26/+26
* Make comments doxygen compatible.Michael Niedermayer2008-08-211-4/+4
* Doxygen syntax consistency.Michael Niedermayer2008-08-211-19/+19
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-211-1/+1
* Remove mathops.h dependancy.Michael Niedermayer2008-08-211-4/+2
* vertical alignMichael Niedermayer2008-08-211-1/+1
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-212-26/+0
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-212-6/+6
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-211-3/+3
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-211-3/+3
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-211-1/+1
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-211-1/+1
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-211-1/+1
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-211-1/+2
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-211-48/+5
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-211-35/+35
* Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer2008-08-211-2/+1
* Remove some irrelevant comments.Michael Niedermayer2008-08-211-8/+1
OpenPOWER on IntegriCloud