0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/demux
wm4 0f5ec05d8f audio: move decoder context from sh_audio into new struct
Move all state that basically changes during decoding or is needed in
order to manage decoding itself into a new struct (dec_audio).

sh_audio (defined in stheader.h) is supposed to be the audio stream
header. This should reflect the file headers for the stream. Putting the
decoder context there is strange design, to say the least.
2013-11-23 21:22:17 +01:00
..
codec_tags.c demux_mkv: support some raw PCM variants 2013-11-11 18:40:59 +01:00
codec_tags.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
demux_cue.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
demux_edl.c timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
demux_lavf.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
demux_libass.c demux: make determining seek capability generic 2013-11-03 19:21:47 +01:00
demux_mf.c demux_mf: use talloc 2013-11-11 19:20:37 +01:00
demux_mkv.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
demux_playlist.c playlist: rewrite PLS parser 2013-11-04 23:55:41 +01:00
demux_raw.c audio: drop "_NE"/"ne" suffix from audio formats 2013-11-15 21:25:05 +01:00
demux_subreader.c demux: make determining seek capability generic 2013-11-03 19:21:47 +01:00
demux.c demux_packet: add source stream index 2013-11-16 21:46:17 +01:00
demux.h demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
ebml.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
ebml.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
matroska.h demux_mkv: support some raw PCM variants 2013-11-11 18:40:59 +01:00
mf.c mf: silence compilation warning 2013-11-13 20:10:17 +01:00
mf.h mf: silence compilation warning 2013-11-13 20:10:17 +01:00
ms_hdr.h demux: rename Windows symbols 2013-11-02 15:14:12 +01:00
packet.h demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
stheader.h audio: move decoder context from sh_audio into new struct 2013-11-23 21:22:17 +01:00