Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-23Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov
Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini
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
2008-08-23fix decoding of coupling leak info for normal AC-3Justin Ruggles
Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23add more OKed parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 14912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23cosmetics: indentationJustin Ruggles
Originally committed as revision 14911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23add some approved parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 14910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Do not set timestamp information for a non existing AVStreamLuca Abeni
(fix a bug in the RTP demuxer) Originally committed as revision 14909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain
buffer sizes accordingly. This produces a ~10% overall decoding perfomance improvement. Originally committed as revision 14908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Whitespace cosmetics after the last commitRobert Swain
Originally committed as revision 14907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain
buffer update sections Originally committed as revision 14906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet
fail. Patch by Matthieu Castet <castet.matthieu AT free fr> Originally committed as revision 14905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22alacenc : perform decorrelation only for stereo samplesJai Menon
Originally committed as revision 14904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Apply parts of MXF muxer ok'ed by MichaelVitor Sessak
Originally committed as revision 14903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer
adding spaces. Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22doxygen consistencyMichael Niedermayer
Originally committed as revision 14901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Make comments doxygen compatible.Michael Niedermayer
Originally committed as revision 14900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Doxygen syntax consistency.Michael Niedermayer
Originally committed as revision 14899 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer
meaningless input dependent value. Originally committed as revision 14898 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Remove mathops.h dependancy.Michael Niedermayer
Originally committed as revision 14897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22vertical alignMichael Niedermayer
Originally committed as revision 14896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer
line loop. Originally committed as revision 14895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer
of ff_acelp_convolve_circ() Originally committed as revision 14894 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer
Originally committed as revision 14893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer
Originally committed as revision 14892 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer
Originally committed as revision 14891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer
Originally committed as revision 14890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Right half is clearer than positive half for specifying which part ofMichael Niedermayer
the filter coeffs is used. Originally committed as revision 14889 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer
Originally committed as revision 14888 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer
Originally committed as revision 14887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer
Originally committed as revision 14886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Document code, do not document difference to a irrelevant reference ↵Michael Niedermayer
implementation. Originally committed as revision 14885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-22Remove some irrelevant comments.Michael Niedermayer
Originally committed as revision 14884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21first and second stage LSP codebooks for G.729Vladimir Voroshilov
Originally committed as revision 14883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Reindent after last commitRobert Swain
Originally committed as revision 14882 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Work around GCC variable may be used uninitialised warningRobert Swain
Originally committed as revision 14881 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Remove unused variableRobert Swain
Originally committed as revision 14880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Include floating point PCM in changelog and documentation.Peter Ross
Originally committed as revision 14879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21cosmetics: Fix incorrect indentation.Diego Biurrun
Originally committed as revision 14878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21ReindentRobert Swain
Originally committed as revision 14877 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Correct regex file name matching as per Måns' suggestionRobert Swain
Originally committed as revision 14876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Öman
Originally committed as revision 14875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Add me as maintainer of the AAC decoder codeRobert Swain
Originally committed as revision 14874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain
alterations as appropriate Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Simplify timestamp reordering by using the new API.Michael Niedermayer
Originally committed as revision 14872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer
Originally committed as revision 14871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs
Originally committed as revision 14870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs
Originally committed as revision 14869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Fix #include path, headers from other directories need to haveDiego Biurrun
the directory name prefixed now. Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun
Now that it is exported, this should avoid confusion and name clashes. Originally committed as revision 14867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20cosmetics: comment spelling/grammar fixesDiego Biurrun
Originally committed as revision 14866 to svn://svn.ffmpeg.org/ffmpeg/trunk