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-09-05doc/APIchanges: add 2.8 cut lineMichael Niedermayer
2015-09-05avutil: undo FF_API_CRYPTO_CONTEXT deprecation for 2.8 releaseJames Almer
2015-09-05avfilter/avf_showfreqs: Fix memleak of out frameMichael Niedermayer
2015-09-05avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warningMichael Niedermayer
2015-09-05avfilter/avf_showfreqs: Free finMichael Niedermayer
2015-09-05avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer
2015-09-05avfilter/vf_stack: Fix memleak of out frameMichael Niedermayer
2015-09-05avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer
2015-09-05avcodec/rawenc: Use AVFrame parameters instead of AVCodecContextMichael Niedermayer
2015-09-05avfilter/avfilter: Add a few more basic filters to the list which support fra...Michael Niedermayer
2015-09-05lavf/aiffenc: Clarify an error message.Carl Eugen Hoyos
2015-09-05fate: adjust AAC encoder TNS test targetRostislav Pehlivanov
2015-09-05aacenc_tns: adjust coefficient calculation, add double filter supportRostislav Pehlivanov
2015-09-05lpc: increase error array size of ff_lpc_calc_ref_coefs_f by oneRostislav Pehlivanov
2015-09-05aacenc_is: add a flag to use pure coefficients insteadRostislav Pehlivanov
2015-09-05avcodec/jpeg2000dec: Initialize ret to avoid warning and make the code more r...Michael Niedermayer
2015-09-05avcodec/jpeg2000dec: Assert that step_x/y are validMichael Niedermayer
2015-09-05avcodec/hapdec: Check section_size for non negativity in parse_section_header()Michael Niedermayer
2015-09-05lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[].Arnaud Bienner
2015-09-05lavf/mxf: Support video essence container uls for vc1.Arnaud Bienner
2015-09-05lavf/riff: Support fourcc AVd1 for dvvideo.Arnaud Bienner
2015-09-05swscale: re-enable gammaPedro Arthur
2015-09-05swscale: added proper error check for ff_init_filtersPedro Arthur
2015-09-05lavc/mxfdec: Support more mxf files with codec_ul.Carl Eugen Hoyos
2015-09-05lavc/j2kenc: Remove experimental flag.Carl Eugen Hoyos
2015-09-04avfilter/vf_vectorscope: change intensity to floatPaul B Mahol
2015-09-04avfilter/vf_waveform: stop abusing s->size for calculating limitPaul B Mahol
2015-09-04avfilter/vf_waveform: change intensity to floatPaul B Mahol
2015-09-04avfilter/vf_waveform: reduce number of operations a littlePaul B Mahol
2015-09-04avfilter/vf_waveform: 9 and 10 bit depth support for lowpass & color filterPaul B Mahol
2015-09-04vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje
2015-09-04libvpxdec: explicitly signal RGB.Ronald S. Bultje
2015-09-04vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0.Ronald S. Bultje
2015-09-04vp9: fix segmentation map retention across keyframe boundaries.Ronald S. Bultje
2015-09-04vp9: fix RGB chroma subsampling.Ronald S. Bultje
2015-09-04vp9: read reserved bit in RGB header.Ronald S. Bultje
2015-09-04vp9: clip intermediates in dequant calculations.Ronald S. Bultje
2015-09-04vp9: fix segmentation map retention if segmentation is turned off.Ronald S. Bultje
2015-09-04vp9: use resetctx in the same way as libvpx.Ronald S. Bultje
2015-09-04vp9: fix indentation.Ronald S. Bultje
2015-09-04vp9: deal with the case where update_map=0 but we're key/intraonly.Ronald S. Bultje
2015-09-04vp9: reset segmentation information on context reset.Ronald S. Bultje
2015-09-04avcodec/g2meet: Also clear tile dimensions on header_failMichael Niedermayer
2015-09-04avcodec/g2meet: Fix potential overflow in tile dimensions checkMichael Niedermayer
2015-09-04avcodec/eatgq: Check init_get_bits8() for failureMichael Niedermayer
2015-09-04avcodec/adpcm: Check init_get_bits8() for failureMichael Niedermayer
2015-09-04ffmpeg: Drop redundant ist checkMichael Niedermayer
2015-09-04doc/examples/http_multiclient: Fix occured typoMichael Niedermayer
2015-09-04avcodec/libfdk-aacdec: Remove unused variableMichael Niedermayer
2015-09-04avcodec/hevc_parser: Check init_get_bits8() for failureMichael Niedermayer