]> git.sesse.net Git - vlc/history - src
Add a "Close" button to the errors window and fix the "Stop showing errors" string
[vlc] / src /
2006-02-04 Clément StenacBetter fix
2006-02-04 Antoine Cellerierdisplay downloaded size / total size when downloading
2006-02-04 Antoine Cellerierprevent some more segfaults.
2006-02-04 Christophe MutricyRemove C++ism to please gcc2.95 and BeOS
2006-02-04 Jean-Paul SamanWeed some dead code
2006-02-04 Clément StenacMemleak
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément StenacFix memleak
2006-02-04 Clément StenacFix stupid bug
2006-02-04 Clément StenacDon't read uninitialized values
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacDon't check the full string
2006-02-04 Clément StenacAccessOutWrite is called very often, especially for...
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-02-03 Clément StenacPlay and add (Refs:#457)
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-02 Antoine Cellerierfix download (it didn't download the last (file size...
2006-02-02 Antoine Cellerieruse VLC threads instead of wxWidgets threads.
2006-02-02 Antoine Cellerierremove old uneeded #include
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-02-02 Antoine CellerierMake sure that the progress bar dialog exists before...
2006-02-02 Sigmund Augdal Helberges_out.c: fixed a slight memleak in "now playing" handling.
2006-02-02 Derk-Jan Hartman* Forgot to add the path seperator. truly fixes the...
2006-02-01 Derk-Jan Hartman* If input file in current dir specified, then retrieve...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-02-01 Rémi Denis-CourmontSimpler use of HAVE_ASSERT
2006-02-01 Christophe MutricyTest for assert() in configure.
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Rémi Denis-CourmontRemove unused variable
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-31 Derk-Jan Hartman* Changed the defined( SYS_DARWIN ) of the --altivec...
2006-01-31 Sigmund Augdal Helbergvlm.c: fixed minor memleak
2006-01-31 Rémi Denis-CourmontGenerate correct originating address in SAP header
2006-01-30 Rémi Denis-CourmontFix error handling in (From|To)Locale
2006-01-30 Antoine Cellerier* Add "Stream and media info panel" ( http/dialogs...
2006-01-30 Sigmund Augdal Helbergvlm.c: changed quite a few free() into vlm_MessageDelet...
2006-01-30 Sigmund Augdal Helbergmessages.c: fixed one more leak related to vlm prefix...
2006-01-29 Clément StenacFix a crasher in exception handling
2006-01-29 Antoine Celleriersrc/misc/vlm.c : export the current playlist item's...
2006-01-29 Clément StenacFix warnings
2006-01-29 Antoine Cellerieradd boolean option "snapshot-preview" to enable/disable...
2006-01-29 Rémi Denis-CourmontRemove erroneous debug message
2006-01-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-28 Clément StenacDon't check syslog value if we don't have syslog.h
2006-01-28 Clément StenacGet stats on block inputs (Refs:#473)
2006-01-28 Antoine Cellerier misc/vlm.c : export some p_input variables (state...
2006-01-28 Sigmund Augdal Helberginteraction.c: Don't crash in certain condition
2006-01-28 Sigmund Augdal Helbergvlm.c: Add some asyncronity to schedule execution.
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-27 Antoine Cellerieradd "export" command. It behaves exactly like "save...
2006-01-26 Sam Hocevar * src/misc/cpu.c: do not assume SYS_DARWIN means...
2006-01-26 Rémi Denis-CourmontFix UDP broadcast
2006-01-26 Sigmund Augdal Helbergsrc/misc/messages.c: Fixed a nasty memleak recently...
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-23 Clément StenacAdd global options for netsync and showintf and hide...
2006-01-22 Antoine CellerierIf one schedule was disabled, all the folowing schedule...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-22 Clément StenacLess HTTPd debugging
2006-01-21 Clément StenacAdd an "auto-preparse" option (default TRUE) - Refs...
2006-01-21 Clément StenacDon't bother creating an input thread for non-file
2006-01-21 Clément StenacPreparse items added through the directory access or...
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-21 Clément StenacDon't block item name (Closes:#506)
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-18 Christophe MutricyCopyright dates and svn properties
2006-01-16 Jean-Paul SamanCodingstyle fixes
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-16 Jean-Paul SamanIndentation and coding style fixes
2006-01-16 Jean-Paul SamanFix identation
2006-01-16 Jean-Paul Samanreturn NULL properly in libvlc_playlist_get_input()
2006-01-16 Jean-Paul SamanFix segmentation fault in core and use of non-initialis...
2006-01-15 Clément StenacFix
2006-01-15 Clément StenacFix some memleaks
2006-01-15 Derk-Jan Hartman* Fix free of the directory listing of the subtitle...
2006-01-15 Clément StenacFree
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-15 Clément StenacFix calculation for demux bitrate (Refs:#473)
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Christophe MutricyInversion
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-13 Clément StenacFix stats crash
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-12 Antoine Cellerierone-instance fix. It now is disabled in vlc prefs but...
2006-01-11 Clément StenacFix a corner case
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-11 Sigmund Augdal Helbergvlm.c: Print an error message about what went wrong...
2006-01-11 Olivier Aubertmediacontrol_audio_video.c: use the new snapshot-path...
2006-01-11 Olivier Aubertvout_intf.c: special snapshot-path (object:NNNN) will...
2006-01-10 Antoine Cellerierdefault enable one instance mode on windows. the 0...
2006-01-10 Derk-Jan Hartman* Add 16:10 AR to the list of aspect-ratios. (In use...
2006-01-09 Antoine Cellerieroops
2006-01-09 Antoine CellerierOccitan localization. Many thanks to laurent jonqueres
2006-01-09 Christophe MutricyAdd Georgian localization. Thanks to Alexander Didebulidze.
2006-01-08 Clément StenacMerge 0.8.5-api changes
next