Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-05Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer
2017-05-03Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch
2017-04-26Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch
2017-04-02Bump versions for master after 3.3Michael Niedermayer
2017-04-02Bump minor for 3.3Michael Niedermayer
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-06-27Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-02-23postproc: fix unaligned accessCarl Eugen Hoyos
2016-02-01all: Make header guard names consistentTimothy Gu
2015-09-05Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes
2015-08-22avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde
2015-08-10postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefixMichael Niedermayer
2015-06-19postproc: fix unaligned accessAndreas Cadhalpun
2015-06-13Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos
2015-05-31postproc: Avoid floats in maxClipped computationMichael Niedermayer
2015-05-31postproc/postprocess_template: Compute packedYScale and QPCorrecture without ...Michael Niedermayer
2015-05-10postproc/postprocess: Use size_t to hold strlen()s valueMichael Niedermayer
2015-04-23postproc: Made QP, nonBQP, and pQPb arraysTucker DiNapoli
2015-04-23postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli
2015-03-28postproc: Removed unecessary if/else branch when getting QP.Tucker DiNapoli
2015-03-23postproc/postprocess_template: split 2nd blockgroup loop outMichael Niedermayer
2015-03-23postproc/postprocess_template: split first part of block loopMichael Niedermayer
2015-03-23postproc/postprocess_template: Move QP initialization downMichael Niedermayer
2015-03-23postproc/postprocess_template: Remove dead code and commentsMichael Niedermayer
2015-03-23bpostproc/postprocess_template: drop avoidable #ifdefMichael Niedermayer
2015-03-23postproc/postprocess_template: split loop in 2 (block groups of 4, blocks)Michael Niedermayer
2015-02-27postproc: mark alloc/free context functions as av_coldMichael Niedermayer
2015-02-22postproc/postprocess: Check for av_malloc() failureMichael Niedermayer
2015-02-22postproc/postprocess: Check for av_mallocz() failureMichael Niedermayer
2015-02-22postproc/postprocess: use av_mallocz()Michael Niedermayer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-10-13postproc: fix qp countMichael Niedermayer
2014-10-13libpostproc: support grayscaleMichael Niedermayer
2014-10-13postproc/postprocess: fix quant store for fq modeMichael Niedermayer
2014-10-13postprocess: add YUV 4:4:0 supportMichael Niedermayer
2014-09-24postproc: add basic deblock filter visualization supportMichael Niedermayer
2014-09-22postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer
2014-09-22postprocess: prefetch* dont change anything, thus their arguments should be c...Michael Niedermayer
2014-09-19postproc/postprocess: Avoid some ifs in do_a_deblock_C()Michael Niedermayer
2014-09-19postproc: Replace CLIP by av_clip_uint8Michael Niedermayer
2014-09-18postproc/postprocess: remove redundant castsMichael Niedermayer
2014-09-18postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...Michael Niedermayer
2014-09-18postproc/postprocess: Remove unused argument from reallocAlign()Michael Niedermayer
2014-09-18postproc/postprocess: use av_strtok()Michael Niedermayer
2014-09-18postprocess: make some variables in pp_get_mode_by_name_and_quality() constMichael Niedermayer