]> git.sesse.net Git - vlc/history - src
Add format string variable to display frame count. ($f)
[vlc] / src /
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...
2008-02-24 Rafaël Carrédon't duplicate sha1 hashes with strdup() (not \0 termi...
2008-02-24 Rémi DuraffortAdd some doxygene comments
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-02-23 Pierre d'Herbemontvlc.c: Attempt to kill VLC again if Ctrl-C is hit again...
2008-02-23 Pierre d'Herbemontvlc.c: Make sure exiting after two Ctrl-C is instantane...
2008-02-21 Rémi Denis-CourmontDon't use char * to point to const char *, fix a memlea...
2008-02-21 Rémi Denis-CourmontRemove no-ops
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-02-21 Rémi Denis-CourmontFix linking
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-02-21 Rémi Denis-CourmontRemove useless check
2008-02-21 Damien Fouilleullibmp4: removed the 'France' option, who cares ?
2008-02-21 Rémi DuraffortComments to make doxygen happy
2008-02-21 Damien Fouilleullibvlc: revert [22749], useless, breaks plugins
2008-02-20 Damien Fouilleullibvlc.c: fix invalid destroy of unitialized timer_lock...
2008-02-20 Damien FouilleulMacOSX: fix macosx-embedded -> embedded-video migration
2008-02-20 Rémi DuraffortSome comments to have a better doxygen documentation
2008-02-20 Rémi DuraffortRemove unnecessary declaration
2008-02-20 Rémi DuraffortComment, typo and spaces again
2008-02-20 Rémi DuraffortComments, typo and spaces
2008-02-20 Rémi DuraffortDelete unused variable
2008-02-20 Rémi DuraffortDelete a test which is always true.
2008-02-20 Rémi DuraffortWrap and typo
2008-02-20 Rémi DuraffortCheck the return value of vlc_object_create
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-16 Mark MoriartyOne remaining Windows txt file color control code remov...
2008-02-15 Pierre d'Herbemontlibvlc-common.c: Fix a warning on Win32 and Mac OS...
2008-02-15 Mark MoriartyRemove color control codes froom vlc-help.txt on Win32
2008-02-15 Pierre d'Herbemonttest/dictionary.c: Fix a warning.
2008-02-15 Pierre d'HerbemontMakefile.am: Add test/dictionary.c to the list of test...
2008-02-15 Pierre d'Herbemonttest/dictionary.c: Add a new test entry for the vlc_dic...
2008-02-14 Pierre d'Herbemontcontrol/media_discoverer.c: Small lock issues.
2008-02-13 Pierre d'Herbemontcontrol: Implement and export media_list_view_children_...
2008-02-13 Rémi Denis-CourmontWinsock seems to timeout half-closed TCP sockets.
2008-02-13 Pierre d'Herbemontcontrol/media_discoverer.c: Fix previous commit.
2008-02-13 Pierre d'Herbemontcontrol/media_discoverer.c: Support psz_category in...
2008-02-13 Ilkka Ollakkaadd rate-change variable in core to inform when rate...
2008-02-13 Rémi DuraffortCheck asprintf return value.
2008-02-12 Rémi DuraffortCheck for the return value of fwrite.
2008-02-12 Antoine Celleriervideo filter module - for thehomebrewAmbiLight (AtmoLig...
2008-02-11 Jean-Paul SamanCheck malloc return value
2008-02-10 Christophe MutricyClean up after yourself
2008-02-10 Rémi Denis-CourmontWin32 threads: Set priority on success rather than...
2008-02-10 Rémi Denis-CourmontReally (I swear) implement the waitpipe in net_write
2008-02-10 Rémi Denis-CourmontAdd some debug
2008-02-10 Rémi Denis-CourmontFix net_Write waitpipe usage, cleanups
2008-02-10 Pierre d'Herbemontcontrol/media_descriptor.c: Ask for artwork only when...
2008-02-10 Rémi Denis-CourmontDon't set DATA_PATH when building plugins - fixes ...
2008-02-10 Rémi Denis-CourmontRemove arbitrary timer in net_Write()
2008-02-10 Rémi Denis-CourmontCleanup MRL parsing as agreed half a year ago.
2008-02-09 Rémi Denis-CourmontUse the exception set in poll().
2008-02-09 Rémi Denis-CourmontWTF don't use the network in an automated stress test
2008-02-09 Rémi Denis-CourmontHandle waitpipe error failures.
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
2008-02-08 Christophe MutricyRevert silly commit
2008-02-08 Pierre d'Herbemontvlc_os_specific.h: Use const for argv.
2008-02-08 Pierre d'Herbemontmisc/darwin_specific.c: Fix compilation where MAXPATHLE...
2008-02-08 Christophe MutricyClean libvlc.sym
2008-02-07 Pierre d'Herbemontsrc/darwin_specific.c: Get a better executable path...
2008-02-07 Christophe MutricyDistribute include/vlc_plugin.h and src/config/intf.c
next