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
2013-02-28pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö
2013-02-27lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-02-27LICENSE: Move (L)GPLv3 explanation block to a more suitable placeDiego Biurrun
2013-02-27swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis
2013-02-27x86: dsputil: Drop some unused function #definesDiego Biurrun
2013-02-27x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun
2013-02-27x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö
2013-02-26configure: icc: Drop nonsense adding of cpuflags to LDFLAGSDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-26Fix a number of incorrect intmath.h #includes.Diego Biurrun
2013-02-26avconv: remove an unused variableJustin Ruggles
2013-02-26cmdutils: only use libavresample when it is enabledJustin Ruggles
2013-02-26libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-26vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-26vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-25configure: Identify icc compiler with a less ambiguous patternDiego Biurrun
2013-02-25configure: Separate "ln" command line argumentsDiego Biurrun
2013-02-25vorbisdec: Accept 0 amplitude_bitsLuca Barbato
2013-02-25vorbisdec: Add missing checksLuca Barbato
2013-02-25vorbisdec: cosmeticsLuca Barbato
2013-02-25vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer
2013-02-24dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun
2013-02-24configure: List external libs used using print_enabled()Mans Rullgard
2013-02-24configure: Move list of external libs to a separate variableMans Rullgard
2013-02-24configure: Move x11grab option to a more suitable place in the help outputDiego Biurrun
2013-02-24lavr: allow setting internal_sample_fmt option by stringJustin Ruggles
2013-02-24lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles
2013-02-24avconv: pass libavresample options to AVFilterGraphJustin Ruggles
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-24ac3dec: validate channel output mode against channel countJustin Ruggles
2013-02-24configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun
2013-02-24configure: Refactor dxva2api.h dependency declarationsDiego Biurrun
2013-02-23build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun
2013-02-23configure: Simplify VDPAU header checkDiego Biurrun
2013-02-23configure: Simplify VDA header and extralibs checkDiego Biurrun
2013-02-23configure: Do not redundantly list enabled hwaccel libsMans Rullgard
2013-02-23configure: Add print_3_columns helper function and use where appropriateDiego Biurrun
2013-02-23doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun
2013-02-23Remove pointless av_cold attributes in header filesDiego Biurrun
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov
2013-02-23libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle
2013-02-23qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov
2013-02-23qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov
2013-02-23qtrle: add more checks against pixel_ptr being negative.Anton Khirnov
2013-02-23cavs: initialize various context tables to 0Anton Khirnov
2013-02-23mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov
2013-02-23mov: use the format context for logging.Anton Khirnov
2013-02-23flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov