]> git.sesse.net Git - vlc/shortlog
vlc
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.
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
2008-09-03 Rémi Denis... double variable declaration
2008-09-03 Rémi Denis... De-inhibit cancellation in interface threads
2008-09-03 Rémi Denis... Pull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis... Signals: only one thread needed now
2008-09-03 Rémi Denis... Telnet: fix arbitrary tick
2008-09-03 Rémi Denis... strsep does not need to be exported for now
2008-09-03 Rémi Denis... Avoid alloca()
2008-09-03 Rémi Denis... No point in checking vlc_object_alive there
2008-09-03 Rémi Denis... Do not lock the input while talking to D-Bus
2008-09-03 Rémi DuraffortFix memleak (don't ask for error just for fun).
2008-09-03 Jean-Baptiste... Correctly fix #1746 on Windows. Special for Trax :D
2008-09-03 Laurent AimarImplemented strsep replacement.
2008-09-03 Rémi Denis... Revert "CLOCK_FREQ is a 64-bits quantity as mtime_t"
2008-09-03 Rémi Denis... Use CLOCK_FREQ
2008-09-03 Rémi Denis... CLOCK_FREQ is a 64-bits quantity as mtime_t
2008-09-03 Rémi Denis... Fix warning
2008-09-03 Antoine CellerierOops.
2008-09-03 Antoine CellerierAdd Actech to THANKS.
2008-09-02 Laurent AimarImproved a bit still frame support.
next