Michael Niedermayer
|
917c15435a
libpostproc: check minimum size
|
6 months ago |
Andreas Rheinhardt
|
132a55fd7c
postproc/postprocess_template: Use immediate instead of memory load
|
7 months ago |
Andreas Rheinhardt
|
5e947cc320
postproc/postprocess: Remove unused b02
|
7 months ago |
Andreas Rheinhardt
|
790f793844
avutil/common: Don't auto-include mem.h
|
1 year ago |
Andreas Rheinhardt
|
7d9d400695
postproc/postprocess: Don't generally include arch-specific headers
|
1 year ago |
Andreas Rheinhardt
|
1f0948272a
postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functions
|
3 years ago |
Andreas Rheinhardt
|
f2b79c5b85
lib*/version: Move library version functions into files of their own
|
3 years ago |
Martin Storsjö
|
0f8b0b9ce2
libpostproc: Split version.h
|
3 years ago |
Andreas Rheinhardt
|
69f120ead7
avcodec/avcodec: Don't include cpu.h
|
4 years ago |
Andreas Rheinhardt
|
cc2a9509ce
libavcodec, libpostproc: Remove outcommented START/STOP_TIMER
|
5 years ago |
Carl Eugen Hoyos
|
96fab29e96
Silence "string-plus-int" warning shown by clang.
|
5 years ago |
James Almer
|
2b7da70a70
postproc: remove usage of deprecated QP_STORE_T define
|
8 years ago |
Clément Bœsch
|
172b0e2e88
Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'
|
8 years ago |
Carl Eugen Hoyos
|
2aa21eec1a
postproc: fix unaligned access
|
9 years ago |
Andreas Cadhalpun
|
590743101d
postproc: fix unaligned access
|
10 years ago |
Michael Niedermayer
|
6f51674c91
postproc: Avoid floats in maxClipped computation
|
10 years ago |
Michael Niedermayer
|
07cb6bf985
postproc/postprocess: Use size_t to hold strlen()s value
|
10 years ago |
Tucker DiNapoli
|
6264b6227c
postproc: Replaced inline asm for prefetching with prefetch functions
|
10 years ago |
Michael Niedermayer
|
78cd9c5671
postproc: mark alloc/free context functions as av_cold
|
10 years ago |
Michael Niedermayer
|
f9d24ee1dc
postproc/postprocess: Check for av_malloc() failure
|
10 years ago |
Michael Niedermayer
|
ac424b23e4
postproc/postprocess: Check for av_mallocz() failure
|
10 years ago |
Michael Niedermayer
|
45e0aa46ca
postproc/postprocess: use av_mallocz()
|
10 years ago |
Michael Niedermayer
|
649c158e8c
Add FFMPEG_VERSION into the binary libs
|
11 years ago |
Michael Niedermayer
|
0b7e5d0d75
postproc: fix qp count
|
11 years ago |
Michael Niedermayer
|
7a11333387
libpostproc: support grayscale
|
11 years ago |
Michael Niedermayer
|
941aaa39e8
postproc/postprocess: fix quant store for fq mode
|
11 years ago |
Michael Niedermayer
|
ac682955e9
postproc: add basic deblock filter visualization support
|
11 years ago |
Michael Niedermayer
|
bd68909753
postprocess: prefetch* dont change anything, thus their arguments should be const
|
11 years ago |
Michael Niedermayer
|
5ccd08d26d
postproc/postprocess: Avoid some ifs in do_a_deblock_C()
|
11 years ago |
Michael Niedermayer
|
5a9ca68e15
postproc/postprocess: remove redundant casts
|
11 years ago |