February 2017 Archives by thread
      
      Starting: Wed Feb  1 07:37:38 CET 2017
         Ending: Tue Feb 28 22:10:49 CET 2017
         Messages: 708
     
- [vlc-commits] youtube.lua: resolve more thoroughly signature	descrambling javascript URL
 
Pierre Ynard
- [vlc-commits] macOS: Avoid double-seeking to the same position
 
Marvin Scholz
- [vlc-commits] demux: smooth: trigger full playlist update when	reaching end of timeline
 
Francois Cartegnie
- [vlc-commits] demux: adaptive: always set minimal pts-delay
 
Francois Cartegnie
- [vlc-commits] demux: adaptive: rank up extra buffering to 60s
 
Francois Cartegnie
- [vlc-commits] demux: adaptive: add pts-delay to maxbuffering for	segment startnumber computation
 
Francois Cartegnie
- [vlc-commits] demux: adaptive: try to never reach an end of live	segments list
 
Francois Cartegnie
- [vlc-commits] demux: smooth: don't compute ahead time from disabled	steams
 
Francois Cartegnie
- [vlc-commits] demux: mp4: set Tfxd absolute offset (smooth	streaming)
 
Francois Cartegnie
- [vlc-commits] THNAKS: Updated a few copyright dates
 
Joseph DeVor
- [vlc-commits] THANKS: Updated a few copyright dates
 
Joseph DeVore
- [vlc-commits] opengl: converter: refactor pf_gen_textures
 
Thomas Guillem
- [vlc-commits] opengl: change size type
 
Thomas Guillem
- [vlc-commits] opengl: converter: pass texture sizes to	pf_prepare_shader
 
Thomas Guillem
- [vlc-commits] opengl: converter: refactor pf_init
 
Thomas Guillem
- [vlc-commits] opengl: converter: pass texture sizes to pf_update
 
Thomas Guillem
- [vlc-commits] opengl: use vec2 for TexCoords
 
Thomas Guillem
- [vlc-commits] opengl: converter: add opengl_fragment_shader_init()
 
Thomas Guillem
- [vlc-commits] opengl: converter: merge rgba and yuv init functions
 
Thomas Guillem
- [vlc-commits] opengl: converter: replace chroma desc
 
Thomas Guillem
- [vlc-commits] opengl: converter: move code up
 
Thomas Guillem
- [vlc-commits] opengl: add NV12 support
 
Thomas Guillem
- [vlc-commits] opengl: converter: add GL_TEXTURE_RECTANGLE
 
Thomas Guillem
- [vlc-commits] opengl: add Uniform2f
 
Thomas Guillem
- [vlc-commits] opengl: converter: rename parent to gl
 
Thomas Guillem
- [vlc-commits] fourcc: rename VLC_CODEC_CVPX_OPAQUE to	VLC_CODEC_CVPX_NV12
 
Thomas Guillem
- [vlc-commits] fourcc: add more CVPX fourcc
 
Thomas Guillem
- [vlc-commits] vout/macosx: save CGLContextObj when locking gl
 
Thomas Guillem
- [vlc-commits] opengl: add converter_cvpx
 
Thomas Guillem
- [vlc-commits] videotoolbox: always do direct rendering
 
Thomas Guillem
- [vlc-commits] videotoolbox: decoding can be aborted from output
 
Thomas Guillem
- [vlc-commits] packetizer/mlp: don't check parity on sync frames
 
Thomas Guillem
- [vlc-commits] opengl: converter: fix planar16
 
Thomas Guillem
- [vlc-commits] direct3d11: fix log type
 
Steve Lhomme
- [vlc-commits] direct3d11: move the VLC_CODEC_D3D11_OPAQUE	definition in a separate header
 
Steve Lhomme
- [vlc-commits] vout: win32: split vout_display_sys_t in 2 structures
 
Steve Lhomme
- [vlc-commits] vout: win32: move each vout_display_sys_t in their	respective module
 
Steve Lhomme
- [vlc-commits] vout: win32: avoid calling D3D11 specific code in	common
 
Steve Lhomme
- [vlc-commits] direct3d11: move the shader resource view in	picture_sys_t
 
Steve Lhomme
- [vlc-commits] direct3d11: pass the shader resource view to	DisplayD3DPicture()
 
Steve Lhomme
- [vlc-commits] xdg-shell: add Kwin SSD support
 
Rémi Denis-Courmont
- [vlc-commits] packetizer/mlp: remove dead code (cid #1399894)
 
Thomas Guillem
- [vlc-commits] opengl: remove useless code
 
Thomas Guillem
- [vlc-commits] opengl: converter: change pf_allocate_texture
 
Thomas Guillem
- [vlc-commits] Update NEWS
 
Jean-Baptiste Kempf
- [vlc-commits] macosx: Restore FS panel position on same fullscreen	device
 
David Fuhrmann
- [vlc-commits] macosx: Listen for file tab changes
 
David Fuhrmann
- [vlc-commits] macosx: open panel: react on standard modal responses	as well
 
David Fuhrmann
- [vlc-commits] macosx: open panel: Use identifiers for tab view items
 
David Fuhrmann
- [vlc-commits] macosx: Open panel: Only trigger MRL update if disc	section is active
 
David Fuhrmann
- [vlc-commits] macosx: open panel: Remove remnants of eye TV panels
 
David Fuhrmann
- [vlc-commits] macosx: open panel: Fix autolayout for capture pane
 
David Fuhrmann
- [vlc-commits] Tag 2.2.5 : VLC media player 2.2.5 "WeatherWax"
 
git at videolan.org
- [vlc-commits] qt: Add a setting to chose when to raise the	interface or not
 
Hugo Beauzée-Luyssen
- [vlc-commits] flac packetizer: Cosmetic
 
Hugo Beauzée-Luyssen
- [vlc-commits] preparser: Always trigger an event when the preparse	is skipped
 
Hugo Beauzée-Luyssen
- [vlc-commits] dvbsub: Don't use potentially uninitialized depth to	fill a region
 
Hugo Beauzée-Luyssen
- [vlc-commits] yuvp: Merge RGBA and ARGB code
 
Hugo Beauzée-Luyssen
- [vlc-commits] qt: Don't trust image extensions
 
Hugo Beauzée-Luyssen
- [vlc-commits] opengl: converter: generic: don't try opaque
 
Thomas Guillem
- [vlc-commits] opengl: converter: generic: also fallback on RGB
 
Thomas Guillem
- [vlc-commits] opengl: remove RGB fallback
 
Thomas Guillem
- [vlc-commits] opengl: converter: merge generic and xyz12
 
Thomas Guillem
- [vlc-commits] opengl: change log when converters fail
 
Thomas Guillem
- [vlc-commits] fourcc: no YUV fallback for VDPAU chromas
 
Thomas Guillem
- [vlc-commits] videotoolbox: set correct minimal version constants	for iOS and tvOS
 
Felix Paul Kühne
- [vlc-commits] videotoolbox: values of type OSStatus should not be	used as format arguments
 
Felix Paul Kühne
- [vlc-commits] macosx: Replace icon with a more modern/flat one
 
Doney den Ouden
- [vlc-commits] DirectShow: Support audio capture from audio-enabled	vdevs
 
Salah-Eddin Shaban
- [vlc-commits] DirectShow: Check for IMediaControl::Run failure
 
Salah-Eddin Shaban
- [vlc-commits] qt: move vout window initialization code
 
Rémi Denis-Courmont
- [vlc-commits] Qt: Wayland vout window provider
 
Rémi Denis-Courmont
- [vlc-commits] macosx: input manager: add a rate limit for	INPUT_EVENT_POSITION
 
David Fuhrmann
- [vlc-commits] os2: refactorize poll() implementation
 
KO Myung-Hun
- [vlc-commits] skins2: fix OS/2 compilation
 
KO Myung-Hun
- [vlc-commits] nsis: Remove duplicated extension display
 
Hugo Beauzée-Luyssen
- [vlc-commits] deinterlace: Don't copy picture, just hold reference
 
Ilkka Ollakka
- [vlc-commits] video_chroma: chain: default return value to error
 
Ilkka Ollakka
- [vlc-commits] transcode: probe format changes if we can create	filter chain to encoder
 
Ilkka Ollakka
- [vlc-commits] transcode: init encoder first,	so we get end resolution
 
Ilkka Ollakka
- [vlc-commits] transcode: don't disable hardware decoding by default
 
Ilkka Ollakka
- [vlc-commits] lib: Remove outdated comment
 
Hugo Beauzée-Luyssen
- [vlc-commits] snap: Fix build
 
Hugo Beauzée-Luyssen
- [vlc-commits] securetransport: ignore ALPN parameter as the backend	cannot handle it ( closes #17222)
 
Felix Paul Kühne
- [vlc-commits] securetransport: ignore ALPN parameter as the backend	cannot handle it ( closes #17721)
 
Felix Paul Kühne
- [vlc-commits] transcode: change debug output wording on chroma probe
 
Ilkka Ollakka
- [vlc-commits] transcode: simplify format check on format change
 
Ilkka Ollakka
- [vlc-commits] deinterlace: picture_Hold() cannot fail
 
Rémi Denis-Courmont
- [vlc-commits] add ttml as slave spu extension
 
Francois Cartegnie
- [vlc-commits] demux: adaptive: always restart mp4
 
Francois Cartegnie
- [vlc-commits] demux: mp4: add readcontainerrestricted
 
Francois Cartegnie
- [vlc-commits] demux: mp4: bind fragment on moof pos
 
Francois Cartegnie
- [vlc-commits] demux: mp4: rework durations handling
 
Francois Cartegnie
- [vlc-commits] libvlc: fix NULL dereference
 
Rémi Denis-Courmont
- [vlc-commits] sap: remove incorrect assert
 
Rémi Denis-Courmont
- [vlc-commits] tta: fix memory leak
 
Rémi Denis-Courmont
- [vlc-commits] l10n: Afrikaans update
 
VideoLAN
- [vlc-commits] l10n: Aragonese update
 
VideoLAN
- [vlc-commits] l10n: Arabic update
 
VideoLAN
- [vlc-commits] l10n: Bulgarian update
 
VideoLAN
- [vlc-commits] l10n: Bengali (India) update
 
VideoLAN
- [vlc-commits] l10n: Breton update
 
VideoLAN
- [vlc-commits] l10n: Corsican update
 
VideoLAN
- [vlc-commits] l10n: Czech update
 
VideoLAN
- [vlc-commits] l10n: Welsh update
 
VideoLAN
- [vlc-commits] l10n: English (United Kingdom) update
 
VideoLAN
- [vlc-commits] l10n: Spanish (Mexico) update
 
VideoLAN
- [vlc-commits] l10n: Persian update
 
VideoLAN
- [vlc-commits] l10n: Finnish update
 
VideoLAN
- [vlc-commits] l10n: Initial West Frisian translation
 
VideoLAN
- [vlc-commits] l10n: Irish update
 
VideoLAN
- [vlc-commits] l10n: Hebrew update
 
VideoLAN
- [vlc-commits] l10n: Icelandic update
 
VideoLAN
- [vlc-commits] l10n: Italian update
 
VideoLAN
- [vlc-commits] l10n: Kannada update
 
VideoLAN
- [vlc-commits] l10n:  Norwegian Bokmål update
 
VideoLAN
- [vlc-commits] l10n: Nepali update
 
VideoLAN
- [vlc-commits] l10n: Norwegian Nynorsk update
 
VideoLAN
- [vlc-commits] l10n: Punjabi update
 
VideoLAN
- [vlc-commits] l10n: Portuguese update
 
VideoLAN
- [vlc-commits] l10n: Sinhala update
 
VideoLAN
- [vlc-commits] l10n: Slovenian update
 
VideoLAN
- [vlc-commits] l10n: Swedish update
 
VideoLAN
- [vlc-commits] l10n: Tamil update
 
VideoLAN
- [vlc-commits] l10n: Turkish update
 
Kaya Zeren
- [vlc-commits] l10n: Initial Uighur translation
 
VideoLAN
- [vlc-commits] l10n: Traditional Chinese update
 
VideoLAN
- [vlc-commits] videotoolbox: use visible size to configure VT
 
Thomas Guillem
- [vlc-commits] packetizer: h264: fix inferred 4:2:2 on missing	chroma_idc
 
Francois Cartegnie
- [vlc-commits] packetizer: h264: store color planes flag
 
Francois Cartegnie
- [vlc-commits] packetizer: fix reading crop parameters
 
Francois Cartegnie
- [vlc-commits] packetizer: h264: fix computing visible size
 
Francois Cartegnie
- [vlc-commits] demux: mp4: fix divbyzero (fix #17984)
 
Francois Cartegnie
- [vlc-commits] demux: avi: fix overflow in scale
 
Francois Cartegnie
- [vlc-commits] demux: avi: fix format strings
 
Francois Cartegnie
- [vlc-commits] vlc_bits: bs_skip ovfw (fix #17985)
 
Francois Cartegnie
- [vlc-commits] stream: do not pass NULL buffer to access module
 
Rémi Denis-Courmont
- [vlc-commits] stream_filter: assume read buffer is non-NULL,	simplify
 
Rémi Denis-Courmont
- [vlc-commits] demux: fix integer overflows in APE tag skipping
 
Rémi Denis-Courmont
- [vlc-commits] wav: reject large PCM specs (fixes #17986)
 
Rémi Denis-Courmont
- [vlc-commits] au: signed -> unsigned to avoid undefined overflow
 
Rémi Denis-Courmont
- [vlc-commits] au: handle vlc_stream_Read() errors
 
Rémi Denis-Courmont
- [vlc-commits] dxgi_fmt: provide the list of resource view types in	an array
 
Steve Lhomme
- [vlc-commits] direct3d11: keep the whole config when selecting the	quad output format
 
Steve Lhomme
- [vlc-commits] direct3d11: factorize the code to select the texture	format
 
Steve Lhomme
- [vlc-commits] direct3d11: use a function to find the SPU blendable	texture format
 
Steve Lhomme
- [vlc-commits] direct3d11: Use the pixel shader corresponding to the	texture format
 
Steve Lhomme
- [vlc-commits] direct3d11: factorize the pixel shader selection from	the output format
 
Steve Lhomme
- [vlc-commits] direct3d11: factorize the shader compilation code
 
Steve Lhomme
- [vlc-commits] d3d11_fmt: avoid a cast between ID3D11Texture2D* and	ID3D11Resource*
 
Steve Lhomme
- [vlc-commits] d3d11_surface: avoid a cast between ID3D11Texture2D*	and ID3D11Resource*
 
Steve Lhomme
- [vlc-commits] direct3d11: no need for an interim	vout_display_info_t value
 
Steve Lhomme
- [vlc-commits] direct3d11: decide if we're going to do direct	rendering earlier
 
Steve Lhomme
- [vlc-commits] direct3d11: define the 0.0625 magic value for the	white point
 
Steve Lhomme
- [vlc-commits] packetizer/h264: fix resource deallocation during	Close
 
Filip Roséen
- [vlc-commits] direct3d11: make the pixel shader matrices non-const
 
Steve Lhomme
- [vlc-commits] direct3d11: pass the whitepoint and colorspace	matrices to the RGB pixel shader
 
Steve Lhomme
- [vlc-commits] direct3d11: tweak the pixel shader for the Xbox
 
Steve Lhomme
- [vlc-commits] d3d11va: use the picture from the decoder pool	directly
 
Steve Lhomme
- [vlc-commits] direct3d11: rework the texture placement
 
Steve Lhomme
- [vlc-commits] direct3d11: remove the useless staging texture
 
Steve Lhomme
- [vlc-commits] direct3d11: fix compilation when	HAVE_ID3D11VIDEODECODER is not set
 
Steve Lhomme
- [vlc-commits] direct3d11: use a function to allocate the shader	resource views
 
Steve Lhomme
- [vlc-commits] direct3d11: store the texture format that is used to	display the texture
 
Steve Lhomme
- [vlc-commits] direct3d11: keep a reference to the pixel shader	longer
 
Steve Lhomme
- [vlc-commits] direct3d11: move the quad texture allocation in a	separate function
 
Steve Lhomme
- [vlc-commits] direct3d11: rename the texture mapping functions
 
Steve Lhomme
- [vlc-commits] direct3d11: don't allow mapping opaque decoder	textures to the CPU
 
Steve Lhomme
- [vlc-commits] direct3d11: clean Pool() code
 
Steve Lhomme
- [vlc-commits] direct3d11: use the picture_sys_t texture rather than	a local quad one
 
Steve Lhomme
- [vlc-commits] demux: mkv: add support for new spatial projection	elements
 
Steve Lhomme
- [vlc-commits] playlist: fix missing NULL test
 
Steve Lhomme
- [vlc-commits] lib/media_player: use default deinterlace values
 
Thomas Guillem
- [vlc-commits] securetransport: update ALPN request ID
 
Felix Paul Kühne
- [vlc-commits] configure: Pass the macosx deps even if the intl to	try is external
 
Luca Barbato
- [vlc-commits] macosx/misc: replace symbol deprecated in macOS 10.0
 
Felix Paul Kühne
- [vlc-commits] macosx: initializing NSApplication may fail
 
Felix Paul Kühne
- [vlc-commits] vlc_block_helper: simplify using byte and offset	accounting
 
Francois Cartegnie
- [vlc-commits] vlc_block_helper: allow non raw byte matching on	startcodes
 
Francois Cartegnie
- [vlc-commits] packetizer: flac: notify discontinuities
 
Francois Cartegnie
- [vlc-commits] demux: flac: send discontinuity to packetizer on seek
 
Francois Cartegnie
- [vlc-commits] au: fix initialization
 
Rémi Denis-Courmont
- [vlc-commits] wav: fix memory leak
 
Rémi Denis-Courmont
- [vlc-commits] packetizer: flac: rework (fix #17932)
 
Francois Cartegnie
- [vlc-commits] decoder: initialise callbacks regarding of the fmt
 
Thomas Guillem
- [vlc-commits] decoder: fail earlier if the category is unknown
 
Thomas Guillem
- [vlc-commits] decoder: use one update callback per category
 
Thomas Guillem
- [vlc-commits] decoder: refactor pf_decode_* callbacks
 
Thomas Guillem
- [vlc-commits] decoder: add VLCDEC_ECRITICAL status
 
Thomas Guillem
- [vlc-commits] decoder: add VLCDEC_RELOAD status
 
Thomas Guillem
- [vlc-commits] decoder: ensure that only one output is queued
 
Thomas Guillem
- [vlc-commits] decoder: add decoder_QueueVideoWithCc
 
Thomas Guillem
- [vlc-commits] mediacodec: reload if interlaced is not supported
 
Thomas Guillem
- [vlc-commits] transcode/video: also drain the decoder
 
Thomas Guillem
- [vlc-commits] transcode/audio: also drain the decoder
 
Thomas Guillem
- [vlc-commits] decoder: split DecoderGetCc
 
Thomas Guillem
- [vlc-commits] packetizer: flac: check streaminfo maxframesize value
 
Francois Cartegnie
- [vlc-commits] macOS: Build script changes
 
Marvin Scholz
- [vlc-commits] packetizer: flac: unset pp_block on grab
 
Francois Cartegnie
- [vlc-commits] packetizer: flac: pop block also on flush
 
Francois Cartegnie
- [vlc-commits] demux: flac: return between blocks (fix #4362)
 
Francois Cartegnie
- [vlc-commits] demux: flac: set pcr before sending packet
 
Francois Cartegnie
- [vlc-commits] vlc_block_helper: fix null deref (cid #1400161)
 
Francois Cartegnie
- [vlc-commits] liveleak.lua: update for website changes
 
Pierre Ynard
- [vlc-commits] liveleak.lua: Improve URL probe function
 
Marvin Scholz
- [vlc-commits] demux: flac: validate first pts only when packetizer	succeeds (fix #17111)
 
Francois Cartegnie
- [vlc-commits] macOS: Fix Xcode project and remove broken schemes
 
Marvin Scholz
- [vlc-commits] demux: flac: load streaminfo directly in p_extra
 
Francois Cartegnie
- [vlc-commits] demux: flac: signedness fixes
 
Francois Cartegnie
- [vlc-commits] demux: flac: create es from streaminfo (refs #17933)
 
Francois Cartegnie
- [vlc-commits] packetizer: dts: reject invalid parameters (fix	#18000)
 
Francois Cartegnie
- [vlc-commits] macOS: Fix LogMessageWindow requiring Xcode 8
 
Marvin Scholz
- [vlc-commits] Revert "direct3d11: avoid crashing later in the	decoder"
 
Steve Lhomme
- [vlc-commits] direct3d11: use a Texture2DArray in the pixel shader
 
Steve Lhomme
- [vlc-commits] d3d11: allow more than one texture per picture
 
Steve Lhomme
- [vlc-commits] direct3d11: no need for a custom picture_sys_pool_t	anymore
 
Steve Lhomme
- [vlc-commits] direct3d11: move the picture pool allocation in one	place
 
Steve Lhomme
- [vlc-commits] direct3d11: allocate the texture(s) directly in	AllocQuad()
 
Steve Lhomme
- [vlc-commits] direct3d11: use a staging texture in legacy shader	mode
 
Steve Lhomme
- [vlc-commits] direct3d11: use AllocateTextures() for quad textures	too
 
Steve Lhomme
- [vlc-commits] direct3d11: fix the cropping and texture sizes
 
Steve Lhomme
- [vlc-commits] packetizer: a52: fix divbyzero (fix #18002)
 
Francois Cartegnie
- [vlc-commits] direct3d11: fix memory leak
 
Steve Lhomme
- [vlc-commits] d3d11va: fix ID3D11Device leak
 
Steve Lhomme
- [vlc-commits] direct3d11: no need to keep the IDXGIFactory2 forever
 
Steve Lhomme
- [vlc-commits] packetizer: a52: fix parser matching (refs #18002)
 
Francois Cartegnie
- [vlc-commits] demux: mp4: clean fragments on open error (fix #17990)
 
Francois Cartegnie
- [vlc-commits] macOS: Move Button icons all to one folder
 
Marvin Scholz
- [vlc-commits] macOS: Restructure images a bit
 
Marvin Scholz
- [vlc-commits] macOS: Remove border from table in Log Message Window
 
Marvin Scholz
- [vlc-commits] configure: remove support for old contribs
 
Rémi Denis-Courmont
- [vlc-commits] macosx: remove sort by xxx from playlist context menu
 
David Fuhrmann
- [vlc-commits] macosx: remove preparse and "cover art download" from	pl context menu
 
David Fuhrmann
- [vlc-commits] macosx: playlist context menu: Improve add files
 
David Fuhrmann
- [vlc-commits] macosx: readd all files to the pseudo-vlc target
 
David Fuhrmann
- [vlc-commits] codec: stl: missing style reset between blocks
 
Francois Cartegnie
- [vlc-commits] Rawaud: limit the channels and possible samplerate
 
Jean-Baptiste Kempf
- [vlc-commits] Rawaud: reject suspicious bitrates
 
Jean-Baptiste Kempf
- [vlc-commits] Rawaud: reindent
 
Jean-Baptiste Kempf
- [vlc-commits] Rawaud: mark the rawaud options as safe
 
Jean-Baptiste Kempf
- [vlc-commits] araw decoder: reject too high samplerates
 
Jean-Baptiste Kempf
- [vlc-commits] demux: stl: fix offbyone in block offset
 
Francois Cartegnie
- [vlc-commits] demux: stl: check for truncated blocks
 
Francois Cartegnie
- [vlc-commits] DShow: correct elapsed time
 
Salah-Eddin Shaban
- [vlc-commits] decoder: fix null deref when draining (cid #1400441)
 
Thomas Guillem
- [vlc-commits] Add some MIME types found in other players
 
Petter Reinholdtsen
- [vlc-commits] macOS: fix distcheck
 
Jean-Baptiste Kempf
- [vlc-commits] demux: libasf: split object parenting
 
Francois Cartegnie
- [vlc-commits] demux: libasf: use helper for reader entries
 
Francois Cartegnie
- [vlc-commits] demux: asf: fix extension boundary
 
Francois Cartegnie
- [vlc-commits] demux: libasf: handle failed read
 
Francois Cartegnie
- [vlc-commits] demux: asf: fix non packetized AC3 issues with DVR-MS
 
Francois Cartegnie
- [vlc-commits] demux: libasf: fix invalid extension size on failed	malloc
 
Francois Cartegnie
- [vlc-commits] demux: libasf: check reads
 
Francois Cartegnie
- [vlc-commits] demux: asf: disable the use of extension pts for	dvr-ms
 
Francois Cartegnie
- [vlc-commits] demux: asf: the 'unknown' guid is binary media format
 
Francois Cartegnie
- [vlc-commits] demux: asf: check malloc
 
Francois Cartegnie
- [vlc-commits] mkv: fixed C++03 restriction regarding IndexFinder
 
Filip Roséen
- [vlc-commits] Support m1v FourCC
 
Jean-Baptiste Kempf
- [vlc-commits] contrib: ffmpeg doesn't support	--disable-decoder=libvpx
 
Hugo Beauzée-Luyssen
- [vlc-commits] Don't check unsigned variables for negativeness
 
Hugo Beauzée-Luyssen
- [vlc-commits] dmo: Fix use after free
 
Hugo Beauzée-Luyssen
- [vlc-commits] screen: Fix potential use after free
 
Hugo Beauzée-Luyssen
- [vlc-commits] dbagraph: Fix potential double free
 
Hugo Beauzée-Luyssen
- [vlc-commits] dbargraph: Fix uninitialized refcount
 
Hugo Beauzée-Luyssen
- [vlc-commits] dbargraph: Remove unused member variables
 
Hugo Beauzée-Luyssen
- [vlc-commits] dshow: Remove unused assignment
 
Hugo Beauzée-Luyssen
- [vlc-commits] dbargraph: Remove unused variable
 
Hugo Beauzée-Luyssen
- [vlc-commits] dshow: CapturePin: Default initialize AM_MEDIA_TYPE
 
Hugo Beauzée-Luyssen
- [vlc-commits] dmo: Fix self-assignment
 
Hugo Beauzée-Luyssen
- [vlc-commits] ntservice: Fix potential leak
 
Hugo Beauzée-Luyssen
- [vlc-commits] directsound: Remove xrealloc/abort usages
 
Hugo Beauzée-Luyssen
- [vlc-commits] ntservice: Fix potential buffer overflow
 
Hugo Beauzée-Luyssen
- [vlc-commits] ntservice: Don't attempt to concatenate with an empty	string
 
Hugo Beauzée-Luyssen
- [vlc-commits] qt: Fix GetLogicalDriveStrings usage
 
Hugo Beauzée-Luyssen
- [vlc-commits] qt: Use wide char to initialize a wchar array
 
Hugo Beauzée-Luyssen
- [vlc-commits] qt: Fix memory leak
 
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d9: Fix potential leak
 
Hugo Beauzée-Luyssen
- [vlc-commits] d3d11: Reorder initializations to avoid potential	handle leak
 
Hugo Beauzée-Luyssen
- [vlc-commits] dshow: Check for NULLity before dereferencing
 
Hugo Beauzée-Luyssen
- [vlc-commits] dmo: Fix "reverse fix"...
 
Hugo Beauzée-Luyssen
- [vlc-commits] microdns: Remove useless check
 
Hugo Beauzée-Luyssen
- [vlc-commits] Puzzle: increase the maximum size to 42x42
 
Jean-Baptiste Kempf
- [vlc-commits] transcode: video: Remove dead code
 
Hugo Beauzée-Luyssen
- [vlc-commits] picture_pool: Fix potential undefined bitshift	operation
 
Hugo Beauzée-Luyssen
- [vlc-commits] Contribs: update asdcplib to 2.7.9 and port to nettle
 
Jean-Baptiste Kempf
- [vlc-commits] DCP: compile for Windows
 
Jean-Baptiste Kempf
- [vlc-commits] contrib: asdcplib: Remove use of dirent_win.h
 
Hugo Beauzée-Luyssen
- [vlc-commits] misc: fix vlc_html_colors
 
Francois Cartegnie
- [vlc-commits] misc: vlc_html_color: add [a]rgb()
 
Francois Cartegnie
- [vlc-commits] codec: substtml: only handle absolute timings
 
Francois Cartegnie
- [vlc-commits] demux: ttml: gen timings based on resolved info
 
Francois Cartegnie
- [vlc-commits] subtitles: ttml: add comment
 
Francois Cartegnie
- [vlc-commits] codec: substtml: handle set node
 
Francois Cartegnie
- [vlc-commits] codec: substtml: handle display attribute
 
Francois Cartegnie
- [vlc-commits] Win32 screen: Fix cursor rendering and multi-display	support
 
Salah-Eddin Shaban
- [vlc-commits] compat: the official way to include WSA functions is	with winsock2.h
 
Steve Lhomme
- [vlc-commits] core: WINAPI should be set on the pointer
 
Steve Lhomme
- [vlc-commits] opengl: refactor program link
 
Thomas Guillem
- [vlc-commits] opengl: android: create the SurfaceTexture from	pf_allocate_textures
 
Thomas Guillem
- [vlc-commits] opengl: remove textures argument from get_pool
 
Thomas Guillem
- [vlc-commits] opengl: cvpx: fix return values on error
 
Thomas Guillem
- [vlc-commits] opengl: allocate textures from New()
 
Thomas Guillem
- [vlc-commits] demux: ogg: correctly free vorbis info (refs #18015)
 
Francois Cartegnie
- [vlc-commits] mkv: Check file extensions in a case insensitive way
 
Hugo Beauzée-Luyssen
- [vlc-commits] demux: ogg: fix broken fix
 
Francois Cartegnie
- [vlc-commits] demux: mp4: remove indirect codec mapping
 
Francois Cartegnie
- [vlc-commits] demux: mp4: override sample size of raw audio (fix	#17938)
 
Francois Cartegnie
- [vlc-commits] opengl: rename OPENGL common rules
 
Thomas Guillem
- [vlc-commits] opengl: use OPENGL common rules for Android
 
Thomas Guillem
- [vlc-commits] opengl: use OPENGL common rules for OSX
 
Thomas Guillem
- [vlc-commits] Contribs: update ASDCPlib .pc file to 2.7.19
 
Jean-Baptiste Kempf
- [vlc-commits] yuvp: Work around alpha being ignored when scaling
 
Hugo Beauzée-Luyssen
- [vlc-commits] Revert "vlc.desktop: announce support for DVD ISOs"
 
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: Bump Qt to 5.6.2
 
Hugo Beauzée-Luyssen
- [vlc-commits] bridge: Don't assign a boolean to a pointer
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Log the generated sout chain
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Fix undefined behavior in case of error
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Pass the codec to check codec	compatibility
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Don't transcode supported codecs
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Minor simplification
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Don't override the mediaSessionId after	each received message
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Fix new mediaSessionId log
 
Hugo Beauzée-Luyssen
- [vlc-commits] packetizer: mpegvideo: fix OOB read
 
Francois Cartegnie
- [vlc-commits] puzzle: Drop duplicated check
 
Hugo Beauzée-Luyssen
- [vlc-commits] opengl: converter: handle packed yuv
 
Thomas Guillem
- [vlc-commits] opengl: converter: add tc->handle_texs_gen
 
Thomas Guillem
- [vlc-commits] opengl: cvpx: use GL_RGB_422_APPLE for UYVY
 
Thomas Guillem
- [vlc-commits] opengl: cvpx: add ios support
 
Thomas Guillem
- [vlc-commits] ios2: remove zero copy GL code
 
Thomas Guillem
- [vlc-commits] videotoolbox: remove ios hacks
 
Thomas Guillem
- [vlc-commits] videotoolbox: disable H263 decoding on iOS
 
Felix Paul Kühne
- [vlc-commits] iOS vout: remove write-only variable
 
Jean-Baptiste Kempf
- [vlc-commits] packetizer: mpegvideo: fix reading wrong color spaces
 
Francois Cartegnie
- [vlc-commits] packetizer: mpegvideo: fix discontinuity handling
 
Francois Cartegnie
- [vlc-commits] packetizer: mpegvideo: flag interlaced frames
 
Francois Cartegnie
- [vlc-commits] demux: asf: flag dvr ms as original codec
 
Francois Cartegnie
- [vlc-commits] packetizer: mpegvideo: add dts/pts 'rebuild' mode for	dvr-ms
 
Francois Cartegnie
- [vlc-commits] demux: mpgv: properly flush packetizer
 
Francois Cartegnie
- [vlc-commits] demux: mpgv: fix potential null deref on missing	decoder
 
Francois Cartegnie
- [vlc-commits] vpx: update video resolution if it changes mid-stream.
 
Ronald S. Bultje
- [vlc-commits] speex: drop some unused defines
 
Tristan Matthews
- [vlc-commits] demux: h26x: fix packetizer flushing
 
Francois Cartegnie
- [vlc-commits] demux: h26x: increment by field count
 
Francois Cartegnie
- [vlc-commits] contribs: Add breakpad crash reporter to contribs
 
Marvin Scholz
- [vlc-commits] macOS: Add breakpad to buildsystem
 
Marvin Scholz
- [vlc-commits] macOS: Add initialization of breakpad crash reporter
 
Marvin Scholz
- [vlc-commits] macOS: remove VLC.app from implicit make target
 
Jean-Baptiste Kempf
- [vlc-commits] macOS build.sh: explicitely use make VLC.app
 
Jean-Baptiste Kempf
- [vlc-commits] Remove vlc-osx and vlc-osx-static binaries
 
Jean-Baptiste Kempf
- [vlc-commits] macOS: factor out the Frameworks path definitions
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: install macOS frameworks in a Frameworks/	subdirectory
 
Jean-Baptiste Kempf
- [vlc-commits] configure: adjust Sparkle detection for macOS
 
Jean-Baptiste Kempf
- [vlc-commits] configure: adjust Breakpad detection for macOS
 
Marvin Scholz
- [vlc-commits] configure: adjust Growl detection on macOS
 
Jean-Baptiste Kempf
- [vlc-commits] bin: correctly link without objc compiler
 
Jean-Baptiste Kempf
- [vlc-commits] directory: reconcile numerical and alphabetical	sorting
 
Rémi Denis-Courmont
- [vlc-commits] Remove VLC_NORETURN, use standard syntax
 
Rémi Denis-Courmont
- [vlc-commits] direct3d: fix compilation (fixes #18030)
 
Rémi Denis-Courmont
- [vlc-commits] Map dvr-ms files in the interface
 
Jean-Baptiste Kempf
- [vlc-commits] macOS: Remove unnecessary .nib suffix from Makefile
 
Marvin Scholz
- [vlc-commits] macOS: Add pseudo-bundle to buildsystem
 
Marvin Scholz
- [vlc-commits] macOS: Use absolute paths for symlinks in	pseudo-bundle
 
Marvin Scholz
- [vlc-commits] codecs: fix discontinuity handling
 
Francois Cartegnie
- [vlc-commits] codec: gstreamer: fix CloseDecoder() return
 
Tristan Matthews
- [vlc-commits] vout: privatize vout_display_owner_sys_t (refs #17078)
 
Rémi Denis-Courmont
- [vlc-commits] network: Remove httpd_handler_sys_t (refs #17018)
 
Rémi Denis-Courmont
- [vlc-commits] STL: fix format string
 
Rémi Denis-Courmont
- [vlc-commits] input: missing const qualifier, fix warnings
 
Rémi Denis-Courmont
- [vlc-commits] array: fix up types in vlc_array_*()
 
Rémi Denis-Courmont
- [vlc-commits] dbus: use vlc_array_init() instead of vlc_array_new()
 
Rémi Denis-Courmont
- [vlc-commits] fingerprinter: use vlc_array_init()...
 
Rémi Denis-Courmont
- [vlc-commits] mux/asf: use vlc_array_init() instead of	vlc_array_new()
 
Rémi Denis-Courmont
- [vlc-commits] macOS: Simplify buildsystem, fix VLC.app
 
Marvin Scholz
- [vlc-commits] Simplify the macOS build-package.sh file
 
Jean-Baptiste Kempf
- [vlc-commits] macOS: Re-work dmg packaging
 
Marvin Scholz
- [vlc-commits] macOS: Revert accidental dmg name change
 
Marvin Scholz
- [vlc-commits] contribs: ffmpeg: subst path separators
 
Francois Cartegnie
- [vlc-commits] packetizer: mpegaudio: fully rebuild dts/pts with	dvrms
 
Francois Cartegnie
- [vlc-commits] contrib: use git-archive and save the hash
 
Rémi Denis-Courmont
- [vlc-commits] contrib: fluidlite: check git hash
 
Rémi Denis-Courmont
- [vlc-commits] contrib: d3d9: actually sum
 
Rémi Denis-Courmont
- [vlc-commits] contrib: fix git archive prefix
 
Rémi Denis-Courmont
- [vlc-commits] contrib: mfx: check git hash
 
Rémi Denis-Courmont
- [vlc-commits] contrib: breakpad: process dummy sum rule
 
Rémi Denis-Courmont
- [vlc-commits] services_discovery/microdns: fix iteration variable	type compared to vlc_array_count
 
Filip Roséen
- [vlc-commits] interface/dialog: fix iteration variable type	compared to vlc_array_count
 
Filip Roséen
- [vlc-commits] input/input: properly release acquired entities on	error
 
Filip Roséen
- [vlc-commits] demux/mkv: abort matroska_segment_c::PreloadClusters	on end-of-file
 
Filip Roséen
- [vlc-commits] demux/mkv: fix ES handling during DEMUX_SET_TITLE
 
Filip Roséen
- [vlc-commits] demux/ty: parse_master: fix off-by-one-read
 
Filip Roséen
- [vlc-commits] demux/subtitle: ParseJSS: fix out-of-bounds read
 
Filip Roséen
- [vlc-commits] codec/subsusf: prevent heap-use-after-free / leak
 
Filip Roséen
- [vlc-commits] demux/mkv: include dot when checking extensions for	linked-files
 
Filip Roséen
- [vlc-commits] input/mrl_helpers: fix warning related to iteration	variable
 
Filip Roséen
- [vlc-commits] chromecast: Remove useless parameter
 
Hugo Beauzée-Luyssen
- [vlc-commits] qt: Don't connect the renderer group once per renderer
 
Hugo Beauzée-Luyssen
- [vlc-commits] vlm: Remove duplicated include
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Remove unused define
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Split communication with chromecast in a	separated class
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Move ChromecastCommunication in its own	file
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Prefix member variables
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Connect to the chromecast ASAP
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Reorder/split methods & attributes
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: thread: Use a trampoline function to	simplify
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Remove unused methods
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Prefix intf_sys_t member variables
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Split each message namespace in its own	method
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Rework the state machine
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Simplify and fix packets recv & heartbeat	management
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Remove write only variable
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Don't call setHasInput( false )
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Fix transcode chain creation
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Fix position display when paused from an	external app
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Avoid "defined but not used" warning
 
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Work around	PROTOBUF_INLINE_NOT_IN_HEADERS not being defined
 
Hugo Beauzée-Luyssen
- [vlc-commits] stream_extractor: split joint capability into two
 
Filip Roséen
- [vlc-commits] modules/stream_extractor: add libarchive extractor
 
Filip Roséen
- [vlc-commits] gui/skins2: add ThemeLoader::unarchive
 
Filip Roséen
- [vlc-commits] gui/skins2: remove legacy archive dependencies
 
Filip Roséen
- [vlc-commits] gui/skins2: use ThemeLoader::unarchive
 
Filip Roséen
- [vlc-commits] modules/access: remove legacy rar access
 
Filip Roséen
- [vlc-commits] modules/access: remove legacy archive access/filter
 
Filip Roséen
- [vlc-commits] contrib: Pin libav/ffmpeg to a specific commit
 
Hugo Beauzée-Luyssen
- [vlc-commits] mkv: removed unnecessary complexity in Ebml_parser.cpp
 
Filip Roséen
- [vlc-commits] contrib: ffmpeg/libav: Use long hash
 
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: remove intermediate files from download_git
 
Rémi Denis-Courmont
- [vlc-commits] breakpad: fix dependency propagation
 
Rémi Denis-Courmont
- [vlc-commits] freetype: Fix aspect ratio
 
Hugo Beauzée-Luyssen
- [vlc-commits] Breakpad: cleanup and regroup targets
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: Sparkle clean and document
 
Jean-Baptiste Kempf
- [vlc-commits] contrib: fluidlite: include version in tarball name
 
Rémi Denis-Courmont
- [vlc-commits] contrib: mfx: include version in tarball name
 
Rémi Denis-Courmont
- [vlc-commits] contrib: daala: fix ordering
 
Rémi Denis-Courmont
- [vlc-commits] contrib: freetype2: fix ordering
 
Rémi Denis-Courmont
- [vlc-commits] contrib: daala: use UNPACK
 
Rémi Denis-Courmont
- [vlc-commits] contrib: daala: fix build without SDL
 
Rémi Denis-Courmont
- [vlc-commits] contrib: daala: pin to current git HEAD
 
Rémi Denis-Courmont
- [vlc-commits] contrib: ffmpeg: check git hash
 
Rémi Denis-Courmont
- [vlc-commits] contrib: postproc: use UNPACK
 
Rémi Denis-Courmont
- [vlc-commits] contrib: postproc: check git hash
 
Rémi Denis-Courmont
- [vlc-commits] Contribs: fix fluidlite rules
 
Jean-Baptiste Kempf
- [vlc-commits] contrib: aom: fix unpacking error handling
 
Rémi Denis-Courmont
- [vlc-commits] contrib: fluidlite: use UNPACK
 
Rémi Denis-Courmont
- [vlc-commits] contrib: ffmpeg: fix unpacking error handling
 
Rémi Denis-Courmont
- [vlc-commits] contrib: x265: fix unpacking error handling
 
Rémi Denis-Courmont
- [vlc-commits] contrib: x26410b: make package visible to build system
 
Rémi Denis-Courmont
- [vlc-commits] contrib: x262: disable for the time being
 
Rémi Denis-Courmont
- [vlc-commits] contrib: x262: fix typo
 
Rémi Denis-Courmont
- [vlc-commits] contrib: remove ZCAT, BZCAT and XZCAT
 
Rémi Denis-Courmont
- [vlc-commits] contrib: x26410b: do not download same tarball twice
 
Rémi Denis-Courmont
- [vlc-commits] mpg123: fix glitch on flush
 
Thomas Guillem
- [vlc-commits] httpcookies: fix sign warnings
 
Rémi Denis-Courmont
- [vlc-commits] Access: Remove remaining zipstream.c
 
Jean-Baptiste Kempf
- [vlc-commits] sout/livehttp: use vlc_array_init() instead of	vlc_array_new()
 
Rémi Denis-Courmont
- [vlc-commits] hds: use vlc_array_init() instead of vlc_array_new()
 
Rémi Denis-Courmont
- [vlc-commits] dsm: use vlc_array_init(), fix leak on error
 
Rémi Denis-Courmont
- [vlc-commits] Contribs: update dvbpsi to 1.3.1
 
Jean-Baptiste Kempf
- [vlc-commits] input/mrl_helpers: remove usage of vlc_array_{new,	destroy} vlc_array_new
 
Filip Roséen
- [vlc-commits] vlc_arrays: remove vlc_array_{new, destroy}
 
Filip Roséen
- [vlc-commits] arrays: fix bogus cast in TAB_INSERT and TAB_ERASE
 
Rémi Denis-Courmont
- [vlc-commits] vlc_arrays: alias (INSERT|REMOVE)_ELEM to	TAB_(INSERT|ERASE)
 
Rémi Denis-Courmont
- [vlc-commits] contrib: update .gitignore
 
Rémi Denis-Courmont
- [vlc-commits] contrib: fluidlite: update tarball name
 
Rémi Denis-Courmont
- [vlc-commits] input: remove unused typedef
 
Rémi Denis-Courmont
- [vlc-commits] mmsh: initialize callbacks at the end of probing
 
Rémi Denis-Courmont
- [vlc-commits] mtp: remove useless allocation and fix callbacks init	order
 
Rémi Denis-Courmont
- [vlc-commits] mtp: do not clobber access_t.psz_filepath or leak	temporary file
 
Rémi Denis-Courmont
- [vlc-commits] vdr: fix callback init order
 
Rémi Denis-Courmont
- [vlc-commits] include: remove STANDARD_(READ|BLOCK)_ACCESS_INIT	macros
 
Rémi Denis-Courmont
- [vlc-commits] transcode: remove unused define
 
Thomas Guillem
- [vlc-commits] packetizer: mpeg4audio: fix OOB read
 
Francois Cartegnie
- [vlc-commits] demux: avformat: use AVCodecParameters
 
Francois Cartegnie
- [vlc-commits] demux: avformat: replace deprecated av_free_packet
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: move block check
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: rework
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: force framing using	original_codec
 
Francois Cartegnie
- [vlc-commits] demux: avformat: tag AAC framing with original format	(fix #10896)
 
Francois Cartegnie
- [vlc-commits] demux: es: tag AAC for header lookup
 
Francois Cartegnie
- [vlc-commits] packetizer: mpegaudio: do not skip remaining bytes	check
 
Francois Cartegnie
- [vlc-commits] macOS: don't install images on non-Darwin systems
 
Jean-Baptiste Kempf
- [vlc-commits] codec: faad: always drop padding byte (fix #6601)
 
Francois Cartegnie
- [vlc-commits] configure: correctly disable the macOS UI for	non-darwin systems
 
Jean-Baptiste Kempf
- [vlc-commits] Makefile: remove unneeded ifdef for DARWIN
 
Jean-Baptiste Kempf
- [vlc-commits] codec: faad: avoid memcpy/mov
 
Francois Cartegnie
- [vlc-commits] auhal: remove forward declaration
 
Thomas Guillem
- [vlc-commits] auhal: refactor AudioObject property handling
 
Thomas Guillem
- [vlc-commits] auhal: remove usage of verify_noerr
 
Thomas Guillem
- [vlc-commits] auhal: fix int/bool return mismatch
 
Thomas Guillem
- [vlc-commits] auhal: remove unnecessary casts
 
Thomas Guillem
- [vlc-commits] auhal: factor bytes to us calculation
 
Thomas Guillem
- [vlc-commits] auhal: fix StartAnalog error handling
 
Thomas Guillem
- [vlc-commits] auhal: factor Analog and SPDIF render callbacks
 
Thomas Guillem
- [vlc-commits] auhal: remove mutex in RenderCallback
 
Thomas Guillem
- [vlc-commits] auhal: warn about underrun
 
Thomas Guillem
- [vlc-commits] tls: add convenience wrappers for vlc_tls_SocketOpen()
 
Rémi Denis-Courmont
- [vlc-commits] http: use vlc_tls_SocketOpenTCP()
 
Rémi Denis-Courmont
- [vlc-commits] http: remove useless threads
 
Rémi Denis-Courmont
- [vlc-commits] contribs: faad2: disable DRC extensions
 
Francois Cartegnie
- [vlc-commits] auhal: don't drop blocks if the circular buffer is	full
 
Thomas Guillem
- [vlc-commits] demux: asf: show codec in debug
 
Francois Cartegnie
- [vlc-commits] demux: asf: fmt defaults to packetized
 
Francois Cartegnie
- [vlc-commits] demux: asf: send AAC through packetizer
 
Francois Cartegnie
- [vlc-commits] codec: faad: fully drop padding (fix #2368)
 
Francois Cartegnie
- [vlc-commits] dialog: fix vlc_array_remove sign (cid #1401379)
 
Thomas Guillem
- [vlc-commits] dbus: fix vlc_array_remove sign (cid #1401377)
 
Thomas Guillem
- [vlc-commits] dbus: fix vlc_array_remove sign (cid #1401376)
 
Thomas Guillem
- [vlc-commits] asf: fix vlc_array_remove sign (cid #1401378)
 
Thomas Guillem
- [vlc-commits] lib/media_list: fix sign warnings
 
Thomas Guillem
- [vlc-commits] sout: fix vlc_array_count sign
 
Thomas Guillem
- [vlc-commits] vout: fix sign warning
 
Thomas Guillem
- [vlc-commits] demux: fix vlc_array_count sign
 
Thomas Guillem
- [vlc-commits] input: fix vlc_array_count sign
 
Thomas Guillem
- [vlc-commits] test/mrl_helper: fix sign warning
 
Thomas Guillem
- [vlc-commits] test/epg: fix sign warnings
 
Thomas Guillem
- [vlc-commits] dialog: use vlc_array_index_of_item
 
Thomas Guillem
- [vlc-commits] tls: fix/rationalize closing the session vs closing	the socket
 
Rémi Denis-Courmont
- [vlc-commits] posix: assert that we do not close a corrupt FD
 
Rémi Denis-Courmont
- [vlc-commits] gnutls: add "missing" non-blocking flag
 
Rémi Denis-Courmont
- [vlc-commits] ftp: factor network I/O code using vlc_tls_t
 
Rémi Denis-Courmont
- [vlc-commits] lib: remove redundant test
 
Rémi Denis-Courmont
- [vlc-commits] codec: faad: flush buffer on decoder flush
 
Francois Cartegnie
- [vlc-commits] codec: faad: reset date on error
 
Francois Cartegnie
- [vlc-commits] codec: faad: signal discontinuity to aout
 
Francois Cartegnie
- [vlc-commits] gnutls: show session flags in debug
 
Rémi Denis-Courmont
- [vlc-commits] gnutls: enable False Start (fixes #18042)
 
Rémi Denis-Courmont
- [vlc-commits] gnutls: require GnuTLS 3.3.0+ for thread safety
 
Rémi Denis-Courmont
- [vlc-commits] m4: fix c++ check for -f flags
 
Filip Roséen
- [vlc-commits] stream_extractor/archive: prevent null-pointer	dereference
 
Filip Roséen
- [vlc-commits] gnutls: require GnuTLS 3.5.0+ for	gnutls_session_get_flags()
 
Thomas Guillem
- [vlc-commits] demux: avformat: invert flv check order
 
Francois Cartegnie
- [vlc-commits] demux: avformat: workaround AAC in FLV incorrect	timestamps (fix #8195)
 
Francois Cartegnie
- [vlc-commits] auhal: au_component doesn't need to be saved
 
Thomas Guillem
- [vlc-commits] audiounit_ios: au_component doesn't need to be saved
 
Thomas Guillem
- [vlc-commits] audiounit_ios: remove forward declaration
 
Thomas Guillem
- [vlc-commits] audiounit_ios: fix int/bool return mismatch
 
Thomas Guillem
- [vlc-commits] audiounit_ios: fix StartAnalog error handling
 
Thomas Guillem
- [vlc-commits] audiounit_ios: remove unnecessary casts
 
Thomas Guillem
- [vlc-commits] audiounit_ios: pause can't be called not started
 
Thomas Guillem
- [vlc-commits] auhal/audiounit_ios: factor common code
 
Thomas Guillem
- [vlc-commits] audiounit_ios: factor AVAudioSession playback state
 
Thomas Guillem
- [vlc-commits] audiounit_ios: fix mute state
 
Thomas Guillem
- [vlc-commits] es: use vlc_memstream instead of unchecked sprintf()
 
Rémi Denis-Courmont
- [vlc-commits] cpu: use vlc_memstream instead of sprintf()
 
Rémi Denis-Courmont
- [vlc-commits] http: use vlc_memstream instead of sprintf()
 
Rémi Denis-Courmont
- [vlc-commits] vlmshell: use vlc_memstream instead of sprintf()
 
Rémi Denis-Courmont
- [vlc-commits] strings: use vlc_memstream in vlc_xml_encode()
 
Rémi Denis-Courmont
- [vlc-commits] packetizer: mpeg4audio: refactor reading	audiospecificconfig
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: fix LatmGetValue
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: use refactored code
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: fail on unknown parsing
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: avoid divbyzero in date	increment
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: missing parsing of extension	channels
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: avoid flapping between load	and adts
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: frame size depends of object	type
 
Francois Cartegnie
- [vlc-commits] Make wxvlc example cross-platform
 
Olivier Aubert
- [vlc-commits] python-vlc: Fix ctypes conversion for pointers
 
Olivier Aubert
- [vlc-commits] mtp: use a temporary file descriptor
 
Rémi Denis-Courmont
- [vlc-commits] vlc_xml_encode: fix inverted logic
 
Rémi Denis-Courmont
- [vlc-commits] sdp: use vlc_memstream
 
Rémi Denis-Courmont
- [vlc-commits] xa: do not set callbacks on error
 
Rémi Denis-Courmont
- [vlc-commits] xa: handle header read error, fix struct size
 
Rémi Denis-Courmont
- [vlc-commits] Remove ifdefs for GCC version below 4.4
 
Rémi Denis-Courmont
- [vlc-commits] memstream: fix vlc_memstream_write() error return
 
Rémi Denis-Courmont
- [vlc-commits] Optimize vlc_memstream_puts() with constant string
 
Rémi Denis-Courmont
- [vlc-commits] access/dcp: AESKey::decryptyRSA: fix	narrowing-conversion in case-label
 
Filip Roséen
- [vlc-commits] gui/qt: simple_preferences: combine ppsz_language and	ppsz_language_map
 
Filip Roséen
- [vlc-commits] sdp: fix compilation after 84ec386
 
Jean-Baptiste Kempf
- [vlc-commits] gui/qt: extended_panels: declare helper-functions as	static
 
Filip Roséen
- [vlc-commits] gui/qt: extended_panels: refactor ChangeFiltersString
 
Filip Roséen
- [vlc-commits] gui/qt: extended_panels: change return-type of	ChangeFiltersString
 
Filip Roséen
- [vlc-commits] gui/qt: extended_panels: refactor OptionFromWidgetName
 
Filip Roséen
- [vlc-commits] gui/qt: extended_panels: ChangeVFiltersString: NULL	check
 
Filip Roséen
- [vlc-commits] gui/qt: rename ExtraMetaPanel::extraMetaTree to	extraMeta
 
Filip Roséen
- [vlc-commits] gui/qt: use QTableWidget instead of QTreeWidget for	extra-metadata
 
Filip Roséen
- [vlc-commits] gui/qt: update look and feel related to extra metadata
 
Filip Roséen
- [vlc-commits] gui/qt: info_panels: remove function setSpinBounds	(unused)
 
Filip Roséen
- [vlc-commits] access/live555: remove unused function strempty
 
Filip Roséen
- [vlc-commits] gui/qt: info_panels: remove comments containing	legacy code
 
Filip Roséen
- [vlc-commits] demux/adaptive: SubSegment: remove unused private	data-member
 
Filip Roséen
- [vlc-commits] demux/adaptive: Downloader: remove unused private	data-member
 
Filip Roséen
- [vlc-commits] codec/kate: remove TigerConfigurationCallback +	OnConfigurationChanged ( unused)
 
Filip Roséen
- [vlc-commits] gui/qt: info_panels: remove things related to QSpinBox
 
Filip Roséen
- [vlc-commits] record: protect against arbitrary file overwrite
 
Rémi Denis-Courmont
- [vlc-commits] macOS: Add DMG icon and background
 
Doney den Ouden
- [vlc-commits] configure: Check for dmgbuild on macOS
 
Marvin Scholz
- [vlc-commits] macOS: Rework dmg creation
 
Marvin Scholz
- [vlc-commits] configure: use AM_CONDITIONAL outside of if statement
 
Jean-Baptiste Kempf
- [vlc-commits] demux/mkv: silence warning related to struct vs class
 
Filip Roséen
- [vlc-commits] demux/mkv: removed unused forward-declaration
 
Filip Roséen
- [vlc-commits] demux/mkv: use appropriate helper for A_ALAC
 
Filip Roséen
- [vlc-commits] demux/mkv: fix playback of files with invalid	A_AAC/MPEG{2, 3}/   specification
 
Filip Roséen
- [vlc-commits] http: add opaque data pointer to connection structures
 
Rémi Denis-Courmont
- [vlc-commits] tls: drop obj and sys from vlc_tls_t
 
Rémi Denis-Courmont
- [vlc-commits] tls: drop unused vlc_tls_SocketOpen() parameter
 
Rémi Denis-Courmont
- [vlc-commits] tls: add vlc_tls_SocketOpenTLS()
 
Rémi Denis-Courmont
- [vlc-commits] http: use vlc_tls_SocketOpenTLS()
 
Rémi Denis-Courmont
- [vlc-commits] tls: introduce vlc_tls_SocketPair()
 
Rémi Denis-Courmont
- [vlc-commits] http: use vlc_tls_t for HTTP 1 connection test
 
Rémi Denis-Courmont
- [vlc-commits] http: use vlc_tls_t for HTTP 2 connection test
 
Rémi Denis-Courmont
- [vlc-commits] tls: add support for TCP Fast Open (refs #16067)
 
Rémi Denis-Courmont
- [vlc-commits] tls: revector
 
Rémi Denis-Courmont
- [vlc-commits] st: partial update
 
Rémi Denis-Courmont
- [vlc-commits] win32: do not redefine SHUT_* macros, fix warnings
 
Rémi Denis-Courmont
- [vlc-commits] net: remove old redefines of getaddrinfo() macros
 
Rémi Denis-Courmont
- [vlc-commits] tls: reorganize and update documentation
 
Rémi Denis-Courmont
- [vlc-commits] chromecast: use vlc_tls_Read() and simplify
 
Rémi Denis-Courmont
- [vlc-commits] tls: remove tls_Recv() and tls_Send()
 
Rémi Denis-Courmont
- [vlc-commits] securetransport: Fix compilation
 
Marvin Scholz
- [vlc-commits] memstream: handle empty stream corner case
 
Rémi Denis-Courmont
- [vlc-commits] xmlent: check for NULL in test harness
 
Rémi Denis-Courmont
- [vlc-commits] memstream: return error when we know it occurred
 
Rémi Denis-Courmont
- [vlc-commits] vlc_tls_ServerSessionCreate() takes a vlc_tls_t
 
Rémi Denis-Courmont
- [vlc-commits] tls: use newer vlc_tls_* APIs in test case
 
Rémi Denis-Courmont
- [vlc-commits] httpd: use vlc_tls_* API also for unencrypted HTTP,	simplify
 
Rémi Denis-Courmont
- [vlc-commits] tls: remove transitional	vlc_tls_ServerSessionCreateFD()
 
Rémi Denis-Courmont
- [vlc-commits] tcp: rewrite using TLS and URL functions
 
Rémi Denis-Courmont
- [vlc-commits] extractor: avoid one strcmp()
 
Rémi Denis-Courmont
- [vlc-commits] sdp: deprecate phone number
 
Rémi Denis-Courmont
- [vlc-commits] network/httpd: use designated initializers for struct	iovec
 
Filip Roséen
- [vlc-commits] contribs: fix mfx rule broken in 0a9d2d0
 
Jean-Baptiste Kempf
- [vlc-commits] gnutls: add an option to disable system trust
 
Rémi Denis-Courmont
- [vlc-commits] configure: require gnutls >= 3.3.6
 
Rémi Denis-Courmont
- [vlc-commits] gnutls: add option to load CAs from a directory
 
Rémi Denis-Courmont
- [vlc-commits] test: disable TLS test if sout is disabled
 
Rémi Denis-Courmont
- [vlc-commits] test: use custom cert directory for TLS tests,	add some cases
 
Rémi Denis-Courmont
- [vlc-commits] mmxext: use standard syntax for mmx_t alignment
 
Rémi Denis-Courmont
- [vlc-commits] configure: remove ATTRIBUTE_ALIGNED_MAX test
 
Rémi Denis-Courmont
- [vlc-commits] gradfun: use standard alignment syntax
 
Rémi Denis-Courmont
- [vlc-commits] yadif: remove unused macro
 
Rémi Denis-Courmont
- [vlc-commits] include: work around LLVM brain damage
 
Rémi Denis-Courmont
- [vlc-commits] sout/standard: create_SDP: fix inverted logic
 
Filip Roséen
- [vlc-commits] gui/qt: info_panels: fix leak + potential	null-dereference
 
Filip Roséen
- [vlc-commits] archive: Fix leak on error
 
Hugo Beauzée-Luyssen
- [vlc-commits] Remove VDA plugin
 
Jean-Baptiste Kempf
- [vlc-commits] macOS buildsystem: Adjust rpath and install_name
 
Marvin Scholz
- [vlc-commits] macOS package: Change how VLC.app is created
 
Marvin Scholz
- [vlc-commits] NSSpeechSynthesizer: Add missing $(AM_LDFLAGS)
 
Marvin Scholz
- [vlc-commits] macOS package: Remove unnecessary build-package.sh
 
Marvin Scholz
- [vlc-commits] Remove audioqueue plugin
 
Jean-Baptiste Kempf
- [vlc-commits] Rename "ios2 vout" into "ios vout"
 
Jean-Baptiste Kempf
- [vlc-commits] memstream: vlc_memstream_vprintf: handle vsnprintf	failure
 
Filip Roséen
- [vlc-commits] packetizer: mpeg4audio: update extradata on LATM	change
 
Francois Cartegnie
- [vlc-commits] es_format: es_format_IsSimilar: compare number of	channels
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: fix debug level
 
Francois Cartegnie
- [vlc-commits] codec: faad: move away mpeg4 audiospecific table
 
Francois Cartegnie
- [vlc-commits] codec: faad: use aout_channel_reorder and simplify
 
Francois Cartegnie
- [vlc-commits] codec: faad: extract subset from higher number of	channels
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: fix debug info
 
Francois Cartegnie
- [vlc-commits] demux: mp4: map the AAC-LC objectProfileIndication
 
Francois Cartegnie
- [vlc-commits] mux: mp4: write unknown object type as no profile
 
Francois Cartegnie
- [vlc-commits] mux: mp4: set correct streamType
 
Francois Cartegnie
- [vlc-commits] demux: ts: don't probe corrupted payloads
 
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4audio: complete aac profiles list
 
Francois Cartegnie
- [vlc-commits] contribs: don't use ftp on videolan.org servers to	fetch files.
 
Konstantin Pavlov
- [vlc-commits] demux: ts: fix broken hotfix pcr probing
 
Francois Cartegnie
- [vlc-commits] contribs: faad2: fix 7.1 channels detection
 
Francois Cartegnie
- [vlc-commits] macOS: Add image button classes
 
Cameron Mozie
    
      Last message date: 
       Tue Feb 28 22:10:49 CET 2017
    Archived on: Tue Feb 28 22:10:52 CET 2017
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).