]> git.sesse.net Git - vlc/commit
Add a bunch of helper functions/macros and start using them:
authorClément Stenac <zorglub@videolan.org>
Tue, 18 Jul 2006 17:08:18 +0000 (17:08 +0000)
committerClément Stenac <zorglub@videolan.org>
Tue, 18 Jul 2006 17:08:18 +0000 (17:08 +0000)
commitf0ddd6157663426507a2ac18ef1341e69fbed2bf
tree1d368bf135ec9db0a6f7b2d500c9792ee7024477
parent50a87715a20ce5372c9b4caa1e1f63a563a89ca6
Add a bunch of helper functions/macros and start using them:
* malloc with NULL check
* file extension check
* check if a demux was forced
* try peeking, and check what we poke
* init standard demuxer fields
* create packetizers
20 files changed:
include/vlc_common.h
include/vlc_demux.h
modules/demux/a52.c
modules/demux/aiff.c
modules/demux/au.c
modules/demux/dts.c
modules/demux/playlist/asx.c
modules/demux/playlist/b4s.c
modules/demux/playlist/dvb.c
modules/demux/playlist/gvp.c
modules/demux/playlist/m3u.c
modules/demux/playlist/old.c
modules/demux/playlist/pls.c
modules/demux/playlist/podcast.c
modules/demux/playlist/qtl.c
modules/demux/playlist/sgimb.c
modules/demux/playlist/shoutcast.c
modules/demux/playlist/xspf.c
modules/demux/playlist/xspf.h
src/playlist/item.c