summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* dxva2_hevc: re-write reference frame handlingHendrik Leppkes2015-05-31
* dxva2_hevc: fix 32x32 scaling listsHendrik Leppkes2015-05-31
* mov: always check avio_read return valueAndreas Cadhalpun2015-05-31
* avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-31
* mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-31
* mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-31
* mov: Correctly allocate ctts_dataLuca Barbato2015-05-31
* mov: Fix two memleaksAndreas Cadhalpun2015-05-31
* vp9: Parse subsampling and report missing featureVittorio Giovara2015-05-31
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-31
* x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-31
* ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-31
* ppc: vsx: Implement float_dspLuca Barbato2015-05-31
* ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-31
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
* ppc: configure: Support ISA 2.06 and laterLuca Barbato2015-05-31
* ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-31
* ppc: linux: Check altivec using the auxvLuca Barbato2015-05-31
* ppc: pixblockdsp: Use the abriged vector typesLuca Barbato2015-05-31
* ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-31
* ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-31
* network: prevent SIGPIPE on OSXwm42015-05-31
* h264: Make sure reinit failures mark the context as not initializedLuca Barbato2015-05-30
* msrle: Use FFABS to determine the frame size in msrle_decode_pal4Luca Barbato2015-05-30
* rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö2015-05-29
* rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö2015-05-29
* rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö2015-05-29
* rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-29
* rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö2015-05-29
* rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö2015-05-29
* rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö2015-05-29
* rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö2015-05-29
* pixfmt: remove misleading and broken documentationwm42015-05-28
* x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer2015-05-28
* rl: Add error checking to ff_rl_init().Anton Khirnov2015-05-28
* rl: Add a function for freeing dynamically allocated tables.Anton Khirnov2015-05-28
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-28
* mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara2015-05-28
* tls_gnutls: Add missing includes for the gcrypt thread safety callbacksMartin Storsjö2015-05-28
* x86inc: Clear __SECT__Timothy Gu2015-05-28
* lavf: move TLS-related ifdeffery to library specific fileswm42015-05-26
* lavf: split tls.cwm42015-05-26
* doc: Fix spelling of 'Transmission'Sebastian Ramacher2015-05-26
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-25
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-22
* mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-22
* mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-22