Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-08-04aac: Forward errors properly in aac_decode_frame_intLuca Barbato
2013-08-04aac: Check init_get_bits return valueLuca Barbato
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-08-02h264_sei: Return meaningful valuesVittorio Giovara
2013-08-01h264_sei: K&R formatting cosmeticsVittorio Giovara
2013-08-01h264_sei: Remove pointless old commentDiego Biurrun
2013-08-01twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun
2013-07-30Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun
2013-07-29huffyuvenc: BGRA supportMichael Niedermayer
2013-07-28xl: Make sure the width is validLuca Barbato
2013-07-28utvideoenc: use av_image_copy_plane()Paul B Mahol
2013-07-28aasc: Check minimum buffer sizeLuca Barbato
2013-07-28qdm2: Whitespace cosmeticsLuca Barbato
2013-07-28flac: use meaningful return valuesLuca Barbato
2013-07-28xl: Fix the buffer size checkLuca Barbato
2013-07-28xl: K&R formatting cosmeticsLuca Barbato
2013-07-27Add missing deprecation attributesDiego Biurrun
2013-07-27h264: K&R formatting cosmeticsDiego Biurrun
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