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 (Expand)Author
2012-09-04x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun
2012-09-03mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás
2012-09-03mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás
2012-09-03mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás
2012-09-03build: avcodec: order cosmeticsDiego Biurrun
2012-09-03intrax8dsp: Add missing #include to make header standaloneDiego Biurrun
2012-09-03Delete motion-test tool; it is of doubtful utility.Diego Biurrun
2012-09-02intrax8: move functions from dsputil to own contextMans Rullgard
2012-09-01crypto: Remove a stray double spaceMartin Storsjö
2012-09-01Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö
2012-08-31MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás
2012-08-31MSS2 decoderAlberto Delmás
2012-08-31configure: handle --disable-asm before check_depsMans Rullgard
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-31configure: x86: Separate inline from standalone assembler capabilitiesDiego Biurrun
2012-08-31pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö
2012-08-31pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö
2012-08-31pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö
2012-08-30x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun
2012-08-30configure: Add more fine-grained SSE CPU capabilities flagsDiego Biurrun
2012-08-30avfilter: x86: Use more precise compile template namesDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-30g723_1: add comfort noise generationKostya Shishkov
2012-08-30utvideoenc: Switch to dsputils' median predictionMichael Niedermayer
2012-08-30utvideoenc: Avoid writing into the input pictureMichael Niedermayer
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-30cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-29build: allow non-standard variations of linker -l/-L flagsMans Rullgard
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-29build: export filtered -lz flag in config.makMans Rullgard
2012-08-29build: add separate setting for host linkerMans Rullgard
2012-08-29configure: probe_cc: use separate variable for linker output flagMans Rullgard
2012-08-29x86: Always compile files with functions that are called unconditionallyDiego Biurrun
2012-08-29x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun
2012-08-29x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun
2012-08-29configure: support Bitrig OSBrad Smith
2012-08-29yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje
2012-08-29graph2dot: Use the fallback getopt implementation if neededMartin Storsjö
2012-08-29tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö
2012-08-29testprogs: Remove unused includesMartin Storsjö
2012-08-29qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö
2012-08-29ismindex: Include direct.h for _mkdir on windowsMartin Storsjö
2012-08-28sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö
2012-08-28x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun
2012-08-28x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun
2012-08-28sdp: Include profile-level-id for H264Martin Storsjö
2012-08-28utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer