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
2014-12-31avcodec/loco: check the init_get_bits8() return codeMichael Niedermayer
2014-12-31avcodec/loco: use enum for mode variableMichael Niedermayer
2014-12-31avcodec/loco: Support LOCO reference encoder with odd widthMichael Niedermayer
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-12-30Fix decoding for little endian Aja Kona 10-bit RGB.Carl Eugen Hoyos
2014-12-29avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()Michael Niedermayer
2014-12-29avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-28Fix R10k blue channel output.Carl Eugen Hoyos
2014-12-28avcodec/vdpau: fix assertion failure and < vs > errorMichael Niedermayer
2014-12-28Merge remote-tracking branch 'rbultje/vp9-32bit-lpf'Michael Niedermayer
2014-12-28r210enc.c: Simplify and never store more than 10 bits.Reimar Döffinger
2014-12-28vp9/x86: add myself to copyright holders for loopfilter assembly.Ronald S. Bultje
2014-12-28vp9/x86: make filter_16_h work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_44_h work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_16_v work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_88_v work on 32-bit.Ronald S. Bultje
2014-12-28vp9/x86: make filter_44_v work on 32-bit.Ronald S. Bultje
2014-12-28vp8/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje
2014-12-28vp9/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje
2014-12-28vp8/x86: move variable assigned inside macro branch.Ronald S. Bultje
2014-12-28vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje
2014-12-28vp8/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje
2014-12-28vp9/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje
2014-12-28vp9/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje
2014-12-28vp9/x86: save one register in loopfilter surface coverage.Ronald S. Bultje
2014-12-27Merge commit '737d35e33408263c04d7730f5487eed0d04938ba'Michael Niedermayer
2014-12-27Merge commit 'ebd5320afd42d4315851f3e0ca7f5d4a6300eb68'Michael Niedermayer
2014-12-27Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9'Michael Niedermayer
2014-12-27Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058'Michael Niedermayer
2014-12-27Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1'Michael Niedermayer
2014-12-27Merge commit '4cfbeef31d4e6096c0596359d212f5d99a7ba4b5'Michael Niedermayer
2014-12-25vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont
2014-12-25vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont
2014-12-25vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont
2014-12-25libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont
2014-12-25avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont
2014-12-25h264: factor hwaccel pixel formats listRémi Denis-Courmont
2014-12-25avcodec/nvenc: Remove special cases for cygwinTimo Rothenpieler
2014-12-25avcodec/vc1_mc: use the same reference as luma does in ff_vc1_mc_4mv_chroma()Michael Niedermayer
2014-12-24tableprint_vlc.h: Should not be checked by checkheaders.Reimar Döffinger
2014-12-23x86/vp9: remove duplicate function prototypesJames Almer
2014-12-23frame_thread_encoder: use ref-counting to avoid memcpy of all input framesHendrik Leppkes
2014-12-22avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer
2014-12-20Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer
2014-12-20avcodec/idctdsp: use the 10bit code for 9 bit tooMichael Niedermayer
2014-12-20avcodec/fdctdsp: use the 10bit code for 9 bit tooMichael Niedermayer
2014-12-20x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer
2014-12-20mpegts: add support for OpusKieran Kunhya