]> git.sesse.net Git - vlc/history - src
Fixed FFmpeg configure patching
[vlc] / src /
2008-05-30 Rémi Denis-CourmontWhen checking for filters overflow, actually handle...
2008-05-30 Rémi Denis-Courmontblock_Realloc: shortcut the release case
2008-05-30 Pierre d'Herbemontlibvlccore: Also print a backtrace on Mac OS X.
2008-05-30 Rémi Denis-CourmontFix NULL pointer deferences (CID 120 & 121)
2008-05-30 Pierre d'Herbemontlibvlc: Don't wait if p_libvlc is dying in libvlc_wait().
2008-05-30 Pierre d'Herbemontplaylist: Make sure fetcher and preparser won't miss...
2008-05-30 Rémi Denis-CourmontPrint backtrace in vlc_pthread_fatal
2008-05-30 Rémi Denis-CourmontImprove the still really dumb reference checker
2008-05-30 Pierre d'Herbemontaudio_output: Typo.
2008-05-30 Rafaël CarréRemove dead code - CID 9
2008-05-30 Antoine CellerierFix stupid logic (CID 13).
2008-05-30 Pierre d'Herbemontgit commit --amend src/misc/objects.c. Ahum.
2008-05-30 Pierre d'Herbemontobjects: Don't lock parent in vlc_object_attach()....
2008-05-30 Antoine CellerierFix image handler leak. (CID 102)
2008-05-30 Pierre d'Herbemontobjects: Make sure that we don't loose a vlc_object_kil...
2008-05-30 Rafaël CarréFix double (or up to 2^sizeof(int) times)
2008-05-29 Rémi Denis-CourmontUse the signal interface and fix signal handling
2008-05-29 Rémi Denis-Courmontlibvlc_run_interface -> libvlc_add_intf (non-blocking)
2008-05-29 Rémi Denis-Courmontlibvlc_wait: wait until libvlc is killed by an interface
2008-05-29 Rémi Denis-CourmontBlock all signals in VLC threads
2008-05-29 Rémi Denis-CourmontFix infinite loop
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-29 Rémi Denis-CourmontCleanup handling of thread-less interfaces
2008-05-29 Rémi Denis-CourmontSimplification
2008-05-28 Adrien MagloNew vu meter visualization.
2008-05-28 Rémi Denis-CourmontThe totally dumb reference checker
2008-05-28 Rémi Denis-Courmontvlc_threadobj(): returns the object nesting the current...
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Rémi Denis-Courmontvlc_object_get() sucks badly enough, no need to add...
2008-05-28 Rémi Denis-CourmontFix unlikely lock leak
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-28 Rémi Denis-Courmontvlc_internals: use VLC_OBJECT, kill a bunch of warnings
2008-05-28 Rémi Denis-CourmontDo not serialize DNS queries on Win32, that's slooow!
2008-05-28 Rémi Denis-CourmontFix gai_strerror replacement
2008-05-28 Rafaël CarréFix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-CourmontSimplify, and remove racy IDN code
2008-05-28 Rafaël CarréRevert "Avoid using vlc_object_find() when not needed"
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_dgettext: remove
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-28 Pierre d'Herbemontvideo_output: Make sure we check p_vout->b_die inside...
2008-05-28 Pierre d'Herbemontlibvlccore: Add update_GetRelease to the exported symbo...
2008-05-27 Pierre d'Herbemontupdate: Include vlc_update.h even if UPDATE_CHECK is...
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Pierre d'Herbemontvideo_output: Don't use vlc_object_find to look for...
2008-05-27 Rafaël CarréAvoid using vlc_object_find() when not needed
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-27 Pierre d'Herbemontlibvlccore: Don't attempt to use vlc_thread_set_priorit...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Rémi Denis-CourmontResolve git race condition
2008-05-27 Rémi Denis-Courmontlibvlc depends on its exports list
2008-05-27 Rémi Denis-CourmontRemove DecodeLanguage (dead code)
2008-05-27 Pierre d'Herbemontlibvlc: Use a symbol list for exported symbols.
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-27 Rémi Denis-CourmontCleanup previous commit
2008-05-27 Rémi Denis-CourmontWork around the mingw linker
2008-05-27 Rémi Denis-CourmontVLC_PRIVATE_API: no-op, removed
2008-05-27 Rémi Denis-CourmontWarn when pl_Yield() is not used
2008-05-27 Rémi Denis-CourmontSimplify vlc_object_find(FIND_ANYWHERE)
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-26 Rémi Denis-CourmontOnly allow VLC_OBJECT_MODULE outside of p_libvlc
2008-05-26 Rémi Denis-CourmontCosmetic fix
2008-05-26 Rémi Denis-CourmontShip a lot of useful headers
2008-05-26 Rémi Denis-CourmontExport WORDS_BIGENDIAN to pkg-config unless someone...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-26 Rémi Denis-CourmontMissing assert.h
2008-05-26 Rémi Denis-CourmontInstall a bunch of "clean" headers
2008-05-26 Rémi Denis-CourmontEnable check_headers
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Rafaël CarréAdds missing assert.h header
2008-05-26 Rémi Denis-CourmontNo need for SYS_LINUX
2008-05-26 Rémi Denis-CourmontRemove unused variable
2008-05-26 Antoine CellerierAdd some missing symbols in a blind attempt to fix...
2008-05-26 Pierre d'Herbemontlibvlc: libvlc_vlm_get_media_instance_* is in header...
2008-05-26 Pierre d'Herbemontlibvlc: Remove libvlc_event_(init|fini) as they were...
2008-05-26 Pierre d'Herbemontlibvlc: Prefix internal function with VLC_PRIVATE_API.
2008-05-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-24 Rémi Denis-CourmontVLC_EXPORT is meant for libvlccore, not libvlc-control
2008-05-24 Rémi Denis-CourmontMore symbols fixes
2008-05-24 Rémi Denis-CourmontInline and fix some linking errors
2008-05-24 Felix Paul KühneAdded another couple of missing symbols.
2008-05-24 Felix Paul KühneUpdated the symbols
2008-05-24 Rémi Denis-CourmontFix win32 linking
2008-05-24 Rémi Denis-Courmontvlc_scandir: remove (dead) code
2008-05-24 Rémi Denis-CourmontSimplify, fix and inline strcasecmp and strncasecmp
2008-05-24 Rémi Denis-CourmontVLC update: provide stubs
2008-05-24 Rémi Denis-CourmontInline strnlen() and use it
2008-05-24 Rémi Denis-CourmontProvide default for vlc_pthread_fatal
2008-05-24 Rémi Denis-CourmontInline atoll and atof
2008-05-24 Rémi Denis-CourmontInline strdup, strndup, lldiv and getenv
2008-05-24 Rémi Denis-Courmontprovide default block_mmap_Alloc
2008-05-24 Rémi Denis-Courmontvlc_wclosedir is still needed on Windows
2008-05-24 Rémi Denis-CourmontWin32 vlc_w.*dir: declare internally
2008-05-24 Rémi Denis-Courmontvlc_.*dir: declare internally, as it's only used with...
2008-05-24 Rémi Denis-Courmontvlc_current_charset: declare internally
2008-05-24 Rémi Denis-Courmontvlc_fix_readdir: declare internally
2008-05-24 Rémi Denis-Courmontseekdir, telldir: unused, remove
2008-05-24 Rémi Denis-Courmont-export-dynamic is no sense for libs, use -export-symbo...
next