]> git.sesse.net Git - vlc/shortlog
vlc
2008-05-20 Kaarlo RaihaUntested attempt to DirectAudio support for 7.1 system
2008-05-20 Antoine CellerierFix decoding of teletext in ps files (the zvbi decoder...
2008-05-20 Rafaël CarréFix the reference counting of pictures stored in the...
2008-05-20 Rafaël CarréCheck allocation and initialise memory
2008-05-20 Rafaël CarréFix memleak
2008-05-20 Rafaël CarréUse reference counting for pictures
2008-05-20 Rafaël CarréFix memleak
2008-05-20 Rafaël CarréRemove not used allocation added in [bc650c59ca6d2edbf5...
2008-05-20 Rafaël CarréDon't change pf_release() to a dummy function
2008-05-20 Jean-Baptiste... Formatting cleaning
2008-05-20 Jean-Baptiste... Add options for preferences.
2008-05-20 Jean-Baptiste... DKS and Subviewer1 parsing support.
2008-05-20 Jean-Baptiste... Multi-line support for JacoSub.
2008-05-20 Antoine CellerierFix bash syntax in rrd doc.
2008-05-20 Antoine CellerierVideo bitrate tolerance is advertised as kbits/sec...
2008-05-20 Antoine CellerierCosmetics.
2008-05-19 Rémi Denis... Remove incorrect if BUILD_VLC
2008-05-19 Rémi Denis... Use TIMER_ABSTIME when it's available
2008-05-19 Rémi Denis... mwait/mdate: remove cached_time - not thread-safe
2008-05-19 Rémi Denis... mprec: thread-safety
2008-05-19 Rémi Denis... Remove useless volatile keyword
2008-05-19 Rafaël CarréDestroy the playlist AFTER looking for a sout attached...
2008-05-19 Jean-Paul SamanReturn VLC_ENOMEM when malloc fails.
2008-05-18 Antoine CellerierFix blinking on redraw in ncurses interface... if anyon...
2008-05-18 Rafaël CarréFix glade search path - thanks to dionoea
2008-05-18 Rafaël CarréCmake : Fix test/ linking
2008-05-18 Rafaël CarréCmake: Fix modules/ building
2008-05-18 Rafaël Carrécmake: fix src/ building
2008-05-18 Rafaël CarréAdd a comment about RIPEMD/160
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-18 Tanguy Krotofflibvlc: when calling libvlc_media_player_stop() check...
2008-05-17 Rafaël CarréUpdate: supports file v4 signatures
2008-05-17 Jean-Paul SamanSmall cleanup
2008-05-17 Jean-Paul SamanUse the same default values for i_frame_rate everywhere.
2008-05-17 Jean-Paul SamanRemove "out of memory" message
2008-05-17 Jean-Paul SamanCheck malloc/recalloc return values.
2008-05-17 Felix Paul... Added the minimal-OSX class files and a couple of more...
2008-05-17 Rémi Denis... Remove the children leak detection which is not working...
2008-05-17 Rémi Denis... Also remove the link fromn dead objects toward their...
2008-05-17 Rémi Denis... vlc_object_get sucks, document it
2008-05-17 Rémi Denis... Qt4: do not use vlc_object_get
2008-05-17 Rémi Denis... Ignore X11 errors on Maemo
2008-05-17 Rémi Denis... Enable the Nokia OSSO hacks on all X11 plugins
2008-05-17 Pierre d'Herbemonttranscode: Fix a typo about scale.
2008-05-16 Pavlov KonstantinContrib: fix libvorbis CVEs: 2008-1419, 2008-1420,...
2008-05-16 Pavlov KonstantinContrib: fix CVE-2008-2109 for libid3tag.
2008-05-16 Rémi Denis... Simplification
2008-05-16 Rémi Denis... Make vlc_object_detach a no-op if the object is not...
2008-05-16 Rémi Denis... Hide i_children and pp_children away
2008-05-16 Rémi Denis... ncurses: use vlc_list_children
2008-05-16 Rémi Denis... Qt4: use vlc_list_children
2008-05-16 Rémi Denis... vlc_list_children: list children _safely_
2008-05-16 Rafaël Carrés,fake:,fake://,g
2008-05-16 Rafaël CarréRevert "vlc_object_release: cleanup"
2008-05-16 Rafaël CarréRevert "Detach the children at object destruction"
2008-05-16 Rafaël CarréDetach the children at object destruction
2008-05-16 Rafaël Carrévlc_object_release: cleanup
2008-05-16 Rafaël CarréGives the correct arguments to libvlc_new()
2008-05-16 Rafaël CarréInitialise input memory
2008-05-16 Rafaël Carrés/vlc-control/vlc/
2008-05-16 Rafaël Carrés/libvlc/libvlccore/
2008-05-16 Rafaël CarréFix a very unlikely memleak
2008-05-16 Jean-Baptiste... Xml 2.6.32 patch modification.
2008-05-15 Jean-Baptiste... Cosmetic.
2008-05-15 Jean-Baptiste... Support for RealText Subtitles.
2008-05-15 Pierre d'HerbemontRevert "vlc: Make sure we call libvlc_release() when...
2008-05-15 Pierre d'Herbemontvlc: Code conventions.
2008-05-15 Pierre d'Herbemontvlc: Make sure we call libvlc_release() when we are...
2008-05-15 Rémi Denis... Remove a bunch of unused deprecated APIs
2008-05-15 Rémi Denis... Fix unit tests linking
2008-05-15 Rémi Denis... vlc using libvlc
2008-05-15 Rémi Denis... libvlc_run_interface: start and wait for an interface
2008-05-15 Rémi Denis... Do not allow variable substitution in MRL path schemas
2008-05-15 Rémi Denis... Use libvlc_InternalAddIntf instead of VLC_AddIntf
2008-05-15 Rémi Denis... Don't bother with vlc_object_get() when you can keep...
2008-05-15 Rémi Denis... Rename the shared libraries
2008-05-15 Rémi Denis... vlc-config: remove external mode. Use pkg-config.
2008-05-14 Mirsal Ennaimeupnp: fix a typo
2008-05-14 Pierre d'Herbemontupnp: Fix a typo, as pointed by Gilles Sabourin.
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert "Remove playlist destructor"
2008-05-14 Rémi Denis... We may still have children when destroyed...
2008-05-14 Rafaël CarréRemove playlist destructor
2008-05-14 Rémi Denis... Debug code to prevent FIND_PARENT from crashing.
2008-05-14 Rémi Denis... Hmm, there was a simpler solution
2008-05-14 Rémi Denis... Inline DetachObject
2008-05-14 Rémi Denis... Get rid of b_attached
2008-05-14 Rémi Denis... Recurse through the object tree instead of using the...
2008-05-14 Jean-Baptiste... Theora Beta3 and patch the includes...
2008-05-14 Rémi Denis... Detach dying objects atomically, so FIND_CHILDREN is...
2008-05-14 Rémi Denis... Remove useless constant
2008-05-14 Rafaël CarréFix memory leak in mosaic bridge
2008-05-14 Rafaël CarréRevert [42a0d047849f391a75432dfdf5d71523d6ec08c7]
2008-05-14 Jean-Baptiste... Update libpng to 1.2.29. We shouldn't be affected by...
2008-05-13 Christophe... We no longer block l10n
2008-05-13 Jean-Baptiste... Put psb in NEWS, interface and options.
2008-05-13 Jean-Baptiste... Support for multiple lines in PJS subs.
2008-05-13 Jean-Baptiste... Support for parsing PowerDivx (.psb) subtitles
2008-05-13 Christophe... Fix changelog generation
2008-05-13 Rafaël CarréRemove unused variable
next