index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpostproc
Age
Commit message (
Expand
)
Author
2016-08-02
doxygen: Standardize root-level modules
Timothy Gu
2016-06-27
Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'
Matthieu Bouron
2016-06-27
asm: FF_-prefix internal macros used in inline assembly
Matthieu Bouron
2016-02-23
postproc: fix unaligned access
Carl Eugen Hoyos
2016-01-31
all: Make header guard names consistent
Timothy Gu
2015-09-05
Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'
Hendrik Leppkes
2015-08-22
avutil/x86/asm: rename REG_SP to REG_sp
Ganesh Ajjanagadde
2015-08-10
postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix
Michael Niedermayer
2015-06-19
postproc: fix unaligned access
Andreas Cadhalpun
2015-06-13
Remove a few occurences of "long long" from the libraries.
Carl Eugen Hoyos
2015-05-31
postproc: Avoid floats in maxClipped computation
Michael Niedermayer
2015-05-31
postproc/postprocess_template: Compute packedYScale and QPCorrecture without ...
Michael Niedermayer
2015-05-10
postproc/postprocess: Use size_t to hold strlen()s value
Michael Niedermayer
2015-04-22
postproc: Made QP, nonBQP, and pQPb arrays
Tucker DiNapoli
2015-04-22
postproc: Replaced inline asm for prefetching with prefetch functions
Tucker DiNapoli
2015-03-28
postproc: Removed unecessary if/else branch when getting QP.
Tucker DiNapoli
2015-03-23
postproc/postprocess_template: split 2nd blockgroup loop out
Michael Niedermayer
2015-03-23
postproc/postprocess_template: split first part of block loop
Michael Niedermayer
2015-03-23
postproc/postprocess_template: Move QP initialization down
Michael Niedermayer
2015-03-23
postproc/postprocess_template: Remove dead code and comments
Michael Niedermayer
2015-03-23
bpostproc/postprocess_template: drop avoidable #ifdef
Michael Niedermayer
2015-03-23
postproc/postprocess_template: split loop in 2 (block groups of 4, blocks)
Michael Niedermayer
2015-02-27
postproc: mark alloc/free context functions as av_cold
Michael Niedermayer
2015-02-22
postproc/postprocess: Check for av_malloc() failure
Michael Niedermayer
2015-02-22
postproc/postprocess: Check for av_mallocz() failure
Michael Niedermayer
2015-02-22
postproc/postprocess: use av_mallocz()
Michael Niedermayer
2014-12-19
Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
2014-10-13
postproc: fix qp count
Michael Niedermayer
2014-10-13
libpostproc: support grayscale
Michael Niedermayer
2014-10-12
postproc/postprocess: fix quant store for fq mode
Michael Niedermayer
2014-10-12
postprocess: add YUV 4:4:0 support
Michael Niedermayer
2014-09-24
postproc: add basic deblock filter visualization support
Michael Niedermayer
2014-09-22
postproc/postprocess_template: mark unchanged function arguments const
Michael Niedermayer
2014-09-22
postprocess: prefetch* dont change anything, thus their arguments should be c...
Michael Niedermayer
2014-09-19
postproc/postprocess: Avoid some ifs in do_a_deblock_C()
Michael Niedermayer
2014-09-19
postproc: Replace CLIP by av_clip_uint8
Michael Niedermayer
2014-09-18
postproc/postprocess: remove redundant casts
Michael Niedermayer
2014-09-18
postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...
Michael Niedermayer
2014-09-18
postproc/postprocess: Remove unused argument from reallocAlign()
Michael Niedermayer
2014-09-18
postproc/postprocess: use av_strtok()
Michael Niedermayer
2014-09-18
postprocess: make some variables in pp_get_mode_by_name_and_quality() const
Michael Niedermayer
2014-09-18
postproc: simplify forwarding return codes
Michael Niedermayer
2014-09-18
libpostproc/postprocess: avoid some if()
Michael Niedermayer
2014-09-04
postproc: use FFMIN/FFMAX where appropriate
Michael Niedermayer
2014-08-29
Add missing "const" all over the place.
Reimar Döffinger
2014-08-15
Drop remaining unneeded != NULL
Michael Niedermayer
2014-08-15
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-10
bump libpostproc and libswresample
Michael Niedermayer
2014-04-24
Fix libpostproc compilation with !HAVE_6REGS.
Carl Eugen Hoyos
2014-03-18
Automatically change MANGLE() into named inline asm operands when direct symb...
Matt Oliver
[next]