]> git.sesse.net Git - vlc/history - src
XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictur...
[vlc] / src /
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
2008-02-07 Pierre d'Herbemonttestapi.c: Also try file playback.
2008-02-04 Christophe MutricyMissing include for config_GetUserDir
2008-02-04 Rémi Denis-Courmontif -> ifdef
2008-02-04 Rémi Denis-Courmonts/if/ifdef/
2008-02-04 Pierre d'Herbemontcharset.c: Use defined() for HAVE_ macro.
2008-02-04 Pierre d'Herbemonttext/charset.c: Use #ifdef for HAVE_* macro.
2008-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
2008-02-03 Rémi Denis-CourmontUse waitpipe when establishing an outgoing network...
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-03 Rémi Denis-CourmontMissing #include
2008-02-03 Pierre d'Herbemonttext/charset.c: Use #ifdef instead of #if for HAVE_...
2008-02-02 Laurent Aimar Fixed seeking at the exact stream end in block mode.
2008-02-02 Antoine CellerierSome more of the same.
2008-02-02 Antoine CellerierFix error in gpg signature verification function. Gcryp...
2008-02-01 Rémi Denis-CourmontSet the Win32 console title
2008-02-01 Rémi Denis-CourmontSet the proper output codepage for the console.
2008-02-01 Rémi Denis-CourmontSimplify ConsoleWidth() and implement it for real on...
next