Commit 1fde09d
wm4
Remove some demuxers and decoders
Most of these demuxers and decoders are provided in better form by
libav, while the mplayer builtin ones are essentially unmaintained. The
only legimitate use case for not using the libav ones was working around
libav bugs or bugs related to the way mplayer uses libav. Instead of
trying to keep dead code alive, development effort should go into
improving libav or the mplayer libav glue code.
Note that the libav demuxer have been preferred over the mplayer builtin
ones for a while in mplayer2. There were some exceptions: playing DVDs
with dvdnav or playing network sources. (That's because some stream
modules and network.c requested explicit file formats, such as
DEMUXER_TYPE_MPEG_PS, which mapped to builtin demuxers.) With this
commit, they are switched to use libav. One caveat is that the requested
format is not passed to libavformat, instead we rely on the auto probing
to select the correct libav demuxer (see code in demux_open_stream()).1 parent 17b6949 commit 1fde09d
54 files changed
Lines changed: 34 additions & 19301 deletions
File tree
- etc
- libmpcodecs
- libmpdemux
- stream
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
| |||
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
106 | | - | |
107 | | - | |
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| |||
148 | 144 | | |
149 | 145 | | |
150 | 146 | | |
151 | | - | |
152 | 147 | | |
153 | 148 | | |
154 | 149 | | |
| |||
161 | 156 | | |
162 | 157 | | |
163 | 158 | | |
164 | | - | |
165 | | - | |
166 | 159 | | |
167 | 160 | | |
168 | 161 | | |
| |||
181 | 174 | | |
182 | 175 | | |
183 | 176 | | |
184 | | - | |
185 | 177 | | |
186 | 178 | | |
187 | 179 | | |
| |||
207 | 199 | | |
208 | 200 | | |
209 | 201 | | |
210 | | - | |
211 | 202 | | |
212 | 203 | | |
213 | 204 | | |
| |||
262 | 253 | | |
263 | 254 | | |
264 | 255 | | |
265 | | - | |
266 | 256 | | |
267 | 257 | | |
268 | 258 | | |
| |||
280 | 270 | | |
281 | 271 | | |
282 | 272 | | |
283 | | - | |
284 | 273 | | |
285 | 274 | | |
286 | 275 | | |
287 | | - | |
288 | 276 | | |
289 | 277 | | |
290 | 278 | | |
| |||
357 | 345 | | |
358 | 346 | | |
359 | 347 | | |
360 | | - | |
361 | 348 | | |
362 | 349 | | |
363 | 350 | | |
364 | 351 | | |
365 | | - | |
366 | 352 | | |
367 | 353 | | |
368 | 354 | | |
369 | 355 | | |
370 | 356 | | |
371 | 357 | | |
372 | | - | |
373 | | - | |
374 | 358 | | |
375 | | - | |
376 | 359 | | |
377 | 360 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | 361 | | |
383 | 362 | | |
384 | 363 | | |
385 | 364 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | 365 | | |
391 | | - | |
392 | | - | |
393 | 366 | | |
394 | 367 | | |
395 | 368 | | |
396 | 369 | | |
397 | 370 | | |
398 | | - | |
399 | 371 | | |
400 | | - | |
401 | | - | |
402 | 372 | | |
403 | 373 | | |
404 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 79 | | |
87 | 80 | | |
88 | 81 | | |
| |||
465 | 458 | | |
466 | 459 | | |
467 | 460 | | |
468 | | - | |
469 | 461 | | |
470 | 462 | | |
471 | 463 | | |
| |||
566 | 558 | | |
567 | 559 | | |
568 | 560 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | 561 | | |
574 | 562 | | |
575 | 563 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1610 | 1610 | | |
1611 | 1611 | | |
1612 | 1612 | | |
1613 | | - | |
1614 | | - | |
| 1613 | + | |
1615 | 1614 | | |
1616 | 1615 | | |
1617 | 1616 | | |
| |||
0 commit comments