March 2013 Archives by date
      
      Starting: Fri Mar  1 17:00:49 CET 2013
         Ending: Sat Mar 30 20:17:09 CET 2013
         Messages: 349
     
- [vlc-commits] audio filters: remove old filter_NewAudioBuffer()
 
Rémi Denis-Courmont
- [vlc-commits] chroma: add avutil version check for YUV422P9LE/BE	(fix #8249)
 
Francois Cartegnie
- [vlc-commits] Simplify c14c1b13
 
Rafaël Carré
- [vlc-commits] avcodec audio decoder: bump arbitrary decoded frame	size limit
 
Rafaël Carré
- [vlc-commits] vlccore: return EAGAIN on vlc_threadvar_create()	failure on OS/2
 
KO Myung-Hun
- [vlc-commits] vlccore: declare super_mutex and super_variable as	static variable on OS/2
 
KO Myung-Hun
- [vlc-commits] vlccore: fix a linked list of threadvar on OS/2
 
KO Myung-Hun
- [vlc-commits] vlccore: fix a warning on OS/2
 
KO Myung-Hun
- [vlc-commits] macosx: fix playbackstatusUpdated in case of ended	inputs
 
David Fuhrmann
- [vlc-commits] macosx: add support for pausing iTunes when VLC	playback starts,	and resume iTunes playback when VLCs playback is finished
 
David Fuhrmann
- [vlc-commits] macosx: add missing autorelease pool
 
David Fuhrmann
- [vlc-commits] macosx: prefs: implement string list config and	integer list config with popup box
 
David Fuhrmann
- [vlc-commits] macosx: improve string for native fullscreen mode
 
David Fuhrmann
- [vlc-commits] macosx: categorize options and improve some tooltip	messages
 
David Fuhrmann
- [vlc-commits] kai: enlarge an audio buffer size to	AOUT_MAX_ADVANCE_TIME
 
KO Myung-Hun
- [vlc-commits] v4l2: remove broken VBI in user pointer mode (refs	#8262)
 
Rémi Denis-Courmont
- [vlc-commits] v4l2: disable incomplete USERPTR implementation (refs	#8262)
 
Rémi Denis-Courmont
- [vlc-commits] audioqueue: improve TimeGet implementation
 
Felix Paul Kühne
- [vlc-commits] Autoconf distclean in extra/tools
 
Diego Fernando Nieto
- [vlc-commits] aout: fix f788153
 
Rafaël Carré
- [vlc-commits] opengl: enforce use of non-power-of-2-textures when	drawing using Open GL ES 2,	since those are supported by specification
 
Felix Paul Kühne
- [vlc-commits] opengl: fixed compilation warning
 
Felix Paul Kühne
- [vlc-commits] decklink output: fix aout/vout (sub)modules	synchronization
 
Rafaël Carré
- [vlc-commits] decklink output: missing initialization
 
Rafaël Carré
- [vlc-commits] live555: fix invalid conversion error
 
Edward Wang
- [vlc-commits] os2: implement poll() with timeout free cancellation
 
KO Myung-Hun
- [vlc-commits] decklink: fix flags
 
Rafaël Carré
- [vlc-commits] macosx: fix crash if 'avcodec-hw' isn't set
 
Felix Paul Kühne
- [vlc-commits] avcodec: remove 'lowres' option since it is ignored	by libav
 
Felix Paul Kühne
- [vlc-commits] contrib/ffmpeg: fixed compilation for OSX and enable	vda hardware acceleration by default
 
Felix Paul Kühne
- [vlc-commits] auhal: warn if audio buffer is dropped
 
David Fuhrmann
- [vlc-commits] auhal: towards working S/PDIF output
 
David Fuhrmann
- [vlc-commits] avcodec: set encoding sample format correctly and	don't assume S16N
 
Ilkka Ollakka
- [vlc-commits] vout_macosx: reshape if screen configuration was	changed by the user ( close #8151)
 
Felix Paul Kühne
- [vlc-commits] aout: make log message to be debug as there isn' t	any real error if no filters needed
 
Ilkka Ollakka
- [vlc-commits] transcode: use correct size on overlays
 
Ilkka Ollakka
- [vlc-commits] audio output core: normalize tracks without	replaygain peak data (fix #8165 )
 
Anatoliy Anischovich
- [vlc-commits] Drop aborted SNOW codec
 
Rémi Denis-Courmont
- [vlc-commits] mkv: fix format string
 
Rémi Denis-Courmont
- [vlc-commits] v4l2: update headers (refs #5474)
 
Rémi Denis-Courmont
- [vlc-commits] vorbis demux: convert generic field names to	uppercase (fix #8105)
 
Anatoliy Anischovich
- [vlc-commits] macosx: don't overwrite existing files on	stream-output (close #7752)
 
Felix Paul Kühne
- [vlc-commits] v4l2: use buffer PTS where available (fix #5474)
 
Rémi Denis-Courmont
- [vlc-commits] macosx: use UTF-8 instead of Windows Latin 1 as	source code encoding
 
Felix Paul Kühne
- [vlc-commits] Revert "aout: make log message to be debug as there	isn' t any real error if no filters needed"
 
Rémi Denis-Courmont
- [vlc-commits] libavcodec: update audio decoding API
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: update to audio4 decoding API
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: cosmetics
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: zero copy audio decoding
 
Rémi Denis-Courmont
- [vlc-commits] Remove unsupported SONIC codec
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: remove obsolete compatibility stuff
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: require version 24.25.0 or later
 
Rémi Denis-Courmont
- [vlc-commits] contrib: ffmpeg: update required versions
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: remove support for old versions
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: allow compilation with lavc 55
 
Rémi Denis-Courmont
- [vlc-commits] stats: eliminate useless CloseDecoder callback
 
Rémi Denis-Courmont
- [vlc-commits] stats: eliminate useless data and callback
 
Rémi Denis-Courmont
- [vlc-commits] stats: merge as a single file
 
Rémi Denis-Courmont
- [vlc-commits] stats: remove encoder if !ENABLE_SOUT
 
Rémi Denis-Courmont
- [vlc-commits] Info.plist: add missing URL schemes VLC supports
 
Felix Paul Kühne
- [vlc-commits] macosx/CAS: fix compilation warning
 
Felix Paul Kühne
- [vlc-commits] macosx: re-write and simplify the apple event	handlers for GetURL and OpenURL,	make it respect 'macosx-autoplay' (close #6319)
 
Felix Paul Kühne
- [vlc-commits] Qt4: add missing  build dependencies (fix #8288)
 
Rémi Denis-Courmont
- [vlc-commits] Qt: EPGView: use bounding rects for simplification
 
Francois Cartegnie
- [vlc-commits] Qt: EPGRuler: compute sizes based on widget's
 
Francois Cartegnie
- [vlc-commits] Qt: EPGRuler: includes cleanup
 
Francois Cartegnie
- [vlc-commits] Qt: EPGRuler: highlight day change
 
Francois Cartegnie
- [vlc-commits] Qt: EPGWidget: namespace enum
 
Francois Cartegnie
- [vlc-commits] Qt: EPGView: includes cleanup
 
Francois Cartegnie
- [vlc-commits] avcodec: drop deprecated qscale_type
 
Rémi Denis-Courmont
- [vlc-commits] Remove picture qtype support code
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: drop deprecated qstride / qscale_table
 
Rémi Denis-Courmont
- [vlc-commits] Remove picture quantization table (same reason as	qtype)
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: drop deprecated deinterlacing filter
 
Rémi Denis-Courmont
- [vlc-commits] macosx: automagically update the audio device list	when the OS tells us to (close #8282)
 
Felix Paul Kühne
- [vlc-commits] avcodec: fix pointer conversion warning
 
Rémi Denis-Courmont
- [vlc-commits] f61dc6dc5098f79323650e47c33bbff2c95af7ad
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: elim thresholds are only in libavcodec < 55	(refs #8291)
 
Rémi Denis-Courmont
- [vlc-commits] auhal: restart aout if device setup changes
 
Felix Paul Kühne
- [vlc-commits] auhal: keep last used audio device throughout	sessions (close #8277)
 
Felix Paul Kühne
- [vlc-commits] dbus: Fix handling of input events and remove memleaks
 
Mirsal Ennaime
- [vlc-commits] Contribs: update libpng to 1.5.14
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libjpeg to v9
 
Jean-Baptiste Kempf
- [vlc-commits] Fribidi: update to 0.19.5
 
Jean-Baptiste Kempf
- [vlc-commits] Update gpg-error to 1.11
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: Update GNUTls version to 2.12.23
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libdvdcss to 1.2.13
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update gettext to 0.18.2.1
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update iconv to 1.14
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: Update UPNP to 1.6.18
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libpng to 1.5.14
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libjpeg to v9
 
Jean-Baptiste Kempf
- [vlc-commits] Fribidi: update to 0.19.5
 
Jean-Baptiste Kempf
- [vlc-commits] Update gpg-error to 1.11
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: Update GNUTls version to 2.12.23
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libdvdcss to 1.2.13
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update upnp
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix libupnp build under mingw32 with ipv6	enabled.
 
Konstantin Pavlov
- [vlc-commits] Contribs: Update UPNP to 1.6.18
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update fontconfig to 2.10.2
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: fix compilation of iconv on Win64
 
Jean-Baptiste Kempf
- [vlc-commits] Configure: do not force -lm for flac, .pc provides it
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update FLAC to 1.3.0pre2
 
Jean-Baptiste Kempf
- [vlc-commits] macosx: added a UI to the simplified preferences to	set the default handler for ftp , mms, rtmp, rtp, rtsp, sftp,	smb and udp streams (close #8290)
 
Felix Paul Kühne
- [vlc-commits] NEWS: OSX stuff
 
Felix Paul Kühne
- [vlc-commits] macosx: minor code optimization
 
Felix Paul Kühne
- [vlc-commits] macosx: fix crash when trying to transcode with help	from the legacy output panel (close #8271)
 
Felix Paul Kühne
- [vlc-commits] macosx: misc minor improvements to the legacy	transcoding code
 
Felix Paul Kühne
- [vlc-commits] macosx: replace avcodec-hw hack by proper settings
 
Felix Paul Kühne
- [vlc-commits] Contribs: update libvpx to 1.1.0
 
Jean-Baptiste Kempf
- [vlc-commits] Fix alignment and appearance of ISO standard	equalizer centers in Qt GUI
 
Ronald Wright
- [vlc-commits] src: remove trailing space
 
Jean-Baptiste Kempf
- [vlc-commits] audio input core: fix wrong parsing of replaygain	tags (fix #8174)
 
Anatoliy Anischovich
- [vlc-commits] Add i420->rv16 neon converter
 
Sébastien Toque
- [vlc-commits] Try to fix distcheck
 
Jean-Baptiste Kempf
- [vlc-commits] dbus: Fix handling of input events and remove memleaks
 
Mirsal Ennaime
- [vlc-commits] vimeo playback now hides user agent automatically
 
Stephen Parry
- [vlc-commits] GetSystemTimePreciseAsFileTime is not supported in	WinRT...
 
Jean-Baptiste Kempf
- [vlc-commits] Win32: Console is not supported in WinRT appstore mode
 
Jean-Baptiste Kempf
- [vlc-commits] omxil: Remove hacks for disabling use of direct	buffers
 
Martin Storsjö
- [vlc-commits] omxil: Remove an unused local variable
 
Martin Storsjö
- [vlc-commits] omxil: Remove an unused struct member
 
Martin Storsjö
- [vlc-commits] dbus: simplify input event handling and reduce lock	scope
 
Rémi Denis-Courmont
- [vlc-commits] Qt: EPGRuler: simplify color change case.
 
Francois Cartegnie
- [vlc-commits] Qt: EPGView: highlight day change
 
Francois Cartegnie
- [vlc-commits] omxil: Convert from/to OMX_TICKS via helper functions
 
Martin Storsjö
- [vlc-commits] omxil: Convert the khronos provided headers to unix	newlines
 
Martin Storsjö
- [vlc-commits] libav*: create a new avcommon_compat.h file for	backward compatibility
 
Jean-Baptiste Kempf
- [vlc-commits] Avcodec: create replacements for older versions of	lavc
 
Jean-Baptiste Kempf
- [vlc-commits] Partial revert of "avcodec: remove support for old	versions"
 
Jean-Baptiste Kempf
- [vlc-commits] Configure: allow older versions for libavcodec
 
Jean-Baptiste Kempf
- [vlc-commits] Configure: vaapi and vdpau need avcodec
 
Jean-Baptiste Kempf
- [vlc-commits] contrib: vpx: missing header
 
Rafaël Carré
- [vlc-commits] VPX: try to fix mountain lion patch
 
Jean-Baptiste Kempf
- [vlc-commits] libvlccore: remove duplicate ldflags
 
Rafaël Carré
- [vlc-commits] opengl: Fix the ES 1 vs 2 version check
 
Martin Storsjö
- [vlc-commits] opengl: Make the ES1/ES2 video output work
 
Martin Storsjö
- [vlc-commits] opengl: Take w.num into account when calculating the	buffer size
 
Martin Storsjö
- [vlc-commits] Don't leak -lmingw32 in LIBS
 
Rafaël Carré
- [vlc-commits] Don't automatically enable the gles video outputs
 
Martin Storsjö
- [vlc-commits] avcodec: use encode_video2 if available
 
Ilkka Ollakka
- [vlc-commits] allow sout for avcodec>=55
 
Ilkka Ollakka
- [vlc-commits] Contribs: fix vpx threading on Win32
 
Jean-Baptiste Kempf
- [vlc-commits] Win32: move MessageBox error from libVLC to vlc.exe
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: build shout without threads on Windows
 
Jean-Baptiste Kempf
- [vlc-commits] avformat: set pf_* after everything else in init
 
Ilkka Ollakka
- [vlc-commits] avformat: set stream sar.den as we set sar.num also
 
Ilkka Ollakka
- [vlc-commits] block: align to 32 bytes
 
Rémi Denis-Courmont
- [vlc-commits] block: fix sign warning
 
Rémi Denis-Courmont
- [vlc-commits] livehttp: set caching disabled for default
 
Ilkka Ollakka
- [vlc-commits] Generate .def files with gendef
 
Rafaël Carré
- [vlc-commits] livehttp: free p_sys->p_seglens if str_format_time	fails
 
Ilkka Ollakka
- [vlc-commits] httplive: support absolute URI-locations for	key-retrieval
 
Ilkka Ollakka
- [vlc-commits] livehttp: stream encryption
 
Rafaël Carré
- [vlc-commits] livehttp: support static IV-use on encryption
 
Ilkka Ollakka
- [vlc-commits] NEWS: mention livehttp encryption
 
Ilkka Ollakka
- [vlc-commits] avformat: don't mark buffer as need to be writable,	as we don'  t write into it directly
 
Ilkka Ollakka
- [vlc-commits] avformat: don't offset dts/pts to start from 0,	avformat should nowadays handle that just fine
 
Ilkka Ollakka
- [vlc-commits] avcodec: mark SP/SI/BI pictures
 
Ilkka Ollakka
- [vlc-commits] avcodec: flag blocks as corrupted if avpacket tells	it is
 
Ilkka Ollakka
- [vlc-commits] x264: use x264 macro to get both B-frame types
 
Ilkka Ollakka
- [vlc-commits] livehttp: tell if playlist is vod
 
Ilkka Ollakka
- [vlc-commits] livehttp: Fix crash on when not using encryption
 
Ilkka Ollakka
- [vlc-commits] opengl: Set the color to full alpha in the non-shader	draw path
 
Martin Storsjö
- [vlc-commits] i420->rv32 neon: improve scheduling & registers usage
 
Sébastien Toque
- [vlc-commits] access: add rfb/vnc viewonly module.
 
Francois Cartegnie
- [vlc-commits] access: add vnc/rfb: update LIST/NEWS
 
Francois Cartegnie
- [vlc-commits] omxil: Split omx core management to a separate file
 
Martin Storsjö
- [vlc-commits] omxil: Factorize event debug printing to a separate	function
 
Martin Storsjö
- [vlc-commits] omxil: Factorize event queue handling to a separate	struct
 
Martin Storsjö
- [vlc-commits] omxil: Add an omxil based video output module
 
Martin Storsjö
- [vlc-commits] omxil: Try to load the broadcom OMX IL core and host	library on the raspberry pi
 
Martin Storsjö
- [vlc-commits] omxil: Hardcode known roles for OMX broadcom	components on raspberry pi
 
Martin Storsjö
- [vlc-commits] omxil: Signal OMX version 1.1.2 when targeting	raspberry pi
 
Martin Storsjö
- [vlc-commits] omxil: Use the alternative 64 bit integer ABI on the	raspberry pi
 
Martin Storsjö
- [vlc-commits] omxil: Add a broadcom/raspberry pi specific OMX header
 
Martin Storsjö
- [vlc-commits] omxil_vout: Set broadcom specific parameters
 
Martin Storsjö
- [vlc-commits] omxil: Add a configure option for enabling raspberry	pi specific omx code
 
Martin Storsjö
- [vlc-commits] libgcrypt 1.5.1 was released
 
Rafaël Carré
- [vlc-commits] libvlc: initialize message settings early enough
 
Rémi Denis-Courmont
- [vlc-commits] libvlc: remove redundant object name hack
 
Rémi Denis-Courmont
- [vlc-commits] libvlc: remove potential logging from within	config_LoadCmdLine()
 
Rémi Denis-Courmont
- [vlc-commits] h264_nal: Fix a boundary check in the H264 bitstream	conversion routine
 
Martin Storsjö
- [vlc-commits] omxil: Feed input data in multiple buffers if needed
 
Martin Storsjö
- [vlc-commits] h264_nal: Support resuming bitstream format	conversion across buffers
 
Martin Storsjö
- [vlc-commits] omxil: Generalize code for hardcoded component/role	mappings
 
Martin Storsjö
- [vlc-commits] libvlc: deinit actions in reverse order of init
 
Rémi Denis-Courmont
- [vlc-commits] libvlc: simplify logging callback
 
Rémi Denis-Courmont
- [vlc-commits] logger: use vlc_LogSet()
 
Rémi Denis-Courmont
- [vlc-commits] ncurses: use vlc_LogSet()
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: use vlc_LogSet()
 
Rémi Denis-Courmont
- [vlc-commits] macosx: use vlc_LogSet()
 
Rémi Denis-Courmont
- [vlc-commits] skins2: remove unused data
 
Rémi Denis-Courmont
- [vlc-commits] Rename msg_item_* to vlc_log_* (cosmetic)
 
Rémi Denis-Courmont
- [vlc-commits] libvlc: simplify and clean up external logging API	(fixes #8321)
 
Rémi Denis-Courmont
- [vlc-commits] libvlc: simplify and clean up external logging API	(fixes #8129)
 
Rémi Denis-Courmont
- [vlc-commits] macosx: fix time slider knob alignment in bright mode
 
Felix Paul Kühne
- [vlc-commits] macosx: fix fullscreen volume slider knob alignment
 
Felix Paul Kühne
- [vlc-commits] macosx/Resources: flip fs volume slider knob so it	appears correctly on screen
 
Felix Paul Kühne
- [vlc-commits] macosx: fix fspanel pause button button alignment
 
Felix Paul Kühne
- [vlc-commits] macosx: fix time slider knob alignment in bright mode
 
Felix Paul Kühne
- [vlc-commits] macosx: fix fullscreen volume slider knob alignment
 
Felix Paul Kühne
- [vlc-commits] macosx/Resources: flip fs volume slider knob so it	appears correctly on screen
 
Felix Paul Kühne
- [vlc-commits] macosx: fix fspanel pause button button alignment
 
Felix Paul Kühne
- [vlc-commits] opengl: Handle pixel pitch properly when repacking	textures for upload
 
Martin Storsjö
- [vlc-commits] opengl: Split texture uploading to a separate function
 
Martin Storsjö
- [vlc-commits] opengl: Handle subpicture textures being aligned to	power-of-two dimensions
 
Martin Storsjö
- [vlc-commits] Look for inet_ntop/inet_pton in ws2_32
 
Rafaël Carré
- [vlc-commits] Contribs: Fix FLAC.pc for Windows
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update sha1 for libav/FFmpeg
 
Jean-Baptiste Kempf
- [vlc-commits] libavcodec threading is now fixed
 
Jean-Baptiste Kempf
- [vlc-commits] macosx: fixed traffic light drawing in dark UI mode
 
Felix Paul Kühne
- [vlc-commits] macosx: fixed traffic light drawing in dark UI mode
 
Felix Paul Kühne
- [vlc-commits] livehttp: fix padding to work with iOS/Android
 
Ilkka Ollakka
- [vlc-commits] Win32: High-Priority will not work in MetroMode
 
Jean-Baptiste Kempf
- [vlc-commits] macosx: switch fspanel icon set to use the brighter	'highlight' graphics in idle mode, which is better to see.
 
Felix Paul Kühne
- [vlc-commits] Remove unmaintained switcher module
 
Rafaël Carré
- [vlc-commits] skins2: use the "mute" variable
 
Erwan Tulou
- [vlc-commits] httplive: handle better relative urls
 
Ilkka Ollakka
- [vlc-commits] Win32: use fputws instead of ToANSI+fputs
 
Jean-Baptiste Kempf
- [vlc-commits] Qt4: replace awkward word 'keep-pressed'
 
Edward Wang
- [vlc-commits] libvlc: add functions to query log message "item" data
 
Rémi Denis-Courmont
- [vlc-commits] libvlc: pass log message directly
 
Rémi Denis-Courmont
- [vlc-commits] Man: Update title dvd syntax
 
Jean-Baptiste Kempf
- [vlc-commits] pulse: ensure a report is sent if no stream is	available
 
Erwan Tulou
- [vlc-commits] aout: remove what should be an unneeded update of	"mute"
 
Erwan Tulou
- [vlc-commits] macosx: resize the retina bitmaps for the	progressions knobs so AppKit doesn' t do stupid things
 
Felix Paul Kühne
- [vlc-commits] macosx: make sure the fspanel' s volume slider knob	is entirely displayed and not cut off
 
Felix Paul Kühne
- [vlc-commits] macosx: resize the retina bitmaps for the	progressions knobs so AppKit doesn' t do stupid things
 
Felix Paul Kühne
- [vlc-commits] macosx: make sure the fspanel' s volume slider knob	is entirely displayed and not cut off
 
Felix Paul Kühne
- [vlc-commits] Revert "aout: remove what should be an unneeded	update of "mute""
 
Erwan Tulou
- [vlc-commits] equalizer: increase precision of frequency centers in	debug output
 
Ronald Wright
- [vlc-commits] contrib: bootstrap: exit on error
 
Rémi Denis-Courmont
- [vlc-commits] contrib: bootstrap: exit on error
 
Rémi Denis-Courmont
- [vlc-commits] core: gather message initialization code
 
Rémi Denis-Courmont
- [vlc-commits] Add tests target to run tests with both python2 and	python3
 
Olivier Aubert
- [vlc-commits] Fix potential bug in bytes_to_str
 
Olivier Aubert
- [vlc-commits] Qt: Equalizer: rework (fix #7923)
 
Francois Cartegnie
- [vlc-commits] Qt: Equalizer: add presets icons
 
Francois Cartegnie
- [vlc-commits] Qt: ExtendedDialog: Add sync to config checkbox for	audio filters
 
Francois Cartegnie
- [vlc-commits] omxil_vout: Simplify code with a local variable
 
Martin Storsjö
- [vlc-commits] omxil_vout: Generalize and fix the stride/slice	height calculations
 
Martin Storsjö
- [vlc-commits] omxil: Clear the stride and slice height before	setting port params on raspberry pi
 
Martin Storsjö
- [vlc-commits] omxil_vout: Use the actual pixel size as frame size
 
Martin Storsjö
- [vlc-commits] omxil_vout: Set pixel aspect ratio,	for the broadcom renderer
 
Martin Storsjö
- [vlc-commits] sndio: fix typos
 
Alexandre Ratchov
- [vlc-commits] sndio: fix typos
 
Alexandre Ratchov
- [vlc-commits] macosx: change shortcut for error panel
 
David Fuhrmann
- [vlc-commits] NEWS: mention iTunes pausing support
 
David Fuhrmann
- [vlc-commits] auhal: enable TimeGet for S/PDIF
 
David Fuhrmann
- [vlc-commits] auhal: fix memory corruption crash when device list	changes (refs #8286)
 
David Fuhrmann
- [vlc-commits] auhal: rewrite TimeGet function
 
David Fuhrmann
- [vlc-commits] ios: remove repetitive parameters
 
Gleb Pinigin
- [vlc-commits] ios: fix application crash due permitted opengl calls	in background ( fixes #8139)
 
Gleb Pinigin
- [vlc-commits] Correct widespread misuse of the word 'subtitle'
 
Edward Wang
- [vlc-commits] aout: fix typo in comment
 
David Fuhrmann
- [vlc-commits] avcodec: on encoding,	try to match vlc and avcodec formats
 
Ilkka Ollakka
- [vlc-commits] avcodec: set default channel layout on encoding
 
Ilkka Ollakka
- [vlc-commits] Qt4: clarify PNAP dialog (fixes #8100)
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: remove isFirstRun parameter
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: grammar
 
Rémi Denis-Courmont
- [vlc-commits] macosx: do registration of the log callback slightly	later
 
David Fuhrmann
- [vlc-commits] lua: remove dead code
 
Rémi Denis-Courmont
- [vlc-commits] lua: remove unused argument
 
Rémi Denis-Courmont
- [vlc-commits] lua: remove unused parameter
 
Rémi Denis-Courmont
- [vlc-commits] visual: remove abusive VLC_USED qualifier
 
Rémi Denis-Courmont
- [vlc-commits] adjust: removed unused values
 
Rémi Denis-Courmont
- [vlc-commits] yadif: use uintptr_t when casting pointer to integer
 
Rémi Denis-Courmont
- [vlc-commits] ncurses: remove cargo cultivated vlc_object_alive()
 
Rémi Denis-Courmont
- [vlc-commits] core: intf: simplify intf_DestroyAll()
 
Rémi Denis-Courmont
- [vlc-commits] lua: do not check for should_die (always false here)
 
Rémi Denis-Courmont
- [vlc-commits] lua: remove should_die (always false here)
 
Rémi Denis-Courmont
- [vlc-commits] playlist: remove impossible code
 
Rémi Denis-Courmont
- [vlc-commits] media library: good riddance
 
Rémi Denis-Courmont
- [vlc-commits] sqlite: remove useless plugin
 
Rémi Denis-Courmont
- [vlc-commits] core: remove media library support
 
Rémi Denis-Courmont
- [vlc-commits] core: remove unused SQL support
 
Rémi Denis-Courmont
- [vlc-commits] core: remove missing symbol
 
Rémi Denis-Courmont
- [vlc-commits] auhal: implement drain
 
David Fuhrmann
- [vlc-commits] libvlc.h: restore C++ compatibility
 
Rafaël Carré
- [vlc-commits] contrib: dvdread: remove patch applied upstream
 
Rafaël Carré
- [vlc-commits] contrib: make patch not ask any questions
 
Rafaël Carré
- [vlc-commits] Qtsound: improve debug message
 
Jean-Baptiste Kempf
- [vlc-commits] vlc_Log: allow NULL vlc_object_t parameter
 
Rafaël Carré
- [vlc-commits] Windows Store App: fix plugins loading
 
Rafaël Carré
- [vlc-commits] Contribs: update nettle to 2.6
 
Jean-Baptiste Kempf
- [vlc-commits] Remove reference to old RPM and ipkg support
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: Compile again with FFmpeg libavcodec library.
 
Zoran Turalija
- [vlc-commits] Fail when calling vlc_pipe in Windows Store App mode
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update GnuTLS to 3.1.10
 
Jean-Baptiste Kempf
- [vlc-commits] VLM: use cancellation instead of alive check, simplify
 
Rémi Denis-Courmont
- [vlc-commits] gnutls: require version 3.0.20 or later
 
Rémi Denis-Courmont
- [vlc-commits] contrib: gnutls: require version 3.0.20 or later
 
Rémi Denis-Courmont
- [vlc-commits] Lua: remove commented-out code, no functional change
 
Rémi Denis-Courmont
- [vlc-commits] lirc: remove tautology
 
Rémi Denis-Courmont
- [vlc-commits] Old RC: remove tautology
 
Rémi Denis-Courmont
- [vlc-commits] stream_demux: replace deprecated vlc_object_alive()
 
Rémi Denis-Courmont
- [vlc-commits] crop: remove filter / dead code
 
Rémi Denis-Courmont
- [vlc-commits] Old RC: remove cargo-cultivated input state checks
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: simplify input state callback management
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: remove useless alive check on input
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: simplify input state callback management
 
Rémi Denis-Courmont
- [vlc-commits] Qt4: remove useless alive check on input
 
Rémi Denis-Courmont
- [vlc-commits] avcodec: Correct macro definition in	LIBAVUTIL_VERSION_CHECK.
 
Zoran Turalija
- [vlc-commits] Restore compatibility with some version of FFmpeg
 
Jean-Baptiste Kempf
- [vlc-commits] Prevent waveout to announce maps as audio device.
 
Denis Charmet
- [vlc-commits] contrib: gnutls: downgrade automake requirement
 
Edward Wang
- [vlc-commits] dtv: Cosmetics - remove whitespace and correct	comments spacing.
 
Zoran Turalija
- [vlc-commits] VNC: note that the library is GPLv2+
 
Jean-Baptiste Kempf
- [vlc-commits] access: add Remote Desktop viewer module
 
Francois Cartegnie
- [vlc-commits] vfilters: remove crop from LIST.
 
Francois Cartegnie
- [vlc-commits] Update NEWS for 2.1
 
Jean-Baptiste Kempf
- [vlc-commits] Update NEWS for 2.1
 
Jean-Baptiste Kempf
- [vlc-commits] Qt: info_panels: Add bitrate graph
 
Francois Cartegnie
- [vlc-commits] More NEWS about Qt and Core
 
Jean-Baptiste Kempf
- [vlc-commits] More NEWS about Qt and Core
 
Jean-Baptiste Kempf
- [vlc-commits] contrib: gmp: fix duplicate symbol definitions in	gnutls
 
Rafaël Carré
- [vlc-commits] input: inline vlc_object_kill() and simplify
 
Rémi Denis-Courmont
- [vlc-commits] Old RC: cleanup use of p_sys
 
Rémi Denis-Courmont
- [vlc-commits] Old RC: fix exit
 
Rémi Denis-Courmont
- [vlc-commits] Qt: updatedialog: fix size.
 
Francois Cartegnie
- [vlc-commits] Qt: UpdateDialog: highlight security changes
 
Francois Cartegnie
- [vlc-commits] Contribs: make OSX use nettle too
 
Jean-Baptiste Kempf
- [vlc-commits] Contribs: simplify gnutls rules
 
Jean-Baptiste Kempf
- [vlc-commits] Avcodec: Fix double FPS display
 
Jean-Baptiste Kempf
- [vlc-commits] Finer volume-step for scrolling
 
Jean-Baptiste Kempf
- [vlc-commits] avcodec: hw accel with frame multithreading works	since libavcodec 55.01.00
 
Janne Grunau
- [vlc-commits] avcodec: hw accel with frame multithreading works	since libavcodec 55.01.00
 
Janne Grunau
- [vlc-commits] mkv: mostly useless #include
 
Rémi Denis-Courmont
- [vlc-commits] visual: default is none, not any (fixes #8354)
 
Rémi Denis-Courmont
- [vlc-commits] screen: disable compilation for non-Mac Darwin flavors
 
Felix Paul Kühne
- [vlc-commits] access: rdp: relicence.
 
Francois Cartegnie
- [vlc-commits] vlc_epg: add parental rating from ts streams.
 
Francois Cartegnie
- [vlc-commits] Qt: EPGItem: add parental rating
 
Francois Cartegnie
- [vlc-commits] Qt: EPGItem: fix constness
 
Francois Cartegnie
- [vlc-commits] Qt: EPGView: fix constness
 
Francois Cartegnie
- [vlc-commits] Qt: EPGView: default focus to first event
 
Francois Cartegnie
- [vlc-commits] Add hotkeys to cycle through previous/next program	SIDs.
 
Zoran Turalija
- [vlc-commits] extras/.../ios: disable GPL licensed contribs
 
Felix Paul Kühne
- [vlc-commits] Fix license header
 
Jean-Baptiste Kempf
- [vlc-commits] logger: add --syslog-ident parameter.
 
Konstantin Pavlov
- [vlc-commits] decklink access: remove copy/paste error
 
Rafaël Carré
- [vlc-commits] decklink access: fix CC decoding with some sources
 
Rafaël Carré
- [vlc-commits] Lua: do not compile Console code when in WinStoreApp	mode
 
Jean-Baptiste Kempf
- [vlc-commits] dtv: More detailed DiSEqC error messages.
 
Zoran Turalija
- [vlc-commits] Qt: Selector: remove useless code line
 
Francois Cartegnie
- [vlc-commits] skins2: improve $N text variable
 
Erwan Tulou
- [vlc-commits] skins2: simplify playlist title
 
Erwan Tulou
    
      Last message date: 
       Sat Mar 30 20:17:09 CET 2013
    Archived on: Sat Mar 30 20:17:11 CET 2013
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).