]> git.sesse.net Git - vlc/shortlog
vlc
2008-06-06 Rémi Denis... Fix/split rootwrap_bind
2008-06-06 Rémi Denis... Rescale POSIX realtime priorities within a portable...
2008-06-06 Rémi Denis... Do not set a priority for non-realtime threads
2008-06-06 Rémi Denis... Set the thread priority before its creation
2008-06-06 Rémi Denis... Add missing unicast parameter in the Transport: response
2008-06-06 Antoine CellerierMention the RTMP access and access output in the NEWS.
2008-06-06 Antoine CellerierFix typo.
2008-06-06 Pierre d'Herbemontstream: Don't attempt to seek() when reading to NULL...
2008-06-06 Pierre d'Herbemontstream: Support reading to NULL buffer in *Immediate...
2008-06-06 Pierre d'HerbemontNEWS: Add something about the new options to reduce...
2008-06-06 Rafaël CarréRevert "Fix mozilla detection logic"
2008-06-06 Rafaël CarréRevert "stream_Read() : makes the buffer mandatory"
2008-06-06 Rafaël CarréRevert "ASF: Use stream_Seek() if we only want to seek"
2008-06-06 Rafaël CarréRevert "ASF: Do not use stream_Read with a NULL buffer"
2008-06-06 Rafaël CarréASF: Do not use stream_Read with a NULL buffer
2008-06-06 Rafaël CarréFix mozilla detection logic
2008-06-06 Rafaël CarréUse stats demux only if selected
2008-06-06 Rafaël CarréASF: Use stream_Seek() if we only want to seek
2008-06-06 Rafaël Carréstream_Read() : makes the buffer mandatory
2008-06-06 Jean-Baptiste... Small fix for DVD menus.
2008-06-06 Pierre d'Herbemontinput: Comment on how to enable auto pts delay adjustement.
2008-06-06 Pierre d'Herbemontstats: Ownership.
2008-06-05 Christophe... Desactivate activex until it's fixed
2008-06-05 Christophe... ffmpeg.h was removed
2008-06-05 Pierre d'Herbemontinput: Explain a bit more how --auto-adjust-pts-delay...
2008-06-05 Pierre d'Herbemontinput: Add --auto-adjust-pts-delay, this allows to...
2008-06-05 Pierre d'Herbemontinput: Use mtime_t for pts_delay.
2008-06-05 Pierre d'Herbemontstats: use vlc_common.h instead of vlc/vlc.h
2008-06-05 Pierre d'Herbemontstats: Add vout stats module.
2008-06-05 Pierre d'Herbemontstats: Initial import of a stat oriented module. Use...
2008-06-05 Pierre d'Herbemontstream: Add a new method for buffering access: A*Immedi...
2008-06-05 Rémi Denis... Do not use print colored help if stdout is not a TTY
2008-06-05 Rémi Denis... Typo
2008-06-05 Rémi Denis... Support for using a custom text domain for configuratio...
2008-06-05 Rémi Denis... Support for custom text domain in module strings
2008-06-05 Pavlov KonstantinContrib: remove unneeded and outdated dvdnav.patch.
2008-06-05 Pavlov KonstantinContrib: Remove libdvdnav-win32 patch, applied upstream.
2008-06-05 Pavlov KonstantinContrib: update bulk patch for libdvdnav.
2008-06-05 Vincent Penquerc'henable display of background bitmaps (eg, picture subti...
2008-06-05 Rafaël CarréDon't workaround unknown bugs in external libraries
2008-06-05 Rafaël CarréUse a libhal property only if it exists
2008-06-05 Pierre d'Herbemontlibvlc: No need to link to Cocoa.
2008-06-04 Rafaël CarréDon't try to build broken postproc modules
2008-06-04 Antoine CellerierRemove debug (tip: put debug messages in spanish, they...
2008-06-04 Antoine CellerierDefault enable the dvb and v4l2 modules.
2008-06-04 Rafaël CarréTypo: use debug code only when wanted (and defined)
2008-06-04 Antoine CellerierThis should fix audio transcoding. (unfortunately I...
2008-06-04 Rémi Denis... RTP: support for pulse code modulation
2008-06-04 Antoine CellerierYUV 422 Packed motion detect (still kind of broken).
2008-06-04 Antoine CellerierFix segfault in transcode (audio).
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-06-04 Antoine CellerierFactorize picture dating and releasing code.
2008-06-04 Antoine CellerierUseless statement.
2008-06-04 Antoine CellerierAdd support for Packed YUV 422 to rotate video filter...
2008-06-04 Antoine CellerierOnly try creating the filter chain once.
2008-06-04 Rémi Denis... access_udp: remove UDP-Lite support
2008-06-04 Rémi Denis... RTP: add UDP-Lite support
2008-06-04 Rémi Denis... Do not use the old UDP access for RTP/AVP
2008-06-04 Rémi Denis... Build the RTP plugin
2008-06-04 Rémi Denis... Don't check for impossible error involving object types
2008-06-04 Rémi Denis... FTP: do not rely on object_type
2008-06-04 Rémi Denis... Remove VLC_OBJECT_SOUT
2008-06-04 Rémi Denis... Remove another unsafe sout cleanup hack
2008-06-04 Rémi Denis... Playlist takes care of sout-keep, NOT libvlc!
2008-06-04 Rémi Denis... Handle sout-keep from the playlist engine
2008-06-04 Rémi Denis... Simplify
2008-06-04 Rémi Denis... VLM: remove the unneeded sout-keep hack
2008-06-04 Rémi Denis... Remove sout-keep from the input code
2008-06-04 Rémi Denis... Fix crash if inputs fails and there is no sout
2008-06-04 Rémi Denis... Fix grammar
2008-06-04 Rémi Denis... vlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-06-04 Rémi Denis... Ignore exceptions correctly - don't let libvlc assert
2008-06-04 Rémi Denis... Remove redumdant b_play code
2008-06-04 Rémi Denis... VLC: start the playlist at start
2008-06-04 Rémi Denis... libvlc_InternalAddIntf: remove the other boolean
2008-06-04 Rémi Denis... Simplify
2008-06-04 Rémi Denis... Fix sout leak if the playlist is gone
2008-06-04 Antoine CellerierUse gray for the place holder color on packed formats...
2008-06-04 Antoine CellerierFix help string.
2008-06-04 Antoine CellerierAdd "Y800" and "Y8 " as aliases for the "GREY" fourcc...
2008-06-04 Antoine CellerierUgly hack to make the filter chain work correctly for...
2008-06-04 Antoine CellerierFix a few compilation warnings.
2008-06-04 Antoine CellerierUse filter chain in subpicture core.
2008-06-04 Antoine CellerierUse filter chain in video output core.
2008-06-04 Antoine CellerierUse filter chain in transcode (audio filter2 and video...
2008-06-04 Antoine CellerierRemove unused types and fix indentation.
2008-06-04 Antoine CellerierNew filter chain handling API. This should make it...
2008-06-03 Rémi Denis... RTP: support for G.711
2008-06-03 Rémi Denis... Ignore unknown payload types
2008-06-03 Rémi Denis... RTP: add support for MPA and MPV static payload formats
2008-06-03 Rafaël CarréAdd missing prototypes
2008-06-03 Rafaël CarréLink with libavutil when needed
2008-06-03 Rémi Denis... Minimalistic RTP demux
2008-06-03 Rémi Denis... Fix typo
2008-06-03 Antoine CellerierDo not align height and width on multiples of 16 in...
2008-06-03 Pavlov KonstantinContrib: update libdvdnav patch to current SVN.
2008-06-03 Rafaël CarréShut down debug useless to most users and developers
2008-06-03 Antoine CellerierOnly link avcodec with libavcodec, avformat with libavf...
2008-06-03 Antoine CellerierSplit should now be complete (postproc still needs...
2008-06-03 Antoine CellerierSome more seperation of the different ffmpeg based...
next