]> git.sesse.net Git - vlc/history - src
loader: Remove unused variables.
[vlc] / src /
2009-08-20 Pierre d'Herbemontvout_pictures: Use unsigned for width and height in...
2009-08-20 Pierre d'Herbemontvlc_vout_display: Should use unsigned for height and...
2009-08-20 Jean-Baptiste KempfWin32: fix src/ compilation
2009-08-20 Jean-Baptiste KempfFix compile if you don't have localtime_r (Win32 for ex)
2009-08-20 Pierre d'Herbemontlibvlc: Put vlc_usage in the same file than where it...
2009-08-20 Pierre d'HerbemontRevert "network: Remove an unused label."
2009-08-20 Pierre d'Herbemontnetwork: Remove an unused label.
2009-08-20 Pierre d'Herbemontvideo_output: Flag unused parameter.
2009-08-20 Pierre d'Herbemontconfig: Flag unused params.
2009-08-20 Pierre d'Herbemontmodules: Fix an unused arg if NLS is not enabled.
2009-08-20 Pierre d'Herbemontnetwork: Remove an unused variable in udp.
2009-08-20 Pierre d'Herbemontlibvlc: Fix some unused arg warning in vlm and playlist.
2009-08-20 Pierre d'Herbemontvlm: More unused parameter warning fix.
2009-08-20 Pierre d'Herbemontvideo_output: Flag even more parameter as unused.
2009-08-20 Pierre d'Herbemontvideo_output: Flag a number of parameter as unused.
2009-08-20 Pierre d'Herbemontinput: Remove unused variable.
2009-08-20 Pierre d'Herbemontplaylist: Fix a warning about sign.
2009-08-20 Rafaël Carréupdate_crypto.c : UPDATE_CHECK is defined (or not)...
2009-08-20 Rafaël CarréDo not build update_crypto.c content if update-check...
2009-08-20 Rafaël Carré_update_WaitDownload is no longer in libvlccore
2009-08-20 Rafaël Carréupdate_Delete: Fix update download thread destruction
2009-08-20 Rafaël CarréRevert "update: allow update_Download to accept: direc...
2009-08-20 Rafaël CarréRevert "update: rename the variables so that it matches...
2009-08-20 Rafaël CarréRevert "update: don't free the temp pointer, but free...
2009-08-20 Rafaël CarréUpdate mechanism: split update.c
2009-08-19 Pierre d'Herbemontmedia_list_player: Make sure we'll correctly play next...
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-19 Rémi Denis-CourmontDeprecate ugly and unsafe vlc_object_find_name()
2009-08-19 Rémi Denis-CourmontRemove two possibly wild references to psz_object_name
2009-08-19 Rémi Denis-CourmontRemove filter_chain_GetFilter: unused and not thread...
2009-08-19 Jean-Baptiste KempfFix warning on Win64
2009-08-19 Pierre d'Herbemontmedia_list_player: Use stop() so that we don't lock...
2009-08-19 Pierre d'Herbemontmedia_list_player: Fix the locking scheme for the callb...
2009-08-19 Jean-Baptiste KempfSmall fix for Mingw64 compilation
2009-08-19 Jean-Baptiste KempfUpdate _WIN32_IE to IE 5.01
2009-08-18 Rémi Denis-Courmontstream_Demux: pretend to be in sout-all mode (fixes...
2009-08-18 Felix Paul KühneFixed crashes introduced in [aee0317592c43b4fa6d9d84bc2...
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
2009-08-17 Rémi Denis-CourmontRemove unused libvlc_lock_state
2009-08-17 Rémi Denis-CourmontRemove unused b_playlist_locked
2009-08-17 Rémi DuraffortRemove trailing spaces.
2009-08-17 Rémi Duraffortliblc_video: use var_ToggleBool when applicable.
2009-08-17 Rémi Duraffortlibvlc_video*: constify.
2009-08-17 Rémi Duraffortlibvlc_mediacontrol: fix object leaks.
2009-08-17 Rémi Duraffortlibvlc_media_player: use var_Get(Bool|Float|Integer...
2009-08-17 Rémi Duraffortlibvlc_media_player: fix object leak (input thread).
2009-08-16 Rémi Denis-CourmontFactor again
2009-08-16 Rémi Denis-CourmontCompile-time detection for FPU on ARM EABI
2009-08-16 Rémi Denis-CourmontFactor CPU detection a little
2009-08-15 Rémi Denis-Courmontutf8_open: make third parameter optional
2009-08-15 Rémi Denis-Courmontinput: don't be too clever with start-time - fixes...
2009-08-15 Rémi Denis-Courmontget vout: use size_t for the counter
2009-08-15 Rémi Denis-CourmontMissing config.h -> no _GNU_SOURCE -> no prototype...
2009-08-15 Alexander BethkeRefactored/re-enabled libvlc_vlm_show_media
2009-08-14 Hugo Beauzee-LuyssenAdding a libvlc_media_player_next_frame
2009-08-13 Laurent AimarRemoved audio_date_t in favor to date_t.
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
2009-08-13 Jakob Lebenplaylist: do not move both tree and non-tree items...
2009-08-13 Pierre YnardWinCE: implement timer API
2009-08-13 Pierre YnardWinCE: switch back vlc_thread_t to an allocated struct
2009-08-13 Pierre Ynardthreads: fix leaks on error path
2009-08-12 Laurent AimarDo not pre-buffer too much, it has side effects with...
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-08-12 Laurent AimarSet 'saved-volume" in aout_VolumeSet.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-08-12 Pierre Ynardthreads: simplify
2009-08-12 Pierre YnardWinCE: remove broken thread times debug
2009-08-12 Jean-Baptiste KempfRemove the ShowIntf module. It doesn't make sense when...
2009-08-11 Rémi Denis-CourmontDo not check that playlist has an input twice
2009-08-10 Rémi Denis-CourmontFix variable shadowing
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-09 Rémi Denis-CourmontLibVLC: per-thread error message API
2009-08-09 Rémi Denis-CourmontMissing return value
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove useless exception parameters
2009-08-09 Rémi Denis-CourmontRemove RAISEVOID
2009-08-09 Rémi Denis-Courmontlibvlc_playlist_play: remove exception
2009-08-09 Rémi Denis-Courmontlibvlc_log: remove dummy exceptions
2009-08-09 Rémi Denis-Courmontlibvlc_add_intf: return a value
2009-08-09 Rémi Denis-CourmontRemove libvlc_get_vlc_id()
2009-08-08 Laurent AimarAdded vlc_fourcc_IsYUV.
2009-08-08 Jakob LebenPlaylist: correct insertion index when moving items...
2009-08-07 Laurent AimarAdded VLC_CODEC_DVDA_LPCM for lpcm in AOB.
2009-08-06 Laurent AimarRevert "Remove useless assignation"
2009-08-06 Laurent AimarFixed a segfault in module_Load in case of error.
2009-08-06 Rémi Denis-CourmontRemove useless assignation
2009-08-06 Rémi Denis-CourmontFix config parameter descriptive comment (fixes: #3032)
2009-08-06 Rémi Denis-CourmontDo not undef _FILE_OFFSET_BITS (fixes: #3031)
2009-08-06 Rémi Denis-CourmontWork around missing PF_LOCAL (fixes: #3027)
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-08-05 Laurent AimarFixed the YUV fallbacks for I440.
2009-08-05 Laurent AimarAdded YUV fourcc helpers mainly for vout.
2009-08-04 Laurent AimarIntroduce "vout display" module API to replaced "vout...
2009-08-04 Rémi Denis-CourmontHTTPd: do not reveal the username through as the realm...
2009-08-04 Rémi Denis-CourmontRevert "fix make check for commit-id 681ac9f14efd4a8611...
2009-08-04 Rémi Denis-CourmontRevert "Alphabetical order"
2009-08-04 Rémi Denis-CourmontRevert "Fix make check."
2009-08-04 Rémi Denis-CourmontRevert "Sort the symbol list"
2009-08-04 Rémi Denis-CourmontRevert "Fix make check."
2009-08-04 Rémi Denis-CourmontFix unsorted check_symbols
2009-08-04 Olivier AubertHave (and document) libvlc_media_get_duration return ms
next