]> git.sesse.net Git - vlc/history - src
use vlc-control to be more multiplatform friendly
[vlc] / src /
2008-03-08 Rafaël CarréRemove useless headers inclusion
2008-03-08 Rafaël Carréremove dead code moved from libvlc.h
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-08 Rémi DuraffortSort the playlist by album then by track number when...
2008-03-08 Antoine CellerierFix spelling in comment.
2008-03-08 Jean-Baptiste KempfInclude vlc_network.h in misc/messages for win32 for...
2008-03-08 Jean-Baptiste KempfRemove unused parameter warning for Windows CE/32
2008-03-08 Jean-Baptiste KempfGetLastError throws a DWORD, IIRC, not a char*
2008-03-07 Christophe MutricyDistribute libvlc-control.pc.in
2008-03-04 Christophe MutricyDocument that we now require :// between access and url
2008-03-04 Rémi Denis-Courmontaccess2_New code factorizaton
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-03-04 Rémi Denis-CourmontRemove useless NULLity checks
2008-03-04 Rémi Denis-CourmontPreparsing only works with file:// - only try files.
2008-03-04 Rémi Denis-CourmontRemove access2 non splitted fallback. "://" cannot...
2008-03-04 Rémi Denis-CourmontRemove misleading dummy "Interrupted system call" error...
2008-03-04 Rémi DuraffortRemove the Rating column from the inteface because...
2008-03-04 Rémi Denis-CourmontAvoid dummy "unknown option dccp-service" error
2008-03-04 Rémi DuraffortFix an issu when sorting with the track number : the...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi Denis-CourmontRemove the 1234 default UDP port hack
2008-03-04 Rafaël CarréFix vlc.exe building (using the right path to the ...
2008-03-04 Rémi DuraffortFix a little bug in the playlist sorting.
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
2008-03-03 Pierre d'Herbemontmisc/objects.c:
2008-03-03 Rémi Denis-CourmontRemove the unneeded vlc_object_destroy logger hack...
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-03 Rémi DuraffortUse (void) instead of VLC_UNUSED (with pierre agreement)
2008-03-03 Rémi DuraffortRevert "Include vlc_common.h to get VLC_UNUSED()"
2008-03-03 Pierre d'HerbemontInclude vlc_common.h to get VLC_UNUSED()
2008-03-03 Rémi Denis-CourmontRemove the old port 80 hack in the network subsystem
2008-03-03 Pierre d'Herbemontnetwork/rootwrap.c: Unused args fix.
2008-03-03 Faustino OsunaMake sure there is a new-line at the end of the .gitign...
2008-03-03 Rémi Denis-CourmontRevert "Don't test for buggy libintl when NLS is disabled"
2008-03-03 Rémi DuraffortCheck only one time the return value of malloc.
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-03-03 Rémi DuraffortRemove unecessary msg_Err according to rem remark.
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-03 Pierre d'Herbemontsrc/input/decoder.c: More unused args fix.
2008-03-03 Pierre d'Herbemontcontrol/media_library.c: Fix more unused args.
2008-03-03 Pierre d'Herbemontdarwin_specific.c: unused warning fix.
2008-03-03 Pierre d'Herbemonttext/unicode.c: More unused warning fix.
2008-03-03 Pierre d'Herbemontinterface/intf_eject.c: Fix a unused param warning.
2008-03-03 Christophe MutricyDon't test for buggy libintl when NLS is disabled
2008-03-02 Pavlov KonstantinFix $Id$ (probably)
2008-03-02 Rémi Denis-CourmontSet the DCCP service code properly.
2008-03-02 Rémi Denis-Courmontpkg-config support to libvlc-control
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 Rémi Denis-CourmontRemove security-policy from config_ChainParse()
2008-03-02 Jean-Paul SamanAgain id weirdness.
2008-03-02 Rémi DuraffortCheck the returned values of malloc.
2008-03-02 Rémi Denis-CourmontSpecial case support --sout URL syntax for RTP demux.
2008-03-02 Pierre d'Herbemontmisc/events.c: Removing an comment that does not belong...
2008-03-01 Mark MoriartyPermit counter stat update per frame (appears to have...
2008-02-29 Pierre d'Herbemontcontrol/event.c: Remove libvlc_event_detach_lock_state().
2008-02-29 Faustino Osunacontrol/testapi.c: Detach event that was originally...
2008-02-29 Faustino Osunacontrol/event.c: Fix infinite loop.
2008-02-29 Jean-Paul SamanPatch by Johannes Buchner (buchner.johannes at gmx...
2008-02-29 Pierre d'Herbemontinput/input.c: Misformatted if statement fix. Could...
2008-02-28 Antoine CellerierAdd format string variable to display frame count....
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Properly unregister the callb...
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Avoid multiple libvlc_MediaIn...
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Sanitize input_thread_t manag...
2008-02-27 Rafaël Carréfix #1404
2008-02-27 Pierre d'Herbemontmisc/objects: No need to do atomic list-release when...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Make sure vlc_object_get won't return...
2008-02-27 Jean-Baptiste KempfSrc: change Windows Timer Precision, ref #264. Patch...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Print more info about what was the...
2008-02-26 Pierre d'Herbemontsrc/playlist: Fix a rare memleak that could happen...
2008-02-26 Pierre d'Herbemontinterface/interaction.c: Set the interaction object...
2008-02-26 Pierre d'Herbemontsvn nightmare is ending... (Fix previous commit).
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-26 Rémi DuraffortDoxygen documentation
2008-02-25 Rémi DuraffortDoxygen comments and coding conventions
2008-02-25 Rémi Denis-CourmontUgly hack to prevent crash when logging an error while...
2008-02-25 Rémi Denis-CourmontRemove argv/argc from libvlc_t (not really needed here)
2008-02-25 Rémi Denis-Courmont - Redo [22749]. Fix Mozilla plugin, fix OSX framework...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-25 Rémi Denis-CourmontRevert [25316] for now - need to think about this
2008-02-25 Pierre d'Herbemontcontrol/testapi.c: Nicer log() output.
2008-02-25 Pierre d'HerbemontForgotten files in previous commit.
2008-02-25 Pierre d'Herbemontmisc/events.c: Fix a case about a callback non being...
2008-02-25 Pierre d'Herbemontcontrol/event.c: Make it pass the unit tests.
2008-02-25 Rémi Denis-CourmontFix a long-standing missing dependency of vlc upon...
2008-02-25 Rémi Denis-CourmontDon't look for plugins from the current working directory.
2008-02-25 Pierre d'Herbemontcontrol/event.c: Use vlc_array_t instead of the macros.
2008-02-25 Pierre d'Herbemonttestapi.c: Test libvlc's events.
2008-02-25 Rémi Denis-CourmontMore vlc to src/ (yes, I know this screws up things).
2008-02-25 Rémi DuraffortDelete unneeded instruction from a loop
2008-02-25 Rafaël Carréextract early attachment:// art
2008-02-25 Rémi Denis-CourmontTypo
2008-02-25 Rémi Denis-CourmontUse %m on GLIBC to work-around strerror_r prototype...
2008-02-25 Rafaël Carréfix #1461
2008-02-25 Rafaël Carréuse strerror_r() which is guaranteed to be thread safe...
2008-02-25 Pierre d'Herbemontmisc/threads.c: Fix error description printing in vlc_p...
2008-02-25 Jean-Baptiste KempfUpdate - avoid a segfault if the error is triggered...
2008-02-24 Rafaël Carréfix previous commit
2008-02-24 Rafaël Carrémake incorrect uses of free() and malloc() call abort...
next