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-11-12Update Changelogn2.8.2Michael Niedermayer
2015-11-12aacsbr_fixed: check for envelope scalefactors overflowingAndreas Cadhalpun
2015-11-12aacdec: don't return frames without data from aac_decode_er_frameAndreas Cadhalpun
2015-11-12avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build wi...Michael Niedermayer
2015-11-12avcodec/aacsbr: Use FLOAT_0Michael Niedermayer
2015-11-12softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun
2015-11-12avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer
2015-11-12avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer
2015-11-12avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer
2015-11-12avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer
2015-11-12avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde
2015-11-12avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer
2015-11-12avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer
2015-11-12avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer
2015-11-12avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer
2015-11-12avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer
2015-11-11swresample/resample: increase precision for compensationMichael Niedermayer
2015-11-11lavf/mov: add support for sidx fragment indexesRodger Combs
2015-11-11update versions for 2.8.2Michael Niedermayer
2015-11-11avformat/mxfenc: Only store user comment related tags when neededMichael Niedermayer
2015-11-10tests/fate/avformat: Fix fate-lavfMichael Niedermayer
2015-11-10doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.Simon Thelen
2015-11-10ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.Simon Thelen
2015-11-07apng: use correct size for output bufferAndreas Cadhalpun
2015-11-07jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun
2015-11-07avcodec/jpeg2000dec: Clip all tile coordinatesMichael Niedermayer
2015-11-07avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer
2015-11-07avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer
2015-11-06avformat/xmv: Discard remainder of packet on errorMichael Niedermayer
2015-11-06avformat/xmv: factor return check out of if/elseMichael Niedermayer
2015-11-06avcodec/mpeg12dec: Do not call show_bits() with invalid bitsMichael Niedermayer
2015-11-05avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer
2015-11-05libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer
2015-11-05avformat/mpegts: Only start probing data streams within probe_packetsMichael Niedermayer
2015-11-05avcodec/hevc_ps: Check chroma_format_idcMichael Niedermayer
2015-11-05avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer
2015-11-05avcodec/mjpegdec: Reinitialize IDCT on BPP changesMichael Niedermayer
2015-11-04avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using itMichael Niedermayer
2015-11-02avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp
2015-11-01avcodec/h264_slice: Disable slice threads if there are multiple access units ...Michael Niedermayer
2015-10-30avformat/hls: update cookies on setcookie responseLucas de Andrade
2015-10-30opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya
2015-10-30avcodec/opusdec: Fix extra samples read indexMichael Niedermayer
2015-10-30avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer
2015-10-30avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer
2015-10-30avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer
2015-10-27rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö