comparison libpostproc/postprocess.c @ 1467:a320fe172086 libavcodec

Ministry of English Composition fixes (courtesy of Diego Biurrun <diego at biurrun.de>)
author tmmm
date Sun, 14 Sep 2003 16:52:34 +0000
parents 854571532c89
children ea5200a9f730
comparison
equal deleted inserted replaced
1466:618b148f6b76 1467:a320fe172086
577 "vb:a/hb:a/lb de,-vb\n" 577 "vb:a/hb:a/lb de,-vb\n"
578 "more examples:\n" 578 "more examples:\n"
579 "tn:64:128:256\n" 579 "tn:64:128:256\n"
580 "Filters Options\n" 580 "Filters Options\n"
581 "short long name short long option Description\n" 581 "short long name short long option Description\n"
582 "* * a autoq cpu power dependant enabler\n" 582 "* * a autoq CPU power dependent enabler\n"
583 " c chrom chrominance filtring enabled\n" 583 " c chrom chrominance filtering enabled\n"
584 " y nochrom chrominance filtring disabled\n" 584 " y nochrom chrominance filtering disabled\n"
585 "hb hdeblock (2 Threshold) horizontal deblocking filter\n" 585 "hb hdeblock (2 threshold) horizontal deblocking filter\n"
586 " 1. difference factor: default=32, higher -> more deblocking\n" 586 " 1. difference factor: default=32, higher -> more deblocking\n"
587 " 2. flatness threshold: default=39, lower -> more deblocking\n" 587 " 2. flatness threshold: default=39, lower -> more deblocking\n"
588 " the h & v deblocking filters share these\n" 588 " the h & v deblocking filters share these\n"
589 " so u cant set different thresholds for h / v\n" 589 " so you can't set different thresholds for h / v\n"
590 "vb vdeblock (2 Threshold) vertical deblocking filter\n" 590 "vb vdeblock (2 threshold) vertical deblocking filter\n"
591 "h1 x1hdeblock Experimental h deblock filter 1\n" 591 "h1 x1hdeblock experimental h deblock filter 1\n"
592 "v1 x1vdeblock Experimental v deblock filter 1\n" 592 "v1 x1vdeblock experimental v deblock filter 1\n"
593 "dr dering Deringing filter\n" 593 "dr dering deringing filter\n"
594 "al autolevels automatic brightness / contrast\n" 594 "al autolevels automatic brightness / contrast\n"
595 " f fullyrange stretch luminance to (0..255)\n" 595 " f fullyrange stretch luminance to (0..255)\n"
596 "lb linblenddeint linear blend deinterlacer\n" 596 "lb linblenddeint linear blend deinterlacer\n"
597 "li linipoldeint linear interpolating deinterlace\n" 597 "li linipoldeint linear interpolating deinterlace\n"
598 "ci cubicipoldeint cubic interpolating deinterlacer\n" 598 "ci cubicipoldeint cubic interpolating deinterlacer\n"
599 "md mediandeint median deinterlacer\n" 599 "md mediandeint median deinterlacer\n"
600 "fd ffmpegdeint ffmpeg deinterlacer\n" 600 "fd ffmpegdeint ffmpeg deinterlacer\n"
601 "de default hb:a,vb:a,dr:a,al\n" 601 "de default hb:a,vb:a,dr:a,al\n"
602 "fa fast h1:a,v1:a,dr:a,al\n" 602 "fa fast h1:a,v1:a,dr:a,al\n"
603 "tn tmpnoise (3 Thresholds) Temporal Noise Reducer\n" 603 "tn tmpnoise (3 threshold) temporal noise reducer\n"
604 " 1. <= 2. <= 3. larger -> stronger filtering\n" 604 " 1. <= 2. <= 3. larger -> stronger filtering\n"
605 "fq forceQuant <quantizer> Force quantizer\n" 605 "fq forceQuant <quantizer> force quantizer\n"
606 ; 606 ;
607 607
608 pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality) 608 pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality)
609 { 609 {
610 char temp[GET_MODE_BUFFER_SIZE]; 610 char temp[GET_MODE_BUFFER_SIZE];