]> git.sesse.net Git - vlc/history - modules
Check malloc return value and fix warnings.
[vlc] / modules /
2008-08-20 Rémi DuraffortCheck malloc return value and fix warnings.
2008-08-20 Rémi DuraffortCheck malloc return value and avoid memleaks.
2008-08-20 Rémi DuraffortCheck malloc return value.
2008-08-20 Rémi DuraffortFix a memleak when a connection is closed.
2008-08-20 Rémi DuraffortFix potential memleak.
2008-08-20 Rémi DuraffortFix potential memleaks and remove stupid tests.
2008-08-20 Rémi DuraffortFix potential memleaks (free the module if it can't...
2008-08-20 Laurent AimarCorrectly set rgb mask for xvideo output too.
2008-08-20 Laurent AimarFixed a bit panoramix.
2008-08-20 Jean-Baptiste KempfKill a warning and put i_datalength as an uint32_t
2008-08-20 Jean-Baptiste KempfTTA: Sanity check to avoid overflow and typo
2008-08-20 Rémi Denis-CourmontTTA: robustify and avoid one memcpy/allocation
2008-08-20 Rémi Denis-CourmontTTA: potential 0 divider
2008-08-20 Rémi Denis-CourmontRTP: priority zero - do not load the module needlessly
2008-08-20 Rémi DuraffortFix potential memleaks.
2008-08-20 Rémi DuraffortDon't use var_CreateGetString to create a variable.
2008-08-20 Rémi DuraffortFix potential memleaks.
2008-08-20 Rémi DuraffortFix memleaks and one potential memleak (and move a...
2008-08-20 Rémi DuraffortFix warnings.
2008-08-20 Rémi DuraffortFix potential memleak.
2008-08-20 Rémi DuraffortMake the buildbot happy by fixing some of the warnings.
2008-08-20 Derk-Jan Hartmanmjpeg demux: When looking trough the data for EOI,...
2008-08-20 Derk-Jan Hartmanffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c...
2008-08-20 Derk-Jan Hartmanffmpeg chroma: This follows up on [0034fbab5587b1197b04...
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-20 Pierre d'Herbemontmacosx: In bookmarks's dealloc, we shouldn't release...
2008-08-20 Laurent AimarUpgrade mandatory version for matroska to 0.8.0 and...
2008-08-20 Laurent AimarFix mkv track checking in blockget (TrackNum() != our...
2008-08-19 Laurent AimarIgnore invalid blocks (on broken files).
2008-08-19 Rémi DuraffortCheck asprintf return value.
2008-08-19 Rémi DuraffortFix warnings.
2008-08-19 Rémi DuraffortUse delete[] for arrays.
2008-08-19 Rémi DuraffortFix warnings.
2008-08-19 Rémi DuraffortFix compilation warnings.
2008-08-19 Rémi DuraffortFix warnings
2008-08-19 Derk-Jan Hartmanffmpeg chroma: add rgb masks to the chroma mapping...
2008-08-19 Laurent AimarDo not try rtmp access unless requested (as all other...
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-19 Rémi DuraffortFix compilation with old ffmpeg.
2008-08-19 Derk-Jan Hartmanffmpeg chroma: stupid test mistake for the decoder...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-19 Laurent AimarAdded s32l/b to float conversion support (close #1872).
2008-08-19 Laurent AimarCosmetics (fixed a few functions name).
2008-08-19 Jean-Baptiste KempfLIBAVUTIL_VERSION_INT inclusion guards...
2008-08-19 Derk-Jan Hartmanswscale: lower priority of swscale from 1000 -> 55...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: fix whitespace
2008-08-19 Derk-Jan Hartmanffmpeg: PIX_FMT_YUV422 was renamed to PIX_FMT_YUYV422...
2008-08-19 Derk-Jan Hartmanffmpeg: Add some more chroma fourcc's to the ffmpeg...
2008-08-19 Jean-Baptiste KempfKill warnings.
2008-08-18 Jean-Baptiste KempfCosmetic.
2008-08-18 Jean-Baptiste KempfFix a probable crash when fullscreen controllers are...
2008-08-18 Jean-Baptiste KempfSmall Sound Slider issue fixed.
2008-08-18 Christophe Mutricyqt4: i18n fixes
2008-08-18 Laurent AimarAdded a workaround for broken avi files (close #1850).
2008-08-18 Laurent AimarFixed flac demuxer segfault (/0) when seektable is...
2008-08-18 Laurent AimarImproved flac SyncInfo robustness by using stream info...
2008-08-18 Laurent AimarFixed a potential freetype deadlock as var_AcquireMutex...
2008-08-18 Laurent AimarCorrected semi transparent ZVBI test (but I let it...
2008-08-18 Laurent AimarCosmetics.
2008-08-18 Laurent AimarAdded support for * to RGBA/YUVA conversions (close...
2008-08-18 Laurent AimarCosmetics.
2008-08-18 Laurent AimarAllowed user to cancel avi index creation.
2008-08-18 Laurent AimarRemoved unneeded variables from avi demuxer context.
2008-08-18 Laurent AimarDo not leave the index building progress bar opened...
2008-08-17 Derk-Jan Hartmantaglib: double header inclusion
2008-08-17 Derk-Jan Hartmantaglib: fix variable scoping
2008-08-17 Rémi DuraffortCheck asprintf return value.
2008-08-17 Rémi DuraffortFix warning and potential memleak.
2008-08-17 Rémi DuraffortCheck malloc return value.
2008-08-17 Eric PetitFixes the output i_bitspersample set by the audio_forma...
2008-08-17 Derk-Jan Hartmantaglib: Fix opening of filenames on non-UTF8 systems.
2008-08-17 Pierre d'Herbemontmacosx: Fix a typo in the pragma.
2008-08-17 Pierre d'Herbemontmacosx: Remove VLCApplication Hack. No need for that...
2008-08-17 Pierre d'Herbemontmacosx: Group via pragma related methods.
2008-08-17 Rémi Denis-CourmontSMF: channels data (stereo) and dummy rate to not confu...
2008-08-17 Rémi Denis-CourmontFluidsynth: use native FL32 format, avoid converting...
2008-08-17 Jean-Baptiste KempfFix dialog saving size regression. Close #1867.
2008-08-16 Rémi Denis-Courmonttranscode: try to fix audio resampling (fix #1862)
2008-08-16 Pierre d'Herbemontreal: Abort demuxing in case of error.
2008-08-16 Pierre d'Herbemontreal: Protect against negative size reading.
2008-08-16 Pierre d'Herbemontaudioscrobbler: *Never* do module unloading from within...
2008-08-16 Rémi Denis-CourmontFix typo
2008-08-15 Pierre d'Herbemontmacosx: Try to fix a crash at exit.
2008-08-15 Pierre d'Herbemontmacosx: Make sure we cancel the crashLogURLConnection...
2008-08-15 Rémi DuraffortFix previous commit.
2008-08-15 Rémi DuraffortCheck malloc return value.
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortFix memleak with malformatted RSS input.
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortUse asprintf instead of malloc+sprintf, check the retur...
2008-08-15 Rémi DuraffortCheck malloc return value.
2008-08-15 Felix Paul Kühnemacosx: added missing l10n for the crash reporter panel
2008-08-15 Felix Paul Kühnemacosx: added a dialogue to enter comments about the...
2008-08-15 Pierre d'Herbemontmacosx: Fix a window frame glitch when zooming the...
2008-08-15 Pierre d'Herbemontmacosx: Fix a couple of object leak in the equalizer.
2008-08-15 Felix Paul Kühnemacosx: small hack to display UTF-8 characters correctl...
2008-08-15 Felix Paul Kühnemacosx: fixed a few compilation warnings
2008-08-15 Derk-Jan Hartmanmkv: inital Cluster check.
2008-08-15 Derk-Jan Hartmanmkv: Implement a dumb parser for files with broken...
2008-08-15 Derk-Jan Hartmanmkv: only use percentage of duration seeking when we...
next