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-08-15Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-13lavc/flacenc: partially unroll loop in flac_enc_lpc_16James Darnley
2014-08-13lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley
2014-08-12vp9/x86: fix bug in intra_pred_hd_32x32.Ronald S. Bultje
2014-08-12x86/dca: remove unused headerJames Almer
2014-08-12x86/ttadsp: remove an unnecessary movaJames Almer
2014-08-09Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer
2014-08-09Merge commit '84d173d3de97c753234ab0c0b50551d51413d663'Michael Niedermayer
2014-08-08avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun
2014-08-08xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun
2014-08-06x86: sbrdsp/fft: reuse ps_neg constantChristophe Gisquet
2014-08-06x86: diracdsp: reuse constantsChristophe Gisquet
2014-08-06x86: dwt: better share constantsChristophe Gisquet
2014-08-06x86: better share ff_pw_2Christophe Gisquet
2014-08-06x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet
2014-08-06avcodec: Change get_pixels() to ptrdiff_t linesizeMichael Niedermayer
2014-08-06hevc_deblock: change tc typeChristophe Gisquet
2014-08-05x86/vp9lpf: use fewer instructions in SPLATB_MIXJames Almer
2014-08-04x86: hevc_deblock: remove unnecessary maskingChristophe Gisquet
2014-08-04x86/hevc_mc: use fewer instructions in hevc_put_hevc_{uni, bi}_w[24]_{8, 10, 12}James Almer
2014-08-04x86/hevc_mc: remove an unnecessary pxorJames Almer
2014-08-03x86/hevc_deblock: improve 8bit transpose store macrosJames Almer
2014-08-01Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer
2014-08-01idct: Split off Xvid IDCTDiego Biurrun
2014-08-01x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12}James Almer
2014-07-30x86: hevc_mc: fix register count usageChristophe Gisquet
2014-07-29x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer
2014-07-29x86/hevc_deblock: improve luma functions register allocationJames Almer
2014-07-29x86/hevc_deblock: remove some unnecessary instructionsJames Almer
2014-07-29x86/hevc_deblock: use psignw instead of pmullw where possibleJames Almer
2014-07-29Merge commit '4f8cf0dc4ef6110174056df7edd9dc2f2a988b6d'Michael Niedermayer
2014-07-29x86: build: Restore ordering of OBJS linesDiego Biurrun
2014-07-28x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8James Almer
2014-07-28x86/hevc_idct: add a colon to labelsJames Almer
2014-07-27x86: hevc_mc: load less data in epel filtersChristophe Gisquet
2014-07-27x86: hevc_mc: replace one lea by addChristophe Gisquet
2014-07-27x86/hevc_idct: add 12bit idct_dcJames Almer
2014-07-27avcodec/x86/hevcdsp_init: make license header consistentMichael Niedermayer
2014-07-27Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer
2014-07-26x86/hevc_idct: replace old and unused idct functionsJames Almer
2014-07-26hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere
2014-07-26x86: hevc_mc: replace simple leas by addsChristophe Gisquet
2014-07-26x86/hevc: add 12bits support for MCMickaël Raulet
2014-07-26x86/hevc: remove unused constant in deblocking filterMickaël Raulet
2014-07-26x86/hevc: add 12bits support for deblocking filterMickaël Raulet
2014-07-25Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer
2014-07-25qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun