summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86: cabac: allow building with sunccMans Rullgard2012-08-13
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-13
* g723.1: do not pass large structs by valueMans Rullgard2012-08-13
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-13
* 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
* 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
* 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
* 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
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard2012-08-09
* motion_est: remove unused macrosMans Rullgard2012-08-09
* motion_est: remove useless no_motion_search() functionMans Rullgard2012-08-09
* lagarith: frame multithreadingHendrik Leppkes2012-08-09
* doxygen: qdm2: Drop documentation for non-existing function parametersDiego Biurrun2012-08-09
* mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard2012-08-09
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard2012-08-09
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-08
* x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-08
* g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov2012-08-08
* g723_1: use all LPC vectors in formant postfilterKostya Shishkov2012-08-08
* mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov2012-08-08
* mpegaudioenc: list supported channel layouts.Anton Khirnov2012-08-08
* mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov2012-08-08
* api-example: update to new audio encoding API.Anton Khirnov2012-08-08
* x86: use 32-bit source registers with movd instructionMans Rullgard2012-08-07
* x86: add colons after labelsMans Rullgard2012-08-07