March 2017 Archives by date
Starting: Wed Mar 1 13:38:22 CET 2017
Ending: Fri Mar 31 14:52:08 CEST 2017
Messages: 571
- [vlc-commits] codec: flac: fix potential OOB dereference
Francois Cartegnie
- [vlc-commits] Specify parameter names in include files
Olivier Aubert
- [vlc-commits] codec: flac: simplify and extend extradata parsing
Francois Cartegnie
- [vlc-commits] codec: flac: fix potential oob dereference
Francois Cartegnie
- [vlc-commits] codec: flac: change reordering to 8bit indexes
Francois Cartegnie
- [vlc-commits] codec: flac: do not use directly reorder array
Francois Cartegnie
- [vlc-commits] codec: flac: support non std channel mapping (fix #15005)
Francois Cartegnie
- [vlc-commits] input/control: remove unnecessar memory allocation
Filip Roséen
- [vlc-commits] video_output/epg: vout_OSDEpg: prevent null-dereference
Filip Roséen
- [vlc-commits] misc/text_style: text_segment_Copy: prevent memory-leak
Filip Roséen
- [vlc-commits] codec/svcdsub: fix potential null-dereference
Filip Roséen
- [vlc-commits] mux/mpeg: BuildPMT: prevent allocation of unnecessary data
Filip Roséen
- [vlc-commits] gui/qt: pictureflow: clear cache on destruction
Filip Roséen
- [vlc-commits] audiounit_ios: au_unit can't be null when stopping
Thomas Guillem
- [vlc-commits] audiounit_ios: fix code style
Thomas Guillem
- [vlc-commits] coreaudio: factor AudioUnit creation
Thomas Guillem
- [vlc-commits] audiounit_ios: activate the AVAudioSession earlier
Thomas Guillem
- [vlc-commits] coreaudio: fix unlikely but possible deadlock on pause
Thomas Guillem
- [vlc-commits] coreaudio: factor AudioUnit initialization
Thomas Guillem
- [vlc-commits] audiounit_ios: merge the two Start functions
Thomas Guillem
- [vlc-commits] coreaudio: add a way to set latency in us
Thomas Guillem
- [vlc-commits] audiounit_ios: fetch audio output latency
Thomas Guillem
- [vlc-commits] audiounit_ios: don't try to handle passthrough
Thomas Guillem
- [vlc-commits] audiounit_ios: handle output channels layout
Thomas Guillem
- [vlc-commits] audiounit_ios: restart when the route changes
Thomas Guillem
- [vlc-commits] python: conditional compilation based on presence of include files
Olivier Aubert
- [vlc-commits] python: generate a new version of the bindings
Olivier Aubert
- [vlc-commits] Remove unused definitions
Rémi Denis-Courmont
- [vlc-commits] playlist: pass base URL rather than filename to exporter
Rémi Denis-Courmont
- [vlc-commits] m3u export: write relative URLs sometimes (fixes #3095)
Rémi Denis-Courmont
- [vlc-commits] macOS: Move asset source files to a subfolder
Marvin Scholz
- [vlc-commits] macOS: Remove unnecessary asset sources
Marvin Scholz
- [vlc-commits] meta: folder: Add new cover format support
Alexandre Perraud
- [vlc-commits] codec: substtml: improve debugging
Francois Cartegnie
- [vlc-commits] ttml: use native time spec (fix #18056)
Francois Cartegnie
- [vlc-commits] WMV: support DiscNumber (WM/PartOfSet)
Jean-Baptiste Kempf
- [vlc-commits] Contribs: update libbluray to 1.0.0
Jean-Baptiste Kempf
- [vlc-commits] audiounit_ios: keep the sharedInstance
Thomas Guillem
- [vlc-commits] coreaudio: rework 8.x channels support detection
Thomas Guillem
- [vlc-commits] coreaudio: add 8.x channels support for iOS
Thomas Guillem
- [vlc-commits] coreaudio: rework initialization
Thomas Guillem
- [vlc-commits] auhal: no HD audio codec support (for now)
Thomas Guillem
- [vlc-commits] auhal: remove useless variable
Thomas Guillem
- [vlc-commits] auhal: test digital devices and hog_pid when needed
Thomas Guillem
- [vlc-commits] auhal: don't Stop AudioUnit(PCM) and AudioDevice (S/PDIF)
Thomas Guillem
- [vlc-commits] coreaudio: don't drop blocks if circular buffer is too small
Thomas Guillem
- [vlc-commits] coreaudio: decrease circular buffer size
Thomas Guillem
- [vlc-commits] coreaudio: handle latency and circular size in ca_Initialize
Thomas Guillem
- [vlc-commits] coreaudio: handle latency and circular size in ca_Initialize
Thomas Guillem
- [vlc-commits] coreaudio: handle latency and circular size in ca_Initialize
Thomas Guillem
- [vlc-commits] auhal: fix listener leak in case of error
Thomas Guillem
- [vlc-commits] ttml: fix bnf timing parsing
Francois Cartegnie
- [vlc-commits] chromecast: Refactor network interactions
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Directly send request instead of using interruptions
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Disable message thread cancellation
Hugo Beauzée-Luyssen
- [vlc-commits] chromecast: Simplify seeking
Hugo Beauzée-Luyssen
- [vlc-commits] stream_extractor: fix compilation with older libarchive
Steve Lhomme
- [vlc-commits] coreaudio: refactor and fix error output
Thomas Guillem
- [vlc-commits] audiounit_ios: query channel layout before au creation
Thomas Guillem
- [vlc-commits] audiounit_ios: reset the preferred number of channels on stop
Thomas Guillem
- [vlc-commits] auhal: refactor AudioFormat digital check
Thomas Guillem
- [vlc-commits] auhal: kAudioFormatEnhancedAC3 is digital
Thomas Guillem
- [vlc-commits] chromecast: Remove dead code
Hugo Beauzée-Luyssen
- [vlc-commits] access/satip: fix null-dereference on missing host
Filip Roséen
- [vlc-commits] access/satip: fix null-dereference on "malformed" protocol
Filip Roséen
- [vlc-commits] access/satip: check return-value of vlc_uri_compose
Filip Roséen
- [vlc-commits] mkv/demux: Ebml_Parser: fix #18001 (memory-leak)
Filip Roséen
- [vlc-commits] input/control: remove unnecessar memory allocation
Filip Roséen
- [vlc-commits] demux/subtitle: TextLoad + TextUnload: prevent double-free
Filip Roséen
- [vlc-commits] direct3d11: use main() as the entry point for all types of shaders
Steve Lhomme
- [vlc-commits] direct3d11: handle the pixel shader specific string in CompilePixelShader( )
Steve Lhomme
- [vlc-commits] direct3d11: remove unused argument
Steve Lhomme
- [vlc-commits] direct3d11: factorize the pixel shader
Steve Lhomme
- [vlc-commits] direct3d11: fix HDR rendering on LDR screens
Steve Lhomme
- [vlc-commits] audiounit_ios: rename dev_type to port_type
Thomas Guillem
- [vlc-commits] audiounit_ios: add AC3/DTS passthrough support
Thomas Guillem
- [vlc-commits] auhal: only analog doesn't support an unknow channel layout
Thomas Guillem
- [vlc-commits] coreaudio: fix fmt in au_Initialize
Thomas Guillem
- [vlc-commits] chromecast: use vlc_tls_SocketOpenTLS(), simplify
Rémi Denis-Courmont
- [vlc-commits] network: fix fallback w/o TCP Fast Open
Rémi Denis-Courmont
- [vlc-commits] tls: inline one function, revector
Rémi Denis-Courmont
- [vlc-commits] tls: add a function for TCP Fast Open
Rémi Denis-Courmont
- [vlc-commits] src: export vlc_getaddrinfo_i11e()
Rémi Denis-Courmont
- [vlc-commits] http: add vlc_h1_request() for TCP Fast Open
Rémi Denis-Courmont
- [vlc-commits] http: use vlc_h1_request() (fixes #16067)
Rémi Denis-Courmont
- [vlc-commits] http: remove --http2 option
Rémi Denis-Courmont
- [vlc-commits] direct3d11: fix warnings
Rémi Denis-Courmont
- [vlc-commits] old http: use vlc_memstream
Rémi Denis-Courmont
- [vlc-commits] asx: don´t jam on invali =?UTF-8?Q?d=20XML=20streams=20?=(fixes #18070)
Rémi Denis-Courmont
- [vlc-commits] darwinvlc: check malloc return and free
Jean-Baptiste Kempf
- [vlc-commits] old http: fix proxy credentials copy-paste error
Rémi Denis-Courmont
- [vlc-commits] mms: avoid vlc_url_t copy
Rémi Denis-Courmont
- [vlc-commits] mmsh: use vlc_memstream, send request at once
Rémi Denis-Courmont
- [vlc-commits] tls: disable the Nagle algorithm
Rémi Denis-Courmont
- [vlc-commits] Real RTSP: use net_Write() as appropriate
Rémi Denis-Courmont
- [vlc-commits] raop: use vlc_memstream
Rémi Denis-Courmont
- [vlc-commits] gui/qt: use QWidget::grab instead of deprecated QPixMap::grabWidget
Sebastian Ramacher
- [vlc-commits] access/dtv + stream_filter/decomp: fix initialization of struct iovec
Filip Roséen
- [vlc-commits] access/satip: replace memset with explicit initialization
Filip Roséen
- [vlc-commits] vlc_es: add HLG/ARIB STD-B67 transfer function
Steve Lhomme
- [vlc-commits] packetizer: hxxx: map HLG/ARIB STD-B67 to the VLC value
Steve Lhomme
- [vlc-commits] avcodec: fix the FFmpeg version on which AVCOL_TRC_SMPTE2084 appeared
Steve Lhomme
- [vlc-commits] avcodec: map AVCOL_TRC_ARIB_STD_B67 to TRANSFER_FUNC_HLG
Steve Lhomme
- [vlc-commits] network/tcp: socks: prevent strlen( NULL )
Filip Roséen
- [vlc-commits] video_output/flaschen: Display: merge declaration and initialization
Filip Roséen
- [vlc-commits] strings: vlc_xml_encode: check return of vlc_memstream_open
Filip Roséen
- [vlc-commits] input/control: INPUT_GET_SEEKPOINTS: prevent out-of-bounds reads
Filip Roséen
- [vlc-commits] demux: mp4: remove/disable dead code
Francois Cartegnie
- [vlc-commits] demux: mp4: refactor track selection code
Francois Cartegnie
- [vlc-commits] mediacodec: lower error level when dequeuing output buffers
Thomas Guillem
- [vlc-commits] demux: ps: disable SCR when offset (fix #4727, refs #17340)
Francois Cartegnie
- [vlc-commits] demux: dirac: flush packetizer (refs #3178)
Francois Cartegnie
- [vlc-commits] demux: vc1: flush packetizer (refs #3178)
Francois Cartegnie
- [vlc-commits] Revert "strings: vlc_xml_encode: check return of vlc_memstream_open"
Jean-Baptiste Kempf
- [vlc-commits] demux: subtitle: fix infinite loop #18071
Francois Cartegnie
- [vlc-commits] demux: subtitle: fix infinite loop #18071
Francois Cartegnie
- [vlc-commits] demux: ps: only apply previous fix to audio/video
Francois Cartegnie
- [vlc-commits] demux: ps: reject in avance scr (fix #2586)
Francois Cartegnie
- [vlc-commits] demux: ts: update position if file size changes (fix #17085)
Francois Cartegnie
- [vlc-commits] codec: faad: add guard for audio junk
Francois Cartegnie
- [vlc-commits] codec: faad: fix FDK channel ordering (fix #16457)
Francois Cartegnie
- [vlc-commits] codec: faad: hotfix channel map for non fixed contribs
Francois Cartegnie
- [vlc-commits] Win32: dual sign with SHA-1 and SHA-2 for Authenticode
Jean-Baptiste Kempf
- [vlc-commits] demux: ps: use defines for stream id
Francois Cartegnie
- [vlc-commits] demux: ps: fix CDXA glitches (fix #8621)
Francois Cartegnie
- [vlc-commits] demux: ps: use switch and fix oob
Francois Cartegnie
- [vlc-commits] demux: ps: flag discontinuities
Francois Cartegnie
- [vlc-commits] demux: ps: only sync on pack header when present
Francois Cartegnie
- [vlc-commits] demux: ps: drop confusing stream_id shift
Francois Cartegnie
- [vlc-commits] audiotrack: split Start into StartPCM and StartPassthrough
Thomas Guillem
- [vlc-commits] AudioTrack: drop legacy EAC3
Thomas Guillem
- [vlc-commits] audiotrack: rename hdmi to encoded
Thomas Guillem
- [vlc-commits] audiotrack: add pcm device id
Thomas Guillem
- [vlc-commits] audiotrack: test if encodings are supported
Thomas Guillem
- [vlc-commits] audiotrack: add dtshd passthrough support
Thomas Guillem
- [vlc-commits] audiotrack: add truehd passthrough support
Thomas Guillem
- [vlc-commits] vlc_threads: Fix typo
Hugo Beauzée-Luyssen
- [vlc-commits] bin: vlc_win32_rc depends on the manifest file
Hugo Beauzée-Luyssen
- [vlc-commits] src: libvlc_win32_rc depends on libvlc.dll.manifest
Hugo Beauzée-Luyssen
- [vlc-commits] win32: manifest: Remove trailing whitespaces
Hugo Beauzée-Luyssen
- [vlc-commits] bin: win32 resources: Fix manifest embeding
Hugo Beauzée-Luyssen
- [vlc-commits] src: Fix libvlc manifest embeding
Hugo Beauzée-Luyssen
- [vlc-commits] win32: package: Don't ship exe/dll manifests
Hugo Beauzée-Luyssen
- [vlc-commits] Bundle manifest with DLLs
Hugo Beauzée-Luyssen
- [vlc-commits] [Git][videolan/npapi-vlc][master] Bundle manifest with DLLs
Hugo Beauzée-Luyssen
- [vlc-commits] win32: package: Don't copy webplugins manifest
Hugo Beauzée-Luyssen
- [vlc-commits] demux: ps: fix regression in sync test
Francois Cartegnie
- [vlc-commits] demux: ps: improve probing
Francois Cartegnie
- [vlc-commits] Contribs: disable avisynth in libavformat
Jean-Baptiste Kempf
- [vlc-commits] Contribs: disable nvenc in libavcodec
Jean-Baptiste Kempf
- [vlc-commits] x264: disable OpenCL
Jean-Baptiste Kempf
- [vlc-commits] win32: only one dialog thanking the user
Jean-Baptiste Kempf
- [vlc-commits] vlc: set default DLL directories
Rémi Denis-Courmont
- [vlc-commits] Win32: simplify WinRT LoadLibrary handling
Jean-Baptiste Kempf
- [vlc-commits] win32: don´t clobber proce =?UTF-8?Q?ss=20DLL=20directories=20?=(fixes #17663)
Rémi Denis-Courmont
- [vlc-commits] bin: vlc_win32_rc depends on the manifest file
Hugo Beauzée-Luyssen
- [vlc-commits] src: libvlc_win32_rc depends on libvlc.dll.manifest
Hugo Beauzée-Luyssen
- [vlc-commits] Win32: mark the manifest as compatible with Vista
Jean-Baptiste Kempf
- [vlc-commits] Win32 manifests: reformat XML
Jean-Baptiste Kempf
- [vlc-commits] Win32: manifest can be 0644
Jean-Baptiste Kempf
- [vlc-commits] win32: manifest: Remove trailing whitespaces
Hugo Beauzée-Luyssen
- [vlc-commits] bin: win32 resources: Fix manifest embeding
Hugo Beauzée-Luyssen
- [vlc-commits] src: Fix libvlc manifest embeding
Hugo Beauzée-Luyssen
- [vlc-commits] win32: package: Don't ship exe/dll manifests
Hugo Beauzée-Luyssen
- [vlc-commits] win32: package: Don't copy webplugins manifest
Hugo Beauzée-Luyssen
- [vlc-commits] x264: disable OpenCL
Jean-Baptiste Kempf
- [vlc-commits] Win32: dual sign with SHA-1 and SHA-2 for Authenticode
Jean-Baptiste Kempf
- [vlc-commits] Win32: remove LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR when loading plugins
Jean-Baptiste Kempf
- [vlc-commits] win32: installers: Don't install manifests since they aren' t packaged anymore
Hugo Beauzée-Luyssen
- [vlc-commits] macosx: Remove HW acceleration popup in simple preferences
David Fuhrmann
- [vlc-commits] audiounit_ios: lowercase device id
Thomas Guillem
- [vlc-commits] demux: ps: fix packheader probing (cid #1402130)
Francois Cartegnie
- [vlc-commits] demux: ps: use VLC_DEMUXER_
Francois Cartegnie
- [vlc-commits] demux: ps: rename Demux2 to what it really does
Francois Cartegnie
- [vlc-commits] demux: ps: handle PSP PSMF
Francois Cartegnie
- [vlc-commits] demux: ps: have more accurate pos and time
Francois Cartegnie
- [vlc-commits] demux: ps: seek directly on cdxa sectors
Francois Cartegnie
- [vlc-commits] demux: ps: don't check padding zeroes for cdxa
Francois Cartegnie
- [vlc-commits] packetizer: h264: don't reuse but increment dts
Francois Cartegnie
- [vlc-commits] youtube.lua: update signature descrambling javascript parsing
Pierre Ynard
- [vlc-commits] youtube.lua: remove alternate patterns for signature descrambling javascript
Pierre Ynard
- [vlc-commits] youtube.lua: update signature descrambling javascript parsing
Pierre Ynard
- [vlc-commits] demux: adaptive: fix hls live start issue
Francois Cartegnie
- [vlc-commits] demux: ps: fix length glitch (refs #9412)
Francois Cartegnie
- [vlc-commits] demux: ps: fix length glitch (refs #9412)
Francois Cartegnie
- [vlc-commits] win32: installers: Don't install manifests since they aren' t packaged anymore
Hugo Beauzée-Luyssen
- [vlc-commits] Win32: remove LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR when loading plugins
Jean-Baptiste Kempf
- [vlc-commits] Prepare 2.2.5.1
Jean-Baptiste Kempf
- [vlc-commits] demux: ps: fix regression with extended stream id
Francois Cartegnie
- [vlc-commits] verbose option only makes sense up to value 2
Rafaël Carré
- [vlc-commits] demux: ps: set track priority
Francois Cartegnie
- [vlc-commits] core: win32: load dependent libraries in modules from System32 only
Steve Lhomme
- [vlc-commits] core: win32: load dependent libraries in modules from System32 only
Steve Lhomme
- [vlc-commits] core: win32: do not load winmm.dll on startup, it's not a Known DLL
Steve Lhomme
- [vlc-commits] Winvlc: add comments
Jean-Baptiste Kempf
- [vlc-commits] libvlc_new: mention the call to SetDefaultDllDirectories in the doc
Jean-Baptiste Kempf
- [vlc-commits] win32: do not load wininet.dll on startup, it's not a Known DLL
Steve Lhomme
- [vlc-commits] codec: lpcm: fix leak on error
Francois Cartegnie
- [vlc-commits] codec: lpcm: remove noop
Francois Cartegnie
- [vlc-commits] android/thread: don't use custom assert
Thomas Guillem
- [vlc-commits] android/thread: rework THREAD_ASSERT
Thomas Guillem
- [vlc-commits] winvlc: Try to load DLLs from system32 before any other folder
Hugo Beauzée-Luyssen
- [vlc-commits] winvlc: Remove trailing whitespace
Hugo Beauzée-Luyssen
- [vlc-commits] directory: fix compare between digit and nondigit
Thomas Guillem
- [vlc-commits] opengl: rename VLCGL_HAS_PBO to VLCGL_HAS_MAP_PERSISTENT
Thomas Guillem
- [vlc-commits] opengl: check return values of vlc_gl_GetProcAddress
Thomas Guillem
- [vlc-commits] opengl: refactor
Thomas Guillem
- [vlc-commits] opengl: don't handle direct rendering with subpictures
Thomas Guillem
- [vlc-commits] opengl: move pbo pic creation
Thomas Guillem
- [vlc-commits] opengl: use a specific release callback for persistent
Thomas Guillem
- [vlc-commits] opengl: improve pbo and buffer_storage extension check
Thomas Guillem
- [vlc-commits] opengl: add PBO support for old OpenGL versions
Thomas Guillem
- [vlc-commits] core: win32: do not load winmm.dll on startup, it's not a Known DLL
Steve Lhomme
- [vlc-commits] Win32: remove winrt loadpackagedlibrary
Jean-Baptiste Kempf
- [vlc-commits] win32: do not load wininet.dll on startup, it's not a Known DLL
Steve Lhomme
- [vlc-commits] winvlc: Try to load DLLs from system32 before any other folder
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: matroska: update libmatroska to 1.4.6
Steve Lhomme
- [vlc-commits] add FM Screen Capture Codec
Paul B Mahol
- [vlc-commits] direct3d11: use values directly from the SMPTE ST 2084 standard
Steve Lhomme
- [vlc-commits] direct3d11: handle output to a SMPTE ST 2084 display
Steve Lhomme
- [vlc-commits] direct3d11: fix HLG displaying on LDR displays
Steve Lhomme
- [vlc-commits] direct3d11: simplify float4 to float3 conversion in the Pixel Shader
Steve Lhomme
- [vlc-commits] direct3d11: keep the default pixel conversion matrices static
Steve Lhomme
- [vlc-commits] direct3d11: document the pixel conversion matrices
Steve Lhomme
- [vlc-commits] direct3d11: fix the YCbRb BT2020 to RGB conversion matrix
Steve Lhomme
- [vlc-commits] direct3d11: ajdust the black level/achromacy/range based on the bit depth
Steve Lhomme
- [vlc-commits] direct3d11: generalize the full to studio/ limited conversion used on the Xbox
Steve Lhomme
- [vlc-commits] direct3d11: pass the Whitepoint shifts as a Matrix
Steve Lhomme
- [vlc-commits] doc: libvlc_new: fix spelling, add code examples
Rémi Denis-Courmont
- [vlc-commits] soundcloud.lua: update API magic
Pierre Ynard
- [vlc-commits] soundcloud.lua: update API magic
Pierre Ynard
- [vlc-commits] sftp: use TCP, not just any protocol
Rémi Denis-Courmont
- [vlc-commits] lua: use net_ConnectTCP() where applicable
Rémi Denis-Courmont
- [vlc-commits] http: inline one function
Rémi Denis-Courmont
- [vlc-commits] tls: fix file description
Rémi Denis-Courmont
- [vlc-commits] tls: fix file description
Rémi Denis-Courmont
- [vlc-commits] demux: ps: fix potential oob read
Francois Cartegnie
- [vlc-commits] demux: ps: fix system header data passed to probing
Francois Cartegnie
- [vlc-commits] demux: ps: fix parsing system_header
Francois Cartegnie
- [vlc-commits] demux: ps: fix AAC regression
Francois Cartegnie
- [vlc-commits] demux: ts: map AAC original codec
Francois Cartegnie
- [vlc-commits] demux: ps: directly flag winsubmux as bad scr source
Francois Cartegnie
- [vlc-commits] demux: ts: fix parsing of program_map
Francois Cartegnie
- [vlc-commits] demux: ps: add support for PSM-less gen videotype H264 (fix #2709)
Francois Cartegnie
- [vlc-commits] qt: fix compilation on Qt4
KO Myung-Hun
- [vlc-commits] lib/video: fix invalid id in input_GetEsObjects
Thomas Guillem
- [vlc-commits] lib/video: fix invalid id in input_GetEsObjects
Thomas Guillem
- [vlc-commits] lib/video: fix invalid id in input_GetEsObjects
Thomas Guillem
- [vlc-commits] lib/video: fix invalid id in input_GetEsObjects
Thomas Guillem
- [vlc-commits] vout: move and hide vout_EnableFilter()
Thomas Guillem
- [vlc-commits] lib/video: remove unused variable
Thomas Guillem
- [vlc-commits] lib/video: use a vlc_object_t to enable vout filters
Thomas Guillem
- [vlc-commits] lib/video: fix video filters not set when there is no vout
Thomas Guillem
- [vlc-commits] lib/video: fix video filters not set when there is no vout
Thomas Guillem
- [vlc-commits] lib/video: refactor teletext activation
Thomas Guillem
- [vlc-commits] lib/video: toggle teletext from libvlc_video_set_teletext
Thomas Guillem
- [vlc-commits] lib: deprecate libvlc_toggle_teletext
Thomas Guillem
- [vlc-commits] opengl: add missing GL_MAP_FLUSH_EXPLICIT_BIT flag
Thomas Guillem
- [vlc-commits] Win32: sign also the installer with sha2
Jean-Baptiste Kempf
- [vlc-commits] Win32: sign also the installer with sha2
Jean-Baptiste Kempf
- [vlc-commits] Make update-po
Jean-Baptiste Kempf
- [vlc-commits] Update NEWS for 2.2.5.1
Jean-Baptiste Kempf
- [vlc-commits] Tag 2.2.5.1 : VLC media player 2.2.5.1 "Umbrella"
git at videolan.org
- [vlc-commits] access: fix typo
Thomas Guillem
- [vlc-commits] macOS: Rename simple_prefs to VLCSimplePrefsController
Marvin Scholz
- [vlc-commits] macOS: Move some classes to their own files
Marvin Scholz
- [vlc-commits] vout: fix comment
Thomas Guillem
- [vlc-commits] packetizer: h264: missing leak handling
Francois Cartegnie
- [vlc-commits] packetizer: h264: blockchaingather can fail
Francois Cartegnie
- [vlc-commits] demux: ts: don't update last pts with dvb
Francois Cartegnie
- [vlc-commits] packetizer: h264: rework pps/sps storage and references
Francois Cartegnie
- [vlc-commits] packetizer: h264: only set fmtout to active sps
Francois Cartegnie
- [vlc-commits] packetizer: h264: factorize slice_t init
Francois Cartegnie
- [vlc-commits] packetizer: h264: split first vcl unit test
Francois Cartegnie
- [vlc-commits] Qt: Properly report vout size when HiDPI scaling enabled
Anatoliy Anischovich
- [vlc-commits] contribs: qt: Fix win32 window decorations on HiDPI screens
Hugo Beauzée-Luyssen
- [vlc-commits] qt: Account for DPI scaling when resizing the video widget
Hugo Beauzée-Luyssen
- [vlc-commits] packetizer: h264: gather nals incrementally
Francois Cartegnie
- [vlc-commits] packetizer: h264: store SEI nal apart
Francois Cartegnie
- [vlc-commits] packetizer: h264: parse SEI after sps/pps activation
Francois Cartegnie
- [vlc-commits] core: win32: fix compilation for Winstore
Steve Lhomme
- [vlc-commits] vlc_stream_extractor: remove extra comma for VLC_COMMON_MEMBERS
Steve Lhomme
- [vlc-commits] d3d11va: fix leak from a FromWide() call
Steve Lhomme
- [vlc-commits] dxva2: fix compilation warning
Steve Lhomme
- [vlc-commits] win32: fix log typo
Steve Lhomme
- [vlc-commits] access/satip: remove write only variable
Filip Roséen
- [vlc-commits] codec/dca: remove dead code
Filip Roséen
- [vlc-commits] codec/Makefile: svgdec: fix typo in CFLAGS specification
Filip Roséen
- [vlc-commits] demux/playlist/podcast: fix usage of wrong variable in if-condition
Filip Roséen
- [vlc-commits] demux/playlist/qtl: prevent crash during root-node searching
Filip Roséen
- [vlc-commits] demux/playlist/xspf: prevent crash on empty <vlc:id>
Filip Roséen
- [vlc-commits] demux/xiph_metadata: use ARRAY_SIZE
Filip Roséen
- [vlc-commits] gui/qt: dialogs/plugins: remove extraneous parentheses to silence warning
Filip Roséen
- [vlc-commits] network/tcp: socks: diagnose ill-formed authentication
Filip Roséen
- [vlc-commits] text_renderer/freetype: FontConfig_GetFamily: simplify bold/italic flags
Filip Roséen
- [vlc-commits] demux/adaptive: DOMParser: retain root element if empty
Filip Roséen
- [vlc-commits] demux/playlist: wpl: reimplement parsing
Filip Roséen
- [vlc-commits] gui/skins2: polish error diagnostics on dialog provider failure
Filip Roséen
- [vlc-commits] misc/gnutls: do not declare variable if not needed
Filip Roséen
- [vlc-commits] demux/playlist/itml: remove usage of fprintf
Filip Roséen
- [vlc-commits] demux/playlist/itml: remove unnecessary branch
Filip Roséen
- [vlc-commits] demux/playlist/itml: new_track: minor clean-up
Filip Roséen
- [vlc-commits] demux/playlist/dvb: prevent null-dereference on truncated lines
Filip Roséen
- [vlc-commits] demux/playlist/dvb: simplify parsing
Filip Roséen
- [vlc-commits] packetizer: h264: don't reset current frame pts on discontinuity
Francois Cartegnie
- [vlc-commits] potfiles: Reflect recent file changes
Hugo Beauzée-Luyssen
- [vlc-commits] [Git][videolan/libvlcpp][master] MediaPlayer: Deprecate toggleTeletext
Hugo Beauzée-Luyssen
- [vlc-commits] macOS: Move NSSound category to its own file
Marvin Scholz
- [vlc-commits] macOS: Warn for overwriting dealloc in NSAnimation category
Marvin Scholz
- [vlc-commits] decoder: fix re-used vout being in a canceled state
Thomas Guillem
- [vlc-commits] macOS: Simplify Windows.m animations
Marvin Scholz
- [vlc-commits] macOS: Add compatibility typedef for NSWindowStyleMask
Marvin Scholz
- [vlc-commits] packetizer: h264: fix timings parsing regression
Francois Cartegnie
- [vlc-commits] packetizer: h264: don't use unknown dpb removal delay
Francois Cartegnie
- [vlc-commits] macOS: Enable ARC in Xcode project
Marvin Scholz
- [vlc-commits] tests: Do not use -static for hxxx on darwin
Marvin Scholz
- [vlc-commits] tests: Do not use -no-install on darwin
Marvin Scholz
- [vlc-commits] macOS: Move NSScreen category to its own file
Marvin Scholz
- [vlc-commits] macOS: Move NSScreen category to its own file
Marvin Scholz
- [vlc-commits] magnify: fix invalid usage of copied pictures
Thomas Guillem
- [vlc-commits] test: hxxx: add missing dependency
Rémi Denis-Courmont
- [vlc-commits] lib/media_player: libvlc_get_track_description: fix return-value on error
Filip Roséen
- [vlc-commits] lib/media_player: libvlc_get_track_description: simplify allocations
Filip Roséen
- [vlc-commits] contribs: upnp: Fix interface filtering
Hugo Beauzée-Luyssen
- [vlc-commits] upnp: lookup the best interface to use libupnp with
Hugo Beauzée-Luyssen
- [vlc-commits] demux/playlist: wpl: fix skipping of elements containing self-closed ones
Filip Roséen
- [vlc-commits] se/archive: set b_dead = true on Close
Filip Roséen
- [vlc-commits] se/archive: do not reset source position if dead
Filip Roséen
- [vlc-commits] se/archive: ExtractorOpen: add missing error-check in open
Filip Roséen
- [vlc-commits] se/archive: add missing error-check in jump-callback
Filip Roséen
- [vlc-commits] se/archive: protect paths relying on p_sys->p_entry != NULL
Filip Roséen
- [vlc-commits] se/archive: react and issue diagnostic on reset-error
Filip Roséen
- [vlc-commits] se/archive: prevent potential call to archive_{entry, read}_free with NULL
Filip Roséen
- [vlc-commits] se/archive: protect paths relying on p_sys->p_entry != NULL
Filip Roséen
- [vlc-commits] se/archive: issue diagnostic on reset failure
Filip Roséen
- [vlc-commits] se/archive: prevent potential call to archive_{entry, read}_free with NULL
Filip Roséen
- [vlc-commits] misc/gnutls: gnutls_ClientHandshake fix typo in dialog contents
Filip Roséen
- [vlc-commits] demux/adaptive: FakeESOut: silence warning (unused expression)
Filip Roséen
- [vlc-commits] packetizer: h264: don't pass values to parse slice
Francois Cartegnie
- [vlc-commits] packetizer: h264_nal: parse required elements for POC
Francois Cartegnie
- [vlc-commits] packetizer: h264: split slice parsing
Francois Cartegnie
- [vlc-commits] packetizer: h264: decode and compute POC
Francois Cartegnie
- [vlc-commits] packetizer: h264: use POC for computing missing pts
Francois Cartegnie
- [vlc-commits] upnp: Remove leftover debug
Hugo Beauzée-Luyssen
- [vlc-commits] control/globalhotkeys: xcb: fix p_sys->p_map population
Filip Roséen
- [vlc-commits] gui/qt: interface_widgets: remove legacy code
Filip Roséen
- [vlc-commits] gui/qt: main_interface: remove legacy code
Filip Roséen
- [vlc-commits] gui/qt: qt.hpp: remove macro TOGGLEV
Filip Roséen
- [vlc-commits] gui/qt: qt.hpp: remove unused macro VISIBLE
Filip Roséen
- [vlc-commits] gui/qt: actions_manager: const qualification and mem-initializer
Filip Roséen
- [vlc-commits] gui/qt: dialogs/plugins: prevent deprecated usage of QStyleOptionViewItemV4 if Qt >= 5
Filip Roséen
- [vlc-commits] gui/qt: AddonItemDelegate: use mem-initializer
Filip Roséen
- [vlc-commits] gui/qt: remove unnecessary forward declarations in global scope
Filip Roséen
- [vlc-commits] demux/mpeg: es: lower diagnostic during probe
Filip Roséen
- [vlc-commits] lua/intf: remove luaL_register_submodule (unused)
Filip Roséen
- [vlc-commits] lua/libs: variables: remove luaL_checklightuserdata (unused)
Filip Roséen
- [vlc-commits] video_filter/deinterlace: algo_x: remove median (unused)
Filip Roséen
- [vlc-commits] video_filter/deinterlace: algo_x: remove XDeint8x8Set (unused)
Filip Roséen
- [vlc-commits] packetizer: h264: store original slice type
Francois Cartegnie
- [vlc-commits] packetizer: h264: use bottom_field flag
Francois Cartegnie
- [vlc-commits] codec/svcdsub: use NULL instead of integer literal in pointer assignment
Filip Roséen
- [vlc-commits] codec/subsusf: remove unused argument for CreateTextRegion
Filip Roséen
- [vlc-commits] demux/mpc: remove redundant casts
Filip Roséen
- [vlc-commits] demux/ty: Control: remove redundant casts
Filip Roséen
- [vlc-commits] demux/ty: Demux: replace if-else with switch
Filip Roséen
- [vlc-commits] demux/vobsub: Control: remove redundant casts
Filip Roséen
- [vlc-commits] demux/ty: Demux: fix comment related to "closed captions/XDS"
Filip Roséen
- [vlc-commits] decoder: don't set IsEmpty while draining
Thomas Guillem
- [vlc-commits] demux: ps: renamed time_track_id/index
Francois Cartegnie
- [vlc-commits] demux: ps: save first scr for time computation
Francois Cartegnie
- [vlc-commits] demux: ps: use existing video or audio as scr fallback
Francois Cartegnie
- [vlc-commits] packetizer: h264: fix regression with recovery frames handling
Francois Cartegnie
- [vlc-commits] vout: splitter: fix double picture release in case of error
Thomas Guillem
- [vlc-commits] opengl: alloc 1 extra pic when direct rendering
Thomas Guillem
- [vlc-commits] demux: h26x: set demux fps to packetizer
Francois Cartegnie
- [vlc-commits] Python bindings: fix regexp to handle deprecated APIs
Olivier Aubert
- [vlc-commits] input: decoder: compare audio codec in aout_update_format
Francois Cartegnie
- [vlc-commits] Revert "lpcm: validate block_nb_frames in DVD/LPCM cases"
Francois Cartegnie
- [vlc-commits] packetizer: mpegvideo: fix visible/macroblocks size
Francois Cartegnie
- [vlc-commits] packetizer: mpegvideo: align height on 32 for field pictures
Francois Cartegnie
- [vlc-commits] contrib: use libmicrodns 0.0.4
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: use libmicrodns 0.0.4
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d11: factorize the same string usage
Steve Lhomme
- [vlc-commits] direct3d11: rename COLORSPACE_RGB_FULL as it's used for other things
Steve Lhomme
- [vlc-commits] direct3d11: add a function to determine if a shader will be for RGB or YUV
Steve Lhomme
- [vlc-commits] direct3d11: log the Pixel Shader stages in debug builds
Steve Lhomme
- [vlc-commits] direct3d11: fix typos in ST2084 inverse EOTF
Steve Lhomme
- [vlc-commits] direct3d11: add support for transfer conversion for BT.709 and sRGB sources
Steve Lhomme
- [vlc-commits] direct3d11: do the tone mapping for HLG sources too
Steve Lhomme
- [vlc-commits] direct3d11: fix the HLG to Linear luminance
Steve Lhomme
- [vlc-commits] direct3d11: only saturate before delivering the RGBA
Steve Lhomme
- [vlc-commits] direct3d11: list the colorspaces supported by the swapchain
Steve Lhomme
- [vlc-commits] direct3d11: pick the best swapchain colorspace for the source video
Steve Lhomme
- [vlc-commits] direct3d11: rework the full/studio range adjustement
Steve Lhomme
- [vlc-commits] direct3d11: adjust the max luminance based on the source and output transfers
Steve Lhomme
- [vlc-commits] sd: Fix microdns build with 0.0.4
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d11: factorize the same string usage
Steve Lhomme
- [vlc-commits] direct3d11: rename COLORSPACE_RGB_FULL as it's used for other things
Steve Lhomme
- [vlc-commits] direct3d11: add a function to determine if a shader will be for RGB or YUV
Steve Lhomme
- [vlc-commits] direct3d11: log the Pixel Shader stages in debug builds
Steve Lhomme
- [vlc-commits] direct3d11: fix typos in ST2084 inverse EOTF
Steve Lhomme
- [vlc-commits] direct3d11: add support for transfer conversion for BT.709 and sRGB sources
Steve Lhomme
- [vlc-commits] direct3d11: do the tone mapping for HLG sources too
Steve Lhomme
- [vlc-commits] direct3d11: fix the HLG to Linear luminance
Steve Lhomme
- [vlc-commits] direct3d11: only saturate before delivering the RGBA
Steve Lhomme
- [vlc-commits] direct3d11: list the colorspaces supported by the swapchain
Steve Lhomme
- [vlc-commits] direct3d11: pick the best swapchain colorspace for the source video
Steve Lhomme
- [vlc-commits] direct3d11: rework the full/studio range adjustement
Steve Lhomme
- [vlc-commits] direct3d11: adjust the max luminance based on the source and output transfers
Steve Lhomme
- [vlc-commits] sd: Fix microdns build with 0.0.4
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: microdns: Update sha512sum
Hugo Beauzée-Luyssen
- [vlc-commits] oldrc: simplify quit
Rémi Denis-Courmont
- [vlc-commits] Qt: fix build w/o X11
Rémi Denis-Courmont
- [vlc-commits] Include sys/uio.h where necessary
Dennis Hamester
- [vlc-commits] access/http: Control: fix STREAM_GET_SIZE
Filip Roséen
- [vlc-commits] access/http: Control: remove redundant casts
Filip Roséen
- [vlc-commits] vlc_stream: add stream_MimeType
Filip Roséen
- [vlc-commits] demux/playlist: fix mime-type matching
Filip Roséen
- [vlc-commits] input/demux + misc/image: fix mime-type matching
Filip Roséen
- [vlc-commits] video_filter/blendbench: Create: add missing error-check
Filip Roséen
- [vlc-commits] video_filter/blendbench: fix out-of-bound reads on ill-formed parameters
Filip Roséen
- [vlc-commits] packetizer: h264: set duration also using frame rate
Francois Cartegnie
- [vlc-commits] audiounit_ios: fix cast warning
Thomas Guillem
- [vlc-commits] audiounit_ios: add back the --spdif option
Thomas Guillem
- [vlc-commits] Bump libvlcpp revision
Hugo Beauzée-Luyssen
- [vlc-commits] [Git][videolan/npapi-vlc][master] Bump libvlcpp revision
Hugo Beauzée-Luyssen
- [vlc-commits] input: decoder: compare audio codec in aout_update_format
Francois Cartegnie
- [vlc-commits] Revert "lpcm: validate block_nb_frames in DVD/LPCM cases"
Francois Cartegnie
- [vlc-commits] codec: lpcm: change audio format, not just codec
Francois Cartegnie
- [vlc-commits] codec: lpcm: set both format and codec on update
Francois Cartegnie
- [vlc-commits] input: decoder: really fix aout_update_format check
Francois Cartegnie
- [vlc-commits] configure: fix inverted logic about Growl
Jean-Baptiste Kempf
- [vlc-commits] demux/playlist: m3u: fixup of 5cde0de
Filip Roséen
- [vlc-commits] demux/mpeg: ps: fixup of 1901851
Filip Roséen
- [vlc-commits] direct3d9: fix the black background when the decoder texture is in YUV
Steve Lhomme
- [vlc-commits] direct3d9: use point interpolation rather than none
Steve Lhomme
- [vlc-commits] direct3d9: fix the black background when the decoder texture is in YUV
Steve Lhomme
- [vlc-commits] direct3d9: use point interpolation rather than none
Steve Lhomme
- [vlc-commits] android/thread: Remove monotonic clock checks
Dennis Hamester
- [vlc-commits] newlib/nacl: Provide flockfile implementation
Julian Scheel
- [vlc-commits] nacl: Implement vlc_getaddr_info_i11e
Dennis Hamester
- [vlc-commits] demux: tta: fix broken seek table
Francois Cartegnie
- [vlc-commits] demux: tta: don't set i_extra on failed alloc
Francois Cartegnie
- [vlc-commits] demux: tta: check alloc for i_extra overflow
Francois Cartegnie
- [vlc-commits] demux: tta: check stream_read return value
Francois Cartegnie
- [vlc-commits] demux: tta: avoid null deref on missing/failed decoder
Francois Cartegnie
- [vlc-commits] packetizer: h264: store mbaff flag
Francois Cartegnie
- [vlc-commits] packetizer: h264: store mbaff flag
Francois Cartegnie
- [vlc-commits] contrib/faad2: add patch to prevent crash on SCE followed by CPE
Filip Roséen
- [vlc-commits] demux/playlist: ProcessMRL: fallback to original if valid scheme
Filip Roséen
- [vlc-commits] vlc_fixups: define macros for getaddrinfo() on OS/2
KO Myung-Hun
- [vlc-commits] fixed sorting playlist by album for multiple discs.
Marcel Schnirring
- [vlc-commits] contrib: ffmpeg: use a newer version of FFmpeg that is multithread safe with DXVA
Steve Lhomme
- [vlc-commits] avcodec: remove unecessary check for thread safety on safe libavcodec builds
Steve Lhomme
- [vlc-commits] dxva2: favor the format used by the vout for decoding
Steve Lhomme
- [vlc-commits] Remove use of toggleTeletext
Hugo Beauzée-Luyssen
- [vlc-commits] [Git][videolan/npapi-vlc][master] Remove use of toggleTeletext
Hugo Beauzée-Luyssen
- [vlc-commits] qt: intf_win32: Don't handle video thumbnail from the interface code
Hugo Beauzée-Luyssen
- [vlc-commits] vout: win32: Fix thumbnail rect
Hugo Beauzée-Luyssen
- [vlc-commits] packetizer: h264: use poc to compute missing pic_struct
Francois Cartegnie
- [vlc-commits] zvbi: add a range for vbi-page, handle the 0 value (disabled)
Thomas Guillem
- [vlc-commits] libvlc: libvlc_video_set_teletext can send keys
Thomas Guillem
- [vlc-commits] libvlc: libvlc_video_set_teletext(0) to disable teletext
Thomas Guillem
- [vlc-commits] packetizer: h264: add non field based mutiplier to num_ts
Francois Cartegnie
- [vlc-commits] fontconfig: keep track of, and free, our configuration
Rémi Denis-Courmont
- [vlc-commits] configure: use pkg-config for fontconfig
Rémi Denis-Courmont
- [vlc-commits] fontconfig: require version 2.11 (fixes #3314)
Rémi Denis-Courmont
- [vlc-commits] asx: Handle latin1 input
Hugo Beauzée-Luyssen
- [vlc-commits] contribs: ffmpeg doesn't have --enable-memalign-hack anymore
Hugo Beauzée-Luyssen
- [vlc-commits] input: init video/audio/spu es to -1
Thomas Guillem
- [vlc-commits] input: refactor EsCallback
Thomas Guillem
- [vlc-commits] input: enable es when selecting a new track
Thomas Guillem
- [vlc-commits] Revert "lib/video: set "video" prop to true when changing video tracks"
Thomas Guillem
- [vlc-commits] Android: use number of available processors
Jean-Baptiste Kempf
- [vlc-commits] nacl: Add new system type
Julian Scheel
- [vlc-commits] nacl: nacl comes with xlocale dummies for C++
Julian Scheel
- [vlc-commits] nacl: vlc_fixups: Define IOV_MAX for newlib/nacl
Julian Scheel
- [vlc-commits] nacl: vlc_fixups: Define TCP_NODELAY
Julian Scheel
- [vlc-commits] compat: Add pathconf for NaCl
Dennis Hamester
- [vlc-commits] compat: Add sigwait dummy for NaCl
Julian Scheel
- [vlc-commits] compat: Add sigwait dummy for NaCl
Julian Scheel
- [vlc-commits] vlc_network: move OS/2 stuffs to include/vlc_fixups.h
KO Myung-Hun
- [vlc-commits] ram: Fix potential null dereference
Hugo Beauzée-Luyssen
- [vlc-commits] playlist: sort: Fix potential null dereference
Hugo Beauzée-Luyssen
- [vlc-commits] playlist: sort: remove tabs
Hugo Beauzée-Luyssen
- [vlc-commits] packetizer: dts: workaround incorrect FSIZE (fix #18166)
Francois Cartegnie
- [vlc-commits] packetizer: h264: fix read check on total avcc size computation
Francois Cartegnie
- [vlc-commits] contrib: bump microdns to 0.0.5
Hugo Beauzée-Luyssen
- [vlc-commits] packetizer: dts: check header values range
Francois Cartegnie
- [vlc-commits] block: expose block_TryRealloc
Thomas Guillem
- [vlc-commits] packetizer: h264: remove unused function
Thomas Guillem
- [vlc-commits] packetizer: h264: handle more than one SPS/PPS in h264_NAL_to_avcC
Thomas Guillem
- [vlc-commits] videotoolbox: split StartVideoToolbox
Thomas Guillem
- [vlc-commits] videotoolbox: merge starts and stops functions
Thomas Guillem
- [vlc-commits] mediacodec/videotoolbox: add hxxx_helper
Thomas Guillem
- [vlc-commits] mediacodec: add missing alloc check
Thomas Guillem
- [vlc-commits] mediacodec: setup block callbacks from PaseVideoExtra
Thomas Guillem
- [vlc-commits] mediacodec: add adaptive playback support
Thomas Guillem
- [vlc-commits] mediacodec: refactor input block queue function
Thomas Guillem
- [vlc-commits] mediacodec: OutThread can be drained more than one time
Thomas Guillem
- [vlc-commits] mediacodec: drain before restart
Thomas Guillem
- [vlc-commits] mediacodec: increase hack delay to 2 seconds
Thomas Guillem
- [vlc-commits] videotoolbox: refactor error handling
Thomas Guillem
- [vlc-commits] videotoolbox: restart in case of kVTVideoDecoderBadDataErr
Thomas Guillem
- [vlc-commits] videotoolbox: drain output pictures before restarting
Thomas Guillem
- [vlc-commits] videotoolbox: missing hxxx cleanup
Francois Cartegnie
- [vlc-commits] codec: hxxx: always use externally specified nal length size
Francois Cartegnie
- [vlc-commits] codec hxxx: fix parsing avcc
Francois Cartegnie
- [vlc-commits] playlist/background_worker: introduce background-worker utility
Filip Roséen
- [vlc-commits] playlist/preparser: refactor
Filip Roséen
- [vlc-commits] playlist/fetcher: refactor
Filip Roséen
- [vlc-commits] playlist: cancel preparsing upon playback
Filip Roséen
- [vlc-commits] playlist: fix deadlock on destruction while preparser adds items to playlist
Filip Roséen
- [vlc-commits] preparser: post-pone event until after art fetching is complete
Filip Roséen
- [vlc-commits] libvlc-module: change preparsing options descriptions
Filip Roséen
- [vlc-commits] decoder: VideoToolBox: use POC for H264
Francois Cartegnie
- [vlc-commits] decoder: VideoToolbox: have adaptive DPB
Francois Cartegnie
- [vlc-commits] packetizer: hevc: use helper to get pps/sps/vps
Francois Cartegnie
- [vlc-commits] packetizer: hevc: keep track of active xPS
Francois Cartegnie
- [vlc-commits] packetizer: hevc: only change format on sps activation
Francois Cartegnie
- [vlc-commits] videotoolbox: fix build
Thomas Guillem
- [vlc-commits] codec: hxxx: fix debug logs
Thomas Guillem
- [vlc-commits] videotoolbox: remove stray debug log
Thomas Guillem
- [vlc-commits] codec: hxxx: add missing break
Thomas Guillem
- [vlc-commits] lua: Fix deadlock when deactivating extension due to timeout.
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Join all threads
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Factorize timeout detection
Hugo Beauzée-Luyssen
- [vlc-commits] lua: PushCommand: Reduce locked scope
Hugo Beauzée-Luyssen
- [vlc-commits] lua: PushCommand: Check for allocation failure
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Cleanup lua state once the thread has joined
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Don't deactivate the extension when failing to create its thread
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Simplify activated extension detection
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Properly support reactivation of the extension
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Split CMD_DEACTIVATE generation/queuing out of Deactivate
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Don't attempt to deactivate the extension when killing it.
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Use QueueDeactivateCommand when suitable
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Ensure LuaGetState will always be called with a valid extension
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Remove dubious LockExtension/UnlockExtension
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Mandate KillExtension to be called with command_lock locked
Hugo Beauzée-Luyssen
- [vlc-commits] packetizer: mpeg4video: parse/set color space
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4video: use defines
Francois Cartegnie
- [vlc-commits] packetizer: mpeg4video: check for oob read
Francois Cartegnie
- [vlc-commits] avcodec: fix flush when the codec is not opened
Thomas Guillem
- [vlc-commits] mediacodec: move size initialization
Thomas Guillem
- [vlc-commits] mediacodec: late opening works only for hxxx
Thomas Guillem
- [vlc-commits] mediacodec: remove useless check
Thomas Guillem
- [vlc-commits] mediacodec: update vout when size is changed by mediacodec
Thomas Guillem
- [vlc-commits] mediacodec: refactor
Thomas Guillem
- [vlc-commits] mediacodec: handle adaptive for mp4v
Thomas Guillem
- [vlc-commits] packetizer: hevc: allow changing fmt.video params
Francois Cartegnie
- [vlc-commits] packectizer: h264: don't override provided frame rate
Francois Cartegnie
- [vlc-commits] packetizer: h264: allow change in color space
Francois Cartegnie
- [vlc-commits] lua: lua_ExecuteFunctionVa: Cleanup the stack in case of error
Hugo Beauzée-Luyssen
- [vlc-commits] lua: Don't expose a "goto" method in lua >= 5.2
Hugo Beauzée-Luyssen
- [vlc-commits] opengl: fix persistent performances on AMD
Thomas Guillem
- [vlc-commits] codec: hxxx: fix invalid free
Thomas Guillem
- [vlc-commits] vlc_es: add support for mastering colour volume data & content light level
Steve Lhomme
- [vlc-commits] hxxx_sei: add HDR10 metadata parsing
Steve Lhomme
- [vlc-commits] packetizer: hevc: write the HDR metadata in the output video format
Steve Lhomme
- [vlc-commits] contrib: d3d11: add dxgi1.5 to support HDR10 metadata
Steve Lhomme
- [vlc-commits] direct3d11: set the HDR metadata on the SwapChain when available
Steve Lhomme
- [vlc-commits] codec: avcodec: copy the source mastering/light level into the output
Steve Lhomme
- [vlc-commits] packetizer: hevc: store nal properties in slice
Francois Cartegnie
- [vlc-commits] packetizer: hevc: parse slices poc lsb
Francois Cartegnie
- [vlc-commits] packetizer: hevc: add poc computation
Francois Cartegnie
- [vlc-commits] codec: avcodec: don't drop late frames due to preroll
Francois Cartegnie
- [vlc-commits] demux: ps: split seen / configured states
Francois Cartegnie
- [vlc-commits] access: dvdnav: always check es creation
Francois Cartegnie
- [vlc-commits] demux: ps: remove tautology
Francois Cartegnie
- [vlc-commits] ps/dvdnav/dvdread set psm less config to default mpeg2 streams
Francois Cartegnie
- [vlc-commits] packetizer: h264: fix rate change test
Francois Cartegnie
Last message date:
Fri Mar 31 14:52:08 CEST 2017
Archived on: Fri Mar 31 14:52:22 CEST 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).