]> git.sesse.net Git - vlc/history - modules/demux/mp4/drms.c
mp4: fix a memory leak and an invalid release in MacOS code.
[vlc] / modules / demux / mp4 / drms.c
2010-07-05 Rémi Duraffortmp4: fix a memory leak and an invalid release in MacOS...
2010-02-17 Rémi Denis-CourmontRemove libsysfs code
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2009-12-28 Geoffroy Coupriemp4: Factorize
2009-08-28 Rémi Duraffortdrms: remove duplicate code (this was done to reuse...
2009-08-21 Pierre d'Herbemontdrms: Fix a pointer to int comparison.
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2008-12-01 Pierre YnardReplaces useless function declaration by empty definition
2008-11-30 Rémi Duraffortdrms: Some cleanups
2008-11-29 Iain WadeDRM Video decryption
2008-10-14 Geoffroy CouprieWinCE: fix function declaration
2008-09-27 Pierre d'Herbemontmp4: Fix a leak.
2008-08-03 Laurent AimarRemoved non const static variable usages in mp4 drms.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-11 Christophe MutricyAvoid to discard qualifier
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontFix precompiler warning
2006-11-11 Rémi Denis-CourmontDRMS: use Unicode Win32 API
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-08-29 Jean-Paul SamanFix compiler warnings about signed - unsigned compariss...
2006-05-20 Jean-Paul SamanUse correct datatype
2006-05-20 Jean-Paul SamanRemove unused variables
2006-04-29 Rémi Denis-CourmontSimplification assuming that sizeof(char) = 1
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-18 Sam Hocevar * modules/demux/mp4/drms.c: mostly cosmetic changes.
2006-02-13 Sam Hocevar * modules/demux/mp4/drms.c: cosmetic changes to some...
2006-02-13 Rémi Denis-CourmontFix windows build
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-01 Sam Hocevar * modules/demux/mp4: more explicit error messages...
2006-02-01 Sam Hocevar * modules/demux/mp4: added more comments and debug...
2006-01-12 Antoine CellerierFSF address change.
2005-10-02 Jean-Paul SamanThe include vlc_md5.h is in the include path and not...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-02 Rémi Denis-CourmontDigest => DigestMD5
2005-05-31 Rémi Denis-CourmontMD5 hash API - closes #135
2004-10-08 Gildas Bazin* modules/access/mms, modules/demux/mp4, modules/misc...
2004-10-01 Gildas Bazin* modules/control/hotkeys.c, rc, modules/demux/mp4...
2004-05-24 Jon Lech Johansen * drms.c: Fixed bug which caused the wrong ID to...
2004-05-23 Jon Lech Johansen * drms.c: Preview endian fix.
2004-05-23 Jon Lech Johansen * drms.c: Support for previews.
2004-05-12 Jon Lech Johansen * drms.c: Check that key store is at least 4 bytes...
2004-05-08 Jon Lech Johansen * drms.c: DRMS v2 endian fix.
2004-05-08 Sam Hocevar * modules/demux/mp4/drms.c:
2004-05-08 Jon Lech Johansen * drms.c: fopen in binary mode. Convenience fix for...
2004-05-05 Jon Lech Johansen * drms.c: DRMS v2 uses filename iSCInfo2 instead...
2004-05-05 Jon Lech Johansen * drms.c: DRMS v2 support. Thanks to sam for cleaning...
2004-02-17 Gildas Bazin* ALL: portability fixes.
2004-01-26 Jon Lech Johansen * drms: bugfixes in sci handling, GetiPodID darwin...
2004-01-23 Jon Lech Johansen * drms: endian fixes, GetiPodID env var support.
2004-01-22 Jon Lech Johansen * drms: support for getting user key from firewire...
2004-01-20 Sam Hocevar * include/vlc_common.h:
2004-01-19 Jon Lech Johansen * ./modules/demux/mp4/drms.c: endian fixes.
2004-01-18 Rocky BernsteinIn Solaris (and perhaps others) PATH_MAX is in limits.h.
2004-01-18 Sam Hocevar * modules/demux/mp3/drms.c:
2004-01-16 Sam Hocevar * modules/demux/mp4/drms.c:
2004-01-09 Jon Lech Johansen * ./modules/demux/mp4/drms.c: switched to dyn. linkin...
2004-01-09 Derk-Jan Hartman* MAX_PATH is a windowism. Use PATH_MAX.
2004-01-09 Jon Lech Johansen * ./modules/demux/mp4/drms.c: improved sci handling.
2004-01-05 Jon Lech Johansen * ./modules/demux/mp4: DRMS support.