]> git.sesse.net Git - vlc/history - src
remove old headers in java bindings
[vlc] / src /
2008-03-13 Ilkka Ollakkachange playlist sorting to use qsort instead bubblesort...
2008-03-13 André Weberfixed warning about wrong datatypes (mdate(), pf_GetSys...
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-13 Jean-Baptiste KempfShut a Windows warning.
2008-03-13 Jean-Baptiste KempfShut a few unused parameters for Windows compiling.
2008-03-12 Rafaël CarréFix git commit generation
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-11 Rafaël Carrétypo
2008-03-11 Rafaël Carréherm, "attachment://" is 13 characters, not 15
2008-03-11 Rafaël Carréuse vlc_object_* and PL_{UN}LOCK to simplify
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-11 Rafaël Carréfix ticket #1482 (and most problems with config saving...
2008-03-11 Rafaël Carrécleanup : remove useless headers, not used functions...
2008-03-10 Rémi DuraffortUse the same comments covention
2008-03-09 Rafaël Carrécheck if the binary signature was issued by the public...
2008-03-09 Jean-Baptiste KempfWindows compile fix.
2008-03-09 Jean-Baptiste KempfUse GetWindowLongPtr instead of GetWindowLong to be...
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.
next