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-06-03avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/secMichael Niedermayer
2015-06-02avformat/sbgdec: Check alloc_array_elem() return valueMichael Niedermayer
2015-06-02avformat/mxfdec: return error instead of segfaulting if there are no streamsMichael Niedermayer
2015-06-01avformat/movenc: Fix potential signed overflowsMichael Niedermayer
2015-06-01avformat/mxfenc: Correct klv_fill_keyMichael Niedermayer
2015-06-01Merge commit '63ce9fd23cfa5ac0d9a862be0da138108dc1c505'Michael Niedermayer
2015-06-01Merge commit '84c5ff911f3f0557c8f97a964f74ceb01dd6d214'Michael Niedermayer
2015-06-01rtmpdh: Use GMP functions directly, instead of nettle wrappersMartin Storsjö
2015-06-01rtmpdh: Fix the indentation in a structMartin Storsjö
2015-06-01avformat/utils: Simplify get_std_framerate() checkMichael Niedermayer
2015-06-01Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer
2015-06-01Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'Michael Niedermayer
2015-06-01Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer
2015-05-31avformat/libquvi: fix error handlingGilles Chanteperdrix
2015-05-31mov: always check avio_read return valueAndreas Cadhalpun
2015-05-31avio: Add avio_read wrapper to simplify error checkingVittorio Giovara
2015-05-31mov: Correctly allocate ctts_dataLuca Barbato
2015-05-31mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-31mov: Fix two memleaksAndreas Cadhalpun
2015-05-31mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun
2015-05-31network: prevent SIGPIPE on OSXwm4
2015-05-30network: prevent SIGPIPE on OSXwm4
2015-05-30avformat/movenc: Add loction/xyz support to allow copying data between mov filesMichael Niedermayer
2015-05-30avformat/mov: Also export loci altitudeMichael Niedermayer
2015-05-30avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer
2015-05-30lavf/tls_securetransport: add missing copyright noticeRodger Combs
2015-05-30avformat/h264dec: Add ff_tlog() with trace information about h264 probingMichael Niedermayer
2015-05-30avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodesMichael Niedermayer
2015-05-30Merge commit 'b2f0f37d242f1194fe1f886557cf6cefdf98caf6'Michael Niedermayer
2015-05-29rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö
2015-05-29lavf/tls: Support Secure TransportRodger Combs
2015-05-29mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun
2015-05-29avformat/movenc: Check that track_width_1616 fits within the available 32bit ...Michael Niedermayer
2015-05-29avformat/movenc: avoid floats in width/height/aspect ratio computationsMichael Niedermayer
2015-05-29avformat/concatdec: Enable auto_convert by defaultMichael Niedermayer
2015-05-29avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer
2015-05-29Merge commit 'e9e86d9ef637f5a600c76b352ffe5a82b71b25d1'Michael Niedermayer
2015-05-29Merge commit '8016a1bd3b60e917e1b12748dd80c06c3462c286'Michael Niedermayer
2015-05-29Merge commit '063f7467e4d14ab7fe01b2845dab60cc75df8b53'Michael Niedermayer
2015-05-29Merge commit '0508faaa11bf7507ffdd655aee57c9dc5a8203f4'Michael Niedermayer
2015-05-29Merge commit '9f1b3050d9e31e9283d818f3640f3460ac8cfb5b'Michael Niedermayer
2015-05-29Merge commit '127d813bcb5705202b7100cf1eccd1e26d72ba14'Michael Niedermayer
2015-05-29Merge commit '78efc69e7c990226f4b913721ef1b308ca5bfa04'Michael Niedermayer
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ö