March 2016 Archives by thread
      
      Starting: Tue Mar  1 06:57:41 CET 2016
         Ending: Thu Mar 31 18:01:50 CEST 2016
         Messages: 352
     
- [vlc-commits] http: always fill Accept-Language, test it
 
Rémi Denis-Courmont
- [vlc-commits] http: drop Accept-Language upon 406 error
 
Rémi Denis-Courmont
- [vlc-commits] http: update test for Accept-Language
 
Rémi Denis-Courmont
- [vlc-commits] http: fix MMSH redirection
 
Rémi Denis-Courmont
- [vlc-commits] http: test hand-over to MMSH plug-in
 
Rémi Denis-Courmont
- [vlc-commits] http: test cases for ICY plugin hand-over
 
Rémi Denis-Courmont
- [vlc-commits] http: redirect to icyx:// if Icy-Name or Icy-Genre	present
 
Rémi Denis-Courmont
- [vlc-commits] marq: Force the ar to 1:1
 
Hugo Beauzée-Luyssen
- [vlc-commits] D3D9: fix typo
 
Jean-Baptiste Kempf
- [vlc-commits] mediacodec: fix Android error callback not sent in	case of early fail
 
Thomas Guillem
- [vlc-commits] transcode: destroy the mutex and condition only if	they have been initialized.
 
Adrien Maglo
- [vlc-commits] contrib:d3d11: VideoProcessor support needs	D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
 
Steve Lhomme
- [vlc-commits] contrib:d3d11: build dxgi1_2.h and dxgi1_3.h
 
Steve Lhomme
- [vlc-commits] direct3d11: the reference driver is not intended for	release builds
 
Steve Lhomme
- [vlc-commits] direct3d11: make sure we request a device that can do	D3D11 11.1
 
Steve Lhomme
- [vlc-commits] direct3d11: use DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL to	avoid buffer copies
 
Steve Lhomme
- [vlc-commits] demux: ts: pass pid as si new table callback
 
Francois Cartegnie
- [vlc-commits] demux: ts: add defines for SI pids
 
Francois Cartegnie
- [vlc-commits] demux: ts: simplify the current epg
 
Francois Cartegnie
- [vlc-commits] demux: ts: add missing running status
 
Francois Cartegnie
- [vlc-commits] demux: ts: attach si tables by on callback,	filter by pid
 
Francois Cartegnie
- [vlc-commits] demux: ts: unify all si tables pid structs
 
Francois Cartegnie
- [vlc-commits] demux: ts: add dedicated header for ts_pid forward	decls
 
Francois Cartegnie
- [vlc-commits] demux: ts: move PAT creation to psi
 
Francois Cartegnie
- [vlc-commits] demux: ts: encap psi packets push
 
Francois Cartegnie
- [vlc-commits] demux: ts: unify standards and its options
 
Francois Cartegnie
- [vlc-commits] demux: ts: only construct SI on pmt callbacks
 
Francois Cartegnie
- [vlc-commits] demux: ts: rename psip base pid tracking reference on	pmt
 
Francois Cartegnie
- [vlc-commits] contrib: fix SHA512SUM data for Sparkle
 
Sean McGovern
- [vlc-commits] contribs: update aribb25
 
Yuudai Yamashigi
- [vlc-commits] demux: ts: add empty eit event (fix #16679)
 
Francois Cartegnie
- [vlc-commits] demux: fix video/MP2T content type probing
 
Francois Cartegnie
- [vlc-commits] avcodec: disable hwaccel when unsupported/broken	(fixes #16642)
 
Rémi Denis-Courmont
- [vlc-commits] input: set the thread priority from the thread	callback
 
Thomas Guillem
- [vlc-commits] Qt: add missing muxers aliases (fix #12089, #16682)
 
Francois Cartegnie
- [vlc-commits] Qt: programmaticaly check module prefix in profiles
 
Francois Cartegnie
- [vlc-commits] mkv: added warning regarding undefined-behavior
 
Filip Roséen
- [vlc-commits] mkv: clean `chapters.{cpp,hpp}`
 
Filip Roséen
- [vlc-commits] mkv: matroska_segment.cpp c-style cast => c++ cast
 
Filip Roséen
- [vlc-commits] mkv: replaced magic `10` by real constant + fixed	initialization
 
Filip Roséen
- [vlc-commits] mkv: matroska_segment_parse.cpp c-style cast => c++	cast
 
Filip Roséen
- [vlc-commits] mkv: mkv.cpp c-style casts => c++ casts (+fix)
 
Filip Roséen
- [vlc-commits] mkv: util.cpp c-style casts => c++ casts
 
Filip Roséen
- [vlc-commits] mkv: virtual_segment.cpp c-style casts => c++ casts
 
Filip Roséen
- [vlc-commits] mkv: stream_io_callback.cpp c-style casts => c++ casts
 
Filip Roséen
- [vlc-commits] mkv: removed indirection when initializing std::string
 
Filip Roséen
- [vlc-commits] mkv: chapter_command.cpp c-style casts => c++ casts
 
Filip Roséen
- [vlc-commits] mkv: replaced manual memory-management with std::	vector in matroska_segment_c
 
Filip Roséen
- [vlc-commits] mkv: Introduced MKV_CHECKED_PTR_DECL
 
Filip Roséen
- [vlc-commits] mkv: `MKV_CHECKED_PTR_DECL` introduced to	`matroska_segment.cpp`
 
Filip Roséen
- [vlc-commits] mkv: removed unnecessary dynamic memory allocations
 
Filip Roséen
- [vlc-commits] mkv: removed manual memory management from Tags +	SimpleTags
 
Filip Roséen
- [vlc-commits] mkv: replaced (manual) linked-list with std::vector	in `matroska_segment_c ::Seek`
 
Filip Roséen
- [vlc-commits] mkv: Added error diagnostic if i_track does not match	seekpoint
 
Filip Roséen
- [vlc-commits] mkv: removed unnecessary memory-allocation in	`matroska_segment_parse.cpp`
 
Filip Roséen
- [vlc-commits] mkv: fixed seek request diagnostic
 
Filip Roséen
- [vlc-commits] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
 
Filip Roséen
- [vlc-commits] ogg: Add OggSpots video codec support
 
Michael Tänzer
- [vlc-commits] posix fs: define vlc_cloexec when mkostemp does not	exist
 
Jean-Baptiste Kempf
- [vlc-commits] demux: ts: simplify eit offset (arib) and add network	time
 
Francois Cartegnie
- [vlc-commits] demux: ts: fix current event/running event
 
Francois Cartegnie
- [vlc-commits] demux: ts: use fail proof realloc
 
Francois Cartegnie
- [vlc-commits] epg: fix current replacement and add tests
 
Francois Cartegnie
- [vlc-commits] demux: ts: remove indirect eit callbacks
 
Francois Cartegnie
- [vlc-commits] demux: ts: remove pmt access control test
 
Francois Cartegnie
- [vlc-commits] demux: ts: show psip current program progress
 
Francois Cartegnie
- [vlc-commits] demux: ts: rename transport type field
 
Francois Cartegnie
- [vlc-commits] demux: ts: add debuging for arib descriptors
 
Francois Cartegnie
- [vlc-commits] avahi: add RTSP
 
Petri Hintukainen
- [vlc-commits] avahi: remove unused default port
 
Petri Hintukainen
- [vlc-commits] sftp: fix browsing home directory
 
Petri Hintukainen
- [vlc-commits] sftp: Factorize common cleanup code in Open() and	Close()
 
Petri Hintukainen
- [vlc-commits] mkv: revert 8317c24270d45b4938acaf58104e18f5039eade0
 
Steve Lhomme
- [vlc-commits] oggspots: Add OggSpots codec module
 
Michael Tänzer
- [vlc-commits] ogg codecs: use checked realloc() instead of	xrealloc()
 
Michael Tänzer
- [vlc-commits] Add shortcut to set focus on playlist search field
 
Guillaume Gomez
- [vlc-commits] dsm: update with last API changes
 
Thomas Guillem
- [vlc-commits] contrib: update libdsm
 
Thomas Guillem
- [vlc-commits] Qt: fix potential crash in UpdateVout()
 
Jean-Baptiste Kempf
- [vlc-commits] video_output: better logging of filters needed
 
Steve Lhomme
- [vlc-commits] Only add items in the root playlist to the recent	elements
 
Hugo Beauzée-Luyssen
- [vlc-commits] bluray: fix copy-paste error
 
Petri Hintukainen
- [vlc-commits] directdraw: better debugging of the pixel format used	for surfaces
 
Steve Lhomme
- [vlc-commits] directdraw: list the preferred formats not supported	in debug builds
 
Steve Lhomme
- [vlc-commits] i420_yuy2: remove useless lines
 
Steve Lhomme
- [vlc-commits] i420_yuy2: fix using buffer areas not visible
 
Steve Lhomme
- [vlc-commits] mediacodec: fix crash when reporting a hw error
 
Thomas Guillem
- [vlc-commits] mkv: Added EbmlTypeDispatcher
 
Filip Roséen
- [vlc-commits] mkv: Use EbmTypeDispatcher in	`matroska_segment_c::{ParseTrackEntry, ParseTracks}`
 
Filip Roséen
- [vlc-commits] mkv: Cleaned up code to issue debug diagnostics
 
Filip Roséen
- [vlc-commits] mkv: Use EbmlTypeDispatcher in	`matroska_segment_c::ParseInfo`
 
Filip Roséen
- [vlc-commits] i420_rgb: only handle visible pixels
 
Steve Lhomme
- [vlc-commits] mkv: use EbmlTypeDispatcher in	matroska_segment_c::BlockGet
 
Filip Roséen
- [vlc-commits] i420_yuy2: only handle visible pixels
 
Steve Lhomme
- [vlc-commits] url: validate host name and path
 
Rémi Denis-Courmont
- [vlc-commits] url: test previous commit
 
Rémi Denis-Courmont
- [vlc-commits] directdraw: in overlay mode we need to use	DDSCAPS_FLIP and DDSCAPS_FRONTBUFFER
 
Steve Lhomme
- [vlc-commits] yuy2_i420: only adjust the line ending when the line	was actually used
 
Steve Lhomme
- [vlc-commits] yuy2_i420: only handle visible pixels
 
Steve Lhomme
- [vlc-commits] i420_yuy2: fix the line remaining offset for other	YUY2 variants
 
Steve Lhomme
- [vlc-commits] mkv: Added StringDispatcher
 
Filip Roséen
- [vlc-commits] mkv: Use StringDispatcher in	matroska_segment_c::TrackInit
 
Filip Roséen
- [vlc-commits] mkv: introduced helper functions related to indexes
 
Filip Roséen
- [vlc-commits] mkv: use binary- instead of linear-search in Seek
 
Filip Roséen
- [vlc-commits] mkv: replaced loop with (already present) helper
 
Filip Roséen
- [vlc-commits] mkv: removed legacy code from matroska_segment.cpp
 
Filip Roséen
- [vlc-commits] mkv: tweaked diagnostic when seeking
 
Filip Roséen
- [vlc-commits] mkv: removed unnecessary dynamic allocation
 
Filip Roséen
- [vlc-commits] mkv: replaced reallocation of EbmlParser with	EbmlParser::reconstruct
 
Filip Roséen
- [vlc-commits] mkv: removed unnecessary variable and cleaned up	expression
 
Filip Roséen
- [vlc-commits] mkv: Added reconstruct function to EbmlParser
 
Filip Roséen
- [vlc-commits] mkv: added debug-helper to	matroska_segment_c::ParseInfo
 
Filip Roséen
- [vlc-commits] mkv: use EbmlTypeDispatcher in	matroska_segment_c::ParseChapterAtom
 
Filip Roséen
- [vlc-commits] mkv: made MkvTree match legacy code in terms of	indentation
 
Filip Roséen
- [vlc-commits] mkv: minor clean-up + c-style casts => c++ casts
 
Filip Roséen
- [vlc-commits] Fixed vlm show to display next launch for schedules	with endless repeats
 
Patrick Ho
- [vlc-commits] mkv: fixed C++03 restriction regarding IndexFinder
 
Filip Roséen
- [vlc-commits] Contribs: update libass to 0.13.2
 
Jean-Baptiste Kempf
- [vlc-commits] mkv: fix build failure when compiled with llvm
 
Filip Roséen
- [vlc-commits] contrib/live555: update to current version
 
Felix Paul Kühne
- [vlc-commits] libvlc: add missing include in umbrella header
 
Felix Paul Kühne
- [vlc-commits] demux: adaptive: fix include order
 
Francois Cartegnie
- [vlc-commits] demux: dash: fix include order
 
Francois Cartegnie
- [vlc-commits] demux: hls: fix include order
 
Francois Cartegnie
- [vlc-commits] demux: smooth: fix include order
 
Francois Cartegnie
- [vlc-commits] avahi: remove AvahiServiceBrowser from sys
 
Petri Hintukainen
- [vlc-commits] avahi: remove useless avahi_threaded_poll_stop() from	error path
 
Petri Hintukainen
- [vlc-commits] avahi: remove domain from rtsp service type
 
Petri Hintukainen
- [vlc-commits] demux: dash: add missing config.h
 
Francois Cartegnie
- [vlc-commits] contrib/fontconfig: require at least 2.10.92
 
Sean McGovern
- [vlc-commits] directdraw: more debug info for overlay issues
 
Steve Lhomme
- [vlc-commits] lib: Add libvlc_dialog.h to vlc.h
 
Hugo Beauzée-Luyssen
- [vlc-commits] demux: ts: create missing dvb subs (refs #5267)
 
Francois Cartegnie
- [vlc-commits] dialog: re-order callback arguments
 
Thomas Guillem
- [vlc-commits] libvlc: re-order dialog callback arguments
 
Thomas Guillem
- [vlc-commits] demux: ts: simplify CAM setting
 
Francois Cartegnie
- [vlc-commits] demux: ts: set filter only after pcr repicking
 
Francois Cartegnie
- [vlc-commits] Revert "lib: Add libvlc_dialog.h to vlc.h"
 
Hugo Beauzée-Luyssen
- [vlc-commits] GnuTLS: update to 3.3.22
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix GNUTls store lookup for tizen
 
Jean-Baptiste Kempf
- [vlc-commits] sftp: public key authentication
 
Petri Hintukainen
- [vlc-commits] demux: adaptive: fix builds with format macros
 
Francois Cartegnie
- [vlc-commits] video_output: decklink: fix build with format macros
 
Francois Cartegnie
- [vlc-commits] gstdecode: support alloc'ing vlc pictures with padding
 
Vikram Fugro
- [vlc-commits] input:event: don't crash when encountering NAV_ES	streams
 
Steve Lhomme
- [vlc-commits] mkv: make sure indexes are in order
 
Filip Roséen
- [vlc-commits] NEWS: Mention pubkey auth in sftp
 
Jean-Baptiste Kempf
- [vlc-commits] HDS: remove shortcut and unnecessary include
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix nfs miscompilation on 64bits Android
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: disable opus decoder
 
Jean-Baptiste Kempf
- [vlc-commits] Qt: fix inverted option for Bluray Menus
 
Jean-Baptiste Kempf
- [vlc-commits] x264: Fix typo in error message: bith -> bit
 
Wayne McDougall
- [vlc-commits] mkv: removed duplicate case for S_VOBSUB
 
Filip Roséen
- [vlc-commits] mkv: fixed faulty logic in	matroska_Segment_c::ParseInfo
 
Filip Roséen
- [vlc-commits] mkv: fix a typo
 
Steve Lhomme
- [vlc-commits] mkv: fix missing Enter() on the first chapter used
 
Steve Lhomme
- [vlc-commits] mkv: timestamp 0 is part of the first chapter for	ordered editions
 
Steve Lhomme
- [vlc-commits] mkv: Segments with chapters but no clusters are ok
 
Steve Lhomme
- [vlc-commits] mkv: preload Segments from the same family as a	Segment with DVD chapter codec
 
Steve Lhomme
- [vlc-commits] mkv: remove useless line
 
Steve Lhomme
- [vlc-commits] mkv: pass the list of matroska_segment_c by reference,	not pointers
 
Steve Lhomme
- [vlc-commits] mkv: simplify the code
 
Steve Lhomme
- [vlc-commits] evas: deactivate tbm surfaces
 
Thomas Guillem
- [vlc-commits] dsm: re-fix opening urls with encoded chars
 
Thomas Guillem
- [vlc-commits] dsm: use sys->url for credential
 
Thomas Guillem
- [vlc-commits] smb: re-fix opening urls with encoded chars
 
Thomas Guillem
- [vlc-commits] smb: remove fastseek capability
 
Thomas Guillem
- [vlc-commits] mkv: simplify Demux() by using vlc_mutex_locker
 
Steve Lhomme
- [vlc-commits] mkv: only create a spoint vector if we're going to	use it
 
Steve Lhomme
- [vlc-commits] mkv: remove doublon code
 
Steve Lhomme
- [vlc-commits] mkv: p_current_segment can change after a call to	UpdateCurrentToChapter()
 
Steve Lhomme
- [vlc-commits] mkv: prefer references to pointers
 
Steve Lhomme
- [vlc-commits] mkv: select which matroska_segment_c to use to create	the virtual_edition_c
 
Steve Lhomme
- [vlc-commits] mkv: rename variables that are not pointers anymore
 
Steve Lhomme
- [vlc-commits] mkv: add a helper method to check if 2 Segments are	from the same family
 
Steve Lhomme
- [vlc-commits] mkv: add Segments from the same family to	used_segments
 
Steve Lhomme
- [vlc-commits] mkv: pass the user_time by reference
 
Steve Lhomme
- [vlc-commits] mkv: create a virtual_chapter_c with its sub chapters
 
Steve Lhomme
- [vlc-commits] mkv: prefix variables from virtual elements with a 'v'
 
Steve Lhomme
- [vlc-commits] mkv: explicitly tell which of the chapter is the one	leaving in EnterAndLeave( )
 
Steve Lhomme
- [vlc-commits] mkv: a subchapter with no end timestamp cannot match	the chapter looked for
 
Steve Lhomme
- [vlc-commits] mkv: adjust the end timestamp of ordered chapters	based on the information from sub chapters
 
Steve Lhomme
- [vlc-commits] mkv: use the chapter end time for duration rather	than the sum of sub chapters
 
Steve Lhomme
- [vlc-commits] mkv: an edition with no duration is OK if there's	some chapter codec
 
Steve Lhomme
- [vlc-commits] contribs: lua 5.3
 
Ludovic Fauvet
- [vlc-commits] Contribs: lua, remove unneeded patch
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: lua, simpler way to disable localeconv
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix lua compilation with old Android	versions
 
Jean-Baptiste Kempf
- [vlc-commits] lua: use lua_set_funcs to replace luaL_register in 5.3
 
Jean-Baptiste Kempf
- [vlc-commits] sftp: fix opening urls with encoded chars
 
Petri Hintukainen
- [vlc-commits] lua: 'vlc' namespace needs to be handled differently
 
Ludovic Fauvet
- [vlc-commits] Contribs: update to Qt 5.6.0
 
Jean-Baptiste Kempf
- [vlc-commits] fortunes: ripping, playing, reading
 
Jean-Baptiste Kempf
- [vlc-commits] lua: merge new functions with the previous table
 
Ludovic Fauvet
- [vlc-commits] lua: kill a warning
 
Ludovic Fauvet
- [vlc-commits] lua: replace deprecated functions
 
Ludovic Fauvet
- [vlc-commits] Contribs: rewrite most of Qt installation
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: rewrite most of Qt rules
 
Jean-Baptiste Kempf
- [vlc-commits] mkv: add virtual_chapter_c::ContainsTimestamp()	helper method
 
Steve Lhomme
- [vlc-commits] mkv: only look for a new Chapter if the current one	doesn't fit anymore
 
Steve Lhomme
- [vlc-commits] mkv: only use the sub chapters duration if we don't	have one or it' s bigger
 
Steve Lhomme
- [vlc-commits] mkv: wait for the next Demux() call if we entered a	new Chapter
 
Steve Lhomme
- [vlc-commits] mkv: debug the timestamps of the chapter used
 
Steve Lhomme
- [vlc-commits] mkv: never set p_current_vsegment to NULL
 
Steve Lhomme
- [vlc-commits] mkv: do not reset the i_start_time after a seek was	initiated
 
Steve Lhomme
- [vlc-commits] mkv: crash fix in FindChapters
 
Steve Lhomme
- [vlc-commits] mkv: only check if we went too far on the next Demux	call
 
Steve Lhomme
- [vlc-commits] mkv: only jump on known chapters from chapter commands
 
Steve Lhomme
- [vlc-commits] mkv: enter PGC's from DVD via the first Cell in the	PGC
 
Steve Lhomme
- [vlc-commits] mkv: separate the segment selection from the track	copying
 
Steve Lhomme
- [vlc-commits] mkv: rename ChangeSegment() to KeepTrackSelection()
 
Steve Lhomme
- [vlc-commits] mkv: call PreparePlayback() when switching segment	during seeking
 
Steve Lhomme
- [vlc-commits] mkv: ordered chapters need to know the current	chapter even when not starting
 
Steve Lhomme
- [vlc-commits] mkv: allow preparing playback for a different	timestamp than 0
 
Steve Lhomme
- [vlc-commits] mkv: use a reference for the virtual_segment as we	never prepare for a NULL one
 
Steve Lhomme
- [vlc-commits] mkv: we don't need to prepare playback when jumping	from Chapter commands
 
Steve Lhomme
- [vlc-commits] mkv: prepare playback for the current chapter selected
 
Steve Lhomme
- [vlc-commits] mkv: don't enter anything when leaving the last	ordered chapter
 
Steve Lhomme
- [vlc-commits] Qt: be sure to have cascading fails for commands
 
Jean-Baptiste Kempf
- [vlc-commits] mkv: only the first loaded segment knows which	chapter it will start from
 
Steve Lhomme
- [vlc-commits] mkv: use the more generic JumpTo() call
 
Steve Lhomme
- [vlc-commits] Contribs: update D3D11 rules
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: D3D11, fix DXGI_1_2.h generation
 
Jean-Baptiste Kempf
- [vlc-commits] mp4: use VLC_CODEC_YUYV
 
Rémi Denis-Courmont
- [vlc-commits] mkv: fixed parsing regression related to S_TEXT/UTF8
 
Filip Roséen
- [vlc-commits] Contribs: use standard installations for Qt
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix .pc files in release mode
 
Jean-Baptiste Kempf
- [vlc-commits] udp: add timeout parameter
 
Ilkka Ollakka
- [vlc-commits] Contribs: Qt,	mention lqwindows and QPlatformSupport in .pc file
 
Jean-Baptiste Kempf
- [vlc-commits] Qt: accessible widgets is part of Qt5Gui in 5.6
 
Jean-Baptiste Kempf
- [vlc-commits] configure: fix missing $av_vdpau_ver
 
Rémi Denis-Courmont
- [vlc-commits] mkv: fixed broken locking mechanism
 
Filip Roséen
- [vlc-commits] Bump the required Qt versions
 
Jean-Baptiste Kempf
- [vlc-commits] NEWS: fix udp entry
 
Ilkka Ollakka
- [vlc-commits] bluray: fix blanking
 
Petri Hintukainen
- [vlc-commits] Contribs: NFS works on Windows
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: install libvnc*.pc
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update vncserver to 0.9.10
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: VNC, correctly detect png library
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: build microdns when needed
 
Jean-Baptiste Kempf
- [vlc-commits] http: fix memory leak
 
Rémi Denis-Courmont
- [vlc-commits] url: fix parsing URL with IPv6 numerals
 
Rémi Denis-Courmont
- [vlc-commits] url: test previous change
 
Rémi Denis-Courmont
- [vlc-commits] http: improve tunnel coverage
 
Rémi Denis-Courmont
- [vlc-commits] Contribs: vncserver depends on GnuTLS too
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: vncclient,	correctly mention gnutls dependency
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: vncclient,	correctly compile against newer GNUTLS versions
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: vncserver, disable the GnuTLS anon part
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: vncclient, disable the GnuTLS anon part
 
Jean-Baptiste Kempf
- [vlc-commits] macosx: update codesigning script so	Sparkle.framework satisfies its designated requirement
 
Felix Paul Kühne
- [vlc-commits] vout: msw: common: provide the full picture rect as	the source rect
 
Hugo Beauzée-Luyssen
- [vlc-commits] deinterlace: Fix blending of pictures with offset
 
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d11: Remove duplicated forward declaration
 
Hugo Beauzée-Luyssen
- [vlc-commits] theora: Force b_progressive to true
 
Hugo Beauzée-Luyssen
- [vlc-commits] qt: replaced macros with proper constants
 
Filip Roséen
- [vlc-commits] qt: replaced magic constants with	QtAbstractSlider::{maximum, minimum}
 
Filip Roséen
- [vlc-commits] qt: make seek tooltip + actual seek less surprising
 
Filip Roséen
- [vlc-commits] Qt: improve the seekbar precision
 
Jean-Baptiste Kempf
- [vlc-commits] input: es_out: lower RESET_PCR warning to debug level
 
Francois Cartegnie
- [vlc-commits] mediacodec: more unsigned members
 
Thomas Guillem
- [vlc-commits] mediacodec: remove ArchitectureSpecificCopyData
 
Thomas Guillem
- [vlc-commits] mediacodec: configure name and quirks from mc_api
 
Thomas Guillem
- [vlc-commits] avcodec: grammar fix
 
Hugo Beauzée-Luyssen
- [vlc-commits] transcode: Fix printf format specifier
 
Hugo Beauzée-Luyssen
- [vlc-commits] vout: decklink: don't fail on missing audio
 
Francois Cartegnie
- [vlc-commits] vout: decklink: improve debugging
 
Francois Cartegnie
- [vlc-commits] vout: decklink: add video mode selection debug info
 
Francois Cartegnie
- [vlc-commits] vout: decklink: early fail on missing video mode
 
Francois Cartegnie
- [vlc-commits] gst: Fix build with recent gstreamer
 
Shlomi Fish
- [vlc-commits] Jack: allow to specify a name of the instance through	--jack-name
 
Jean-Baptiste Kempf
- [vlc-commits] Revert "mkv: a subchapter with no end timestamp	cannot match the chapter looked for"
 
Steve Lhomme
- [vlc-commits] chromecast: simplify the sout cleaning
 
Steve Lhomme
- [vlc-commits] chromecast:sout: discard ES that are not audio for	audio-only devices
 
Steve Lhomme
- [vlc-commits] chromecast:sout: pass the MIME type to the HTTP output
 
Steve Lhomme
- [vlc-commits] chromecast:sout: fix crash when pf_control is NULL
 
Steve Lhomme
- [vlc-commits] chromecast: rename the module to libchromecast so it	matches the protocol
 
Steve Lhomme
- [vlc-commits] chromecast: keep a bare vlc_object_t reference to the	module
 
Steve Lhomme
- [vlc-commits] chromecast: remove implied include
 
Steve Lhomme
- [vlc-commits] chromecast: use p_module instead of p_this or p_intf
 
Steve Lhomme
- [vlc-commits] chromecast: code cleaning
 
Steve Lhomme
- [vlc-commits] chromecast: get rid of the Clean() function
 
Steve Lhomme
- [vlc-commits] chromecast: move the closing code in the destructor
 
Steve Lhomme
- [vlc-commits] chromecast: update the connection status when closing	the connection ourselves
 
Steve Lhomme
- [vlc-commits] chromecast: keep track of the current media session	ID reported by the device
 
Steve Lhomme
- [vlc-commits] chromecast: use a generic method to send messages on	the player namespace
 
Steve Lhomme
- [vlc-commits] chromecast: add the known player commands to send to	the player
 
Steve Lhomme
- [vlc-commits] chromecast: don't launch the app on the device until	we're connected
 
Steve Lhomme
- [vlc-commits] chromecast: better handling when loading a media fails
 
Steve Lhomme
- [vlc-commits] chromecast: keep the muxer and mime type requested
 
Steve Lhomme
- [vlc-commits] chromecast: keep track of the state of the device
 
Steve Lhomme
- [vlc-commits] chromecast: keep track of the last command sent to	the device
 
Steve Lhomme
- [vlc-commits] chromecast: fix missing initialization
 
Steve Lhomme
- [vlc-commits] chromecast: remove unused variable
 
Steve Lhomme
- [vlc-commits] microdns: remove names option
 
Thomas Guillem
- [vlc-commits] microdns: refactor
 
Thomas Guillem
- [vlc-commits] demux: libmp4: read sbgp atoms
 
Francois Cartegnie
- [vlc-commits] demux: libmp4: read atom sgpd
 
Francois Cartegnie
- [vlc-commits] demux: mp4: split sync point lookup
 
Francois Cartegnie
- [vlc-commits] demux: mp4: remove unused ReadNextBox
 
Francois Cartegnie
- [vlc-commits] demux: mp4: refine sync sample using rap group (refs	#16732)
 
Francois Cartegnie
- [vlc-commits] contrib: update libmicrodns
 
Thomas Guillem
- [vlc-commits] cycle: add shortname and alias
 
Rémi Denis-Courmont
- [vlc-commits] demux: ts: fix outputing extraes
 
Ilkka Ollakka
- [vlc-commits] libvlc: improve amem documentation
 
Rémi Denis-Courmont
- [vlc-commits] MKV: parse "ALBUM" metadata
 
Jean-Baptiste Kempf
- [vlc-commits] contrib/libass: fix pkg-config file when libiconv is	not present
 
Sean McGovern
- [vlc-commits] Update PO
 
Jean-Baptiste Kempf
- [vlc-commits] Notify: don't display notification for folders
 
Avani Sharma
- [vlc-commits] jack: name the output ports depending on the input	name
 
Jean-Baptiste Kempf
- [vlc-commits] tx3g: fix memory leak
 
Hannes Domani
- [vlc-commits] qt: add a const on the playback state getter
 
Steve Lhomme
- [vlc-commits] mft: Dynamically load the DLL on windows store builds
 
Hugo Beauzée-Luyssen
- [vlc-commits] vout: msw: Handle the swapchain for Direct3D only
 
Hugo Beauzée-Luyssen
- [vlc-commits] demux: mp4: fix include order
 
Francois Cartegnie
- [vlc-commits] packetizer: hxxx: fix include order
 
Francois Cartegnie
- [vlc-commits] demux: mp4: rename confusing member
 
Francois Cartegnie
- [vlc-commits] demux: mp4: use VLC_DEMUXER_
 
Francois Cartegnie
- [vlc-commits] demux: mp4: simplify 3gpp debug msg
 
Francois Cartegnie
- [vlc-commits] demux: libmp4: use MP4BoxFree
 
Francois Cartegnie
- [vlc-commits] demux: libmp4: add child extraction helper
 
Francois Cartegnie
- [vlc-commits] demux: libmp4: add MP4_BoxNew for temp boxes
 
Francois Cartegnie
- [vlc-commits] daala: use ogg-independent API
 
Tristan Matthews
- [vlc-commits] daala: fix bit-depth issue in encoding
 
Tristan Matthews
- [vlc-commits] daala: use more reasonable default quality
 
Tristan Matthews
- [vlc-commits] contrib: daala: drop ogg dependency
 
Tristan Matthews
- [vlc-commits] configure: daala: drop ogg dependency
 
Tristan Matthews
- [vlc-commits] bluray: title number is 1..N, not 0..N-1
 
Petri Hintukainen
- [vlc-commits] libvlc: add popup to libvlc_navigate_mode_t
 
Petri Hintukainen
- [vlc-commits] contrib: live555: Don't reimplement gettimeofday when	using mingw.
 
Hugo Beauzée-Luyssen
- [vlc-commits] Avcodec/swscale: use AV_PIX_FMT consistently
 
Jean-Baptiste Kempf
- [vlc-commits] SWSCALE: fix compilation with 4.x
 
Jean-Baptiste Kempf
- [vlc-commits] mediacodec: the first mp4v input must be an I-Frame
 
Thomas Guillem
- [vlc-commits] mediacodec: missing static
 
Thomas Guillem
- [vlc-commits] mediacodec: don't wait for p_dec->fmt_in to change
 
Thomas Guillem
    
      Last message date: 
       Thu Mar 31 18:01:50 CEST 2016
    Archived on: Thu Mar 31 18:01:58 CEST 2016
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).