summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-042-4/+4
* x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-041-0/+57
* x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-041-6/+0
* mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás2012-09-031-42/+21
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-034-37/+30
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-034-46/+46
* build: avcodec: order cosmeticsDiego Biurrun2012-09-031-2/+2
* intrax8dsp: Add missing #include to make header standaloneDiego Biurrun2012-09-031-0/+2
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-032-150/+0
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-026-34/+62
* crypto: Remove a stray double spaceMartin Storsjö2012-08-311-1/+1
* Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-313-24/+24
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-313-5/+10
* MSS2 decoderAlberto Delmás2012-08-3120-216/+1466
* configure: handle --disable-asm before check_depsMans Rullgard2012-08-311-2/+2
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-3124-141/+130
* configure: x86: Separate inline from standalone assembler capabilitiesDiego Biurrun2012-08-311-4/+23
* pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö2012-08-311-2/+4
* pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö2012-08-311-2/+3
* pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö2012-08-311-4/+4
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-303-10/+25
* configure: Add more fine-grained SSE CPU capabilities flagsDiego Biurrun2012-08-301-12/+29
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-302-3/+3
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-309-18/+17
* g723_1: add comfort noise generationKostya Shishkov2012-08-305-7/+364
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-302-40/+29
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-302-26/+42
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-306-94/+93
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-305-6/+14
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-304-12/+8
* cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov2012-08-301-7/+11
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-304-66/+313
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-295-5/+13
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-292-0/+5
* build: export filtered -lz flag in config.makMans Rullgard2012-08-282-1/+2
* build: add separate setting for host linkerMans Rullgard2012-08-283-5/+14
* configure: probe_cc: use separate variable for linker output flagMans Rullgard2012-08-281-2/+2
* x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-292-21/+26
* configure: support Bitrig OSBrad Smith2012-08-291-1/+1
* yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-281-16/+48
* graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-291-0/+7
* tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-292-0/+12
* testprogs: Remove unused includesMartin Storsjö2012-08-292-3/+0
* qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö2012-08-291-0/+3
* ismindex: Include direct.h for _mkdir on windowsMartin Storsjö2012-08-291-2/+2
* sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-281-2/+2
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-2811-9/+9
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-283-2/+2
OpenPOWER on IntegriCloud