mpv/libmpdemux
Uoti Urpala d3d12332d6 Declare demuxer *_streams fields with proper types
Give sh_audio_t, sh_video_t and sh_sub_t which before had typedef
names only a matching struct name (without _t) too.
Change the a_streams, v_streams and s_streams demuxer fields from
void * to struct sh_audio *, struct sh_video * and struct sh_sub *.
Remove a now unnecessary cast from mplayer.c.
2008-04-23 13:41:05 +03:00
..
Makefile Split the lavf taglists out of the lavf muxer to allow using libmpmux 2008-04-09 00:46:21 +00:00
aac_hdr.c Split the aac header parsing out of aac demuxer to allow using libmpmux 2008-04-09 00:43:19 +00:00
asf.h
asfguid.h Make stream independent of libmpdemux, the asf demuxer and streaming 2008-04-09 00:32:35 +00:00
asfheader.c Make stream independent of libmpdemux, the asf demuxer and streaming 2008-04-09 00:32:35 +00:00
aviheader.c
aviheader.h
aviprint.c
demux_aac.c Split the aac header parsing out of aac demuxer to allow using libmpmux 2008-04-09 00:43:19 +00:00
demux_asf.c demux_asf: Fix operator precedence in packet length check 2008-04-13 23:04:07 +00:00
demux_audio.c Remove another two useless special-case from flac metadata reading function 2008-04-12 15:16:37 +00:00
demux_avi.c
demux_avs.c
demux_avs.h
demux_demuxers.c
demux_film.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_fli.c
demux_gif.c
demux_lavf.c Prefer libavformat musepack demuxer over internal one (which does not even support v8). 2008-04-16 12:03:34 +00:00
demux_lmlm4.c
demux_mf.c
demux_mkv.c demux_mkv.c: Mark some static tables const 2008-04-12 15:51:11 +00:00
demux_mov.c
demux_mpc.c
demux_mpg.c
demux_nemesi.c
demux_nsv.c
demux_nut.c
demux_nuv.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_ogg.c
demux_pva.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_rawaudio.c Remove global demuxer_type 2008-04-12 15:51:05 +00:00
demux_rawdv.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_rawvideo.c Remove global demuxer_type 2008-04-12 15:51:05 +00:00
demux_real.c demux_real.c: Always use MP_NOPTS_VALUE for unknown pts 2008-04-12 15:51:15 +00:00
demux_realaud.c
demux_roq.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_rtp.cpp
demux_rtp.h
demux_rtp_codec.cpp
demux_rtp_internal.h
demux_smjpeg.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_ts.c typo in filename 2008-04-11 10:35:32 +00:00
demux_ty.c
demux_ty_osd.c
demux_viv.c
demux_vqf.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_xmms.c
demux_xmms_plugin.h
demux_y4m.c
demuxer.c Reformat demuxer.c 2008-04-12 15:51:08 +00:00
demuxer.h Declare demuxer *_streams fields with proper types 2008-04-23 13:41:05 +03:00
ebml.c
ebml.h
extension.c
genres.h
matroska.h
mf.c
mf.h
mp3_hdr.c
mp3_hdr.h
mp_taglists.c Split the lavf taglists out of the lavf muxer to allow using libmpmux 2008-04-09 00:46:21 +00:00
mp_taglists.h Split the lavf taglists out of the lavf muxer to allow using libmpmux 2008-04-09 00:46:21 +00:00
mpeg_hdr.c
mpeg_hdr.h
mpeg_packetizer.c
mpeg_packetizer.h
ms_hdr.h
muxer.c
muxer.h
muxer_avi.c
muxer_lavf.c Split the lavf taglists out of the lavf muxer to allow using libmpmux 2008-04-09 00:46:21 +00:00
muxer_mpeg.c
muxer_rawaudio.c
muxer_rawvideo.c
nuppelvideo.h
parse_es.c
parse_es.h
parse_mp4.c
parse_mp4.h
qtpalette.h
stheader.h Declare demuxer *_streams fields with proper types 2008-04-23 13:41:05 +03:00
video.c
yuv4mpeg.c
yuv4mpeg.h
yuv4mpeg_intern.h
yuv4mpeg_ratio.c