Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / media / libvorbis / moz.yaml
blob4e146faa5f0825c8ea3dd8f23d42fd31944f1d29
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "Audio/Video"
7 origin:
8   name: libvorbis
9   description: software implementation of the Vorbis specification
11   url: https://xiph.org/vorbis/
13   release: v1.3.7 (2020-07-03T19:38:28-07:00).
14   revision: v1.3.7
17   license: BSD-3-Clause
18   license-file: COPYING
20 vendoring:
21   url: https://gitlab.xiph.org/xiph/vorbis
22   source-hosting: gitlab
23   tracking: tag
25   exclude:
26     - "**"
28   include:
29     - lib/envelope.h
30     - lib/lpc.h
31     - lib/highlevel.h
32     - lib/floor0.c
33     - lib/lookup_data.h
34     - lib/psy.c
35     - lib/window.c
36     - lib/info.c
37     - lib/res0.c
38     - lib/lookup.h
39     - lib/lookup.c
40     - lib/lsp.c
41     - lib/registry.c
42     - lib/smallft.h
43     - lib/synthesis.c
44     - lib/masking.h
45     - lib/window.h
46     - lib/scales.h
47     - lib/lsp.h
48     - lib/analysis.c
49     - lib/misc.h
50     - lib/floor1.c
51     - lib/lpc.c
52     - lib/backends.h
53     - lib/sharedbook.c
54     - lib/mapping0.c
55     - lib/smallft.c
56     - lib/psy.h
57     - lib/bitrate.h
58     - lib/envelope.c
59     - lib/os.h
60     - lib/mdct.c
61     - lib/codec_internal.h
62     - lib/mdct.h
63     - lib/registry.h
64     - lib/codebook.h
65     - lib/codebook.c
66     - lib/bitrate.c
67     - lib/block.c
68     - include/vorbis/codec.h
69     - COPYING
70     - README.md
71     - AUTHORS
72     # Encoder support
73     - lib/vorbisenc.c
74     - include/vorbis/vorbisenc.h
75     - lib/modes/setup_44.h
76     - lib/modes/setup_44u.h
77     - lib/modes/setup_44p51.h
78     - lib/modes/setup_32.h
79     - lib/modes/setup_8.h
80     - lib/modes/setup_11.h
81     - lib/modes/setup_16.h
82     - lib/modes/setup_22.h
83     - lib/modes/setup_X.h
84     - lib/modes/floor_all.h
85     - lib/modes/residue_44.h
86     - lib/modes/residue_44u.h
87     - lib/modes/residue_44p51.h
88     - lib/modes/residue_8.h
89     - lib/modes/residue_16.h
90     - lib/modes/psych_44.h
91     - lib/modes/psych_8.h
92     - lib/modes/psych_11.h
93     - lib/modes/psych_16.h
94     - lib/books/coupled/res_books_stereo.h
95     - lib/books/coupled/res_books_51.h
96     - lib/books/floor/floor_books.h
97     - lib/books/uncoupled/res_books_uncoupled.h
99   update-actions:
100     - action: move-file
101       from: '{vendor_dir}/lib/floor0.c'
102       to: '{vendor_dir}/lib/vorbis_floor0.c'
103     - action: move-file
104       from: '{vendor_dir}/lib/psy.c'
105       to: '{vendor_dir}/lib/vorbis_psy.c'
106     - action: move-file
107       from: '{vendor_dir}/lib/window.c'
108       to: '{vendor_dir}/lib/vorbis_window.c'
109     - action: move-file
110       from: '{vendor_dir}/lib/info.c'
111       to: '{vendor_dir}/lib/vorbis_info.c'
112     - action: move-file
113       from: '{vendor_dir}/lib/res0.c'
114       to: '{vendor_dir}/lib/vorbis_res0.c'
115     - action: move-file
116       from: '{vendor_dir}/lib/lookup.c'
117       to: '{vendor_dir}/lib/vorbis_lookup.c'
118     - action: move-file
119       from: '{vendor_dir}/lib/lsp.c'
120       to: '{vendor_dir}/lib/vorbis_lsp.c'
121     - action: replace-in-file
122       pattern: 'lookup.c'
123       with: 'vorbis_lookup.c'
124       file: '{vendor_dir}/lib/vorbis_lsp.c'
125     - action: move-file
126       from: '{vendor_dir}/lib/registry.c'
127       to: '{vendor_dir}/lib/vorbis_registry.c'
128     - action: move-file
129       from: '{vendor_dir}/lib/synthesis.c'
130       to: '{vendor_dir}/lib/vorbis_synthesis.c'
131     - action: move-file
132       from: '{vendor_dir}/lib/analysis.c'
133       to: '{vendor_dir}/lib/vorbis_analysis.c'
134     - action: move-file
135       from: '{vendor_dir}/lib/floor1.c'
136       to: '{vendor_dir}/lib/vorbis_floor1.c'
137     - action: move-file
138       from: '{vendor_dir}/lib/lpc.c'
139       to: '{vendor_dir}/lib/vorbis_lpc.c'
140     - action: move-file
141       from: '{vendor_dir}/lib/sharedbook.c'
142       to: '{vendor_dir}/lib/vorbis_sharedbook.c'
143     - action: move-file
144       from: '{vendor_dir}/lib/mapping0.c'
145       to: '{vendor_dir}/lib/vorbis_mapping0.c'
146     - action: move-file
147       from: '{vendor_dir}/lib/smallft.c'
148       to: '{vendor_dir}/lib/vorbis_smallft.c'
149     - action: move-file
150       from: '{vendor_dir}/lib/envelope.c'
151       to: '{vendor_dir}/lib/vorbis_envelope.c'
152     - action: move-file
153       from: '{vendor_dir}/lib/mdct.c'
154       to: '{vendor_dir}/lib/vorbis_mdct.c'
155     - action: move-file
156       from: '{vendor_dir}/lib/codebook.c'
157       to: '{vendor_dir}/lib/vorbis_codebook.c'
158     - action: move-file
159       from: '{vendor_dir}/lib/bitrate.c'
160       to: '{vendor_dir}/lib/vorbis_bitrate.c'
161     - action: move-file
162       from: '{vendor_dir}/lib/block.c'
163       to: '{vendor_dir}/lib/vorbis_block.c'