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-07-25miscellaneous typo fixesDiego Biurrun
2013-07-25mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont
2013-07-25vdpau: Fix VC-1 interlaced modeRainer Hochecker
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-07-25twinvq: K&R formatting cosmeticsDiego Biurrun
2013-07-24arm: Comment out unused labels in simple_idct_armMartin Storsjö
2013-07-248bps: Make the bound-checks consistentLuca Barbato
2013-07-248bps: Bound-check the input bufferLuca Barbato
2013-07-244xm: Reject not a multiple of 16 dimensionLuca Barbato
2013-07-24alsdec: Clean up error pathsLuca Barbato
2013-07-24alsdec: Fix the clipping rangeLuca Barbato
2013-07-22arm: Mangle external symbols properly in new vfp assembly filesMartin Storsjö
2013-07-22arm: Add VFP-accelerated version of qmf_32_subbandsBen Avison
2013-07-22dcadsp: Add a new method, qmf_32_subbandsBen Avison
2013-07-22arm: Add VFP-accelerated version of fft16Martin Storsjö
2013-07-22arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö
2013-07-22arm: Add VFP-accelerated version of imdct_halfMartin Storsjö
2013-07-22arm: Add VFP-accelerated version of int32_to_float_fmul_array8Ben Avison
2013-07-22dcadec: Use int32_to_float_fmul_array8Ben Avison
2013-07-22fmtconvert: Add a new method, int32_to_float_fmul_array8Ben Avison
2013-07-22arm: Add VFP-accelerated version of int32_to_float_fmul_scalarBen Avison
2013-07-22arm: Add VFP-accelerated version of synth_filter_floatBen Avison
2013-07-22libspeexdec: fix detection of final terminator codeJustin Ruggles
2013-07-21libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis
2013-07-20dsicinav: Clip the source size to the expected maximumLuca Barbato
2013-07-20dsicinav: Bound-check the source buffer when neededLuca Barbato
2013-07-20dsicinav: K&R formatting cosmeticsLuca Barbato
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-07-17pthread: Rename thread_init to avoid symbol collisionSean McGovern
2013-07-15ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö
2013-07-15indeo: Reject impossible FRAMETYPE_NULLLuca Barbato
2013-07-15indeo: Do not reference mismatched tilesLuca Barbato
2013-07-15indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato
2013-07-15indeo5: return proper error codesLuca Barbato
2013-07-15indeo: Bound-check before applying motion compensationLuca Barbato
2013-07-13indeo: Bound-check before applying transformLuca Barbato
2013-07-13indeo4: Validate scantable dimensionLuca Barbato
2013-07-13indeo4: Check the quantization matrix indexLuca Barbato
2013-07-13indeo4: Do not access missing reference MVLuca Barbato
2013-07-13ac3dec: Consistently use AC3_BLOCK_SIZE and sizeofMartin Storsjö
2013-07-13ac3dec: Increment channel pointers only once per channelMartin Storsjö
2013-07-13jpeg2000: Remove unused passes array in Jpeg200Cblk structureNicolas Bertrand
2013-07-13jpeg2000: Initialize only once mqc arraysNicolas Bertrand
2013-07-12dca: Respect the current limits in the downmixing capabilitiesLuca Barbato
2013-07-12dca: Error out on missing DSYNCLuca Barbato
2013-07-12pcm: always use codec->id instead of codec_idLuca Barbato
2013-07-12vdpau: use the correct namespace for the unionLuca Barbato
2013-07-12mlpdec: Do not set invalid context in read_restart_headerLuca Barbato
2013-07-12mlpdsp: x86: Respect cpuflagsLuca Barbato