mpv/demux
Dudemanguy 0bed2a2263 build: remove outdated generated directory
This only existed as essentially a workaround for meson's behavior and
to maintain compatibility with the waf build. Since waf put everything
in a generated subdirectory, we had to put make a subdirectory called
"generated" in the source for meson so stuff could go to the right
place. Well now we don't need to do that anymore. Move the meson.build
files around so they go in the appropriate place in the subdirectory of
the source tree and change the paths of the headers accordingly. A
couple of important things to note.

1. mpv.com now gets made in build/player/mpv.com (necessary because of
   a meson limitation)
2. The macos icon generation path is shortened to
   TOOLS/osxbundle/icon.icns.inc.
2023-07-31 19:00:06 +00:00
..
cache.c various: correctly ignore cache files with --no-config 2023-07-06 13:08:23 +00:00
cache.h
codec_tags.c demux/codec_tags: support more WAVEFORMATEXTENSIBLE tags 2022-11-01 09:52:27 -04:00
codec_tags.h
cue.c
cue.h
demux.c various: fix various typos in the code base 2023-03-28 19:29:44 +00:00
demux.h
demux_cue.c
demux_disc.c
demux_edl.c edl: add a way to add tags 2021-05-11 22:18:40 +02:00
demux_lavf.c demux/demux_lavf: avoid leaking AVFormatContext during demux_open_lavf 2023-06-18 09:54:52 -04:00
demux_libarchive.c options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
demux_mf.c demux_mf: replace unsafe string functions 2023-01-12 22:02:07 +01:00
demux_mkv.c demux_mkv: add missing space to log msg 2023-07-26 11:26:36 +02:00
demux_mkv_timeline.c
demux_null.c
demux_playlist.c demux_playlist: sort files before directories 2023-07-06 18:17:45 +00:00
demux_raw.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
demux_timeline.c player: add track-list/N/image sub-property 2021-10-14 15:39:07 +00:00
ebml.c build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
ebml.h build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
matroska.h
packet.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
packet.h
stheader.h demux_lavf: report program_id 2023-03-03 23:54:46 -06:00
timeline.c
timeline.h