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
2017-03-30Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch
2017-03-30Merge commit '6354957a95022864746180525680cca872ab0e0a'Clément Bœsch
2017-03-30Merge commit 'c778eb15b89d875cb246b18f65b3b4321cb1e7d6'Clément Bœsch
2017-03-30Merge commit 'ee59f0540875ab42496af2aacddd942757707683'Clément Bœsch
2017-03-30avcodec/exr: add support for uint32Martin Vignali
2017-03-29Merge commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5'Clément Bœsch
2017-03-29lavc/idctdsp: use prefix restrict with av_Clément Bœsch
2017-03-29lavc/pthread_slice: remove pointless conditionClément Bœsch
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavc: use av_fourcc2str() where appropriateClément Bœsch
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-29lavc: deprecate av_get_codec_tag_string()Clément Bœsch
2017-03-29Merge commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb'Clément Bœsch
2017-03-29Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742'Clément Bœsch
2017-03-29pthread_frame: minor simplification to error handlingwm4
2017-03-29avcodec/ac3dsp: add special-case handling for the C downmix_fixed functionJames Almer
2017-03-29aarch64/vp9dsp: add missing header includesJames Almer
2017-03-29pthread_frame: don't sync items between threads for intra-only codecs.Ronald S. Bultje
2017-03-29hevc: initialize no_rasl_output_flag in hevc_frame_start().Ronald S. Bultje
2017-03-29h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje
2017-03-29vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje
2017-03-29vp9: split out reconstruction functions in their own source file.Ronald S. Bultje
2017-03-29vp9: split out loopfilter functions in their own source file.Ronald S. Bultje
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
2017-03-28dirac: make initialization of arithmetic coder tables threadsafe.Ronald S. Bultje
2017-03-28avcodec/extract_extradata_bsf: add missing break statement to extract_extrada...James Almer
2017-03-27Merge commit '801ac7156d3efb8e088fb6024f568eb36a293887'Clément Bœsch
2017-03-27Merge commit '30015305f3b523ed7640f2c3c58b017140533c58'Clément Bœsch
2017-03-27Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4'Clément Bœsch
2017-03-27lavc/vp9: clarify inv_recenter_nonnegClément Bœsch
2017-03-27lavc/vp9: shuffle header declarationClément Bœsch
2017-03-27lavc/vp9: consistent use of typedef instead of structClément Bœsch
2017-03-27lavc/vp9: misc cosmeticsClément Bœsch
2017-03-27lavc/vp9: rename res to retClément Bœsch
2017-03-27lavc/vp9: split a few assignment out of ifsClément Bœsch
2017-03-27lavc/vp9: rename {ref,unref,alloc}_frame to frame_{ref,unref,alloc}Clément Bœsch
2017-03-27lavc/vp9: rename ctx to avctxClément Bœsch
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
2017-03-27pthread_frame: fix uninitialized variable readwm4
2017-03-27pthread_frame: do not attempt to unlock a mutex on the wrong threadwm4
2017-03-27libavcodec/opusenc: use correct format specifiersKyle Swanson
2017-03-27avcodec/avcodec: Correct and make consistent AVERROR() in commentsMichael Niedermayer
2017-03-26avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer
2017-03-26avcodec/x86/idctdsp: Remove duplicate includeMichael Niedermayer
2017-03-26avcodec/extract_extradata_bsf: use the parsing code from mpeg4video_split()James Almer
2017-03-26avcodec/extract_extradata_bsf: use the parsing code from vc1_split()James Almer
2017-03-26avcodec/extract_extradata_bsf: use the parsing code from mpegvideo_split()James Almer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-03-24lavc/xface: Reorder conditions to silence a gcc warning.Carl Eugen Hoyos
2017-03-24avcodec/tests/celp_math: Change IsAlmostEqual() to a functionMichael Niedermayer