summaryrefslogtreecommitdiffstats
path: root/media/libvorbis/moz.yaml
blob: 4e146faa5f0825c8ea3dd8f23d42fd31944f1d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
schema: 1

bugzilla:
  product: Core
  component: "Audio/Video"

origin:
  name: libvorbis
  description: software implementation of the Vorbis specification

  url: https://xiph.org/vorbis/

  release: v1.3.7 (2020-07-03T19:38:28-07:00).
  revision: v1.3.7


  license: BSD-3-Clause
  license-file: COPYING

vendoring:
  url: https://gitlab.xiph.org/xiph/vorbis
  source-hosting: gitlab
  tracking: tag

  exclude:
    - "**"

  include:
    - lib/envelope.h
    - lib/lpc.h
    - lib/highlevel.h
    - lib/floor0.c
    - lib/lookup_data.h
    - lib/psy.c
    - lib/window.c
    - lib/info.c
    - lib/res0.c
    - lib/lookup.h
    - lib/lookup.c
    - lib/lsp.c
    - lib/registry.c
    - lib/smallft.h
    - lib/synthesis.c
    - lib/masking.h
    - lib/window.h
    - lib/scales.h
    - lib/lsp.h
    - lib/analysis.c
    - lib/misc.h
    - lib/floor1.c
    - lib/lpc.c
    - lib/backends.h
    - lib/sharedbook.c
    - lib/mapping0.c
    - lib/smallft.c
    - lib/psy.h
    - lib/bitrate.h
    - lib/envelope.c
    - lib/os.h
    - lib/mdct.c
    - lib/codec_internal.h
    - lib/mdct.h
    - lib/registry.h
    - lib/codebook.h
    - lib/codebook.c
    - lib/bitrate.c
    - lib/block.c
    - include/vorbis/codec.h
    - COPYING
    - README.md
    - AUTHORS
    # Encoder support
    - lib/vorbisenc.c
    - include/vorbis/vorbisenc.h
    - lib/modes/setup_44.h
    - lib/modes/setup_44u.h
    - lib/modes/setup_44p51.h
    - lib/modes/setup_32.h
    - lib/modes/setup_8.h
    - lib/modes/setup_11.h
    - lib/modes/setup_16.h
    - lib/modes/setup_22.h
    - lib/modes/setup_X.h
    - lib/modes/floor_all.h
    - lib/modes/residue_44.h
    - lib/modes/residue_44u.h
    - lib/modes/residue_44p51.h
    - lib/modes/residue_8.h
    - lib/modes/residue_16.h
    - lib/modes/psych_44.h
    - lib/modes/psych_8.h
    - lib/modes/psych_11.h
    - lib/modes/psych_16.h
    - lib/books/coupled/res_books_stereo.h
    - lib/books/coupled/res_books_51.h
    - lib/books/floor/floor_books.h
    - lib/books/uncoupled/res_books_uncoupled.h

  update-actions:
    - action: move-file
      from: '{vendor_dir}/lib/floor0.c'
      to: '{vendor_dir}/lib/vorbis_floor0.c'
    - action: move-file
      from: '{vendor_dir}/lib/psy.c'
      to: '{vendor_dir}/lib/vorbis_psy.c'
    - action: move-file
      from: '{vendor_dir}/lib/window.c'
      to: '{vendor_dir}/lib/vorbis_window.c'
    - action: move-file
      from: '{vendor_dir}/lib/info.c'
      to: '{vendor_dir}/lib/vorbis_info.c'
    - action: move-file
      from: '{vendor_dir}/lib/res0.c'
      to: '{vendor_dir}/lib/vorbis_res0.c'
    - action: move-file
      from: '{vendor_dir}/lib/lookup.c'
      to: '{vendor_dir}/lib/vorbis_lookup.c'
    - action: move-file
      from: '{vendor_dir}/lib/lsp.c'
      to: '{vendor_dir}/lib/vorbis_lsp.c'
    - action: replace-in-file
      pattern: 'lookup.c'
      with: 'vorbis_lookup.c'
      file: '{vendor_dir}/lib/vorbis_lsp.c'
    - action: move-file
      from: '{vendor_dir}/lib/registry.c'
      to: '{vendor_dir}/lib/vorbis_registry.c'
    - action: move-file
      from: '{vendor_dir}/lib/synthesis.c'
      to: '{vendor_dir}/lib/vorbis_synthesis.c'
    - action: move-file
      from: '{vendor_dir}/lib/analysis.c'
      to: '{vendor_dir}/lib/vorbis_analysis.c'
    - action: move-file
      from: '{vendor_dir}/lib/floor1.c'
      to: '{vendor_dir}/lib/vorbis_floor1.c'
    - action: move-file
      from: '{vendor_dir}/lib/lpc.c'
      to: '{vendor_dir}/lib/vorbis_lpc.c'
    - action: move-file
      from: '{vendor_dir}/lib/sharedbook.c'
      to: '{vendor_dir}/lib/vorbis_sharedbook.c'
    - action: move-file
      from: '{vendor_dir}/lib/mapping0.c'
      to: '{vendor_dir}/lib/vorbis_mapping0.c'
    - action: move-file
      from: '{vendor_dir}/lib/smallft.c'
      to: '{vendor_dir}/lib/vorbis_smallft.c'
    - action: move-file
      from: '{vendor_dir}/lib/envelope.c'
      to: '{vendor_dir}/lib/vorbis_envelope.c'
    - action: move-file
      from: '{vendor_dir}/lib/mdct.c'
      to: '{vendor_dir}/lib/vorbis_mdct.c'
    - action: move-file
      from: '{vendor_dir}/lib/codebook.c'
      to: '{vendor_dir}/lib/vorbis_codebook.c'
    - action: move-file
      from: '{vendor_dir}/lib/bitrate.c'
      to: '{vendor_dir}/lib/vorbis_bitrate.c'
    - action: move-file
      from: '{vendor_dir}/lib/block.c'
      to: '{vendor_dir}/lib/vorbis_block.c'