| Commit message (Expand) | Author | Age | Files | Lines |
* | postproc: fix unaligned access | Carl Eugen Hoyos | 2016-02-23 | 1 | -1/+1 |
* | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 1 | -3/+3 |
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249' | Hendrik Leppkes | 2015-09-05 | 1 | -2/+2 |
|\ |
|
* | | avutil/x86/asm: rename REG_SP to REG_sp | Ganesh Ajjanagadde | 2015-08-22 | 1 | -1/+1 |
* | | postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix | Michael Niedermayer | 2015-08-10 | 2 | -2/+8 |
* | | postproc: fix unaligned access | Andreas Cadhalpun | 2015-06-19 | 1 | -1/+2 |
* | | Remove a few occurences of "long long" from the libraries. | Carl Eugen Hoyos | 2015-06-13 | 1 | -1/+1 |
* | | postproc: Avoid floats in maxClipped computation | Michael Niedermayer | 2015-05-31 | 3 | -3/+3 |
* | | postproc/postprocess_template: Compute packedYScale and QPCorrecture without ... | Michael Niedermayer | 2015-05-31 | 1 | -5/+5 |
* | | postproc/postprocess: Use size_t to hold strlen()s value | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | | postproc: Made QP, nonBQP, and pQPb arrays | Tucker DiNapoli | 2015-04-22 | 2 | -45/+46 |
* | | postproc: Replaced inline asm for prefetching with prefetch functions | Tucker DiNapoli | 2015-04-22 | 2 | -86/+71 |
* | | postproc: Removed unecessary if/else branch when getting QP. | Tucker DiNapoli | 2015-03-28 | 1 | -8/+4 |
* | | postproc/postprocess_template: split 2nd blockgroup loop out | Michael Niedermayer | 2015-03-23 | 1 | -1/+30 |
* | | postproc/postprocess_template: split first part of block loop | Michael Niedermayer | 2015-03-23 | 1 | -4/+12 |
* | | postproc/postprocess_template: Move QP initialization down | Michael Niedermayer | 2015-03-23 | 1 | -23/+22 |
* | | postproc/postprocess_template: Remove dead code and comments | Michael Niedermayer | 2015-03-23 | 1 | -27/+0 |
* | | bpostproc/postprocess_template: drop avoidable #ifdef | Michael Niedermayer | 2015-03-23 | 1 | -3/+2 |
* | | postproc/postprocess_template: split loop in 2 (block groups of 4, blocks) | Michael Niedermayer | 2015-03-23 | 1 | -1/+5 |
* | | postproc: mark alloc/free context functions as av_cold | Michael Niedermayer | 2015-02-27 | 1 | -2/+2 |
* | | postproc/postprocess: Check for av_malloc() failure | Michael Niedermayer | 2015-02-22 | 1 | -0/+2 |
* | | postproc/postprocess: Check for av_mallocz() failure | Michael Niedermayer | 2015-02-22 | 1 | -0/+3 |
* | | postproc/postprocess: use av_mallocz() | Michael Niedermayer | 2015-02-22 | 1 | -2/+1 |
* | | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | | postproc: fix qp count | Michael Niedermayer | 2014-10-13 | 1 | -2/+2 |
* | | libpostproc: support grayscale | Michael Niedermayer | 2014-10-13 | 2 | -1/+4 |
* | | postproc/postprocess: fix quant store for fq mode | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | | postprocess: add YUV 4:4:0 support | Michael Niedermayer | 2014-10-12 | 2 | -1/+2 |
* | | postproc: add basic deblock filter visualization support | Michael Niedermayer | 2014-09-24 | 4 | -6/+31 |
* | | postproc/postprocess_template: mark unchanged function arguments const | Michael Niedermayer | 2014-09-22 | 1 | -5/+5 |
* | | postprocess: prefetch* dont change anything, thus their arguments should be c... | Michael Niedermayer | 2014-09-22 | 1 | -4/+4 |
* | | postproc/postprocess: Avoid some ifs in do_a_deblock_C() | Michael Niedermayer | 2014-09-19 | 1 | -9/+9 |
* | | postproc: Replace CLIP by av_clip_uint8 | Michael Niedermayer | 2014-09-19 | 2 | -18/+16 |
* | | postproc/postprocess: remove redundant casts | Michael Niedermayer | 2014-09-18 | 1 | -2/+2 |
* | | postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha... | Michael Niedermayer | 2014-09-18 | 1 | -2/+4 |
* | | postproc/postprocess: Remove unused argument from reallocAlign() | Michael Niedermayer | 2014-09-18 | 1 | -11/+11 |
* | | postproc/postprocess: use av_strtok() | Michael Niedermayer | 2014-09-18 | 1 | -3/+4 |
* | | postprocess: make some variables in pp_get_mode_by_name_and_quality() const | Michael Niedermayer | 2014-09-18 | 1 | -3/+3 |
* | | postproc: simplify forwarding return codes | Michael Niedermayer | 2014-09-18 | 1 | -8/+2 |
* | | libpostproc/postprocess: avoid some if() | Michael Niedermayer | 2014-09-18 | 1 | -15/+15 |
* | | postproc: use FFMIN/FFMAX where appropriate | Michael Niedermayer | 2014-09-04 | 2 | -12/+12 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -6/+6 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -4/+4 |
|\| |
|
* | | bump libpostproc and libswresample | Michael Niedermayer | 2014-08-10 | 1 | -2/+2 |
* | | Fix libpostproc compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-24 | 1 | -15/+15 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -0/+7 |
* | | postproc: fix null pointer dereference with invalid option strings | Michael Niedermayer | 2013-12-11 | 1 | -0/+4 |
* | | Add Windows resource file support for shared libraries | James Almer | 2013-12-05 | 2 | -0/+58 |
* | | postprocess_template: put rsp on the clobber list to prevent gcc from using i... | Michael Niedermayer | 2013-06-16 | 1 | -1/+1 |