]> git.sesse.net Git - vlc/history - modules/demux/ps.c
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / modules / demux / ps.c
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-05 Rémi Denis-CourmontDo not assume that long long = int64_t
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-17 Antoine Cellerier* luaplaylist.c: Change demux2 capability from 0 to 9
2007-01-27 Rémi Denis-CourmontMinor code factor
2007-01-27 Rémi Denis-CourmontFix typo
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Derk-Jan Hartman* ps.c: Base SET_TIME on the current byteposition....
2006-11-08 Christophe MutricyUse add_bool where it is adapted
2006-09-07 Derk-Jan Hartman* Improve duration calculation
2006-07-31 Gildas Bazin* modules/demux/ps.c: fixed breakage
2006-07-10 Derk-Jan Hartman* when possible use the PTS for GET_TIME and GET_LENGTH...
2006-03-11 Clément StenacStrings (Refs:#438)
2006-01-24 Derk-Jan Hartman* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
2006-01-12 Antoine CellerierFSF address change.
2005-11-08 Gildas Bazin* modules/demux/ps.c: don't flood everything with ...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-09 Gildas Bazin* modules/demux/ps.[c,h]: fixed PSM parsing bug.
2004-12-11 Clément StenacImprovements to preferences
2004-10-11 Gildas Bazin* modules/demux/ps.c: work around broken streams produc...
2004-09-30 Gildas Bazin* modules/demux/ps.c: fixed recent screwage.
2004-09-26 Gildas Bazin* modules/demux/ps.h: fixed PSM parsing.
2004-09-22 Gildas Bazin* modules/demux/ps.c,ps.h: PSM parsing remotely based...
2004-09-22 Gildas Bazin* modules/demux/ps.c: small cleanup.
2004-08-23 Laurent Aimar * ps.c: handle PES with 0 size. (look for next start...
2004-06-23 Gildas Bazin* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed...
2004-06-22 Gildas Bazin ALL: a bunch of compilation fixes + disabled plugins...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-17 Laurent Aimar * ps.* : new PS demuxer (still incomplete)