2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Oct 08, 2024 — Oct 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the strcpy calls, backport from upstream. More... about 19 years ago
Fix the strcpy calls, backport from upstream.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Fix the size of file_id attributes, backport from current upstream versions.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Fix the size of file_id attributes, backport from current upstream versions. More... about 19 years ago
Actually be a bit more smarter, if this can be used, continue with the original behaviour, if not, use fprintf. More... about 19 years ago
Actually be a bit more smarter, if this can be used, continue with the original behaviour, if not, use fprintf.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
printerr() macros are often used when the pointer "this" is NULL. In those cases the result is an immediate segfault, as it's dereferenced.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
printerr() macros are often used when the pointer "this" is NULL. In those cases the result is an immediate segfault, as it's dereferenced. More... about 19 years ago
Free splitpath when returning. Found by Coverity Scan CID 302. More... about 19 years ago
Free splitpath when returning. Found by Coverity Scan CID 302.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Add missign command extending the size of video_types array and fixing the possible off by one reported by Coverit Scan CID 134.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Add missign command extending the size of video_types array and fixing the possible off by one reported by Coverit Scan CID 134. More... about 19 years ago
Fix off-by-one error identified by Coverit Scan. CID 116. More... about 19 years ago
Fix off-by-one error identified by Coverit Scan. CID 116.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Don't do anything if cfft is NULL, or dereferencing it might lead to crashes.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Don't do anything if cfft is NULL, or dereferencing it might lead to crashes. More... about 19 years ago
Remove unused if checks on free. More... about 19 years ago
Remove unused if checks on free.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Fix an off by one identified by Coverity Scan, CID 136.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Fix an off by one identified by Coverity Scan, CID 136. More... about 19 years ago
Use _x_assert. More... about 19 years ago
Use _x_assert.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Forgot one symbol.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Forgot one symbol. More... about 19 years ago
Fix the missing protected symbols, and enable hidden visibility for libxine.so. More... about 19 years ago
Fix the missing protected symbols, and enable hidden visibility for libxine.so.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Use protected visibility for all the functions exported by libxine.so, so that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two).
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago
Use protected visibility for all the functions exported by libxine.so, so that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two). More... about 19 years ago
Check for visibility attribute, to allow using protected visibility for library functions. More... about 19 years ago
Check for visibility attribute, to allow using protected visibility for library functions.
Diego Elio Pettenò
as Diego 'Flameeyes' Pettenò
More... about 19 years ago