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
2015-05-31avio: Add avio_read wrapper to simplify error checkingVittorio Giovara
2015-05-31mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-31mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun
2015-05-31mov: Correctly allocate ctts_dataLuca Barbato
2015-05-31mov: Fix two memleaksAndreas Cadhalpun
2015-05-31vp9: Parse subsampling and report missing featureVittorio Giovara
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31x86: Add helper macros to check for slow cpuflagsJames Almer
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-31ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato
2015-05-31ppc: vsx: Implement float_dspLuca Barbato
2015-05-31ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-05-31ppc: configure: Support ISA 2.06 and laterLuca Barbato
2015-05-31ppc: Clarify and extend the cpuid checkLuca Barbato
2015-05-31ppc: linux: Check altivec using the auxvLuca Barbato
2015-05-31ppc: pixblockdsp: Use the abriged vector typesLuca Barbato
2015-05-31ppc: avutil: Use the abriged vector typesLuca Barbato
2015-05-31ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato
2015-05-31network: prevent SIGPIPE on OSXwm4
2015-05-30h264: Make sure reinit failures mark the context as not initializedLuca Barbato
2015-05-30msrle: Use FFABS to determine the frame size in msrle_decode_pal4Luca Barbato
2015-05-29rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö
2015-05-29rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö
2015-05-29rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö
2015-05-29rtmpdh: Add fate test for the DH handshake routineMartin Storsjö
2015-05-29rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö
2015-05-29rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö
2015-05-29rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö
2015-05-29rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö
2015-05-28pixfmt: remove misleading and broken documentationwm4
2015-05-28x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer
2015-05-28rl: Add error checking to ff_rl_init().Anton Khirnov
2015-05-28rl: Add a function for freeing dynamically allocated tables.Anton Khirnov
2015-05-28rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov
2015-05-28mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov
2015-05-28mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara
2015-05-28tls_gnutls: Add missing includes for the gcrypt thread safety callbacksMartin Storsjö
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-26lavf: move TLS-related ifdeffery to library specific fileswm4
2015-05-26lavf: split tls.cwm4
2015-05-26doc: Fix spelling of 'Transmission'Sebastian Ramacher
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop stream_codec_tagVittorio Giovara
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-22tls: fix compilation when both gnutls and openssl are enabledJames Almer