]> git.sesse.net Git - vlc/history - modules
Decode G.726 in Wav
[vlc] / modules /
2009-06-25 Jean-Baptiste KempfDecode G.726 in Wav
2009-06-25 Jean-Baptiste KempfQt: make open dialog modal.
2009-06-25 Rémi DuraffortMove the add/del_callback call (to be sure to have...
2009-06-25 Jean-Baptiste KempfQt: fix remaining remeber-folder bug.
2009-06-25 Jean-Paul Samandv: fix compiler warnings about unused variables.
2009-06-25 Jean-Paul Samandv: destroy mutex after vlc_pthread_join()
2009-06-25 Rémi DuraffortCleaning/factorize.
2009-06-25 Rémi Duraffortsamba: remove debug test.
2009-06-25 Rémi DuraffortRewrite the samba access module whithout samba context...
2009-06-25 Rémi DuraffortFix warning (the parameter is an integer, not a pointer)
2009-06-24 Rémi Denis-CourmontRTP: fix sdp=file:// with mux
2009-06-24 Rémi Denis-CourmontRTP/PS: fix crash at exit
2009-06-24 Rémi Denis-Courmontdirectory: handle relative paths properly
2009-06-24 Rémi DuraffortFix a segfault (buffer overflow for win32 only).
2009-06-24 Rémi DuraffortCosmetics.
2009-06-24 Rémi DuraffortCleaning.
2009-06-24 Ilkka OllakkaImprove x11 xinerama fullscreen window placement
2009-06-24 Derk-Jan Hartmanmacosx: Ignore attachment:// in Art uri for now.
2009-06-24 Derk-Jan Hartmanmacosx: Just use openWithURL, instead of uri->path
2009-06-23 Erwan Tulouskins2: solve crashes due to releasing variables at...
2009-06-23 Rémi Denis-CourmontXSPF: remove harmful base decoding
2009-06-23 Rafaël CarréAssume input_item_t->psz_uri contains an URI
2009-06-22 Erwan Tulouskins2: ensure the new SubX default skins doesn't crash...
2009-06-22 Derk-Jan Hartmanmacosx: memleak due to unneeded strdup()
2009-06-22 Derk-Jan Hartmanrotate filter: Avoid a crash
2009-06-22 Derk-Jan Hartmanmacosx: NSScreen(VLCAdditions) does not leak.
2009-06-22 Derk-Jan HartmanRevert "macosx: NSScreen dealloc is not only called...
2009-06-22 Derk-Jan Hartmanmacosx: NSScreen dealloc is not only called at end...
2009-06-22 Rémi Denis-CourmontRemove vlc_UrlEncode
2009-06-22 Rémi DuraffortSimplification.
2009-06-22 Rémi Duraffortpodcast: save configuration when adding/removing podcas...
2009-06-22 Rafaël CarréCloses #2875 : relative paths in xspf playlists
2009-06-22 JP DingerCosmetics in live555: Factor out duplicate code, avoid...
2009-06-22 Rémi DuraffortSplit the test for user/passwd and the test for the...
2009-06-22 Rémi DuraffortFix the previsous commit: if the user or the password...
2009-06-22 Rémi DuraffortThese header files are global and not local.
2009-06-22 Rémi DuraffortCleaning.
2009-06-22 Rémi DuraffortRemove duplicate code.
2009-06-22 Rémi DuraffortAdd missing CoUninitialize.
2009-06-22 Rémi DuraffortFIx a segfault: we need both user and password to be...
2009-06-21 Derk-Jan Hartmanmac text renderer: Fix a nasty crash in the YUVA renderer
2009-06-21 Derk-Jan Hartmanmac text renderer: make sure our picture is of the...
2009-06-21 Jean-Baptiste KempfQt: use the native dialog for Save Playlist
2009-06-21 Jean-Baptiste KempfQt: reinventing the wheel is always a good solution.
2009-06-21 Jean-Baptiste KempfQt: be sure to use everywhere the saved path.
2009-06-21 Rémi DuraffortSimplification.
2009-06-21 Rémi DuraffortFactorize.
2009-06-21 Rémi DuraffortFix potential memleak.
2009-06-21 Rémi DuraffortDead initialization.
2009-06-19 Derk-Jan Hartmanhttp interface: strdup memleaks
2009-06-19 Jean-Baptiste KempfQt: store the filedialog path in Qt setings, instead...
2009-06-19 Jean-Baptiste KempfQt: first step to fix directory remembering.
2009-06-19 Jean-Baptiste KempfQt: cosmetics and comments.
2009-06-19 Jean-Baptiste KempfQt: correct right click selection.
2009-06-19 Rémi DuraffortFix compilation (thanks to cppcheck developpers to...
2009-06-19 Rémi DuraffortFix memleak.
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-06-19 Rémi DuraffortDon't print the password in the logs (even debug ones).
2009-06-19 Rémi DuraffortMissing const.
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-06-19 Rémi DuraffortUse vlc_mutex_locker
2009-06-19 Rémi DuraffortUse vlc_mutex_locker.
2009-06-19 Rémi DuraffortNo need to test for NULL here.
2009-06-19 Rémi DuraffortNo need to test for p_sys != NULL as it's already teste...
2009-06-19 Rémi DuraffortRemove unused includes and factorize.
2009-06-18 Laurent AimarFixed a typo.
2009-06-18 Laurent AimarWorkaround buggy flv files (#2590).
2009-06-18 Laurent AimarDo not ask the user if we should build the avi index...
2009-06-18 Laurent AimarUsed AVCodecContext::ticks_per_frame when available.
2009-06-18 Laurent AimarCosmetics.
2009-06-18 JP DingerFix memleak when out of memory.
2009-06-18 JP DingerForce new not to throw. Also drop a separate declaratio...
2009-06-18 Laurent AimarUsed av_malloc/free for avcodec_decode_audio2 output...
2009-06-18 JP DingerRefactor spatializer initialisation and teardown to...
2009-06-18 Rémi DuraffortRevert "No need to create an object to handle the lock...
2009-06-18 Rémi Duraffortcosmetics (no functionnal changes).
2009-06-18 Rémi DuraffortCosmetic (no functionnal change).
2009-06-18 JP Dingerwin32 compile fix: Add C99 macro to have INT64_C work...
2009-06-18 Rémi DuraffortNo need to create an object to handle the lock is such...
2009-06-18 Rémi DuraffortRewording of the debug messages.
2009-06-18 Rémi DuraffortFactorize.
2009-06-18 Barry WardellRemove unused variables.
2009-06-18 Francois Cartegniemove pointer to .rodata
2009-06-18 Rémi Duraffortadd_integer wants integers.
2009-06-18 Rémi Duraffortgalaktos: add an option for the size (just finish one...
2009-06-18 Rémi Duraffortcmml: fix warning.
2009-06-18 Rémi DuraffortFix printf format string (Use PRI* or zd when applicable)
2009-06-17 Derk-Jan Hartmanavformat: better seperation between time and byte seek...
2009-06-17 Jean-Baptiste KempfQt4: fullscreen controller should stay on top
2009-06-16 David Flynndemux/dirac: don't send a chained set of blocks to...
2009-06-16 Erwan Tulouskins2: change_safe added by error (previous commit)
2009-06-16 Erwan Tulouskins2: add config_SaveConfigFile to retain changes...
2009-06-15 Christophe Mutricyvcdx/demux.c doesn't exist anymore
2009-06-15 Felix Paul Kühnemacosx: disable the font-selector button in case quartz...
2009-06-15 Felix Paul Kühnemacosx: re-enable AppleRemote support for 64bit builds
2009-06-15 Jean-Paul Samanmacosx: remove unused Objc memory pool
2009-06-15 Jean-Paul Samanmacosx: Do not load resources when the VLC interface...
2009-06-15 Jean-Paul Samanminimal_macosx: make sure theWindow object exists befor...
2009-06-15 Jean-Paul Samanavcodec: free p_sys->p_ff_pic in some error paths
2009-06-15 Jean-Paul Samanminimal_macosx: return VLC_ENOMEM on malloc error
next