git.videolan.org
/
vlc.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
qt4: fix encoding problem when passing the album art url from the core to Qt.
2009-05-05
Rémi Duraffort
qt4: fix encoding problem when passing the album art...
commit
|
commitdiff
|
tree
2009-05-04
Rémi Duraffort
mux_asf: fix memleak.
commit
|
commitdiff
|
tree
2009-05-04
Rémi Duraffort
sap: fix memleak.
commit
|
commitdiff
|
tree
2009-05-03
Rémi Duraffort
audioscrobbler: fix memleak.
commit
|
commitdiff
|
tree
2009-05-03
Rémi Duraffort
qt4: missing undef.
commit
|
commitdiff
|
tree
2009-04-30
Rémi Duraffort
qt4: missing undefs.
commit
|
commitdiff
|
tree
2009-04-29
Rémi Duraffort
colorthres video filter: fix a typo.
commit
|
commitdiff
|
tree
2009-04-28
Rémi Duraffort
qt4: fix a memleak.
commit
|
commitdiff
|
tree
2009-04-28
basos g
CLEAN QT4 fix some memory leaks. Reorgazine code
commit
|
commitdiff
|
tree
2009-04-28
Rémi Duraffort
qt4: fix memleak.
commit
|
commitdiff
|
tree
2009-04-28
Rémi Duraffort
qt4: typo + untranslated string.
commit
|
commitdiff
|
tree
2009-04-28
Nicolas Chauvet...
Fix opencv module compilation - missing vlc_vout.h
commit
|
commitdiff
|
tree
2009-04-28
Rémi Duraffort
Fix playlist sort when using the flag "SORT_TITLE_NUMERIC...
commit
|
commitdiff
|
tree
2009-04-28
Rémi Duraffort
Fix a bug in input_item_GetTitleFbName (fix #2701)
commit
|
commitdiff
|
tree
2009-04-26
Rémi Duraffort
remove unneeded tests.
commit
|
commitdiff
|
tree
2009-04-26
Rémi Duraffort
Add a function to get the Title and fallback to the...
commit
|
commitdiff
|
tree
2009-04-25
Rémi Duraffort
playlist_sort: sort using the title and fallback to...
commit
|
commitdiff
|
tree
2009-04-25
Rémi Duraffort
use var_Get(Bool|Integer|...) when possible.
commit
|
commitdiff
|
tree
2009-04-25
Rémi Duraffort
access: compile warnings.
commit
|
commitdiff
|
tree
2009-04-25
Rémi Duraffort
include config.h before any other include.
commit
|
commitdiff
|
tree
2009-04-19
Rémi Duraffort
xosd: requiere a not so old version.
commit
|
commitdiff
|
tree
2009-04-19
Rémi Duraffort
xosd: some cleaning and fix compilation for version...
commit
|
commitdiff
|
tree
2009-04-17
Rémi Duraffort
macosx: add the possibility to export the playlist...
commit
|
commitdiff
|
tree
2009-04-16
Rémi Duraffort
showintf: fix a variable type (bool instead of int...
commit
|
commitdiff
|
tree
2009-04-16
Rémi Duraffort
sort: we have a macro so use it and remove unused variable.
commit
|
commitdiff
|
tree
2009-04-04
Rémi Duraffort
filename_sanitize: spaces are forbidden only when beginning...
commit
|
commitdiff
|
tree
2009-04-04
Rémi Duraffort
ram demux: fix potential crash and use EMPTY_STR.
commit
|
commitdiff
|
tree
2009-04-04
Rémi Duraffort
qt4: fix EMPTY_STR usage.
commit
|
commitdiff
|
tree
2009-04-04
Rémi Duraffort
if( A == NULL || EMPTY_STR( A ) ) => if( EMPTY_STR...
commit
|
commitdiff
|
tree
2009-04-03
Rémi Duraffort
qt4: fix memleak.
commit
|
commitdiff
|
tree
2009-04-03
Rémi Duraffort
qt4: fix ExtVideo leaking.
commit
|
commitdiff
|
tree
2009-04-03
Rémi Duraffort
libvlc: remove unused private structs.
commit
|
commitdiff
|
tree
2009-04-03
Rémi Duraffort
macosx: fix memleak in bookmarks dialog.
commit
|
commitdiff
|
tree
2009-04-03
Rémi Duraffort
qt4: fix bookmarks memleaks.
commit
|
commitdiff
|
tree
2009-04-02
Rémi Duraffort
Fix memleak and use var_Get(Integer|String|...) when...
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
use var_Set(Integer|Time|Float) when needed.
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
add libvlc_media_player_(get|set)_agl to the hearder...
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
missing vlc_mutex_destroy in case of failure.
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
factorisation and add a missing dbus_connection_unref.
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
Fix memleaks.
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
macosx gui: fix a playlist object leak and use pl_release.
commit
|
commitdiff
|
tree
2009-04-01
Rémi Duraffort
macosx gui: fix a playlist object leak.
commit
|
commitdiff
|
tree
2009-03-31
Rémi Duraffort
album art: use filename_sanitize function
commit
|
commitdiff
|
tree
2009-03-31
Rémi Duraffort
video_filter/logo: fix compilation.
commit
|
commitdiff
|
tree
2009-03-31
Rémi Duraffort
playlist_art: blacklist some forbidden char for windows.
commit
|
commitdiff
|
tree
2009-03-31
Rémi Duraffort
qt4: fix uri printed in the media_info dialog.
commit
|
commitdiff
|
tree
2009-03-31
Rémi Duraffort
qt4: add some usefull const.
commit
|
commitdiff
|
tree
2009-03-31
Rémi Duraffort
qt4: missing const for QString.
commit
|
commitdiff
|
tree
2009-03-26
Rémi Duraffort
qt4: use const for QString when possible.
commit
|
commitdiff
|
tree
2009-03-26
Rémi Duraffort
qt4_bookmarks: use ::number instead of %1
commit
|
commitdiff
|
tree
2009-03-26
Rémi Duraffort
qt4: use const for QString when it's possible.
commit
|
commitdiff
|
tree
2009-03-26
Rémi Duraffort
video_filter: fix a potential crash (callback called...
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
video_filter_adjust: delete the callbacks before releasing...
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
hal: fix memleak.
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
visual: check for NULL in the right place.
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
visual: fix potential memleak.
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
visual: avoid a strdup/free.
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
gestures: factorisation, cleaning and fix a warning.
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
oss: don't forget some "close".
commit
|
commitdiff
|
tree
2009-03-25
Rémi Duraffort
dbus: free the events array.
commit
|
commitdiff
|
tree
2009-03-24
Rémi Duraffort
cmml: use pl_Release.
commit
|
commitdiff
|
tree
2009-03-24
Rémi Duraffort
bonjour: cleanings.
commit
|
commitdiff
|
tree
2009-03-24
Rémi Duraffort
podcast: fix missing release.
commit
|
commitdiff
|
tree
2009-03-24
Rémi Duraffort
sd_mtp: fix potential memleaks.
commit
|
commitdiff
|
tree
2009-03-23
Rémi Duraffort
typo (and remove trailing spaces).
commit
|
commitdiff
|
tree
2009-03-23
Rémi Duraffort
contrib_goom: patch goom library to fix a lot of memleaks.
commit
|
commitdiff
|
tree
2009-03-23
Rémi Duraffort
goom: factorization.
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
ffmpeg: vhook was removed.
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
mosaic: fix a dummy warning (and add a missing undef).
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
vcdx: fix potential memleak.
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
ggi: fix variable name.
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
mkv: fix warning (size_t is unsigned).
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
fbosd:
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
qt4_menus: fix segfault.
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
qt4_menus: missing undef.
commit
|
commitdiff
|
tree
2009-03-22
Rémi Duraffort
qt4_bookmarks: fix encoding.
commit
|
commitdiff
|
tree
2009-03-22
Srikanth Raju
Fixes bookmark feature non update bug
commit
|
commitdiff
|
tree
2009-03-21
Rémi Duraffort
qt4: be symetric for audio up and down.
commit
|
commitdiff
|
tree
2009-03-21
Rémi Duraffort
dummy_input: remove unused variable in the struct.
commit
|
commitdiff
|
tree
2009-03-21
Rémi Duraffort
dbus: UpdateCaps is now always called with the playlist...
commit
|
commitdiff
|
tree
2009-03-21
Rémi Duraffort
dbus: fix another locking problem.
commit
|
commitdiff
|
tree
2009-03-21
Rémi Duraffort
dbus: fix the repeat signal.
commit
|
commitdiff
|
tree
2009-03-20
Rémi Duraffort
dbus: fix a bunch of assert/crash about locking (playlist...
commit
|
commitdiff
|
tree
2009-03-20
Rémi Duraffort
lua_demux: fix object leaks.
commit
|
commitdiff
|
tree
2009-03-20
Rémi Duraffort
pda: fix object leaks.
commit
|
commitdiff
|
tree
2009-03-20
Rémi Duraffort
ncurses: fix object leak and use pl_Release instead...
commit
|
commitdiff
|
tree
2009-03-20
Rémi Duraffort
dbus: fix an object leak (+some cleanings)
commit
|
commitdiff
|
tree
2009-03-19
Rémi Duraffort
svg: remove unused variable.
commit
|
commitdiff
|
tree
2009-03-19
Rémi Duraffort
Fix string format.
commit
|
commitdiff
|
tree
2009-03-19
Rémi Duraffort
vout_msw: use var_TriggerCallback and some cleaning.
commit
|
commitdiff
|
tree
2009-03-19
Rémi Duraffort
vout_omapfb: fix potential leaks.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
Fix compilation of caca vout.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
telepathy: get back the previous behavior.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
No need to add a '\n' with msg_*
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
vout_ggi: fix return value.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
vout_fb: fix a potential memleak and some cleanings.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
directfb: fix potential memleak.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
fix a segfault when launching a video inside a tty.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
vout_caca: fix potential memleak.
commit
|
commitdiff
|
tree
2009-03-17
Rémi Duraffort
vout_aa: fix pontential memleak and cosmetics.
commit
|
commitdiff
|
tree
next