summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-09 01:06:43 +0100
committerwm4 <wm4@nowhere>2012-11-12 20:08:18 +0100
commit4873b32c5959c988af1769529ff72e3fd62fba82 (patch)
treee18fbd7eef54de6071969689aa5c31d6ea1f0963
parentd4bdd0473d6f43132257c9fb3848d829755167a3 (diff)
downloadmpv-4873b32c5959c988af1769529ff72e3fd62fba82.tar.bz2
mpv-4873b32c5959c988af1769529ff72e3fd62fba82.tar.xz
Rename directories, move files (step 2 of 2)
Finish renaming directories and moving files. Adjust all include statements to make the previous commit compile. The two commits are separate, because git is bad at tracking renames and content changes at the same time. Also take this as an opportunity to remove the separation between "common" and "mplayer" sources in the Makefile. ("common" used to be shared between mplayer and mencoder.)
-rw-r--r--.gitignore14
-rw-r--r--DOCS/tech-overview.txt40
-rw-r--r--Makefile602
-rw-r--r--audio/decode/ad.c4
-rw-r--r--audio/decode/ad.h4
-rw-r--r--audio/decode/ad_dvdpcm.c2
-rw-r--r--audio/decode/ad_internal.h8
-rw-r--r--audio/decode/ad_lavc.c8
-rw-r--r--audio/decode/ad_pcm.c4
-rw-r--r--audio/decode/ad_spdif.c2
-rw-r--r--audio/decode/dec_audio.c14
-rw-r--r--audio/decode/dec_audio.h2
-rw-r--r--audio/filter/af.h7
-rw-r--r--audio/filter/af_bs2b.c2
-rw-r--r--audio/filter/af_export.c2
-rw-r--r--audio/filter/af_format.c2
-rw-r--r--audio/filter/af_lavcac3enc.c2
-rw-r--r--audio/filter/af_scaletempo.c2
-rw-r--r--audio/format.c2
-rw-r--r--audio/format.h2
-rw-r--r--audio/mixer.c6
-rw-r--r--audio/mixer.h3
-rw-r--r--audio/out/ao.c4
-rw-r--r--audio/out/ao.h2
-rw-r--r--audio/out/ao_alsa.c10
-rw-r--r--audio/out/ao_coreaudio.c8
-rw-r--r--audio/out/ao_dsound.c8
-rw-r--r--audio/out/ao_jack.c8
-rw-r--r--audio/out/ao_lavc.c15
-rw-r--r--audio/out/ao_null.c4
-rw-r--r--audio/out/ao_openal.c8
-rw-r--r--audio/out/ao_oss.c8
-rw-r--r--audio/out/ao_pcm.c10
-rw-r--r--audio/out/ao_portaudio.c8
-rw-r--r--audio/out/ao_pulse.c8
-rw-r--r--audio/out/ao_rsound.c6
-rw-r--r--audio/out/audio_out_internal.h2
-rw-r--r--audio/reorder_ch.c4
-rwxr-xr-xconfigure8
-rw-r--r--core/asxparser.c4
-rw-r--r--core/av_log.c2
-rw-r--r--core/bstr.c2
-rw-r--r--core/cfg-mplayer.h12
-rw-r--r--core/codec-cfg.c8
-rw-r--r--core/command.c31
-rw-r--r--core/cpudetect.c6
-rw-r--r--core/cpudetect.h2
-rw-r--r--core/defaultopts.c4
-rw-r--r--core/encode_lavc.c8
-rw-r--r--core/encode_lavc.h2
-rw-r--r--core/input/appleir.c2
-rw-r--r--core/input/input.c16
-rw-r--r--core/input/input.h6
-rw-r--r--core/input/joystick.c2
-rw-r--r--core/input/lirc.c2
-rw-r--r--core/m_config.c4
-rw-r--r--core/m_config.h2
-rw-r--r--core/m_option.c10
-rw-r--r--core/m_option.h2
-rw-r--r--core/m_property.c6
-rw-r--r--core/m_struct.c6
-rw-r--r--core/m_struct.h2
-rw-r--r--core/mp_common.c2
-rw-r--r--core/mp_core.h6
-rw-r--r--core/mp_fifo.c2
-rw-r--r--core/mp_fifo.h2
-rw-r--r--core/mp_msg.c2
-rw-r--r--core/mp_msg.h2
-rw-r--r--core/mplayer.c74
-rw-r--r--core/mplayer.h2
-rw-r--r--core/parser-cfg.c4
-rw-r--r--core/parser-mpcmd.c4
-rw-r--r--core/path.c4
-rw-r--r--core/path.h2
-rw-r--r--core/playlist.c4
-rw-r--r--core/playlist.h2
-rw-r--r--core/playlist_parser.c6
-rw-r--r--core/quvi.c4
-rw-r--r--core/screenshot.c24
-rw-r--r--core/subopt-helper.c4
-rw-r--r--core/timeline/tl_cue.c12
-rw-r--r--core/timeline/tl_edl.c12
-rw-r--r--core/timeline/tl_matroska.c12
-rw-r--r--demux/asf.h2
-rw-r--r--demux/asfguid.h2
-rw-r--r--demux/asfheader.c4
-rw-r--r--demux/asfheader.h2
-rw-r--r--demux/aviheader.c4
-rw-r--r--demux/aviheader.h2
-rw-r--r--demux/aviprint.c2
-rw-r--r--demux/demux.c9
-rw-r--r--demux/demux.h4
-rw-r--r--demux/demux_asf.c6
-rw-r--r--demux/demux_avi.c4
-rw-r--r--demux/demux_cue.c4
-rw-r--r--demux/demux_edl.c2
-rw-r--r--demux/demux_gif.c7
-rw-r--r--demux/demux_lavf.c14
-rw-r--r--demux/demux_mf.c4
-rw-r--r--demux/demux_mkv.c8
-rw-r--r--demux/demux_mng.c6
-rw-r--r--demux/demux_mpg.c8
-rw-r--r--demux/demux_rawaudio.c6
-rw-r--r--demux/demux_rawvideo.c6
-rw-r--r--demux/demux_ts.c8
-rw-r--r--demux/ebml.c4
-rw-r--r--demux/ebml.h2
-rw-r--r--demux/extension.c4
-rw-r--r--demux/mf.c4
-rw-r--r--demux/mp3_hdr.c2
-rw-r--r--demux/mpeg_hdr.c2
-rw-r--r--demux/parse_es.c4
-rw-r--r--demux/parse_es.h2
-rw-r--r--demux/video.c4
-rw-r--r--osdep/cocoa_events.h2
-rw-r--r--osdep/cocoa_events.m2
-rw-r--r--osdep/getch2-win.c6
-rw-r--r--osdep/getch2.c6
-rw-r--r--osdep/macosx_finder_args.h2
-rw-r--r--osdep/macosx_finder_args.m2
-rw-r--r--osdep/priority.c2
-rw-r--r--osdep/shmem.c2
-rw-r--r--osdep/timer-darwin.c2
-rw-r--r--stream/ai_alsa1x.c2
-rw-r--r--stream/ai_oss.c2
-rw-r--r--stream/asf_mmst_streaming.c6
-rw-r--r--stream/asf_streaming.c10
-rw-r--r--stream/audio_in.c2
-rw-r--r--stream/cache2.c4
-rw-r--r--stream/cdinfo.c2
-rw-r--r--stream/cookies.c2
-rw-r--r--stream/dvb_tune.c2
-rw-r--r--stream/http.c4
-rw-r--r--stream/network.c9
-rw-r--r--stream/stream.c8
-rw-r--r--stream/stream.h4
-rw-r--r--stream/stream_bluray.c8
-rw-r--r--stream/stream_cdda.c10
-rw-r--r--stream/stream_cddb.c8
-rw-r--r--stream/stream_dvb.c8
-rw-r--r--stream/stream_dvd.c8
-rw-r--r--stream/stream_dvd.h2
-rw-r--r--stream/stream_dvd_common.c2