summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* g723.1: declare a variable in the block it is usedMans Rullgard2012-08-13
* g723.1: avoid saving/restoring excitationMans Rullgard2012-08-13
* g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard2012-08-13
* g723.1: make postfilter write directly to output bufferMans Rullgard2012-08-13
* g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard2012-08-13
* g723.1: make scale_vector() output to a separate bufferMans Rullgard2012-08-13
* g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard2012-08-13
* g723.1: do not needlessly use int64_tMans Rullgard2012-08-13
* g723.1: use saturating addition functionsMans Rullgard2012-08-13
* g723.1: optimise scale_vector()Mans Rullgard2012-08-13
* g723.1: remove useless uses of MUL64()Mans Rullgard2012-08-13
* g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard2012-08-13
* g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard2012-08-13
* celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard2012-08-13
* libavutil: add saturating addition functionsMans Rullgard2012-08-13
* cllc: Implement ARGB supportDerek Buitenhuis2012-08-12
* cllc: Add support for QRGBDerek Buitenhuis2012-08-12
* cllc: Rename some funcs to represent what they actually doDerek Buitenhuis2012-08-12
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-12
* doc: Clarify licensing issues arising from external librariesDiego Biurrun2012-08-12
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-12
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-12
* id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-12
* configure: Rename check_asm() to more fitting check_inline_asm()Diego Biurrun2012-08-11
* fate: Only test enabled filtersDiego Biurrun2012-08-11
* avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun2012-08-11
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-11
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-11
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-11
* lavc: add an intra-only codec property.Anton Khirnov2012-08-11
* lavc: add codec descriptors.Anton Khirnov2012-08-11
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-10
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-10
* dict: add av_dict_count()Mans Rullgard2012-08-10
* g723.1: fix addition overflowMans Rullgard2012-08-10
* g723.1: simplify and fix multiplication overflowMans Rullgard2012-08-10
* g723.1: deobfuscate an expressionMans Rullgard2012-08-10
* g723.1: remove unused #includesMans Rullgard2012-08-10
* ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-10
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-09
* libavutil: remove unused av_abort() macroMans Rullgard2012-08-09
* ffmenc: replace if/abort with assert()Mans Rullgard2012-08-09
* libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-09
* libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-09
* configure: Check for a sctp struct instead of just the headerMichael Niedermayer2012-08-09
* configure: suncc: Add -xc99 to dependency flags, required on SolarisDiego Biurrun2012-08-09
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun2012-08-09