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-07-04movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins
2017-07-04lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2017-07-04libavfilter/scale2ref: Maintain main input's DARKevin Mark
2017-07-04avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol
2017-07-04avcodec/alsdec: fix some undefined shiftsPaul B Mahol
2017-07-04avcodec/alsdec: remove unused headerPaul B Mahol
2017-07-04lavc/mediacodec: rescale pts before decoding for both hw and sw buffersAman Gupta
2017-07-04lavc/mediacodec: add missing newline on warningAman Gupta
2017-07-03lavc/aarch64: add sbrdsp neon implementationMatthieu Bouron
2017-07-03checkasm: add sbrdsp testsMatthieu Bouron
2017-07-03avfomat/hlsenc: support fmp4 format in hlsSteven Liu
2017-07-03vdpau: do not use buggy HEVC support by defaultwm4
2017-07-02avcodec/alsdec: call correct function for multi-channel codingPaul B Mahol
2017-07-01avcodec/imc: cast float to int prior to comparing with int variableKostya Shishkov
2017-07-01avcodec/s302m: fix AVOption flagsfoo86
2017-07-01checkasm: randomize the full input buffer in test_hybrid_analysisJames Almer
2017-07-01checkasm: fix size of input buffer in test_hybrid_analysisJames Almer
2017-06-30hevcdec: properly export some side data with frame threadingwm4
2017-06-30x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer
2017-06-30avcodec/hevc_ps: Fix integer overflow with beta/tc offsetsMichael Niedermayer
2017-06-30libavformat/avformat.h: Move docs inside of #ifMax Weber
2017-06-30avfilter/vf_geq: >8 bps supportMichael Niedermayer
2017-06-30avcodec/interplayvideo: Check ff_get_buffer() for failureMichael Niedermayer
2017-06-30fate: Add fate-copy-trac3074Michael Niedermayer
2017-06-29lavu/cpu: disable MMX warning on non x86 platformsClément Bœsch
2017-06-29avcodec/interplayvideo: fix regression causing artifactsPaul B Mahol
2017-06-29avcodec/gdv: add decompression for 2 and 5 methodPaul B Mahol
2017-06-29Update mp4 object type for VP9KongQun Yang
2017-06-29avcodec/cfhd: Fix invalid left shift of negative valueMichael Niedermayer
2017-06-29avcodec/vb: Check vertical GMC component before multiplyMichael Niedermayer
2017-06-28avcodec/interplayvideo: use correct context when checking for enough bytesPaul B Mahol
2017-06-28avcodec/x86: use new x86-64 functions for -idct simpleJames Darnley
2017-06-28avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley
2017-06-28avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley
2017-06-28avcodec/interplayvideo: return voidPaul B Mahol
2017-06-28avcodec/interplayvideo: fix dead-lockPaul B Mahol
2017-06-28avcodec/interplayvideo: use int16_t instead of shortPaul B Mahol
2017-06-28avcodec/interplayvideo: check that video_size is >0Paul B Mahol
2017-06-28hevc: Add support for alternative transfer characterics SEIVittorio Giovara
2017-06-28avcodec/utvideodec: Factor multiply out of inner loopMichael Niedermayer
2017-06-28avcodec/utvideodec: bswap directly without memcpyMichael Niedermayer
2017-06-28avcodec/utvideodec: enable unchecked bitreaderMichael Niedermayer
2017-06-28avcodec/utvideodec: hardcode vlc bitsMichael Niedermayer
2017-06-28avcodec/utvideodec: Move bitstream end check out of inner loopMichael Niedermayer
2017-06-28lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch
2017-06-28lavc/aarch64: add a few SIMD functions for AAC PSClément Bœsch
2017-06-28lavc/aacpsdsp: fix a few spaces (cosmetics)Clément Bœsch
2017-06-28checkasm: add AAC PS testsClément Bœsch
2017-06-28lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neonClément Bœsch
2017-06-28x86/vf_blend: use ABS2 macroJames Almer