]> git.sesse.net Git - vlc/shortlog
vlc
2014-05-22 Hugo Beauzée... Qt: Avoid using dangling pointers and fix memleaks
2014-05-22 Hugo Beauzée... Qt: Fix crash introduced by 798ee1ab
2014-05-22 Hugo Beauzée... h264 packetizer: Remove unused enum
2014-05-22 Dennis Hamestercodec/mmal: Add mmal based decoder plugin
2014-05-22 Dennis Hamestervideo_output/mmal: Add mmal based video output plugin
2014-05-22 Julian Scheelmmal: Register opaque fourcc in core as fake_fmt
2014-05-22 David FuhrmannRevert "src/input: add a new input option flag to repla...
2014-05-22 David Fuhrmannmacosx: cosmetics
2014-05-22 David Fuhrmannmacosx: fix purging of resume media data, avoid memleak
2014-05-21 Francois Cartegnieparser/fetcher: split in 2 pass mode
2014-05-21 Francois Cartegniemeta_fetcher: rename as scope and set values
2014-05-21 Francois Cartegnieplaylist: fetcher: move playlist_album_t
2014-05-21 Francois Cartegnielua: art: google: update
2014-05-21 Francois Cartegnielua: lastfm: fix matching
2014-05-21 Jean-Baptiste... Qt: sprefs, unformize icon sizes
2014-05-21 Julien 'Lta... src/input/input.c: Fix a tiny memory leak.
2014-05-20 Francois Cartegniedemux: mp4: check if fragments exists when seekable
2014-05-20 Francois Cartegniedemux: mp4: timescales are u32
2014-05-20 Jean-Baptiste... Qt: use platformName() on Qt5 too, like on QPA
2014-05-20 Jean-Baptiste... Qt: use a processor helper for Qt5
2014-05-20 Jean-Baptiste... AVcodec: use avctx width for subtitles when set
2014-05-20 Felix Abecassistext_renderer: avoid 0xff << 24 with an int type
2014-05-20 Jean-Baptiste... Qt: raise window when video Widget is shown
2014-05-20 Rémi Denis... float: fix copy-paste error in double precision amp
2014-05-20 Rémi Denis... qt4: fix memory leak
2014-05-20 Rémi Denis... lib: fix logic inversion
2014-05-20 Rémi Denis... lib: check scale range in libvlc_video_set_scale()
2014-05-20 Rémi Denis... lib: do not convert to double in libvlc_video_set_scale()
2014-05-20 Rémi Denis... lib: return NAN on libvlc_audio_equalizer_set_amp_at_in...
2014-05-20 Rémi Denis... lib: fix (pre)amplification range checks for equalizer
2014-05-20 Rémi Denis... lib: fix volume range check in libvlc_audio_set_volume()
2014-05-20 Daniel Verkampavcodec: map Smacker audio
2014-05-20 Gilles Sabourincontrib: tiger: fix autotools invocation
2014-05-20 Luca Barbatolavf: Support rotation side data
2014-05-20 Jean-Baptiste... AVformat: use a similar compat detection than AVcodec
2014-05-20 Arne de BruijnPGS subtitles: use origial frame size (fix #6324)
2014-05-20 Jean-Baptiste... --spu should not be an advanced option
2014-05-19 Jean-Baptiste... Qt: remove unneeded margins and parameters
2014-05-19 Jean-Baptiste... Qt: uniformize sprefs margins
2014-05-19 Jean-Baptiste... Qt: small changes to Simple Preferences
2014-05-19 Jean-Baptiste... Qt: put simple preferences section at the top
2014-05-19 Jean-Baptiste... Qt: restore time where you left off
2014-05-19 Jean-Baptiste... Qt: s/Qt4/Qt
2014-05-19 Jean-Baptiste... Qt: store 30 recents item, show 10 in the menus
2014-05-19 Jean-Baptiste... Qt: remove unnecessary includes
2014-05-19 David Fuhrmannmacosx: simple prefs: Only show font family and subtype...
2014-05-19 Jean-Baptiste... Qt: save time on item destruction
2014-05-19 Jean-Baptiste... Qt: store time besides MRL for recent items
2014-05-19 Jean-Baptiste... Qt: save recents on quit()
2014-05-19 Jean-Baptiste... Qt: cosmetics on RecentsMRL and Open classes
2014-05-19 Francois Cartegnielua: include cleanup
2014-05-19 Francois CartegnieQt: update art requests to use updated API
2014-05-19 Francois Cartegnieupdate meta request API to allow overriding
2014-05-19 Francois Cartegniedeprecate art-album variable
2014-05-19 Francois Cartegnierename art_finder as meta_fetcher
2014-05-19 Francois Cartegniefinder/fetcher: always use scripts doing local access
2014-05-19 Francois Cartegnielua: meta: add descriptor/scope
2014-05-19 David Fuhrmannmacosx: addons manager: add l10n for download button
2014-05-19 David Fuhrmannmacosx: addons manager: process the callback on the...
2014-05-19 David Fuhrmannmacosx: addons manager: restructure UI and fix some...
2014-05-19 David Fuhrmannmacosx: addons manager: fix crash when window is repeat...
2014-05-19 David Fuhrmannmacosx: lock access to addon_entry_t
2014-05-18 Jean-Baptiste... Qt: factorize directory opening
2014-05-18 Jean-Baptiste... Qt: move getDirectoryDialog to a static helper
2014-05-18 Jean-Baptiste... Qt: factorize code of opening MRL
2014-05-18 Jean-Baptiste... Qt: rename helper for more clarity
2014-05-18 Jean-Baptiste... Qt: openItem was almost always used to pass options
2014-05-18 Felix Paul... macosx: don't continue playback where left off if user...
2014-05-18 Felix Paul... macosx: don't try to continue playback if current posit...
2014-05-18 Felix Paul... macosx: continue playback where you left off, take...
2014-05-18 Jean-Baptiste... Qt: playlist enqueue, use the Open:: helper
2014-05-18 Jean-Baptiste... Qt: use the open helper for streaming
2014-05-18 Jean-Baptiste... Qt: use the open helper to open directories
2014-05-18 Jean-Baptiste... Qt: use the open helper in the Open Dialog
2014-05-18 Jean-Baptiste... Qt: provide an helper to open items
2014-05-18 Jean-Baptiste... Qt: playlist, use the new helper to Open files
2014-05-18 Jean-Baptiste... Qt: DialogsProvider, use the open helper
2014-05-18 Jean-Baptiste... Qt: use the new helper for Main Interface DnD actions
2014-05-18 Jean-Baptiste... Qt: move playMRL slot from THEDP to RecentsMRL
2014-05-18 Jean-Baptiste... Qt: add a new class helper to open files
2014-05-18 Jean-Baptiste... Qt: cleanup, remove includes and copyright updates...
2014-05-18 Jean-Baptiste... Qt: cosmetics and update copyright for ActionsManager
2014-05-18 Jean-Baptiste... Qt: fix indentation is ActionsManager
2014-05-18 Jean-Baptiste... Qt: remove isAlive from DialogProvider
2014-05-18 Jean-Baptiste... Qt: use provided Singleton util for RecentsMRL
2014-05-18 Jean-Baptiste... Qt: add a bunch of virtual for destructors
2014-05-18 Jean-Baptiste... Qt: registry, inline empty destructor
2014-05-18 Jean-Baptiste... Qt: remove Extension's WidgetMapper destructor
2014-05-18 Jean-Baptiste... Qt: use the provided Singleton class for ActionsManager
2014-05-18 Jean-Baptiste... Qt: use pl_Unlocked in playlist_Add calls
2014-05-17 Felix Paul... mac-configure: remove old cruft and enforce compatibili...
2014-05-16 Felix Paul... input: fix warning
2014-05-16 Felix Paul... macosx: fix warning
2014-05-16 Felix Paul... macosx: clean-up string utility
2014-05-16 Felix Paul... macosx: move re-useable code from menu to core interact...
2014-05-16 Francois Cartegniedemux: asf: add workaround for audio es delay
2014-05-16 Francois Cartegniedemux: asf: remove assertion
2014-05-16 Francois Cartegniedemux: asf: add TS_0 to debug info
2014-05-16 Francois Cartegniedemux: asf: fix PCR reset call
2014-05-16 Francois Cartegniedemux: asf: set preroll point after indexless seek
next