Skip to content

Commit

Permalink
Release AvsPmod v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdcrim committed Jun 25, 2013
1 parent 1fb21e1 commit ed3972a
Show file tree
Hide file tree
Showing 9 changed files with 364 additions and 81 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ CHANGELOG
=========


Version 2.5.1 [2013-06-25]
--------------------------

- Add 'toggle preview placement' menu option - the video preview can be placed now to the right of the script
- Add 'open script's directory' menu option
- Add 'interpret escape sequences' and accelerator keys to the find/replace dialog
- Fixes to the handling of function definitions
- Other minor changes and fixes


Version 2.5.0 [2013-06-04]
--------------------------

Expand Down
209 changes: 208 additions & 1 deletion filterdb.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,11 @@ bool "tv_range"=True,
bool "debug_view"=False
)

avss_DSS2(
string filename= ("*.*"),
[float "fps"]
)

avstp_avstp_set_threads(
int ignored=0,
int threads=0
Expand Down Expand Up @@ -1774,6 +1779,23 @@ bool "i420"=false,
bool "iCC"
)

DGDecodeNV_DGSource(
string dgi= ("*.dgi"),
bool "i420"=False,
int "deinterlace"=0 (0 to 2),
bool "use_top_field"=True,
bool "use_pf"=False,
bool "use_D3D"=False,
int "crop_t"=0 (0 to 1280),
int "crop_b"=0 (0 to 1280),
int "crop_l"=0 (0 to 1920),
int "crop_r"=0 (0 to 1920),
int "resize_w"=0,
int "resize_h"=0,
int "fieldop"=0 (0 to 2),
bool "debug"=False
)

DirectShowSource_DirectShowSource(
string filename= (*.*) [, ...],
[float "fps"],
Expand Down Expand Up @@ -2156,6 +2178,14 @@ float "T"=6.0 (0 to 10),
float "Tuv"=2.0 (0 to 10)
)

GiCoCu_GiCoCu(
clip,
string "f"= ("*.cur"/ "*.amp"),
bool "alpha"=False,
bool "photoshop"=False,
[bool "hsv"]
)

Grid_Grid(
clip,
int "sf"=0,
Expand Down Expand Up @@ -2345,6 +2375,48 @@ int "stroke_color"=$ffffff,
string "input_encoding"="UTF-8" ("UTF-8")
)

LSMASHSource_LSMASHAudioSource(
string "source"= ("*.*"),
int "track"=0 (0 to 10),
bool "skip_priming"=True,
string "layout"="",
int "rate"=0
)

LSMASHSource_LSMASHVideoSource(
string "source"= ("*.*"),
int "track"=0 (0 to 10),
int "threads"=0 (0 to 16),
int "seek_mode"=0 (0 to 2),
int "seek_threshold"=10 (0 to 60),
bool "dr"=False,
bool "stacked"=False,
string "format"="" (""/ "YUV420P8"/ "YUV422P8"/ "YUV444P8"/ "YUV410P8"/ "YUV411P8"/ "YUV422P9"/ "YUV444P9"/ "YUV420P10"/ "YUV422P10"/ "YUV444P10"/ "YUV420P12"/ "YUV422P12"/ "YUV444P12"/ "YUV420P14"/ "YUV422P14"/ "YUV444P14"/ "YUV420P16"/ "YUV422P16"/ "YUV444P16"/ "YUY2"/ "RGB24")
)

LSMASHSource_LWLibavAudioSource(
string "source"= ("*.*"),
int "stream_index"=-1 (-1 to 10),
bool "cache"=True,
bool "av_sync"=False,
string "layout"="",
int "rate"=0
)

LSMASHSource_LWLibavVideoSource(
string "source"= ("*.*"),
int "stream_index"=-1 (-1 to 10),
int "threads"=0 (0 to 16),
bool "cache"=True,
int "seek_mode"=0 (0 to 2),
int "seek_threshold"=10 (0 to 60),
bool "dr"=False,
bool "repeat"=False,
int "dominance"=0 (0 to 2),
bool "stacked"=False,
string "format"="" (""/ "YUV420P8"/ "YUV422P8"/ "YUV444P8"/ "YUV410P8"/ "YUV411P8"/ "YUV422P9"/ "YUV444P9"/ "YUV420P10"/ "YUV422P10"/ "YUV444P10"/ "YUV420P12"/ "YUV422P12"/ "YUV444P12"/ "YUV420P14"/ "YUV422P14"/ "YUV444P14"/ "YUV420P16"/ "YUV422P16"/ "YUV444P16"/ "YUY2"/ "RGB24")
)

nnedi_nnedi(
clip,
int "field"=-1 (-2 to 3),
Expand Down Expand Up @@ -2381,7 +2453,7 @@ int "nns"=3 (0 to 4),
int "qual"=1 (1 to 2),
int "etype"=0 (0 to 1),
int "pscrn"=2 (0 to 4),
[string "cshift"="spline36resize" ("point"/ "bilinear"/ "bicubic"/ "lanczos"/ "lanczos4"/ "blackman"/ "spline16"/ "spline36"/ "spline64"/ "gauss"/ "sinc")],
[string "cshift"="spline36resize" ("pointresize"/ "bilinearresize"/ "bicubicresize"/ "lanczosresize"/ "lanczos4resize"/ "blackmanresize"/ "spline16resize"/ "spline36resize"/ "spline64resize"/ "gaussresize"/ "sincresize")],
[int "fwidth"],
[int "fheight"],
[float "ep0"],
Expand Down Expand Up @@ -2465,6 +2537,30 @@ int "order"=1 (0 to 2),
int "aa"=48 (0 to 255)
)

Sashimi_RawReader(
string "filename"= ("*.*"),
string "format"= ("RGB"/ "BGR"/ "RGBA"/ "ARGB"/ "BGRA"/ "ABGR"/ "Y8"),
int "width",
int "height",
int "numframes"=-1,
string "packing"="",
int "filehead"=0,
int "framehead"=0,
bool "flip"=False
)

Sashimi_RawWriter(
clip "clip",
string "filename"= ("*.*"),
string "format"= ("RGB"/ "BGR"/ "RGBA"/ "ARGB"/ "BGRA"/ "ABGR"/ "Y8"),
string "packing"="",
int "filehead"=0,
int "framehead"=0,
bool "flip"=False,
bool "overwrite"=False,
bool "truncate"=True
)

SmoothAdjust_SmoothCurve(
clip,
string "Ycurve"="0-0;255-255",
Expand Down Expand Up @@ -3910,6 +4006,66 @@ bool "ShowSettings"=False,
[int "ForceTR"=0 (0 to 3)]
)

RawReadInterleaved(
string filename= ("*.*"),
string format= ("YUV"/ "AYUV"/ "YUY2"/ "UYVY"),
int width,
int height,
string "packing"="",
int "filehead"=0,
int "framehead"=0,
bool "flip"=False
)

RawReadPlanar(
string filename= ("*.*"),
string format= ("RGB"/ "ARGB"/ "YUV444"/ "YUV422"/ "YUV420"),
int width,
int height,
string "packing"="",
int "filehead"=0,
int "framehead"=0,
bool "flip"=False
)

RawWriteInterleaved(
clip c,
string filename= ("*.*"),
string format= ("YUV"/ "AYUV"/ "YUY2"/ "UYVY"),
string "packing"="",
int "filehead"=0,
int "framehead"=0,
bool "flip"=False,
bool "overwrite"=False,
bool "truncate"=False
)

RawWritePlanar(
clip c,
string filename= ("*.*"),
string format= ("RGB"/ "ARGB"/ "YUV444"/ "YUV422"/ "YUV420"),
string "packing"="",
int "filehead"=0,
int "framehead"=0,
bool "flip"=False,
bool "overwrite"=False,
bool "truncate"=False
)

ReadV210(
string filename= ("*.*"),
int width,
int height,
[int "fh"=0]
)

Readv210Stack16(
string filename= ("*.*"),
int width,
int height,
[int "fh"=0]
)

ReBlend(
clip clip,
int "start"=0,
Expand Down Expand Up @@ -3982,6 +4138,57 @@ bool "dgm"=false,
bool "show"=false
)

SMDegrain(
clip input,
int "tr"=3 (0 to 6),
int "thSAD"=400 (0 to 1000),
[int "thSADC"=200 (0 to 1000)],
bool "RefineMotion"=False,
bool "contrasharp"=False,
[clip "CClip"],
bool "interlaced"=False,
int "plane"=4 (0 to 4),
[int "Globals"=0 (0 to 3)],
[int "pel"=2 (1 to 4)],
[int "subpixel"=2 (0 to 3)],
int "prefilter"=0 (0 to 3),
[int "blksize"=8 (4 to 16)],
[int "overlap"=4 (2 to 16)],
[int "search"=4 (0 to 7)],
[bool "truemotion"=True],
[int "limit"=255 (1 to 255)],
[int "limitc"=255 (1 to 255)],
[int "thSCD1"=400 (0 to 1600)],
[int "thSCD2"=130 (0 to 255)],
bool "chroma"=True,
[int "hpad"= (0 to 64)],
[int "vpad"= (0 to 64)],
bool "lsb"=False,
bool "lsb_in"=False,
bool "lsb_out"=False,
[int "mode"=0 (-1 to 8)],
bool "Show"=False,
[float "Str"=1.0 (0.0 to 8.0)],
[float "Amp"=0.0625 (0.0000 to 1.0000)]
)

Soothe(
clip sharp,
clip orig,
int "keep"=24 (0 to 100)
)

srestore(
clip source,
[float "frate"],
int "omode"=6 (0 to 6),
float "speed"=9 (-25 to 25),
int "mode"=2 (1 to 3),
float "thresh"=22 (12 to 44),
int "cache"=-1 (-1 to 10),
[clip "dclip"]
)

Stab(
clip clp,
int "range"=1,
Expand Down
2 changes: 1 addition & 1 deletion global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
description = _('An AviSynth script editor')
url = 'http://avspmod.github.io/'
license = 'GNU GPL v2'
version = '2.5.0'
version = '2.5.1'

# Used to pass the shared library location to avisynth.py, don't touch
avisynth_library_dir = ''
37 changes: 24 additions & 13 deletions translations/translation_fra.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# French traslation authors:
# André v2.0.2

version = "2.5.0"
version = "2.5.1"

messages = {
"AviSynth script" : u"", # New in v2.3.0
Expand Down Expand Up @@ -119,6 +119,7 @@
"Uncheck all in this file" : u"", # New in v2.4.2
"Uncheck all customized" : u"", # New in v2.4.2
"Red - a customized function already exists." : u"", # New in v2.2.1
"Invalid plugin function name \"{name}\". Must be \"pluginname_functionname\"." : u"", # New in v2.5.1
"No customizations to export!" : u"Aucune personnalisation à exporter !",
"Save filter customizations" : u"Enregistrer les personnalisations des filtres",
"This will delete all filter customizations. Continue?" : u"Supprimer toute les personnalisations (*) ?",
Expand Down Expand Up @@ -442,6 +443,8 @@
"Save script as..." : u"Enregistrer le script sous...",
"Reload script" : u"", # New in v2.4.1
"Reopen the current script file if it has changed" : u"", # New in v2.4.1
"If the current script is saved to a file, open its directory" : u"", # New in v2.5.1
"Open script's directory" : u"", # New in v2.5.1
"Save the current script as a HTML document" : u"", # New in v2.5.0
"Export HTML" : u"", # New in v2.5.0
"&Print script" : u"", # New in v2.3.1
Expand Down Expand Up @@ -477,14 +480,14 @@
"Paste the selected text" : u"Coller la sélection",
"Open a find text dialog box" : u"Ouvre une boîte de dialogue de recherche",
"Find..." : u"Chercher...",
"Find the next instance of given text" : u"Cherche l'instance suivante d'un texte donné",
"Find next" : u"Chercher suivant",
"Find the previous instance of given text" : u"", # New in v2.4.0
"Find the next instance of given text" : u"Cherche l'instance suivante d'un texte donné",
"Find previous" : u"", # New in v2.4.0
"Find the previous instance of given text" : u"", # New in v2.4.0
"Open a replace text dialog box" : u"Ouvre une boîte de dialogue Remplacer",
"Replace..." : u"Remplacer...",
"Replace the next instance of given text" : u"", # New in v2.4.0
"Replace next" : u"", # New in v2.4.0
"Replace the next instance of given text" : u"", # New in v2.4.0
"Select All" : u"Sélectionner tout",
"Select all the text" : u"Sélectionne tout le texte",
"&Insert" : u"", # New in v2.2.1
Expand Down Expand Up @@ -642,6 +645,8 @@
"Refresh preview" : u"Raffraîchir vidéo",
"Show/Hide the preview" : u"", # New in v2.2.1
"Toggle the video preview" : u"Active / Désactive la fenêtre vidéo",
"Toggle preview placement" : u"", # New in v2.5.1
"When not using a separate window for the video preview, toggle between showing it at the bottom (default) or to the right" : u"", # New in v2.5.1
"Release all open videos from memory" : u"Décharge de la mémoire toutes les vidéos en cours",
"Release all videos from memory" : u"Décharger toutes les vidéos de la mémoire",
"Switch focus between the video preview and the text editor" : u"Bascule le focus entre l'éditeur de texte et la fenêtre vidéo",
Expand Down Expand Up @@ -711,6 +716,7 @@
"Save" : u"Enregistrer",
"Save as..." : u"Enregistrer sous...",
"Reload" : u"", # New in v2.4.1
"Open directory" : u"", # New in v2.5.1
"Copy to new tab" : u"Copier vers un nouvel onglet",
"Reposition to" : u"", # New in v2.2.1
"Crop editor" : u"Rognage",
Expand All @@ -731,6 +737,7 @@
"Insert Trim() commands:" : u"Insérer une commande Trim() :",
"Insert Dissolve() commands:" : u"", # New in v2.2.1
"Use the buttons which appear on the video slider handle to create the frame selections to trim." : u"Utiliser les boutons additionnels sur la barre du curseur de frames pour créer les selections de frames via Trim",
"The script's directory doesn't exist anymore!" : u"", # New in v2.5.1
"Print Preview" : u"", # New in v2.3.1
"Failed to create print preview" : u"", # New in v2.3.1
"Print Error" : u"", # New in v2.3.1
Expand Down Expand Up @@ -977,15 +984,19 @@
"Error Window" : u"", # New in v2.4.0
"Quick find" : u"", # New in v2.4.0
"Find/replace text" : u"", # New in v2.4.0
"Search for" : u"", # New in v2.4.0
"Replace with" : u"", # New in v2.4.0
"Replace all" : u"", # New in v2.4.0
"Only on word start" : u"", # New in v2.4.0
"Only whole words" : u"", # New in v2.4.0
"Only in selection" : u"", # New in v2.4.0
"Case sensitive" : u"", # New in v2.4.0
"Use regular expressions" : u"", # New in v2.4.0
"Don't wrap-around" : u"", # New in v2.4.0
"Search &for" : u"", # New in v2.5.1
"R&eplace with" : u"", # New in v2.5.1
"Find &next" : u"", # New in v2.5.1
"Find &previous" : u"", # New in v2.5.1
"&Replace next" : u"", # New in v2.5.1
"Replace &all" : u"", # New in v2.5.1
"Only on word s&tart" : u"", # New in v2.5.1
"Only &whole words" : u"", # New in v2.5.1
"Only in &selection" : u"", # New in v2.5.1
"&Don't wrap-around" : u"", # New in v2.5.1
"&Case sensitive" : u"", # New in v2.5.1
"Use regular e&xpressions" : u"", # New in v2.5.1
"&Interpret escape sequences" : u"", # New in v2.5.1
"Cannot find \"%(text)s\"" : u"", # New in v2.3.0
"Replaced %(count)i times" : u"Remplacé %(count)i fois",
"Program Settings" : u"Paramètres",
Expand Down
Loading

0 comments on commit ed3972a

Please sign in to comment.