summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vda: Merge implementation into one fileSebastien Zwickert2012-08-144-356/+285
* vda: support synchronous decodingSebastien Zwickert2012-08-145-47/+123
* vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-143-26/+28
* build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-142-39/+25
* avprobe: Include libm.h for the log2 fallbackMartin Storsjö2012-08-141-0/+1
* proresenc: use the edge emulation bufferBoris Maksalov2012-08-131-6/+6
* rtmp: handle bytes read reportsLuca Barbato2012-08-131-0/+3
* configure: Fix typo in mpeg2video/svq1 decoder dependency declarationDiego Biurrun2012-08-131-2/+2
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-134-5/+5
* x86: swscale: fix fragile memory accessesMans Rullgard2012-08-131-147/+137
* x86: swscale: remove disabled codeMans Rullgard2012-08-131-84/+0
* x86: yadif: fix asm with sunccMans Rullgard2012-08-131-19/+13
* x86: cabac: allow building with sunccMans Rullgard2012-08-132-24/+37
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-131-15/+15
* ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-131-5/+5
* g723.1: do not pass large structs by valueMans Rullgard2012-08-131-21/+21
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-131-3/+2
* g723.1: declare a variable in the block it is usedMans Rullgard2012-08-131-2/+2
* g723.1: avoid saving/restoring excitationMans Rullgard2012-08-131-16/+11
* g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard2012-08-131-8/+15
* g723.1: make postfilter write directly to output bufferMans Rullgard2012-08-131-11/+11
* g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard2012-08-131-7/+7
* g723.1: make scale_vector() output to a separate bufferMans Rullgard2012-08-131-7/+6
* g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard2012-08-131-6/+5
* g723.1: do not needlessly use int64_tMans Rullgard2012-08-131-1/+1
* g723.1: use saturating addition functionsMans Rullgard2012-08-131-15/+14
* g723.1: optimise scale_vector()Mans Rullgard2012-08-131-5/+7
* g723.1: remove useless uses of MUL64()Mans Rullgard2012-08-131-4/+4
* g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard2012-08-131-15/+11
* g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard2012-08-131-1/+1
* celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard2012-08-131-8/+7
* libavutil: add saturating addition functionsMans Rullgard2012-08-132-0/+45
* cllc: Implement ARGB supportDerek Buitenhuis2012-08-121-0/+133
* cllc: Add support for QRGBDerek Buitenhuis2012-08-121-0/+1
* cllc: Rename some funcs to represent what they actually doDerek Buitenhuis2012-08-121-5/+5
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-124-3/+3
* doc: Clarify licensing issues arising from external librariesDiego Biurrun2012-08-121-13/+24
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-121-0/+13
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-121-0/+6
* id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-121-1/+1
* configure: Rename check_asm() to more fitting check_inline_asm()Diego Biurrun2012-08-111-23/+24
* fate: Only test enabled filtersDiego Biurrun2012-08-111-6/+6
* avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun2012-08-111-15/+2
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-111-10/+17
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-111-14/+26
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-111-25/+9
* lavc: add an intra-only codec property.Anton Khirnov2012-08-112-0/+72
* lavc: add codec descriptors.Anton Khirnov2012-08-113-0/+1913
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-104-8/+14
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-102-5/+5