summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
| | | | | | that the one read by the decoder. Originally committed as revision 14932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ↵Peter Ross2008-08-23
| | | | | | dot taeuber at gmx dot net. Originally committed as revision 14931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
| | | | Originally committed as revision 14930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variablesLuca Barbato2008-08-23
| | | | Originally committed as revision 14929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
| | | | Originally committed as revision 14928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
| | | | Originally committed as revision 14927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics after previous patches.Ronald S. Bultje2008-08-23
| | | | Originally committed as revision 14926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-23
| | | | | | allows easier control of the actual return value. Originally committed as revision 14925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-23
| | | | | | | only allocated if initialization worked. This means that on failure, we don't have to deallocate it. Originally committed as revision 14924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
| | | | | | "[PATCH] tcp.c/udp.c memleak?" for discussion. Originally committed as revision 14923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-23
| | | | Originally committed as revision 14922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simple lowpass filter implementation.Kostya Shishkov2008-08-23
| | | | Originally committed as revision 14921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
| | | | Originally committed as revision 14920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-23
| | | | Originally committed as revision 14919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant FFMIN().Michael Niedermayer2008-08-23
| | | | Originally committed as revision 14918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-23
| | | | | | This fixes a (probably not exploitable) buffer overflow (apparently unknown to its author). Originally committed as revision 14917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-23
| | | | Originally committed as revision 14916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-23
| | | | Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini2008-08-23
| | | | | | | value in case of error. Improve error reporting and consistency with the other opt_* functions. Originally committed as revision 14914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
| | | | Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-23
| | | | Originally committed as revision 14912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-23
| | | | Originally committed as revision 14911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
| | | | Originally committed as revision 14910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-22
| | | | | | (fix a bug in the RTP demuxer) Originally committed as revision 14909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
| | | | | | | buffer sizes accordingly. This produces a ~10% overall decoding perfomance improvement. Originally committed as revision 14908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
| | | | Originally committed as revision 14907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
| | | | | | buffer update sections Originally committed as revision 14906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
| | | | | | fail. Patch by Matthieu Castet <castet.matthieu AT free fr> Originally committed as revision 14905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-22
| | | | Originally committed as revision 14904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-22
| | | | Originally committed as revision 14903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-21
| | | | | | adding spaces. Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygen consistencyMichael Niedermayer2008-08-21
| | | | Originally committed as revision 14901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make comments doxygen compatible.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen syntax consistency.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer2008-08-21
| | | | | | meaningless input dependent value. Originally committed as revision 14898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mathops.h dependancy.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2008-08-21
| | | | Originally committed as revision 14896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-21
| | | | | | line loop. Originally committed as revision 14895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-21
| | | | | | of ff_acelp_convolve_circ() Originally committed as revision 14894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Right half is clearer than positive half for specifying which part ofMichael Niedermayer2008-08-21
| | | | | | the filter coeffs is used. Originally committed as revision 14889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document code, do not document difference to a irrelevant reference ↵Michael Niedermayer2008-08-21
| | | | | | implementation. Originally committed as revision 14885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some irrelevant comments.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first and second stage LSP codebooks for G.729Vladimir Voroshilov2008-08-21
| | | | Originally committed as revision 14883 to svn://svn.ffmpeg.org/ffmpeg/trunk