git.videolan.org
/
vlc.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
realrtsp: initialize *all* the array
2008-12-12
Rémi Duraffort
realrtsp: initialize *all* the array
commit
|
commitdiff
|
tree
2008-12-12
Rémi Duraffort
realrtsp: fix potential memleaks.
commit
|
commitdiff
|
tree
2008-12-12
Rémi Duraffort
Use calloc when needed.
commit
|
commitdiff
|
tree
2008-12-12
Rémi Duraffort
Use calloc instead of malloc+memset.
commit
|
commitdiff
|
tree
2008-12-12
Rémi Duraffort
Use calloc instead of malloc+memset.
commit
|
commitdiff
|
tree
2008-12-09
Rémi Duraffort
Fix dereference before NULL test (CID 106)
commit
|
commitdiff
|
tree
2008-12-09
Rémi Duraffort
Fix a memleak in item categories.
commit
|
commitdiff
|
tree
2008-12-01
Rémi Duraffort
Unused variable.
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
Input/control: Fix memleak.
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
flac: Fix comparaison between signed and unsigned.
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
Fix compilation warning (const variables)
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
osd/simple: remove nop.
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
cmml: cleaning (remove dummy code). xarray will be...
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
Xtag: don't return anything from xtag_free
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
drms: Some cleanups
commit
|
commitdiff
|
tree
2008-11-30
Rémi Duraffort
Taglib: cleaning and better use of the tag library.
commit
|
commitdiff
|
tree
2008-11-14
Rémi Duraffort
Revert "Fix compilation warning when compiling without...
commit
|
commitdiff
|
tree
2008-11-13
Rémi Duraffort
Cmml: again, fix warning in a better way.
commit
|
commitdiff
|
tree
2008-11-13
Rémi Duraffort
cmml: *Really* fix compilation warning.
commit
|
commitdiff
|
tree
2008-11-13
Rémi Duraffort
Fix compilation warning when compiling without --enable...
commit
|
commitdiff
|
tree
2008-11-03
Rémi Duraffort
xspf: both "xmlns" and "xmlns:vlc" are acceptable....
commit
|
commitdiff
|
tree
2008-11-02
Rémi Duraffort
QT|bookmarks: use hh:mm:ss as time default format.
commit
|
commitdiff
|
tree
2008-11-02
Rémi Duraffort
Remove MALLOC_NULL and use calloc when needed.
commit
|
commitdiff
|
tree
2008-11-02
Rémi Duraffort
Remove MALLOC_(VOID|ERR). (and use calloc instead of...
commit
|
commitdiff
|
tree
2008-11-02
Rémi Duraffort
Use var_CreateGet when needed (and cleaning)
commit
|
commitdiff
|
tree
2008-11-02
Rémi Duraffort
Don't use var_CreateGet oly to Create the variable.
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Fix potential memleak (+cleaning).
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Remove unused macros (or used only one time).
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Don't use var_CreateGet just to create variables.
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Typo
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Clean up (and use var_CreateGetString)
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Cleanup and fix a potential memleak.
commit
|
commitdiff
|
tree
2008-10-31
Rémi Duraffort
Use asprintf instead of malloc+sprintf.
commit
|
commitdiff
|
tree
2008-10-30
Rémi Duraffort
Fix potential memleak (CID 270 and 271)
commit
|
commitdiff
|
tree
2008-10-30
Rémi Duraffort
Qt4|Bookmarks: fix memleaks.
commit
|
commitdiff
|
tree
2008-10-29
Rémi Duraffort
Qt4/DialogEvent: fix memleak
commit
|
commitdiff
|
tree
2008-10-29
Rémi Duraffort
Qt/playlist: fix memleak.
commit
|
commitdiff
|
tree
2008-10-29
Rémi Duraffort
Qt4 is a big familly, they all want parents (fix memleak)
commit
|
commitdiff
|
tree
2008-10-29
Rémi Duraffort
Recent: don't leak just for fun.
commit
|
commitdiff
|
tree
2008-10-29
Rémi Duraffort
Use asprintf and check for the return value. (better...
commit
|
commitdiff
|
tree
2008-10-28
Rémi Duraffort
bookmarks: fix memleaks
commit
|
commitdiff
|
tree
2008-10-28
Rémi Duraffort
Clean up coments.
commit
|
commitdiff
|
tree
2008-10-28
Rémi Duraffort
Use asprintf and check it.
commit
|
commitdiff
|
tree
2008-10-26
Rémi Duraffort
Update NEWS
commit
|
commitdiff
|
tree
2008-10-26
Rémi Duraffort
Add a module to export the playlist in HTML (feature...
commit
|
commitdiff
|
tree
2008-10-26
Rémi Duraffort
asf: fix compilation warning.
commit
|
commitdiff
|
tree
2008-10-22
Rémi Duraffort
Fix potential NULL dereference (CID 27).
commit
|
commitdiff
|
tree
2008-10-22
Rémi Duraffort
Fix compilation of modules/video_filter/imgresample.c
commit
|
commitdiff
|
tree
2008-10-22
Rémi Duraffort
Don't forgot to unlock the mutex.
commit
|
commitdiff
|
tree
2008-10-17
Rémi Duraffort
Unneed warnings.
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
Fix compilation (my fault).
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
Cleaning (don't a message when the system runs out...
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
Remove uneeded warining (and often impossible to send)
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
Cleaning.
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
notify/xosd: potential memleaks
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
Cleaning (potential memleak and uneeded message).
commit
|
commitdiff
|
tree
2008-10-14
Rémi Duraffort
Don't use var_createGet instead of var_create (and...
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix potential segfault and move code (CID 178)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
This case can't happen so assert.
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Clarification (the last case can't happend) (CID 174)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
FIx potential segfault (CID 168)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix potential segfault (CID 158)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix potential segfault (CID 252)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Playlist: Simplification and fix CID 151
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Remove unused variable.
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Remove stupid test before a free.
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix potential buffer overflow (CID 191)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Don't dereference strrchr without check (CID 185)
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix potential memleaks.
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix potential segfault (don't dereference strrchr directly...
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
We use git now...
commit
|
commitdiff
|
tree
2008-10-10
Rémi Duraffort
Fix buffer overflow (CID 188)
commit
|
commitdiff
|
tree
2008-10-08
Rémi Duraffort
Fix potential memleaks (CID 255)
commit
|
commitdiff
|
tree
2008-10-08
Rémi Duraffort
Fix potential memleaks (CID 58 and 59)
commit
|
commitdiff
|
tree
2008-10-08
Rémi Duraffort
Fix potential memleaks (CID 200)
commit
|
commitdiff
|
tree
2008-10-08
Rémi Duraffort
Fix potential memleak (CID 260)
commit
|
commitdiff
|
tree
2008-10-08
Rémi Duraffort
Fix use of unitialised value (CID 262)
commit
|
commitdiff
|
tree
2008-10-08
Rémi Duraffort
Fix potential segfault introduced by myself (CID 263)
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Use NULL instead of 0 for pointers.
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Fix memleak (CID 67) and don't use 0 instead of NULL
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Fix a lot of memleaks (and CID 68 in the same time).
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Fix potential segfault (CID 224)
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
dbus: include config.h before anything and remove duplicated...
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Don't redefine true and false.
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Change LIST of modules.
commit
|
commitdiff
|
tree
2008-10-06
Rémi Duraffort
Fix potential memleak (CID 227)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix potential memleak (CID 69)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
FIx potential memleak (CID 217)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix memleak (CID 210)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix potential memleaks (CID 208)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix memleak (CID 202, 203, 204 and 205)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Remove unuse variable (and one memleak in the same...
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix resource leak when loadsave fail (CID 94)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix potential memleak (CID 198)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Fix one potential memleak (CID 195)
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Use vasprintf instead of some malloc+vsnprintf and...
commit
|
commitdiff
|
tree
2008-10-05
Rémi Duraffort
Cleaning xurl code (CID 193 and CID 51 are now fixed)
commit
|
commitdiff
|
tree
2008-10-01
Rémi Duraffort
Don' reinvete the wheel just for fun.
commit
|
commitdiff
|
tree
2008-10-01
Rémi Duraffort
Cleaning and fix potential memleaks.
commit
|
commitdiff
|
tree
2008-10-01
Rémi Duraffort
Remove xurl_(free|malloc)
commit
|
commitdiff
|
tree
next