]> git.sesse.net Git - vlc/history - modules
Qt: rename helper for more clarity
[vlc] / modules /
2014-05-18 Jean-Baptiste KempfQt: rename helper for more clarity
2014-05-18 Jean-Baptiste KempfQt: openItem was almost always used to pass options
2014-05-18 Felix Paul Kühnemacosx: don't continue playback where left off if user...
2014-05-18 Felix Paul Kühnemacosx: don't try to continue playback if current posit...
2014-05-18 Felix Paul Kühnemacosx: continue playback where you left off, take...
2014-05-18 Jean-Baptiste KempfQt: playlist enqueue, use the Open:: helper
2014-05-18 Jean-Baptiste KempfQt: use the open helper for streaming
2014-05-18 Jean-Baptiste KempfQt: use the open helper to open directories
2014-05-18 Jean-Baptiste KempfQt: use the open helper in the Open Dialog
2014-05-18 Jean-Baptiste KempfQt: provide an helper to open items
2014-05-18 Jean-Baptiste KempfQt: playlist, use the new helper to Open files
2014-05-18 Jean-Baptiste KempfQt: DialogsProvider, use the open helper
2014-05-18 Jean-Baptiste KempfQt: use the new helper for Main Interface DnD actions
2014-05-18 Jean-Baptiste KempfQt: move playMRL slot from THEDP to RecentsMRL
2014-05-18 Jean-Baptiste KempfQt: add a new class helper to open files
2014-05-18 Jean-Baptiste KempfQt: cleanup, remove includes and copyright updates...
2014-05-18 Jean-Baptiste KempfQt: cosmetics and update copyright for ActionsManager
2014-05-18 Jean-Baptiste KempfQt: fix indentation is ActionsManager
2014-05-18 Jean-Baptiste KempfQt: remove isAlive from DialogProvider
2014-05-18 Jean-Baptiste KempfQt: use provided Singleton util for RecentsMRL
2014-05-18 Jean-Baptiste KempfQt: add a bunch of virtual for destructors
2014-05-18 Jean-Baptiste KempfQt: registry, inline empty destructor
2014-05-18 Jean-Baptiste KempfQt: remove Extension's WidgetMapper destructor
2014-05-18 Jean-Baptiste KempfQt: use the provided Singleton class for ActionsManager
2014-05-18 Jean-Baptiste KempfQt: use pl_Unlocked in playlist_Add calls
2014-05-16 Felix Paul Kühnemacosx: fix warning
2014-05-16 Felix Paul Kühnemacosx: clean-up string utility
2014-05-16 Felix Paul Kühnemacosx: 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
2014-05-16 Francois Cartegniedemux: asf: fix preroll deadline
2014-05-16 Rémi Denis-Courmontaraw: filter out non-finite floating point samples
2014-05-16 Rémi Denis-Courmontinteger: simplify
2014-05-16 Jean-Paul Samanvideo_chroma/swscale.c: Fixup commit eae2f440af1d7e7901...
2014-05-16 Simona-Marinela... dcp: ignore prefixes in XML nodes
2014-05-15 Francois Cartegniedemux: asf: use send_time as preroll
2014-05-15 Francois Cartegniedemux: asf: use VLC_TS_0 in debug
2014-05-15 Francois Cartegniedemux: asf: re-preroll on seek
2014-05-15 Francois Cartegniedemux: asf: check only active tracks within video/audio
2014-05-15 Jean-Baptiste KempfRemove unnecessary vlc_playlist.h include
2014-05-14 Francois Cartegniedemux: asf: fix mmsh es id offset and PCR handling...
2014-05-14 Francois Cartegniemux: mp4: uninitialized variables
2014-05-14 Rémi Denis-Courmontvdpau/display: fix blending on big-endian platforms...
2014-05-14 Rémi Denis-Courmontvdpau/display: cut&paste error
2014-05-14 Felix Abecassismediacodec: fix field type mismatch
2014-05-13 David Fuhrmannmacosx: fix resume playback feature
2014-05-12 David Fuhrmannvda: readd ref buffer flag (for ffmpeg variant only)
2014-05-12 David Fuhrmannmacosx: addons: add a new addon class for the model...
2014-05-12 Jean-Paul Samancodec/avcodec/swscale: Support VLC_CODEC_BGRA
2014-05-12 Jean-Paul SamanSVG decoder: Use alpha channel.
2014-05-12 Jean-Paul SamanBuild SVG decoder
2014-05-12 Jean-Paul Samandemux/image.c: Detect SVG Scalable Vector Graphics...
2014-05-12 Jean-Paul SamanSVG decoder: Add options
2014-05-12 Jean-Paul SamanSVG decoder: various fixes
2014-05-12 Adam Leggettcodec/svg.c: Add svg decoder.
2014-05-12 Felix Abecassismkv: fix declaration/definition mismatch of demux_sys_t
2014-05-11 Luca Barbatovda: Add hwaccel1.2 support
2014-05-11 Vikram FugroAdd a GStreamer-based decoder module
2014-05-11 Francois CartegnieQt: addons_manager: reduce type gradient size
2014-05-10 Tristan Matthewsh264 packetizer: remove unused assert.h
2014-05-10 Rafaël Carréopus_header: opus_header_to_packet doesn't need to...
2014-05-10 Denis CharmetRemove bad unlock
2014-05-10 Francois Cartegnieplaylist: asf: add wax mime type
2014-05-10 Francois Cartegniexml: use defined value for return val
2014-05-10 Francois Cartegniestream_filter: smooth: fix dead case (cid 1211817)
2014-05-10 Francois Cartegniestream_filter: smooth: fix leak (cid #1211818)
2014-05-10 Denis CharmetFix Directsound TimeGet
2014-05-10 David Fuhrmannmacosx: fix show fs controller hotkey (default i)
2014-05-10 David Fuhrmannmacosx: do not break prefs animation in case of double...
2014-05-09 Denis CharmetKeep the selected languages at segment change
2014-05-09 Rafaël CarréTS mux: AAC is not packetized using MP4
2014-05-09 Rafaël CarréTS demux: PIDFillFormat doesn't operate on ts_es_t...
2014-05-09 Rafaël CarréTS demux: use unsigned type for array offset
2014-05-09 Rafaël CarréTS demux: call Demux directly
2014-05-09 Rafaël CarréTS demux: remove prototypes
2014-05-09 Denis CharmetUse the MKV track width and height when the one in...
2014-05-09 Rafaël CarréTS mux: start timestamps from 0
2014-05-07 Felix Abecassisvdpau: fix redundant const qualifier
2014-05-07 Jean-Baptiste KempfRSS: small cosmetics change
2014-05-07 Jean-Baptiste KempfRSS: fix opacity management
2014-05-06 Rémi Denis-CourmontLua: input_AddSubtitle expects a file path, not an...
2014-05-06 Jean-Baptiste KempfAdd Tak support
2014-05-05 Rémi Denis-Courmontpulse: fix race where the device list was empty at...
2014-05-03 Simona-Marinela... DCP: read encrypted DCP with KDM files
2014-05-03 Rafaël Carréfdkaac error strings: compactify
2014-05-03 Rafaël Carréfdkaac: simplify parameters checks
2014-05-03 Rafaël Carréfdkaac: simplify parameters setup
2014-05-03 Rafaël Carréfdkaac: simplify bitrate calculation
2014-05-03 Rafaël Carréfdkaac: coding style
2014-05-03 Rafaël Carréfdkaac: reduce context size
2014-05-03 Rafaël Carréfdkaac: move variables declaration
2014-05-03 Rafaël Carréfdkaac: simplify profile selection
2014-05-03 Rafaël Carréfdkaac: cosmetics
2014-05-03 Rafaël Carréfdkaac: set channel configuration
2014-05-02 Francois Cartegniedemux: avformat: rotate clockwise.
2014-05-02 Francois CartegnieQt: update preferences intf preview
2014-05-01 Francois CartegnieQt4: remove models and signals proxying
next