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
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
2014-09-18postproc: simplify forwarding return codesMichael Niedermayer
2014-09-18libpostproc/postprocess: avoid some if()Michael Niedermayer
2014-09-04postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-10bump libpostproc and libswresampleMichael Niedermayer
2014-04-24Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2013-12-12postproc: fix null pointer dereference with invalid option stringsMichael Niedermayer
2013-12-06Add Windows resource file support for shared librariesJames Almer
2013-06-16postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer