]> git.sesse.net Git - vlc/shortlog
vlc
2008-09-07 Rémi Denis... var_*: use LIBVLC_USED
2008-09-07 Rémi Denis... var_AcquireMutex: enforce constant mutex name
2008-09-07 Rémi Denis... Rework delay checking, use it for net_Accept, add deadl...
2008-09-06 Rémi Denis... Oops
2008-09-06 Rémi Denis... Detect unsupported sleep delay at compile time
2008-09-06 Christophe... Install the manpages
2008-09-06 Rémi Denis... __thread is ignored on Windows :(
2008-09-06 Rémi Denis... Use NULL rather than 0
2008-09-06 Laurent AimarFixed vlc_cond_wait for windows.
2008-09-06 Rémi Denis... Hotkeys: use normal thread synchronization APIs
2008-09-06 Laurent AimarDo not set object b_eof/b_error after sending the event.
2008-09-06 Rémi Denis... vlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis... audioscrobbler: do not mix vlc_object and vlc_thread...
2008-09-06 Derk-Jan Hartmants demux: simplify the teletext case i_teletext_type...
2008-09-06 Derk-Jan Hartmants demux: any teletext type of 1-5 is valid.
2008-09-06 Derk-Jan Hartmanzvbi: Use the "initial page" as signaled by the TS...
2008-09-06 Christophe... Add a small description
2008-09-06 Christophe... Fix silly [8666615cc]
2008-09-06 Antoine CellerierDocument module_Need's side effect on the object name.
2008-09-06 Antoine CellerierRevert "libvlc does not need an object name"
2008-09-06 Rémi Denis... vlc_object_find_name: return vlc_object_t *
2008-09-06 Rémi Denis... Change the name
2008-09-06 Rémi Denis... Remove memory error message
2008-09-06 Laurent AimarAdd missing vlc_restorecancel in input.
2008-09-06 Rémi Denis... vlc_control_cancel: va_start iif va_end
2008-09-06 Rémi Denis... SAP out does not need an object name
2008-09-06 Rémi Denis... fetcher and preparser don't need object names
2008-09-06 Rémi Denis... libvlc does not need an object name
2008-09-06 Rémi Denis... Use fputs - properly
2008-09-06 Rémi Denis... CLI: libvlc -> vlc
2008-09-06 Rémi Denis... Usage: vlc, not Usage: libvlc
2008-09-06 Rémi Denis... Tag some APIs as LIBVLC_USED
2008-09-06 Rémi Denis... LIBVLC_USED: tag for function whose result must be...
2008-09-06 Rémi Denis... Dead code
2008-09-06 Rémi Denis... RTP: ignore packets with duplicated sequence numbers...
2008-09-06 Laurent AimarFixed DTS muxer.
2008-09-05 Laurent AimarCosmetic.
2008-09-05 Laurent AimarDo not ignore teletext initial page (close #1997).
2008-09-05 Laurent AimarBe sure to emit voutChanged() only when needed.
2008-09-05 Laurent AimarFixed initial snpshot/fullscreen state.
2008-09-05 Laurent AimarUse intf-change-vout to properly detect vout (close...
2008-09-05 Laurent AimarAdded "intf-change-vout" variable to warn about vout...
2008-09-05 Rémi DuraffortFix object leaking when taking a snapshot.
2008-09-05 Rémi DuraffortFix a BIG memleak in Qt interface (this poor object...
2008-09-05 Rémi DuraffortRemove double declaration.
2008-09-05 Laurent AimarDo not ask stream layer to buffer data in UDP.
2008-09-05 Laurent AimarUse sub-language as DVD menu (close #1994)
2008-09-05 Rémi DuraffortFix memleak in Qt interface.
2008-09-05 Rémi DuraffortFix warnings.
2008-09-05 Christophe... cdg codec is in codec/
2008-09-05 Christophe... don't use the same shortcut as --list
2008-09-05 Rémi Denis... Move a bunch of plugins out of configure.ac
2008-09-05 Rémi Denis... Remove old BeOS thread support
2008-09-05 Rémi Denis... Fix VLM double free
2008-09-05 Derk-Jan Hartmanmacosx: fix CPP + SDK usage
2008-09-05 Derk-Jan Hartmaneyetv: fix path of a file in the project
2008-09-05 Jean-Baptiste... Fix a crash that happens if you play with video filters.
2008-09-05 Jean-Baptiste... Add a sout-keep option in the GUI as sout-keep is remov...
2008-09-05 Jean-Baptiste... Only Ctrl+H should make you quit minimalView mode
2008-09-05 Antoine CellerierFound another one! Sneaky bastard...
2008-09-05 Antoine CellerierThis is a bolean control, not tristate.
2008-09-05 Antoine CellerierRevert "Add option to disable embedded video in the...
2008-09-05 Antoine CellerierAdd option to disable embedded video in the simple...
2008-09-04 Antoine CellerierOops.
2008-09-04 Antoine CellerierFix google video playlist script.
2008-09-04 Antoine CellerierSimplify.
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Felix Paul... macosx: text manipulation in the messages window doesn...
2008-09-04 Christophe... Add a manpage for vlc-wrapper
2008-09-04 Laurent AimarFixed socket setup in net_ListenSingle.
2008-09-04 Rémi Denis... Revert "Set buffer sizes"
2008-09-04 Rémi Denis... Warn about ticks at compile-time
2008-09-04 Rémi Denis... Set buffer sizes
2008-09-04 Rémi Denis... Protect against multiple inclusions
2008-09-04 Rémi Denis... Remove /* inside comment
2008-09-04 Rémi Denis... Remove declaration for vanished function
2008-09-04 Laurent AimarFixed mwait for windows.
2008-09-04 Rémi Denis... Add msleep misuse warning
2008-09-04 Rémi Denis... Win32: strerror won't work
2008-09-04 Rémi Denis... Win32: restore accidentally removed variable
2008-09-04 Rémi Denis... Win32: fix warning
2008-09-04 Rémi Denis... use backtrace with vlc_object_get warning
2008-09-04 Rémi Denis... Provide backtrace function within libvlccore
2008-09-04 Rémi Denis... Thread fatal errors: add function name, and some Win32...
2008-09-04 Antoine CellerierFix memleak and config option type. (thanks to ivoire...
2008-09-04 Antoine CellerierAdd mouse cursor drawing support in x11 screen.
2008-09-04 Rafaël CarréFix g726 packetizing : forgot to compute the padding...
2008-09-04 Rafaël Carrértp: g726 packetization
2008-09-04 Antoine CellerierFix placeholder mode. UDP streaming now works.
2008-09-04 Antoine CellerierAdd --sout-bridge-in-placeholder-switch-on-iframe
2008-09-04 Antoine CellerierPrint an error when trying to add more than one ES...
2008-09-04 Jean-Philippe... Qt: use the CoverArtLabel in the playlist view and...
2008-09-04 Jean-Philippe... Qt: create a CoverArtLabel
2008-09-03 Antoine CellerierSome news about tonight's bridge module changes.
2008-09-03 Antoine CellerierAdd placeholder feature to bridge module ("No Signal...
2008-09-03 Antoine CellerierMake it possible to have more than one bridge in a...
2008-09-03 Laurent AimarDo not set sout-keep by default.
2008-09-03 Laurent AimarFixed config.h include order.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-03 Rémi DuraffortFix a typo to make the buildbot happy.
next