]> git.sesse.net Git - vlc/history - modules
RTP HMAC-SHA1 authentication
[vlc] / modules /
2007-03-10 Rémi Denis-CourmontRemove unused variable
2007-03-10 Pierre d'HerbemontMac OS X gui: Revert r19259. We are not ready to do...
2007-03-09 Pierre d'HerbemontMac OS X gui: Make sure we don't end up with a freed...
2007-03-09 Olivier Aubertmodules/misc/svg: include vlc_charset, and define svg_G...
2007-03-08 Rémi Denis-CourmontReally fix
2007-03-08 Rémi Denis-CourmontFix ordering of CSRC and RTP profile extension
2007-03-08 Derk-Jan Hartman* use locking on the OpenGL context (using two APIs...
2007-03-08 Jean-Baptiste KempfQt4 - Open: Capture Tab added. Still almost empty,...
2007-03-08 Jean-Baptiste KempfDBUS: fix by Mr_Mirsal
2007-03-07 Jean-Baptiste KempfQt4 - Ahhemmm... Oops...
2007-03-07 Jean-Baptiste KempfQt4 - Add skeletons for Captures and some widget on...
2007-03-07 Laurent AimarFixed segfault with teletex/dvbs streams (double free).
2007-03-07 Laurent AimarFixed uninitialized value.
2007-03-07 Laurent AimarSmall warning fix.
2007-03-07 Jean-Baptiste KempfQt4 - Open Dialog: Capture tab. Last tab. Just the...
2007-03-07 Laurent AimarSmall warning fix.
2007-03-07 Jean-Baptiste KempfQt4 - Add Q_OBJECT Macros when needed. Patch from Benja...
2007-03-07 Jean-Baptiste KempfQt4- SImple Preferences. Add file and directory configu...
2007-03-07 Jean-Baptiste KempfQt4 - Preferences. Add CONFIG_DIRECTORY_ITEM. Does...
2007-03-07 Pierre d'HerbemontMac OS X gui: Small code cleanup. Remove NSLogs, avoid...
2007-03-06 Jean-Baptiste KempfQt4 - Preferences and SPrefs. Add the necessary handler...
2007-03-06 Jean-Baptiste KempfQt4: Use qfu for psz_homedir. Is it right ? Review...
2007-03-06 Rémi Denis-CourmontFix references
2007-03-06 Rémi Denis-CourmontMake --sout-udp-rtcp an integer carrying a port number...
2007-03-05 Rémi Denis-CourmontBoundary check (though it was a shoot-yourself-in-the...
2007-03-05 Rémi Denis-Courmont--sout-udp-rtcp option to force RTCP usage.
2007-03-05 Pierre d'HerbemontMac OS X gui: Make sure that misc.h is included as...
2007-03-05 Felix Paul Kühne* forward-port of all eyetv relates sources in my branch
2007-03-05 Rémi Denis-Courmont- Fix obvious crash in TCP/RTP/AVP
2007-03-05 Rémi Denis-Courmont- Clean up RTP parser
2007-03-05 Pierre d'HerbemontMac OS X gui: Revert [19198] (add items to the playlist...
2007-03-05 Rémi Denis-CourmontCosmetic: Write RTP Payload Type as decimal as is commo...
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix #1090 (add items to the playlist...
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix a rare bug of non-update of the vout...
2007-03-05 Pierre d'HerbemontMac OS X gui: Don't try to change the interface from...
2007-03-05 Felix Paul Kühne* fix propset 'Id'
2007-03-05 Jean-Baptiste KempfQt4: Back on open dialog: rewrite the UIs to have consi...
2007-03-04 Pierre d'HerbemontMac OS X gui: Don't yield input more than needed. ...
2007-03-04 Pierre d'HerbemontHotkeys control: Don't yield vout and input more than...
2007-03-04 Jean-Baptiste KempfQt4 - SPrefs: interface small change
2007-03-04 Sigmund Augdal Helbergmove a few global variables into the appropriate class.
2007-03-04 Pierre d'HerbemontMac OS X gui: Remove unwanted commit.
2007-03-04 Pierre d'HerbemontMac OS X gui: Make sure we don't retain p_input more...
2007-03-04 Dennis van Amerongen* modules/codec/x264.c: Add mvrange option.
2007-03-04 Dennis van Amerongen* modules/codec/x264.c: Add support for multipass encod...
2007-03-04 Pierre d'HerbemontMac OS X gui: Sanitize vlc object retaining/releasing.
2007-03-03 Jean-Baptiste KempfQt4 - SPrefs : a few additions. Still not working for...
2007-03-03 Sigmund Augdal Helbergfix segfault
2007-03-03 Sigmund Augdal Helbergwhen a reference to a object is stored the ref-count...
2007-03-03 Jean-Baptiste KempfQt4 - remove a stupid debug thing and rename Disk ...
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure libvlc exit properly. Don't...
2007-03-03 Dennis van Amerongen* modules/codec/x264.c: Revert [16936] (temporarily...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix #756 (VLC don't go open if you click...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix dead lock when exiting. As a side...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix the fspanel screen selection, and...
2007-03-03 Pierre d'HerbemontMac OS X gui: Fix a double unlock issue, by making...
2007-03-03 Sigmund Augdal Helbergfix possition of dvbsubs when input has p_subpic->i_x...
2007-03-03 Pierre d'HerbemontMac OS X gui: Use a recursive lock to be able to trigge...
2007-03-03 Pierre d'HerbemontMac OS X gui: Protect the fullscreen animation by a...
2007-03-03 Pierre d'HerbemontMac OS X gui: Rework VLCVoutWindow behaviour when macos...
2007-03-03 Pierre d'HerbemontDon't forget to release the screen when closing the...
2007-03-03 Pierre d'HerbemontMac OS X gui: Make sure the embedded window don't get...
2007-03-03 Pierre d'HerbemontMake sure the cursor gets hidden in fullscreen on Mac...
2007-03-03 Pierre d'HerbemontCompare two NSScreen using their display id, rather...
2007-03-03 Pierre d'HerbemontFix main screen detection for the detached window on...
2007-03-03 Pierre d'HerbemontFix main screen detection on Mac OS X.
2007-03-03 Pierre d'HerbemontRemove unneeded friend class.
2007-03-03 Pierre d'HerbemontClose the embedded window only when playlist stop....
2007-03-02 Laurent AimarWarning fix.
2007-03-02 Laurent AimarPacketizers should trash all blocks with DISCONTINUITY...
2007-03-02 Laurent AimarReally fixed 'gather' segfault.
2007-03-02 Pierre d'HerbemontSupport other displays fade out. Change video-device...
2007-03-02 Pierre d'HerbemontRemove unuseful setFullscreen: as it has been deleted...
2007-03-02 Pierre d'HerbemontZoom fullscreen effect on Mac OS X 10.4.
2007-03-02 Laurent AimarFixed a small memory leak (password)
2007-03-02 Jean-Baptiste KempfPut the Simple Prefs Icons one above the other.
2007-03-01 Jean-Baptiste KempfQt4 - SPrefs : Subtitles... Almost the end ?
2007-03-01 Jean-Baptiste KempfQt4 - SPrefs : Interface Panel.
2007-03-01 Laurent AimarFixed a small memleak per ES.
2007-03-01 Laurent AimarFixed a small memleak.
2007-03-01 Laurent AimarFixed a memleak per packetizer module_Need.
2007-03-01 Jean-Baptiste KempfQt4 - SPrefs : Input Panel. almost all implementations...
2007-03-01 Laurent AimarFixed a small memleak.
2007-03-01 Jean-Baptiste KempfQt4 - SimplePrefs - Audio: Small fixes and normalizatio...
2007-03-01 Jean-Baptiste KempfQt4 : Spref - Audio: Use a doubleBox not a slider for...
2007-03-01 Laurent AimarFixed a typo (INTF_DIALOG_VLM is not the same than...
2007-03-01 Laurent AimarDeactivated VLM control by wx while I clean it. (It...
2007-03-01 Damien Fouilleul- mp4 demux: support for iTunes/Quicktime META info
2007-03-01 Pierre d'HerbemontFix file name representation of the video output window...
2007-03-01 Jean-Baptiste KempfQt4 - SimplePrefs : Simple Fix to simple Problem. Shoul...
2007-02-28 Jean-Baptiste KempfQt4 : Simple Preferences. Add a slider widget to pref_w...
2007-02-28 Derk-Jan Hartman* make vobsubs downloadable from http/ftp etc. closes...
2007-02-28 Jean-Paul SamanPatch by xxcv: Don't change fmt_last.audio.i_rate when...
2007-02-28 Derk-Jan Hartman* rawvideo.c: Do not use visible_pitch when walking...
2007-02-28 Damien Fouilleulsap.c: win32 fix for IPv6 local-link zone identifier
2007-02-28 Derk-Jan Hartman* matroska bug. don't use block, in case when it can...
2007-02-27 Christophe Mutricythis was renamed in [19013]
2007-02-27 Jean-Baptiste Kempf* Qt4 - Simple Preferences: Start to bind the keys...
2007-02-27 Laurent AimarFixed wrong type used in mp4 parsing.
2007-02-27 Rémi Denis-Courmont- Support for customizing the checksum coverage
next