]> git.sesse.net Git - vlc/history - src
*Ahem* whistles
[vlc] / src /
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontAdd pf_control to access_output
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontDe-inline base64 decoder
2007-02-10 Rémi Denis-CourmontAdd support for session description
2007-02-10 Rémi Denis-CourmontCosmetic
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2007-02-09 Rémi Denis-CourmontFix a few warnings
2007-02-09 Rémi Denis-CourmontAdd SDP generation helper with a bunch of would-be...
2007-02-09 Rémi Denis-CourmontNTPtime64() returns an NTP timestamp
2007-02-07 Sigmund Augdal HelbergDon't crash on messed up aspect ratios.
2007-02-06 Pavlov KonstantinFix indentation.
2007-02-06 Pavlov KonstantinRemove pid file on exit.
2007-02-06 Pavlov KonstantinAdded symbols needed to link vlc.
2007-02-06 Jean-Paul SamanFix by thresh for syslog logging. Initialized pointers...
2007-02-05 Rémi Denis-CourmontWarning: Explicit kludge - parental advisory
2007-02-05 Rémi Denis-CourmontUDP-Lite access output
2007-02-05 Rémi Denis-CourmontFix memory leaks and dummy error messages in net_OpenDgram
2007-02-05 Damien Fouilleul- vlc.c: commented out rootwrap() till it is properly...
2007-02-05 Rémi Denis-CourmontUDP-Lite access
2007-02-04 Jean-Baptiste KempfAdd a module_Exists() function for Simple_Prefs. Don...
2007-02-03 Damien Fouilleul- added controlled symbol export support for win32...
2007-02-02 Antoine CellerierUse DIR_SEP instead of "/"
2007-02-01 Rafaël CarréAlways initialise dbus threads
2007-01-30 Jean-Paul SamanFixed crash on vlc exit/quit and added sanity checking...
2007-01-26 Antoine CellerierOops.
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-25 Christophe MutricyChange the default for sout-keep to enabled.
2007-01-23 Antoine Cellerier * Enable format time/meta stuff in snapshot-prefix.
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2007-01-23 Sam Hocevar * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
2007-01-16 Derk-Jan Hartman* Ehm, MAX, not MIN of course. And let's check both...
2007-01-16 Derk-Jan Hartman* Don't allow negative offsets when blending
2007-01-14 Rémi Denis-CourmontOups (again)
2007-01-14 Rémi Denis-CourmontFix out-of-bound read uncovered by sam
2007-01-10 Damien Fouilleulmtime.c: previous codepath prevented RTC from ever...
2007-01-09 Damien Fouilleul- src/Makefile.am: make sure libvlc.dll is always rebui...
2007-01-08 Damien Fouilleul - added libvlc_video_set/get_crop_geometry() api
2007-01-08 Damien Fouilleul- since DIR* on win32 is mapped to a private data type...
2007-01-07 Jean-Paul SamanReworked vlc.audio.channel API for JavaScript. All...
2007-01-06 Rémi Denis-CourmontRemove broken V6ONLY logic
2007-01-06 Rémi Denis-CourmontRevert [18511].
2007-01-05 Jean-Paul SamanOops watch the tabs when using vi.
2007-01-05 Jean-Paul SamanReturn when found, return error when setting failed.:
2007-01-05 Rémi Denis-CourmontFix CRLF on Win32 with utf8_fopen (thanks to Md) closes...
2007-01-05 Rémi Denis-CourmontFix setsockopt(IPV6_V6ONLY)
2007-01-05 Rémi Denis-CourmontFix listening to UDP port (though this is fairly insecu...
2007-01-05 Rémi Denis-CourmontFix preparsing and access plugin selection (oups)
2007-01-05 Rémi Denis-CourmontBe more DSO-friendly
2007-01-04 Rémi Denis-CourmontAllow directory module to recurse through symbolic...
2007-01-03 Rémi Denis-CourmontSame thing as previous commit.
2007-01-03 Rémi Denis-CourmontRemove the ugly insecure hack.
2007-01-03 Rémi Denis-CourmontFix "quick" access creation mode
2007-01-03 Rémi Denis-CourmontSimplification
2007-01-03 Rémi Denis-CourmontUse strict mode when probing access filters.
2007-01-03 Rémi Denis-CourmontSome cleanup. Use strlen().
2007-01-03 Damien Fouilleul- extras/libc.c: fixed stack overflow due to infinite...
2006-12-28 Rémi Denis-CourmontUse RFC4648 test vectors
2006-12-25 Antoine CellerierAdd missing *
2006-12-25 Antoine Cellerier* add some locking the the video filter2 handling code...
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-23 Clément StenacUnlock the playlist while waiting for input to finish...
2006-12-23 Clément Stenac* Ensure garbage collector is called when disabling...
2006-12-22 Clément StenacCleanup control and parser threads handling. Might...
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-21 Sigmund Augdal Helbergsrc/video_output/video_output.c: Fixed double free...
2006-12-20 Jean-Paul SamanAudio track and channel support for JavaScript API...
2006-12-19 Clément StenacMake static a bunch of functions
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-18 Clément StenacUntested states thread and gnu portable threads impleme...
2006-12-18 Clément StenacAdded initial support for TLS (Thread Local Storage...
2006-12-15 Clément StenacRework dicts as macros for type-independance
2006-12-15 Rémi Denis-CourmontSimpler UTF-8 check functions + rudimentary unit test
2006-12-14 Olivier Aubertsrc/controler/mediacontrol_audio_video.c: make mediacon...
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-12-13 Jean-Paul SamanUse more sensible error message that says: settting...
2006-12-12 Jean-Paul SamanAdd support to the activex, mozilla, firefox, safari...
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Rémi Denis-CourmontFix compilation
2006-12-11 Derk-Jan Hartman* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-12-10 Rémi Denis-CourmontUse shared libvlc on Win32
2006-12-10 Clément StenacSimplify a bit strings handling
2006-12-10 Clément StenacFix wrong object release
2006-12-10 Clément StenacDon't attach playlist twice
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-07 Filippo Caronefix for libvlc_input_get_fps. maybe there's a better...
2006-12-06 Rémi Denis-CourmontProvides libvlc.sym
2006-12-06 Rémi Denis-CourmontMinor code simplification
2006-12-06 Rafaël CarréSimplification of one-instance mode
2006-12-06 Marian DurkovicRemove duplicate code. The new Unescape() is already...
2006-12-06 Rafaël CarréD-Bus module now uses new specification
2006-12-05 Filippo Caronelibvlc_input_has_vout more consistent with function aim
2006-12-04 Damien Fouilleul- vlc -> libvlc for linking shared libvlc.dll
2006-12-04 Marian DurkovicVLM quoting magic for partially quoted strings
2006-12-03 Antoine CellerierFix searching in tree playlists (doesn't hide a node...
2006-12-03 Antoine Cellerier* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
2006-12-03 Antoine CellerierTweaks vars command a bit.
2006-12-03 Antoine CellerierAdd "vars" command to display the list of variables...
next