268 Commits (d8094a303ba36344015a44d629bafc6d7094b4ac)

Author SHA1 Message Date
Michael Niedermayer 1609935b6c Bump minor versions after 3.2 branchpoint to seperate release 8 years ago
Michael Niedermayer 3f3025205f Bump minor versions for 3.2 8 years ago
Timothy Gu 58c7bf789f doxygen: Standardize root-level modules 8 years ago
Matthieu Bouron 9eb3da2f99 asm: FF_-prefix internal macros used in inline assembly 9 years ago
Carl Eugen Hoyos 2aa21eec1a postproc: fix unaligned access 9 years ago
Timothy Gu 180f9a0958 all: Make header guard names consistent 9 years ago
Ganesh Ajjanagadde 531b0a316b avutil/x86/asm: rename REG_SP to REG_sp 9 years ago
Michael Niedermayer 8c75a33812 postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix 9 years ago
Andreas Cadhalpun 590743101d postproc: fix unaligned access 10 years ago
Carl Eugen Hoyos 3323c5f353 Remove a few occurences of "long long" from the libraries. 10 years ago
Michael Niedermayer 6f51674c91 postproc: Avoid floats in maxClipped computation 10 years ago
Michael Niedermayer ebe919cce2 postproc/postprocess_template: Compute packedYScale and QPCorrecture without floats 10 years ago
Michael Niedermayer 07cb6bf985 postproc/postprocess: Use size_t to hold strlen()s value 10 years ago
Tucker DiNapoli cbe27006ce postproc: Made QP, nonBQP, and pQPb arrays 10 years ago
Tucker DiNapoli 6264b6227c postproc: Replaced inline asm for prefetching with prefetch functions 10 years ago
Tucker DiNapoli 303c3dada2 postproc: Removed unecessary if/else branch when getting QP. 10 years ago
Michael Niedermayer 83020f8978 postproc/postprocess_template: split 2nd blockgroup loop out 10 years ago
Michael Niedermayer d9e3fe8c22 postproc/postprocess_template: split first part of block loop 10 years ago
Michael Niedermayer 2a9b9579ab postproc/postprocess_template: Move QP initialization down 10 years ago
Michael Niedermayer 330113b032 postproc/postprocess_template: Remove dead code and comments 10 years ago
Michael Niedermayer fc90d1502a bpostproc/postprocess_template: drop avoidable #ifdef 10 years ago
Michael Niedermayer 93f4538363 postproc/postprocess_template: split loop in 2 (block groups of 4, blocks) 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 10 years ago
Michael Niedermayer 0b7e5d0d75 postproc: fix qp count 10 years ago
Michael Niedermayer 7a11333387 libpostproc: support grayscale 10 years ago
Michael Niedermayer 941aaa39e8 postproc/postprocess: fix quant store for fq mode 10 years ago
Michael Niedermayer 1d3c87d6cd postprocess: add YUV 4:4:0 support 10 years ago
Michael Niedermayer ac682955e9 postproc: add basic deblock filter visualization support 10 years ago
Michael Niedermayer 3c4fc6a782 postproc/postprocess_template: mark unchanged function arguments const 10 years ago
Michael Niedermayer bd68909753 postprocess: prefetch* dont change anything, thus their arguments should be const 10 years ago
Michael Niedermayer 5ccd08d26d postproc/postprocess: Avoid some ifs in do_a_deblock_C() 10 years ago
Michael Niedermayer 7f8d28f686 postproc: Replace CLIP by av_clip_uint8 10 years ago
Michael Niedermayer 5a9ca68e15 postproc/postprocess: remove redundant casts 10 years ago
Michael Niedermayer 859d7d4640 postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of hard-coding their size 10 years ago
Michael Niedermayer d9b141c05f postproc/postprocess: Remove unused argument from reallocAlign() 10 years ago
Michael Niedermayer 9e8be46252 postproc/postprocess: use av_strtok() 10 years ago
Michael Niedermayer 921caf6203 postprocess: make some variables in pp_get_mode_by_name_and_quality() const 10 years ago
Michael Niedermayer 44dabf1f42 postproc: simplify forwarding return codes 10 years ago
Michael Niedermayer 9f9ebe631d libpostproc/postprocess: avoid some if() 10 years ago
Michael Niedermayer bb8b752553 postproc: use FFMIN/FFMAX where appropriate 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Michael Niedermayer 97f8c7a03e bump libpostproc and libswresample 10 years ago
Carl Eugen Hoyos a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Michael Niedermayer f6173fed60 postproc: fix null pointer dereference with invalid option strings 11 years ago