]> git.sesse.net Git - vlc/shortlog
vlc
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.
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...
2008-08-15 Derk-Jan Hartmanmkv: bool spacing cleanup
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Rémi DuraffortFix object leak in Qt4.
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Rémi DuraffortCheck asprintf return value and avoid one unneeded...
2008-08-14 Rémi DuraffortFIx memleak.
2008-08-14 Rémi DuraffortFix unitialized value.
2008-08-14 Rémi DuraffortFix compilation warnings (here the lib might have ask...
2008-08-14 Rémi DuraffortFix warning about unused variables.
2008-08-14 Rémi DuraffortCheck malloc return value.
2008-08-14 Rémi DuraffortUse asprintf instead of malloc+sprintf (and check the...
2008-08-14 Rémi Denis... Fix debug message
2008-08-14 Rémi Denis... Decrease thread count after join rather than before...
2008-08-14 Rémi Denis... Do not give bad ideas
2008-08-14 Pierre d'Herbemontmacosx: Confirm that the crash report has been sent.
2008-08-14 Pierre d'Herbemontmacosx: Fix toolbar usage in simple_prefs, and fix...
2008-08-14 Pierre d'Herbemontmacosx: Remove redudant test. ([nil xxx] is a nop).
2008-08-14 Rémi Denis... Add a FIXME
2008-08-14 Rémi Denis... Remove unused typedef
2008-08-14 Pierre d'Herbemontmacosx: Remove some unused var in -sendCrashLog:
2008-08-14 Pierre d'Herbemontmacosx: Send crashes reports without going though Mail...
2008-08-14 Pierre d'Herbemontmacosx: Fix a warning in simple_prefs.
2008-08-14 Pierre d'Herbemontmacosx: Fix a warning.
2008-08-14 Felix Paul... macosx: our crashreport-mail needs to be UTF8 if we...
2008-08-14 Felix Paul... macosx: added another button to download VLC's EyeTV...
2008-08-14 Rémi Denis... Attach and join the IPC helper
2008-08-14 Pierre d'Herbemontxspf: Don't leak input items.
2008-08-14 Fabio RitrovatoPlaylist: if we select a node, play it's first child
2008-08-14 Jean-Paul SamanRemove some trailing whitespace.
2008-08-14 Jean-Paul Samancheck malloc return value.
2008-08-14 Jean-Paul SamanDocument media list and media list view.
2008-08-14 Jean-Paul SamanAdd another bunch of doxygen file comments.
2008-08-14 Jean-Paul SamanRemove excess libvlc_exception_init() onces per excepti...
2008-08-14 Jean-Paul SamanDo not build hal and dbus for windows, they are linux...
2008-08-14 Pierre d'Herbemontcdda: asprintf checks.
2008-08-14 Jean-Baptiste... Fix typo
2008-08-14 Pierre d'HerbemontVLC.app: Don't create files in srcdir.
2008-08-14 Pierre d'HerbemontVLC.app: set CFBundleVersion to git-describe.
2008-08-14 Derk-Jan HartmanRevert "Add Private Stream 1 case according to the...
2008-08-13 Jean-Philippe... Qt menus: show 'Select skin' in the skins2 popup menu
2008-08-13 Jean-Philippe... Qt menus: remove useless FindActionWithText
2008-08-13 Jean-Baptiste... Put the default SF mirror to heanet
2008-08-13 Jean-Baptiste... Fix windows compilation
2008-08-13 Rémi DuraffortHum fix a memleak in test4 ...
2008-08-13 Rémi DuraffortChek asprintf return value.
2008-08-13 Rémi DuraffortRemove unneeded test.
2008-08-13 Rémi DuraffortFix memleak.
2008-08-13 Rémi DuraffortFix potential memleak and check malloc return value.
2008-08-13 Derk-Jan Hartmanquartztext: fix a crash when we tried to find the lengh...
2008-08-13 Derk-Jan Hartmanconfigure: enable libass and asademux by default on...
2008-08-13 Derk-Jan Hartmancontrib: enable libass in the contrib for mac
2008-08-13 Rémi Duraffort* Fix potential memleak.
2008-08-13 Rémi DuraffortCheck asprintf return value.
2008-08-13 Derk-Jan Hartmanmkv: Find and load a 2nd Seek head and use the informat...
2008-08-13 Derk-Jan Hartmanmkv: inverted test case. This should remove a warning...
2008-08-13 Rémi DuraffortFix warning (asprintf return value and some others)
2008-08-13 Rémi Denis... VLC_OBJECT: expansion safety
2008-08-13 Rémi DuraffortFix compilation warnings and remove duplicated variables.
2008-08-13 Rémi DuraffortAvoid to leak to many things on es stream output (and...
2008-08-13 Rémi Denis... Fix libvlc private data alignment (untested)
next