June 2017 Archives by subject
Starting: Thu Jun 1 08:46:06 CEST 2017
Ending: Fri Jun 30 12:33:50 CEST 2017
Messages: 563
- [vlc-commits] [Git][videolan/npapi-vlc][master] 5 commits: On the road to 2.2.7
Hugo Beauzée-Luyssen
- [vlc-commits] access: allocate p_sys vlc_malloc/vlc_calloc
Rémi Denis-Courmont
- [vlc-commits] access: bluray: check for input before accessing it
Thomas Guillem
- [vlc-commits] access: bluray: correct asprintf usage
Francois Cartegnie
- [vlc-commits] access: bluray: fix build
Tristan Matthews
- [vlc-commits] adaptive: fix fall through warnings
Rémi Denis-Courmont
- [vlc-commits] Add container_of() convenience wrapper for offsetof()
Rémi Denis-Courmont
- [vlc-commits] addons: Fix leak
Hugo Beauzée-Luyssen
- [vlc-commits] addons: fsstorage: Fix leak whe nlisting installed addons
Hugo Beauzée-Luyssen
- [vlc-commits] addons: Remove unrequired forward declaration
Hugo Beauzée-Luyssen
- [vlc-commits] addons: vorepository: Fix bad free
Hugo Beauzée-Luyssen
- [vlc-commits] addons: vorepository: Fix leak when parsing manifest
Hugo Beauzée-Luyssen
- [vlc-commits] Add some useful events to the JS API
Daniel Amm
- [vlc-commits] Add support for multiple video tracks
Daniel Amm
- [vlc-commits] adjust: don't create variables if invalid chroma
Victorien Le Couviour--Tuffet
- [vlc-commits] adpcm: don't modify dec->fmt_in
Thomas Guillem
- [vlc-commits] aligned_alloc: remove redundant preprocessor predicate
Rémi Denis-Courmont
- [vlc-commits] aout: fix comment place
Thomas Guillem
- [vlc-commits] aout: remove extra non linear conversion
Thomas Guillem
- [vlc-commits] aout: simplify, remove unset_str[]
Thomas Guillem
- [vlc-commits] araw: annotate fall through
Rémi Denis-Courmont
- [vlc-commits] asf: fix fall through comment
Rémi Denis-Courmont
- [vlc-commits] asx: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] avcodec: add explicit subtitle close function
Rémi Denis-Courmont
- [vlc-commits] avcodec: expand context deletion code
Rémi Denis-Courmont
- [vlc-commits] avcodec: fix fourcc ordering
Rémi Denis-Courmont
- [vlc-commits] avcodec: fix wrong vlc_va_Delete argument
Thomas Guillem
- [vlc-commits] avcodec: pass explicit parameters to ffmpeg_OpenCodec()
Rémi Denis-Courmont
- [vlc-commits] avcodec: remove AVCODEC_COMMON_MEMBERS
Rémi Denis-Courmont
- [vlc-commits] avcodec: remove category from codec tables
Rémi Denis-Courmont
- [vlc-commits] avcodec: remove ffmpeg_CloseCodec()
Rémi Denis-Courmont
- [vlc-commits] avcodec: revector, no functional changes
Rémi Denis-Courmont
- [vlc-commits] avcodec: revector, no functional changes
Rémi Denis-Courmont
- [vlc-commits] avcodec: search codec mapping by category
Rémi Denis-Courmont
- [vlc-commits] avcodec: simplify decoder codec look-up
Rémi Denis-Courmont
- [vlc-commits] avcodec: simplify encoder codec look-up
Rémi Denis-Courmont
- [vlc-commits] avcodec: split codec mappings per ES category
Rémi Denis-Courmont
- [vlc-commits] avcodec: split decoder in submodules per ES type
Rémi Denis-Courmont
- [vlc-commits] avcodec: use avcodec_is_open() instead of custom flag
Rémi Denis-Courmont
- [vlc-commits] avcodec: use intermediate variables
Rémi Denis-Courmont
- [vlc-commits] avcodec: use var_InheritString()
Rémi Denis-Courmont
- [vlc-commits] avcodec: va: disable VAAPI 10bits for now
Thomas Guillem
- [vlc-commits] avcodec: vaapi: add direct rendering support
Thomas Guillem
- [vlc-commits] avcodec: vaapi: fix invalid release in case of failure
Thomas Guillem
- [vlc-commits] avcodec: vaapi: refactor
Thomas Guillem
- [vlc-commits] avcodec: vaapi: use vlc_vaapi helpers
Thomas Guillem
- [vlc-commits] avformat: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] avformat: mux: Fix GetFfmpegCodec parameters
Hugo Beauzée-Luyssen
- [vlc-commits] avformat: remove unused GetVlcFourcc() arguments
Rémi Denis-Courmont
- [vlc-commits] avformat: remove unused GetVlcFourcc() arguments
Rémi Denis-Courmont
- [vlc-commits] avi: fix format string
Rémi Denis-Courmont
- [vlc-commits] avi: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] avparser: fix function parameters
Rémi Denis-Courmont
- [vlc-commits] b4s: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] bootstrap: update autopoint diagnostic
Rémi Denis-Courmont
- [vlc-commits] chain: fix insufficient recursion
Rémi Denis-Courmont
- [vlc-commits] check_sed: improve compatibility of cleanup.
Robert Mourning
- [vlc-commits] chroma: chain: fix level variable destroyed twice
Thomas Guillem
- [vlc-commits] chroma: cvpx: add more filters
Thomas Guillem
- [vlc-commits] chroma: cvpx: remove forward declaration
Thomas Guillem
- [vlc-commits] chroma: move cvpx_i420 to cxpx
Thomas Guillem
- [vlc-commits] chromecast: Fix potential deletion of uninitialized value
Hugo Beauzée-Luyssen
- [vlc-commits] codec: avcodec: check avcodec visible sizes
Francois Cartegnie
- [vlc-commits] codec: avcodec: check avcodec visible sizes
Francois Cartegnie
- [vlc-commits] codec: avcodec: fix drain on eos
Francois Cartegnie
- [vlc-commits] codec: avcodec: fix drain on eos
Francois Cartegnie
- [vlc-commits] codec: avcodec: flush decoder on eof
Francois Cartegnie
- [vlc-commits] codec: avcodec: split sidedata processing
Francois Cartegnie
- [vlc-commits] codec: avcodec: use date_t for pts
Francois Cartegnie
- [vlc-commits] codec: avcodec: use decoder_QueueAudio in loop
Francois Cartegnie
- [vlc-commits] codec: dxva: Pretend we're always building on desktop
Hugo Beauzée-Luyssen
- [vlc-commits] codec: mad: fix use after free
Francois Cartegnie
- [vlc-commits] codec: opus: check extradata header
Francois Cartegnie
- [vlc-commits] codec: VideoToolbox: drain on eos
Francois Cartegnie
- [vlc-commits] compat: replace aligned_alloc() rather than posix_memalign()
Rémi Denis-Courmont
- [vlc-commits] configure: add HAVE_VAAPI_X11 check
Thomas Guillem
- [vlc-commits] configure: add HAVE_VAAPI check
Thomas Guillem
- [vlc-commits] configure: add shadow=local warning
Rémi Denis-Courmont
- [vlc-commits] contrib: bluray: Bump to 1.0.1
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: cmake: set the Debug/Release target depending on the bootstrap flags
Steve Lhomme
- [vlc-commits] contrib: jpeg, speexdsp: call autoreconf in rules.mak
Robert Mourning
- [vlc-commits] contrib: libarchive: don't force a path with windows.h on other targets than Android
Steve Lhomme
- [vlc-commits] contrib: libarchive: Fix winrt build
Hugo Beauzée-Luyssen
- [vlc-commits] contrib: libtasn1: disable documentation generation
Robert Mourning
- [vlc-commits] contrib: only force CMAKE_RC_COMPILER when cross compiling
Steve Lhomme
- [vlc-commits] contrib: opus: update to 1.2
Tristan Matthews
- [vlc-commits] contrib: opus: update to 1.2.1 point release
Tristan Matthews
- [vlc-commits] contribs: archive: Don't try to build windows files implementation on UWP
Hugo Beauzée-Luyssen
- [vlc-commits] contribs: archive: Remove windows-file specific declaration
Hugo Beauzée-Luyssen
- [vlc-commits] Contribs: fix bluray sha512
Jean-Baptiste Kempf
- [vlc-commits] contribs: Fix ffmpeg build on UWP
Hugo Beauzée-Luyssen
- [vlc-commits] core: add aligned_free to match the aligned_alloc used in the code
Steve Lhomme
- [vlc-commits] core: module: Fix wrong variable being used.
Hugo Beauzée-Luyssen
- [vlc-commits] core: remove stray #include
Rémi Denis-Courmont
- [vlc-commits] d3d11_deinterlace: fix p_sys test
Steve Lhomme
- [vlc-commits] d3d11_fmt: don't nullify after a release
Steve Lhomme
- [vlc-commits] d3d11_fmt: pass the whole texture array to AllocateShaderView()
Steve Lhomme
- [vlc-commits] d3d11_surface: no matter what the texture height is given by the texture description
Steve Lhomme
- [vlc-commits] d3d11va: don't go further if we don't know the format to decode to
Steve Lhomme
- [vlc-commits] d3d11va: don't use the external pool for NVIDIA hardware with too many slices
Steve Lhomme
- [vlc-commits] d3d11va: do not use the vlc_va_surface_t picture anymore
Steve Lhomme
- [vlc-commits] d3d11va: fix crash on copy
Steve Lhomme
- [vlc-commits] d3d11va: fix passing surfaces from the local pool to upstream filters
Steve Lhomme
- [vlc-commits] d3d11va: fix the internal pool use with direct decode builds
Steve Lhomme
- [vlc-commits] d3d11va: Fix UWP build
Hugo Beauzée-Luyssen
- [vlc-commits] d3d11va: fix wrong array initialization
Steve Lhomme
- [vlc-commits] d3d11va: it's safe to load/unload d3d11.dll even in direct rendering
Steve Lhomme
- [vlc-commits] d3d11va: make the internal pool usable with the pixel shader
Steve Lhomme
- [vlc-commits] d3d11va: no need to type the intermediate recipient of QueryInterface results
Steve Lhomme
- [vlc-commits] d3d11va: remove the internal filter to output YV12
Steve Lhomme
- [vlc-commits] d3d11va: the decoder sets the surface in the picture->context, not picture_sys_t
Steve Lhomme
- [vlc-commits] d3d11va: use ReleasePictureSys for d3d11va internal pictures
Steve Lhomme
- [vlc-commits] d3d_fmt: add a comment on who owns the picture_sys_t data
Steve Lhomme
- [vlc-commits] d3d_fmt: add a function to acquire the resources used in the picture_sys_t
Steve Lhomme
- [vlc-commits] dbus: add command line option to disable MPRIS
Rémi Denis-Courmont
- [vlc-commits] dbus: add variable to expose register bus name
Rémi Denis-Courmont
- [vlc-commits] dbus: deduplicate one-instance description
Rémi Denis-Courmont
- [vlc-commits] dbus: fix naming of multiple instances
Rémi Denis-Courmont
- [vlc-commits] dbus: fix naming of multiple instances
Rémi Denis-Courmont
- [vlc-commits] dbus: start interface before hand-off (fixes #3369)
Rémi Denis-Courmont
- [vlc-commits] dbus: start interface before hand-off (fixes #3369)
Rémi Denis-Courmont
- [vlc-commits] decoder: check visible size on vout fmt update
Francois Cartegnie
- [vlc-commits] decoder: check visible size when creating buffer
Francois Cartegnie
- [vlc-commits] decoder: use "audio decoder" capability for audio decoders
Rémi Denis-Courmont
- [vlc-commits] decoder: use "spu decoder" capability for SPU decoders
Rémi Denis-Courmont
- [vlc-commits] decoder: use "video decoder" capability for video decoders
Rémi Denis-Courmont
- [vlc-commits] decoder: VideoToolbox: force display of eos pics
Francois Cartegnie
- [vlc-commits] deinterlace: change unsupported chroma msg_Err to msg_Dbg
Thomas Guillem
- [vlc-commits] demux: ignore navigation controls by default
Rémi Denis-Courmont
- [vlc-commits] demux: image: check peek return values
Thomas Guillem
- [vlc-commits] demux: image: fix heap-use-after-free
Thomas Guillem
- [vlc-commits] demux: mp4: add support for cslg
Francois Cartegnie
- [vlc-commits] demux: ogg: don't trigger preroll state from chained content
Francois Cartegnie
- [vlc-commits] demux: ogg: fix chained offset on continued pages
Francois Cartegnie
- [vlc-commits] demux: ogg: fix GET_TIME/POSITION on chained streams gap
Francois Cartegnie
- [vlc-commits] demux: ogg: fix glitches on chained content
Francois Cartegnie
- [vlc-commits] demux: ogg: remove no op
Francois Cartegnie
- [vlc-commits] demux: playlist: accept stream_t * in helper macros
Rémi Denis-Courmont
- [vlc-commits] demux: playlist: pass explicit parameter to CHECK_FILE
Rémi Denis-Courmont
- [vlc-commits] demux: ts: add stream_processor
Francois Cartegnie
- [vlc-commits] demux: ts: add support for ARIB channels logos
Francois Cartegnie
- [vlc-commits] demux: ts: add support for attachments
Francois Cartegnie
- [vlc-commits] demux: ts: convert metadata handler to stream processor
Francois Cartegnie
- [vlc-commits] demux: ts: convert mpeg4-sl handler to stream processor
Francois Cartegnie
- [vlc-commits] demux: ts: fix default decoder sections assembling
Francois Cartegnie
- [vlc-commits] demux: ts: move all packet conversions in same place
Francois Cartegnie
- [vlc-commits] demux: ts: psip: parse every section on callback
Francois Cartegnie
- [vlc-commits] demux: ts: refactor SDT decoder setup
Francois Cartegnie
- [vlc-commits] demux: ts: rename pes structs as stream
Francois Cartegnie
- [vlc-commits] demux: ts: split sending block/fanout
Francois Cartegnie
- [vlc-commits] demux: ts: split SL specific code
Francois Cartegnie
- [vlc-commits] direct3d11: detect early if DXGI_FORMAT_420_OPAQUE will be used by the decoder
Steve Lhomme
- [vlc-commits] direct3d11: do the D3D11_OPAQUE -> NV12 conversion outside of the decoder
Steve Lhomme
- [vlc-commits] direct3d11: fix dxgiadapter error test
Steve Lhomme
- [vlc-commits] direct3d11: Fix resize detection
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d11: fix the staging texture dimensions
Steve Lhomme
- [vlc-commits] direct3d11: make AllocateShaderView() more generic
Steve Lhomme
- [vlc-commits] direct3d11: make sur we have a picture->context with D3D11 opaque input
Steve Lhomme
- [vlc-commits] direct3d11: move AllocateShaderView() in d3d11_fmt.h
Steve Lhomme
- [vlc-commits] direct3d11: remove dead code
Steve Lhomme
- [vlc-commits] direct3d11: remove dead code
Steve Lhomme
- [vlc-commits] direct3d11: Simplify
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d9: Don't copy from an odd offset
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d9: picture->p_sys is never NULL
Steve Lhomme
- [vlc-commits] direct3d9: Use a big enough back buffer
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d9: Use a big enough back buffer
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d: Don't copy from an odd offset
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d: Don't copy from an odd offset
Hugo Beauzée-Luyssen
- [vlc-commits] direct3d: fix some logs
Steve Lhomme
- [vlc-commits] directory: use ES_OUT_POST_SUBNODE
Rémi Denis-Courmont
- [vlc-commits] directx_va: add a way to lock/unlock a surface
Steve Lhomme
- [vlc-commits] directx_va: allow not setting device manager callbacks
Steve Lhomme
- [vlc-commits] directx_va: cleaning
Steve Lhomme
- [vlc-commits] directx_va: destroy the decoder at the same time as its surfaces
Steve Lhomme
- [vlc-commits] directx_va: don't pass the AVCodecContext and es_format_t to directx_va_Open
Steve Lhomme
- [vlc-commits] directx_va: do the d3ddec release in pf_destroy_video_service()
Steve Lhomme
- [vlc-commits] directx_va: let the surface deal with releasing its memory
Steve Lhomme
- [vlc-commits] directx_va: let the va deal with the vlc_va_surface_t storage
Steve Lhomme
- [vlc-commits] directx_va: make each vlc_va_surface_t more independent
Steve Lhomme
- [vlc-commits] directx_va: make surface_count unsigned
Steve Lhomme
- [vlc-commits] directx_va: make va_pic_context public via va_surface.h
Steve Lhomme
- [vlc-commits] directx_va: merge local functions only called once
Steve Lhomme
- [vlc-commits] directx_va: move the pre-allocated hw_surface in directx_va
Steve Lhomme
- [vlc-commits] directx_va: no need to allocate dummy pictures anymore
Steve Lhomme
- [vlc-commits] directx_va: no need to store temporarily the number of threads
Steve Lhomme
- [vlc-commits] directx_va: pass the decoder surface via the returned vlc_va_surface_t
Steve Lhomme
- [vlc-commits] directx_va: pass the surface count to pf_create_decoder_surfaces
Steve Lhomme
- [vlc-commits] directx_va: release the d3ddev in pf_destroy_device()
Steve Lhomme
- [vlc-commits] directx_va: remove the unused lock
Steve Lhomme
- [vlc-commits] directx_va: remove unused parameter
Steve Lhomme
- [vlc-commits] directx_va: replace the internal reference counter by an atomic value
Steve Lhomme
- [vlc-commits] directx_va: rework the picture picking algorithm
Steve Lhomme
- [vlc-commits] directx_va: stronger typing of va_surface in picture_sys_t
Steve Lhomme
- [vlc-commits] directx_va: the context copy is responsible for the va_surface refcount increment
Steve Lhomme
- [vlc-commits] directx_va: type the common variables for D3D11VA and DXVA2
Steve Lhomme
- [vlc-commits] dshow: Use MTA and stop leaking thread context out of the module
Hugo Beauzée-Luyssen
- [vlc-commits] dshow: Use vlc_mta_holder
Hugo Beauzée-Luyssen
- [vlc-commits] dvb: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] dvbsub: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] dxa9: fix hd3d_dll leaking
Steve Lhomme
- [vlc-commits] dxa9: the texture height is given by the texture description
Steve Lhomme
- [vlc-commits] dxgi_fmt: test the resource format in FindD3D11Format if formatTexture is unknown
Steve Lhomme
- [vlc-commits] dxva2: fix height used for the decoding buffers
Steve Lhomme
- [vlc-commits] dxva2: move the device check in dxva since it's the only one that supports it
Steve Lhomme
- [vlc-commits] dxva2: remove the internal filter to output YV12
Steve Lhomme
- [vlc-commits] dxva2: the decoder sets the surface in the picture->context, not picture_sys_t
Steve Lhomme
- [vlc-commits] dxva: create the context copy when calling va_pool_Get()
Steve Lhomme
- [vlc-commits] dxva: don't store the surface in the picture context
Steve Lhomme
- [vlc-commits] dxva: fix compilation warning
Steve Lhomme
- [vlc-commits] dxva: split the directx related parts from the pool/va parts
Steve Lhomme
- [vlc-commits] dxva: use the surface width/height from input format in create_decoder_surfaces
Steve Lhomme
- [vlc-commits] dxva: we don't need a special release or Extract callback
Steve Lhomme
- [vlc-commits] egl: add EGLImageKHR functions
Thomas Guillem
- [vlc-commits] egl: syntax error
Rémi Denis-Courmont
- [vlc-commits] es_out: add callback to post sub-items
Rémi Denis-Courmont
- [vlc-commits] es_out: fix fall through warnings
Rémi Denis-Courmont
- [vlc-commits] evas: use aligned_alloc() directly
Rémi Denis-Courmont
- [vlc-commits] filter_chain: load "chain" video filter as a fallback
Thomas Guillem
- [vlc-commits] filters: add filter name
Thomas Guillem
- [vlc-commits] Fix toggleTeletext in 3.0 builds
Daniel Amm
- [vlc-commits] fourcc: add fallbacks for CVPX chromas
Thomas Guillem
- [vlc-commits] fourcc: add VAAPI opaque chroma
Thomas Guillem
- [vlc-commits] freetype: Fix copying char buffer of CStringRef on darwin
Marvin Scholz
- [vlc-commits] freetype: Prevent creating font with NULL path
Marvin Scholz
- [vlc-commits] freetype: Simplify path check
Marvin Scholz
- [vlc-commits] gl: converters: change the way to pass the video_format_t
Thomas Guillem
- [vlc-commits] gl: converters: return a vlc error code from init cbs
Thomas Guillem
- [vlc-commits] gl: refactor program initialization
Thomas Guillem
- [vlc-commits] gl: vaapi: add an interop blacklist
Thomas Guillem
- [vlc-commits] gl: vaapi: call EGLImageKHR functions from vlc_gt_t
Thomas Guillem
- [vlc-commits] gl: vaapi: check if a surface can be derived
Thomas Guillem
- [vlc-commits] gl: vaapi: fix clean-up in case of error
Thomas Guillem
- [vlc-commits] gl: vaapi: fix the ugly way to get the X11 Display
Thomas Guillem
- [vlc-commits] gl: vaapi: fix VADisplay leak in error path
Thomas Guillem
- [vlc-commits] gl: vaapi: fix VADisplay leak in error path
Thomas Guillem
- [vlc-commits] gl: vaapi: move code
Thomas Guillem
- [vlc-commits] h264: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] hds: Fix potential null dereference
Hugo Beauzée-Luyssen
- [vlc-commits] hls: fix bool in arithmetic context warning
Rémi Denis-Courmont
- [vlc-commits] hotkeys: Set sub-text-scale variable on playlist level
David Fuhrmann
- [vlc-commits] http: use container_of()
Rémi Denis-Courmont
- [vlc-commits] hw: vaapi-deint: fix incorrect backward/forward reference ordering
Oliver Collyer
- [vlc-commits] hw: vaapi-deint: fix incorrect backward/forward reference ordering
Oliver Collyer
- [vlc-commits] hw: vaapi-deint: try both motion algorithms as X
Victorien Le Couviour--Tuffet
- [vlc-commits] hw: vaapi-deint: try both motion algorithms as X
Victorien Le Couviour--Tuffet
- [vlc-commits] hw: vaapi: add chroma conversion GPU <=> CPU
Victorien Le Couviour--Tuffet
- [vlc-commits] hw: vaapi: add filters
Victorien Le Couviour--Tuffet
- [vlc-commits] hw: vaapi: add instance dynamic library
Victorien Le Couviour--Tuffet
- [vlc-commits] hw: vaapi: add pictures and pool helpers
Thomas Guillem
- [vlc-commits] hw: vaapi: add wrappers functions
Victorien Le Couviour--Tuffet
- [vlc-commits] hw: vaapi: chroma: fix uninitialized var usage
Thomas Guillem
- [vlc-commits] hw: vaapi: chroma: fix uninitialized var usage
Thomas Guillem
- [vlc-commits] hw: vaapi: fix linking
Thomas Guillem
- [vlc-commits] idummy: remove stray declaration
Rémi Denis-Courmont
- [vlc-commits] ifo: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] Info.plist: Require 10.7 as minimum macOS version
David Fuhrmann
- [vlc-commits] input/es_out: EsOutUpdateInfo: remove redundant cast + variable
Filip Roséen
- [vlc-commits] input: decoder: fix erroneous codec failure errors
Francois Cartegnie
- [vlc-commits] input: decoder: hide missing codec dialog for sout
Francois Cartegnie
- [vlc-commits] input: es_out: fix program meta override on GET_META
Francois Cartegnie
- [vlc-commits] input: fix iconv handle leak
Rémi Denis-Courmont
- [vlc-commits] input: fix missing declaration warning
Rémi Denis-Courmont
- [vlc-commits] input: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] input: handle error in stream_ReadLine()
Rémi Denis-Courmont
- [vlc-commits] input: make provision for different codec capability types
Rémi Denis-Courmont
- [vlc-commits] input: meta: reload attachment if failed from cache
Francois Cartegnie
- [vlc-commits] input: privatize input_item_node_PostAndDelete (refs #17652)
Rémi Denis-Courmont
- [vlc-commits] input: rationalize unknown query error
Rémi Denis-Courmont
- [vlc-commits] input: remove input_item_PostSubItem() (refs #17652)
Rémi Denis-Courmont
- [vlc-commits] input: use container_of()
Rémi Denis-Courmont
- [vlc-commits] interrupt: extend test cases
Rémi Denis-Courmont
- [vlc-commits] interrupt: inline one function
Rémi Denis-Courmont
- [vlc-commits] interrupt: remove debug flag
Rémi Denis-Courmont
- [vlc-commits] interrupt: simplify using thread_local
Rémi Denis-Courmont
- [vlc-commits] iso6937: avoid invalid cast
Rémi Denis-Courmont
- [vlc-commits] itml: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] itml: fix and simplify initialization
Rémi Denis-Courmont
- [vlc-commits] ivtc: comment out unused data
Rémi Denis-Courmont
- [vlc-commits] karaoke: drop unused include
Tristan Matthews
- [vlc-commits] lib/video: apply filters value to all vouts
Thomas Guillem
- [vlc-commits] lib/video: factor set_int/set_float/set_string
Thomas Guillem
- [vlc-commits] lib/video: fix indent
Thomas Guillem
- [vlc-commits] libass: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] libvlc: change default deinterlace mode from blend to auto
Victorien Le Couviour--Tuffet
- [vlc-commits] libvlc: media_player: Clarify doc
Hugo Beauzée-Luyssen
- [vlc-commits] libvlc: media_player: Remove trailing whitespaces/unbreakable space
Hugo Beauzée-Luyssen
- [vlc-commits] libvlc: use container_of()
Rémi Denis-Courmont
- [vlc-commits] linux: Add signal.h header for SIGEV_THREAD symbol.
Vinson Lee
- [vlc-commits] livehttp: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] m3u: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] m3u: remove stray var_Destroy()
Rémi Denis-Courmont
- [vlc-commits] macOS: Add missing array initialization
Marvin Scholz
- [vlc-commits] macOS: Add swapoutOverride function to CompatibilityFixes
Marvin Scholz
- [vlc-commits] macOS: Add VLCHUDOutlineView
Marvin Scholz
- [vlc-commits] macOS: Add VLCHUDScroller
Marvin Scholz
- [vlc-commits] macOS: Add VLCHUDSegmentedCell
Marvin Scholz
- [vlc-commits] macOS: Add VLCHUDStepperCell
Marvin Scholz
- [vlc-commits] macOS: Add VLCHUDTableView
Marvin Scholz
- [vlc-commits] macOS: Add VLCPopUpButtonCell
Marvin Scholz
- [vlc-commits] macOS: Add VLCTintedImageButtonCell
Marvin Scholz
- [vlc-commits] macOS: Adjust stroke color of VLCHUDTextFieldCell
Marvin Scholz
- [vlc-commits] macOS: Change box style in MediaInfo panel
Marvin Scholz
- [vlc-commits] macOS: Change Info.plist breakpad product name
Andreas Mieke
- [vlc-commits] macOS: Change label font on MediaInfo panel
Marvin Scholz
- [vlc-commits] macOS: Change license of some VLCHUD classes
Marvin Scholz
- [vlc-commits] macOS: Change MediaInfo panel xib target to 10.7
Marvin Scholz
- [vlc-commits] macOS: Clarify useless-looking code in VLCDocumentController
Marvin Scholz
- [vlc-commits] macOS: Correct colors of VLCHUDCheckboxCell
Marvin Scholz
- [vlc-commits] macOS: Correct invalid Objective C code
Marvin Scholz
- [vlc-commits] macOS: Correct target to 10.7 for AudioEffects xib
Marvin Scholz
- [vlc-commits] macOS: Disallow tabbing for main window
Marvin Scholz
- [vlc-commits] macOS: Don't draw custom VLCHUDCheckboxCell on 10.10+
Marvin Scholz
- [vlc-commits] macOS: Don't draw custom VLCHUDSegmentedCell on 10.10+
Marvin Scholz
- [vlc-commits] macOS: Do not draw custom VLCHUDTextFieldCell on 10.10+
Marvin Scholz
- [vlc-commits] macOS: Do not form weak reference to NSWindowController
Marvin Scholz
- [vlc-commits] macOS: Do not use weak delegate
Marvin Scholz
- [vlc-commits] macOS: Draw dividers for VLCHUDSegmentedCell
Marvin Scholz
- [vlc-commits] macOS: Draw focus ring for VLCHUDCheckboxCell
Marvin Scholz
- [vlc-commits] macOS: Draw focus ring for VLCHUDRadiobuttonCell
Marvin Scholz
- [vlc-commits] macOS: Draw focus ring for VLCHUDSegmentedCell
Marvin Scholz
- [vlc-commits] macOS: Fix copy/paste mistake in license header
Marvin Scholz
- [vlc-commits] macOS: Fix drawing of VLCHUDSliderCell track
Marvin Scholz
- [vlc-commits] macOS: Fix drawing of VLCHUDTextFieldCell
Marvin Scholz
- [vlc-commits] macOS: Fix hardly visible buttons on <10.10
Marvin Scholz
- [vlc-commits] macOS: Fix logical flaws in VLCRendererDiscovery
Marvin Scholz
- [vlc-commits] macOS: Fix partial availability error in VLCHUDSliderCell
Marvin Scholz
- [vlc-commits] macOS: Fix partial availability error in VLCHUDSliderCell
Marvin Scholz
- [vlc-commits] macOS: Fix typos in BGHUDAppKit license headers
Marvin Scholz
- [vlc-commits] macOS: Fix VLCFullScreenPanel volume slider frame size
Marvin Scholz
- [vlc-commits] macOS: Fix VLCHUDSegmentedCell text drawing
Marvin Scholz
- [vlc-commits] macOS: Implement isEqual for VLCRendererItem
Marvin Scholz
- [vlc-commits] macOS: Minor code style adjustments for VLCHUD classes
Marvin Scholz
- [vlc-commits] macOS: Minor VLCHelpWindowController codestyle changes
Marvin Scholz
- [vlc-commits] macOS: Move VLCOpenTextField out of misc
Marvin Scholz
- [vlc-commits] macOS: Move VLCTimeField out of misc
Marvin Scholz
- [vlc-commits] macOS: No custom HUD drawing on macOS 10.10+
Marvin Scholz
- [vlc-commits] macOS: Remove broken VLCHUDTableHeaderCell
Marvin Scholz
- [vlc-commits] macOS: Remove unnecessary styling from VLCTimeField
Marvin Scholz
- [vlc-commits] macOS: Remove unused variable
Marvin Scholz
- [vlc-commits] macOS: Remove unused VLCHUDRadiobuttonCell
Marvin Scholz
- [vlc-commits] macOS: Rename VLCPopUpButtonCell to VLCHUDPopUpButtonCell
Marvin Scholz
- [vlc-commits] macOS: Reorder files in Xcode project
Marvin Scholz
- [vlc-commits] macOS: Set deployment target to 10.7 for MainWindow xib
Marvin Scholz
- [vlc-commits] macOS: Simplify copying of VLCHUDRadiobuttonCell title
Marvin Scholz
- [vlc-commits] macOS: Unify VLCHUDToggleButton/VLCHUDImageButton to VLCImageButton
Marvin Scholz
- [vlc-commits] macOS: Use dark appearance for panel modals
Marvin Scholz
- [vlc-commits] macOS: Use HUD classes in panels
Marvin Scholz
- [vlc-commits] macOS: Use more of the custom HUD classes
Marvin Scholz
- [vlc-commits] macOS: Use system font for help window HTML
Marvin Scholz
- [vlc-commits] macOS: Use VLCHUDButtonCell on MediaInfo panel
Marvin Scholz
- [vlc-commits] macOS: Use VLCHUDOutlineView in MediaInfo panel
Marvin Scholz
- [vlc-commits] macOS: Use VLCHUDScroller in MediaInfo panel
Marvin Scholz
- [vlc-commits] macOS: Use VLCHUDSegmentedCell in MediaInfo panel
Marvin Scholz
- [vlc-commits] macOS: Use VLCHUDStepperCell in SyncTracks panel
Marvin Scholz
- [vlc-commits] macOS: Use VLCHUDTableView and Scroller in Bookmarks panel
Marvin Scholz
- [vlc-commits] macOS: Use VLCPopUpButtonCell in VideoEffects panel
Marvin Scholz
- [vlc-commits] macOS: Workaround for VLCDefaultValueSlider misaligned default tickmark
Marvin Scholz
- [vlc-commits] macosx: Adapt playlist context menu validation, hide info menu entry
David Fuhrmann
- [vlc-commits] macosx: Add recursive collapse context menu item
David Fuhrmann
- [vlc-commits] macosx: Change OS constants to always include all higher OS versions
David Fuhrmann
- [vlc-commits] macosx: Fix controls bar state for playlist toggling
David Fuhrmann
- [vlc-commits] macosx: Fix expanding and highlighting of currently playing item
David Fuhrmann
- [vlc-commits] macosx: Fix frame of main window gradient view
David Fuhrmann
- [vlc-commits] macosx: Fix hiding of controls bar in native fullscreen
David Fuhrmann
- [vlc-commits] macosx: Fix wrong logic for 10.7.4 and 10.7.5 workaround
David Fuhrmann
- [vlc-commits] macosx: Reenable subtitles menu, use "sub-text-scale" for size
David Fuhrmann
- [vlc-commits] macosx: Remove old playlist code
David Fuhrmann
- [vlc-commits] macosx: Remove resizeView and VLCResizeControl
David Fuhrmann
- [vlc-commits] macosx: Remove unneeded frame manipulation code in main window
David Fuhrmann
- [vlc-commits] macosx: Set sub-text-scale variable on playlist level
David Fuhrmann
- [vlc-commits] macosx: Store subtitle settings from main menu in playlist scope
David Fuhrmann
- [vlc-commits] magnify: Don't display frame margin when zooming
Hugo Beauzée-Luyssen
- [vlc-commits] magnify: Remove trailing whitespace
Hugo Beauzée-Luyssen
- [vlc-commits] marq: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] marq: remove wrong x offset
Victorien Le Couviour--Tuffet
- [vlc-commits] mediacodec: fix WMV3
Thomas Guillem
- [vlc-commits] misc: ensure vlc_object_t is correctly aligned
Rémi Denis-Courmont
- [vlc-commits] mmdevice: use container_of()
Rémi Denis-Courmont
- [vlc-commits] mms: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] mmx: remove dead Y211 code
Rémi Denis-Courmont
- [vlc-commits] module: pass VLC object to vlc_module_unload()
Rémi Denis-Courmont
- [vlc-commits] modules: build search tree of module capabilities
Rémi Denis-Courmont
- [vlc-commits] modules: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] modules: sort modules by priority during loading
Rémi Denis-Courmont
- [vlc-commits] modules: use capabilities tree for module_list_cap()
Rémi Denis-Courmont
- [vlc-commits] mp4: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] mp4: use ES_OUT_POST_SUBNODE
Rémi Denis-Courmont
- [vlc-commits] mux: ts: prefix structs with mux
Francois Cartegnie
- [vlc-commits] ncurses: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] objres: add simple memory allocation
Rémi Denis-Courmont
- [vlc-commits] objres: introduce object resources tracking
Rémi Denis-Courmont
- [vlc-commits] ogg: Add missing return value
Hugo Beauzée-Luyssen
- [vlc-commits] On the road to 2.2.7
Hugo Beauzée-Luyssen
- [vlc-commits] On the road to 2.2.7
Hugo Beauzée-Luyssen
- [vlc-commits] opengl: add converter_vaapi
Thomas Guillem
- [vlc-commits] opengl: try generic converter lastly
Thomas Guillem
- [vlc-commits] opengl: vaapi: fix build with gles2
Thomas Guillem
- [vlc-commits] packetizer: h264: add frame length in debug
Francois Cartegnie
- [vlc-commits] packetizer: h264: fix default frame rate
Francois Cartegnie
- [vlc-commits] packetizer: h264: fix next VCL NAL test
Francois Cartegnie
- [vlc-commits] packetizer: h264: remove fixed framerate requirement for timing
Francois Cartegnie
- [vlc-commits] packetizer: h264: replace discontinuity with next_block_flags
Francois Cartegnie
- [vlc-commits] packetizer: h264: set EOS flag
Francois Cartegnie
- [vlc-commits] packetizer: h264: set EOS flag
Francois Cartegnie
- [vlc-commits] packetizer: hevc: flag with EOS
Francois Cartegnie
- [vlc-commits] packetizer: hxxx: fix typo
Zhao Zhili
- [vlc-commits] packetizer: mpegaudio: fix rate change
Francois Cartegnie
- [vlc-commits] packetizer: mpegvideo: check block gather
Francois Cartegnie
- [vlc-commits] picture: copy picture context in picture_Copy() (fixes #14456)
Rémi Denis-Courmont
- [vlc-commits] picture_pool: fix potentially invalid allocation size
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: add some other unofficial Content-Type values
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: fix file type checks
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: fix missing error handling
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: ignore input with HLS-specific Content-Type
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: remove unused parameter
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: separate type and encoding checks
Rémi Denis-Courmont
- [vlc-commits] playlist/m3u: split HLS to separate function
Rémi Denis-Courmont
- [vlc-commits] playlist: m3u: unbreak HLS
Francois Cartegnie
- [vlc-commits] playlist: m3u: unbreak HLS
Francois Cartegnie
- [vlc-commits] playlist: remove dead code
Rémi Denis-Courmont
- [vlc-commits] playlist: remove Google Video Playlist support
Rémi Denis-Courmont
- [vlc-commits] playlist: remove stray declarations
Rémi Denis-Courmont
- [vlc-commits] playlist: remove stray function declarations
Rémi Denis-Courmont
- [vlc-commits] playlist: use container_of()
Rémi Denis-Courmont
- [vlc-commits] pls: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] po: add missing hw/vaapi/chroma.c
Thomas Guillem
- [vlc-commits] podcast: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] posix: move D-Bus one-instance to system_Configure()
Rémi Denis-Courmont
- [vlc-commits] POSIX specific: fix compilation without DBus
Jean-Baptiste Kempf
- [vlc-commits] preparser: handle input errors
Thomas Guillem
- [vlc-commits] pulse: annotate fall through
Rémi Denis-Courmont
- [vlc-commits] pulse: remove leftovers of PCM fallbacks
Thomas Guillem
- [vlc-commits] qt: fix double resize of video widget on hidpi screen
Anatoliy Anischovich
- [vlc-commits] qt: Remove unused include
Hugo Beauzée-Luyssen
- [vlc-commits] qt: video_widget: Fetch the container widget size
Hugo Beauzée-Luyssen
- [vlc-commits] qtl: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] ram: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] ram: remove cargo-cultivated var_Destroy()
Rémi Denis-Courmont
- [vlc-commits] record: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] reduce vpx decoder priority under libavcodec
Mathieu Velten
- [vlc-commits] Remove vlc_free()
Rémi Denis-Courmont
- [vlc-commits] remove X11BypassWindowManagerHint from time tooltip
Mathieu Velten
- [vlc-commits] resource: Don't call DestroySout with a NULL sout_instance_t
Hugo Beauzée-Luyssen
- [vlc-commits] Revert "aout: simplify, remove unset_str[]"
Thomas Guillem
- [vlc-commits] Revert "fourcc: no YUV fallback for VDPAU chromas"
Rémi Denis-Courmont
- [vlc-commits] Revert "hotkeys: Reset scale to screen when zooming"
Hugo Beauzée-Luyssen
- [vlc-commits] Revert "hotkeys: Reset scale to screen when zooming"
Hugo Beauzée-Luyssen
- [vlc-commits] Revert "macOS: Set correct fullscreen window level"
Marvin Scholz
- [vlc-commits] Revert "vdpau_chroma: remove copy-to-CPU plugin"
Rémi Denis-Courmont
- [vlc-commits] rootwrap: use fputs() where applicable
Rémi Denis-Courmont
- [vlc-commits] sap: annotate fall through
Rémi Denis-Courmont
- [vlc-commits] sap: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] SCTE-27: simplify fmt codec definition and avoid crash
Jean-Baptiste Kempf
- [vlc-commits] sgimb: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] sgimb: fix mismatched types
Rémi Denis-Courmont
- [vlc-commits] shoutcast: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] shoutcast: drop priority to zero
Rémi Denis-Courmont
- [vlc-commits] shoutcast: force demux via option rather than MRL
Rémi Denis-Courmont
- [vlc-commits] src: Move sub-text-scale variable to playlist scope
David Fuhrmann
- [vlc-commits] src: os2: fix typo
KO Myung-Hun
- [vlc-commits] stream: add helper to check extension
Rémi Denis-Courmont
- [vlc-commits] subtitle: Don't call strcasestr twice
Hugo Beauzée-Luyssen
- [vlc-commits] subtitle: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] text_renderer: freetype: don't fail on line with empty bitmap (fix #18365)
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: don't fail the whole region on empty paragraph
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: don't reparse from previous space
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: fix character level wrapping
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: fix next line alignment on line break
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: fix oob
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: fix text max_width
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: handle text wrap style
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: parametrize TextLayout max width
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: refactor glyph release
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: refactor whitespace and get more accurate length
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: set max width according to offset
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: strip lines according to max_height
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: truncate line according to region max width
Francois Cartegnie
- [vlc-commits] text_renderer: freetype: use position indexes in LayoutLine
Francois Cartegnie
- [vlc-commits] text_renderer: test flags only using their defined values
Francois Cartegnie
- [vlc-commits] text_style: add line breaking info
Francois Cartegnie
- [vlc-commits] timeshift: simplify simple pass-through controls
Rémi Denis-Courmont
- [vlc-commits] ts: fix duplicate qualifier, add missing 'static'
Rémi Denis-Courmont
- [vlc-commits] ts: fix potential signed overflow
Rémi Denis-Courmont
- [vlc-commits] ts: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] udev: fix variable shadowing
Rémi Denis-Courmont
- [vlc-commits] Update MODULES_LIST
Thomas Guillem
- [vlc-commits] Update NEWS
Daniel Amm
- [vlc-commits] update NEWS
Thomas Guillem
- [vlc-commits] va: pass hwaccel_context rather than AVCodecContext
Rémi Denis-Courmont
- [vlc-commits] va: remove the deprecated setup() callback
Steve Lhomme
- [vlc-commits] va: remove vlc_va_Release() and vlc_va_Extract()
Steve Lhomme
- [vlc-commits] va_surface: fix the surface count when calling setup_avcodec_ctx
Steve Lhomme
- [vlc-commits] va_surface: release the surfaces held locally in DestroyVideoDecoder()
Steve Lhomme
- [vlc-commits] va_surface: remove the unused decoderSurface
Steve Lhomme
- [vlc-commits] vaapi: fix duplicate const qualifier
Rémi Denis-Courmont
- [vlc-commits] variables: correct minimum float value
Victorien Le Couviour--Tuffet
- [vlc-commits] variables: move lock
Thomas Guillem
- [vlc-commits] variables: Use thread_local
Hugo Beauzée-Luyssen
- [vlc-commits] vdpau: add proper structure type for picture context
Rémi Denis-Courmont
- [vlc-commits] vdpau: add vlc_vdp_video_destroy() and simplify
Rémi Denis-Courmont
- [vlc-commits] vdpau: fix potential double free
Rémi Denis-Courmont
- [vlc-commits] vdpau: move field copy to a callback (refs #14456)
Rémi Denis-Courmont
- [vlc-commits] vdpau: reorder
Rémi Denis-Courmont
- [vlc-commits] video-filter: deinterlace: set default mode from blend to auto (which is x)
Victorien Le Couviour--Tuffet
- [vlc-commits] video_chroma: chain: add a video filter
Thomas Guillem
- [vlc-commits] video_chroma:d3d11: add a module to convert from CPU to GPU textures
Steve Lhomme
- [vlc-commits] video_chroma:d3d9: add a module to convert from CPU to GPU textures
Steve Lhomme
- [vlc-commits] video_chroma:direct3d: only copy the visible lines to the CPU planes
Steve Lhomme
- [vlc-commits] video_output: display: Don't ignore fullscreen state changes
Thomas Guillem
- [vlc-commits] video_output: display: Don't ignore fullscreen state changes
Thomas Guillem
- [vlc-commits] video_output: Use the appropriate vout_display_ event wrappers
Hugo Beauzée-Luyssen
- [vlc-commits] videotoolbox: add vt_utils helper
Thomas Guillem
- [vlc-commits] videotoolbox: check if the decoder supports deinterlacing
Thomas Guillem
- [vlc-commits] videotoolbox: fix temporal deinterlacing handling
Thomas Guillem
- [vlc-commits] videotoolbox: remove unused conversion code
Thomas Guillem
- [vlc-commits] videotoolbox: store cvpx in picture context
Thomas Guillem
- [vlc-commits] vlc_arrays: add vlc_dictionary_is_empty
Francois Cartegnie
- [vlc-commits] vlc_fixup: Provide a thread_local macro
Hugo Beauzée-Luyssen
- [vlc-commits] vlc_iconv: avoid invalid casts
Rémi Denis-Courmont
- [vlc-commits] vlc_subpicture: add balanced text region flag
Francois Cartegnie
- [vlc-commits] vlc_subpicture: add per region width/height cropping
Francois Cartegnie
- [vlc-commits] vlc_subpicture: fix alignment usage comments
Francois Cartegnie
- [vlc-commits] vlc_vout: channels disambiguation
Francois Cartegnie
- [vlc-commits] vod: fix fall through annotations
Rémi Denis-Courmont
- [vlc-commits] vout: android: add a shortcut for android-opaque
Thomas Guillem
- [vlc-commits] vout: android: use opaque if forced
Thomas Guillem
- [vlc-commits] vout: bump SCALE_UNIT to 10000
Francois Cartegnie
- [vlc-commits] vout: change spu_area to unsigned
Francois Cartegnie
- [vlc-commits] vout: change spu_scale to unsigned
Francois Cartegnie
- [vlc-commits] vout: clean filters callback in case of failure
Thomas Guillem
- [vlc-commits] vout:directd9: don't compile shaders if the headers are not available
Steve Lhomme
- [vlc-commits] vout: epg: fix original size/spu scaling
Francois Cartegnie
- [vlc-commits] vout: epg: refactor time to strings
Francois Cartegnie
- [vlc-commits] vout: epg: split text styling
Francois Cartegnie
- [vlc-commits] vout: epg: split time sizes
Francois Cartegnie
- [vlc-commits] vout: epg: use macros and rgb colors
Francois Cartegnie
- [vlc-commits] vout: fetch next event in vout_OSDEpg
Francois Cartegnie
- [vlc-commits] vout: fix channel registration when missing spu
Francois Cartegnie
- [vlc-commits] vout: interlacing: add auto mode
Victorien Le Couviour--Tuffet
- [vlc-commits] vout: snapshot: Fix handling of file path
Hugo Beauzée-Luyssen
- [vlc-commits] vout: snapshot: fix indent
Thomas Guillem
- [vlc-commits] vout: subpicture_NewFromPicture: fix original size
Francois Cartegnie
- [vlc-commits] vout: win32: move the GPU to CPU picture buffer mapping in copy
Steve Lhomme
- [vlc-commits] vt_utils: add cfdict utils
Thomas Guillem
- [vlc-commits] vt_utils: add cvpx_pool helpers
Thomas Guillem
- [vlc-commits] vt_utils: implements picture context copy
Thomas Guillem
- [vlc-commits] vt_utils: use proper structure type for picture context
Thomas Guillem
- [vlc-commits] wasapi: Fix non-default device check
Hugo Beauzée-Luyssen
- [vlc-commits] win32: Add a vlc_mta_holder
Hugo Beauzée-Luyssen
- [vlc-commits] win32: fix build
Rémi Denis-Courmont
- [vlc-commits] Win32: fix mismatched alloc/free
Rémi Denis-Courmont
- [vlc-commits] win32: gather multimedia timer initialization
Rémi Denis-Courmont
- [vlc-commits] win32: move thread priority init to vlc_thread_setup()
Rémi Denis-Courmont
- [vlc-commits] win32: simplifying thread init locking
Rémi Denis-Courmont
- [vlc-commits] win32 vout: Don't account for a container when computing full screen size
Hugo Beauzée-Luyssen
- [vlc-commits] wpl: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] xcb: fix fall through annotation
Rémi Denis-Courmont
- [vlc-commits] xspf: convert to stream filter
Rémi Denis-Courmont
- [vlc-commits] xspf: fix opening media library
Rémi Denis-Courmont
- [vlc-commits] xxx
Rémi Denis-Courmont
- [vlc-commits] zvbi: Don't write in es_format_t::video_format_t when i_cat is SPU
Hugo Beauzée-Luyssen
- [vlc-commits] zvbi: Remove trailing whitespaces
Hugo Beauzée-Luyssen
- [vlc-commits] zvbi: Simplify fmt_out initialization
Hugo Beauzée-Luyssen
Last message date:
Fri Jun 30 12:33:50 CEST 2017
Archived on: Fri Jun 30 12:33:56 CEST 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).