]> git.sesse.net Git - vlc/shortlog
vlc
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 AimarAdded s32l/b support to aout.
2008-08-19 Laurent AimarCosmetics (fixed a few functions name).
2008-08-19 Jean-Baptiste... Small bump of speex that is now rc1
2008-08-19 Jean-Baptiste... LIBAVUTIL_VERSION_INT inclusion guards...
2008-08-19 Rémi Denis... libvlccore: the object counter is specific so misc...
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... Kill warnings.
2008-08-18 Jean-Baptiste... Cosmetic.
2008-08-18 Jean-Baptiste... Fix a probable crash when fullscreen controllers are...
2008-08-18 Jean-Baptiste... Small Sound Slider issue fixed.
2008-08-18 Christophe... l10n: Dutch l10n update by Myckel Habets
2008-08-18 Christophe... i18n: Add yet more strings to vlc.pot
2008-08-18 Christophe... qt4: i18n fixes
2008-08-18 Christophe... Add the turkish translator
2008-08-18 Rémi DuraffortFix warning.
2008-08-18 Christophe... l10n: Slovak l10n update by Marián Hikaník
2008-08-18 Christophe... l10n: Turkish l10n update by Yuksel YILDIRIM
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-18 Laurent AimarFixed __intf_UserHide (close #1827)
2008-08-18 Laurent AimarFixed a potential race condition in interaction.
2008-08-18 Jean-Baptiste... Fix a .org/.com confusion. My bad.
2008-08-18 Olivier Aubertin-memory snapshot: use vlc_object_signal instead of...
2008-08-18 Olivier AubertRevert "snapshot: Don't use vlc_object_signal_maybe."
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 Pierre d'HerbemontFix previous commit.
2008-08-17 Pierre d'Herbemontplaylist: Assert() locked in playlist_Release().
2008-08-17 Pierre d'Herbemontplaylist: Make sure we always have an input_item associ...
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... libvlccore: remove the threads count
2008-08-17 Rémi Denis... VLM: join before destroy
2008-08-17 Rémi Denis... Join the input thread before we destroy the input object
2008-08-17 Rémi Denis... Small code factorization
2008-08-17 Rémi Denis... SMF: channels data (stereo) and dummy rate to not confu...
2008-08-17 Rémi Denis... Fluidsynth: use native FL32 format, avoid converting...
2008-08-17 Jean-Baptiste... Fix dialog saving size regression. Close #1867.
2008-08-17 Jean-Baptiste... Fix typo. Close #1865
2008-08-17 Jean-Baptiste... Thanks helper from the forum.
2008-08-16 Pierre d'Herbemontconfigure: Fix the CALayer test.
2008-08-16 Pierre d'Herbemontvlckit: Fix a warning.
2008-08-16 Pierre d'Herbemontvlckit: Fix compilation.
2008-08-16 Rémi Denis... Better lock during I/O than crash
2008-08-16 Rémi Denis... transcode: 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... Fix typo
2008-08-15 Pierre d'Herbemontaudio_output: Use help to lock and unlock so we can...
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 Pierre d'Herbemontmacosx: Fix the playlist view bevel.
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... macosx: make sure the text fields in the aboutbox are...
2008-08-15 Pierre d'Herbemontaudio_output: Add a missing unlock in DecNew().
2008-08-15 Pierre d'Herbemontaudio_output: Add a missing unlock in aout_DecDelete().
2008-08-15 Pierre d'Herbemontaudio_output: Don't forget to unlock in case of error...
2008-08-15 Felix Paul... macosx: minor layout fix to avoid ugly scaling of the...
2008-08-15 Felix Paul... macosx: added missing l10n for the crash reporter panel
2008-08-15 Felix Paul... macosx: 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'Herbemontvariables: Print the name of the maybe deadlocking...
2008-08-15 Pierre d'Herbemontmacosx: Fix a couple of object leak in the equalizer.
2008-08-15 Pierre d'HerbemontMakefile.am: Always rebuild VLC.app on libvlc or libvlc...
2008-08-15 Felix Paul... macosx: small hack to display UTF-8 characters correctl...
2008-08-15 Felix Paul... german l10n: fixed ugly typo
2008-08-15 Felix Paul... macosx: fixed a few compilation warnings
2008-08-15 Derk-Jan Hartmancontrib: remove daap from contrib. we don't support...
2008-08-15 Derk-Jan Hartmanmkv: inital Cluster check.
next