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
2016-10-22avutil/avassert: Add av_assertX_fpu()Michael Niedermayer
2016-10-22avcodec/snowenc: Clear MMX state after edge drawing and picture encodeMichael Niedermayer
2016-10-22avcodec/mpegvideo_enc: Add missing emms_c() to clear MMX state after SIMD useMichael Niedermayer
2016-10-22avcodec/utils: Move emms_c() before memory allocation functions in avcodec_en...Michael Niedermayer
2016-10-22avcodec/cavsdec: Clear MMX state after MB decode loopMichael Niedermayer
2016-10-22avcodec/svq1enc: Clear MMX state after svq1_encode_plane()Michael Niedermayer
2016-10-22lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos
2016-10-22lavc/libvpxenc: fix -auto-alt-ref option typeKagami Hiiragi
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-21lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez
2016-10-21lavc: add SCTE-35 CUI codec IDCarlos Fernandez
2016-10-21lavd/decklink_dec: fix indentationMarton Balint
2016-10-21lavd/decklink_dec: add option to disable drawing bars on signal lossMarton Balint
2016-10-21avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()Michael Niedermayer
2016-10-21avformat/mxfdec: Fix mixed declaration and codeMichael Niedermayer
2016-10-21mpeg12dec: unref discarded picture from extradataAndreas Cadhalpun
2016-10-21cavsdec: unref frame before referencing againAndreas Cadhalpun
2016-10-21dcstr: fix division by zeroAndreas Cadhalpun
2016-10-21aiff: check block_align in aiff_read_packetAndreas Cadhalpun
2016-10-21avcodec/vda: define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0Steven Liu
2016-10-21avformat/rtmpproto: Fix RTMP control message handling error in listen mode.Hiroyuki OYAMA
2016-10-21avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer()Michael Niedermayer
2016-10-21avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()Michael Niedermayer
2016-10-21avcodec/dnxhdenc: Move allocation out of radix_sort()Michael Niedermayer
2016-10-21lavf/segment: decide whether to rename based on list URIRodger Combs
2016-10-21openssl: Support version 1.1.0.Matt Oliver
2016-10-21tests/fate: add mxf metadata streams testMark Reid
2016-10-21libavformat/mxfdec: add metadata streams for external referenced sourclipsMark Reid
2016-10-21libavformat/mxfdec: don't assume first stream index to be primaryMark Reid
2016-10-21libavformat/mxfdec: export track name metadataMark Reid
2016-10-21avformat/mxfdec: Detect field_order based on video_line_mapTobias Rapp
2016-10-20rsd: limit number of channelsAndreas Cadhalpun
2016-10-20dxva2: fix surface selection when compiled with both d3d11va and dxva2Hendrik Leppkes
2016-10-20avformat/flvenc: do not attempt to write duration and filesize when not seekableSteven Liu
2016-10-20lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.Carl Eugen Hoyos
2016-10-20avfilter/firequalizer: use zero phase kernelMuhammad Faiz
2016-10-20avfilter/showcqt: add cscheme optionMuhammad Faiz
2016-10-20lavf/riff: Document the interleaving of VSM4 video.Carl Eugen Hoyos
2016-10-20avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun
2016-10-19FATE: Add test for muxing discontinuous MP4 fragments with large timestampsDerek Buitenhuis
2016-10-19avformat/movenc: Skip duration check for discontinuous fragmentsMichael Niedermayer
2016-10-19lavf/mov: support gopro hero moments udta tagJean CailleĢ
2016-10-19avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sa...Sven C. Dack
2016-10-19avcodec/nvenc_hevc: Added missing option -temporal_aqSven C. Dack
2016-10-19avcodec/nvenc: add test for Temporal AQ supportSven C. Dack
2016-10-19lavc/mediacodec: use more meaningful filenamesMatthieu Bouron
2016-10-19lavc: add mpeg4 mediacodec decoderMatthieu Bouron
2016-10-19lavc: add vp8/vp9 mediacodec decodersMatthieu Bouron
2016-10-19lavc/mediacodec_wrapper: do not discard codecs reporting they do not support ...Matthieu Bouron
2016-10-19avfilter/firequalizer: add cubic_interpolate function on gainMuhammad Faiz