March 2016 Archives by subject
Starting: Tue Mar 1 05:16:28 CET 2016
Ending: Thu Mar 31 17:16:09 CEST 2016
Messages: 491
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Rémi Denis-Courmont
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Rémi Denis-Courmont
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Rémi Denis-Courmont
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Steve Lhomme
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Rémi Denis-Courmont
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Rémi Denis-Courmont
- [vlc-devel] [PATCH 0/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH 0/2] mkv: Introducing a StringDispatcher
Filip Roséen
- [vlc-devel] [PATCH 0/3] qt: /modules/gui/qt/util/input_slider.{cpp, hpp}
Filip Roséen
- [vlc-devel] [PATCH 0/3] qt: /modules/gui/qt/util/input_slider.{cpp, hpp}
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 0/5] mkv: introduced EbmlTypeDispatcher
Filip Roséen
- [vlc-devel] [PATCH 0/5] mkv: introduced EbmlTypeDispatcher [ introductional explanation ]
Filip Roséen
- [vlc-devel] [PATCH 00/11] Initial cleaning of demux/mkv
Filip Roséen
- [vlc-devel] [PATCH 00/11] Initial cleaning of demux/mkv
Denis Charmet
- [vlc-devel] [PATCH 00/11] Initial cleaning of demux/mkv
Filip Roséen
- [vlc-devel] [PATCH 00/12] Make clean-up functions behave like free
Filip Roséen
- [vlc-devel] [PATCH 00/12] Make clean-up functions behave like free
Rémi Denis-Courmont
- [vlc-devel] [PATCH 00/14] mkv: The cleanup continues
Filip Roséen
- [vlc-devel] [PATCH 00/20] initial cleanup of demux/mkv (take #2)
Filip Roséen
- [vlc-devel] [PATCH 01/11] demux/mkv: added warning regarding undefined-behavior
Filip Roséen
- [vlc-devel] [PATCH 01/12] vlc: vlc_access_Delete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 01/14] mkv: introduced helper functions related to indexes
Filip Roséen
- [vlc-devel] [PATCH 01/14] mkv: introduced helper functions related to indexes
Filipe Cabecinhas
- [vlc-devel] [PATCH 01/14] mkv: introduced helper functions related to indexes
Filip Roséen
- [vlc-devel] [PATCH 01/20] mkv: added warning regarding undefined-behavior
Filip Roséen
- [vlc-devel] [PATCH 02/11] demux/mkv: cleaned `chapters.{cpp,hpp}`
Filip Roséen
- [vlc-devel] [PATCH 02/11] demux/mkv: cleaned `chapters.{cpp, hpp}`
Denis Charmet
- [vlc-devel] [PATCH 02/11] demux/mkv: cleaned `chapters.{cpp, hpp}`
Filip Roséen
- [vlc-devel] [PATCH 02/12] vlc: demux_Delete: do nothing if pointer is NULL
Filip Roséen
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Filip Roséen
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Filip Roséen
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Denis Charmet
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Filip Roséen
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Steve Lhomme
- [vlc-devel] [PATCH 02/14] mkv: make sure indexes are in order
Filip Roséen
- [vlc-devel] [PATCH 02/20] mkv: cleaned `chapters.{cpp,hpp}`
Filip Roséen
- [vlc-devel] [PATCH 03/11] demux/mkv: replaced manual memory-management with `std::vector`
Filip Roséen
- [vlc-devel] [PATCH 03/11] demux/mkv: replaced manual memory-management with `std::vector`
Filip Roséen
- [vlc-devel] [PATCH 03/12] vlc: filter_DeleteBlend: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 03/14] mkv: use binary- instead of linear-search in Seek
Filip Roséen
- [vlc-devel] [PATCH 03/20] mkv: replaced magic `10` by real constant + fixed initialization
Filip Roséen
- [vlc-devel] [PATCH 04/11] demux/mkv: Introduced MKV_CHECKED_PTR_DECL
Filip Roséen
- [vlc-devel] [PATCH 04/12] vlc: stream_Delete: do nothing if pointer is NULL
Filip Roséen
- [vlc-devel] [PATCH 04/14] mkv: replaced loop with (already present) helper
Filip Roséen
- [vlc-devel] [PATCH 04/20] mkv: matroska_segment.cpp c-style cast => c++ cast
Filip Roséen
- [vlc-devel] [PATCH 05/11] demux/mkv: use `MKV_CHECKED_PTR_DECL` in matroska_segment.cpp
Filip Roséen
- [vlc-devel] [PATCH 05/11] demux/mkv: use `MKV_CHECKED_PTR_DECL` in matroska_segment.cpp
Filip Roséen
- [vlc-devel] [PATCH 05/12] vlc: update_Delete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 05/14] mkv: removed legacy code from matroska_segment.cpp
Filip Roséen
- [vlc-devel] [PATCH 05/20] mkv: matroska_segment_parse.cpp c-style cast => c++ cast
Filip Roséen
- [vlc-devel] [PATCH 06/11] demux/mkv: removed unnecessary dynamic memory allocations
Filip Roséen
- [vlc-devel] [PATCH 06/12] vlc: vlm_Delete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 06/14] mkv: tweaked diagnostic when seeking
Filip Roséen
- [vlc-devel] [PATCH 06/20] mkv: chapter_command.cpp c-style casts => c++ casts
Filip Roséen
- [vlc-devel] [PATCH 07/11] demux/mkv: removed manual memory management from Tags + SimpleTags
Filip Roséen
- [vlc-devel] [PATCH 07/11] demux/mkv: removed manual memory management from Tags + SimpleTags
Filip Roséen
- [vlc-devel] [PATCH 07/12] vlc: xml_Delete: do nothing if the argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 07/14] mkv: Added reconstruct function to EbmlParser
Filip Roséen
- [vlc-devel] [PATCH 07/20] mkv: mkv.cpp c-style casts => c++ casts (+fix)
Filip Roséen
- [vlc-devel] [PATCH 08/11] demux/mkv: replaced (manual) linked-list with std::vector in `matroska_segment_c::Seek`
Filip Roséen
- [vlc-devel] [PATCH 08/12] vlc: vlc_meta_Delete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 08/14] mkv: replaced reallocation of EbmlParser with EbmlParser::reconstruct
Filip Roséen
- [vlc-devel] [PATCH 08/20] mkv: util.cpp c-style casts => c++ casts
Filip Roséen
- [vlc-devel] [PATCH 09/11] demux/mkv: Added error diagnostic if i_track does not match seekpoint
Filip Roséen
- [vlc-devel] [PATCH 09/12] vlc: filter_chain_Delete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 09/14] mkv: removed unnecessary dynamic allocation
Filip Roséen
- [vlc-devel] [PATCH 09/20] mkv: virtual_segment.cpp c-style casts => c++ casts
Filip Roséen
- [vlc-devel] [PATCH 1/1] If the target libc lacks strerror_l, fallback to strerror_r.
Richard Diamond
- [vlc-devel] [PATCH 1/1] If the target libc lacks strerror_l, fallback to strerror_r.
Sean McGovern
- [vlc-devel] [PATCH 1/1] If the target libc lacks strerror_l, fallback to strerror_r.
Rémi Denis-Courmont
- [vlc-devel] [PATCH 1/1] If the target libc lacks strerror_l, fallback to strerror_r.
Richard Diamond
- [vlc-devel] [PATCH 1/1] If the target libc lacks strerror_l, fallback to strerror_r.
Rémi Denis-Courmont
- [vlc-devel] [PATCH 1/1] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH 1/2] access: dtv: add en50221_capmt
Francois Cartegnie
- [vlc-devel] [PATCH 1/2] access: dtv: add en50221_capmt
Rémi Denis-Courmont
- [vlc-devel] [PATCH 1/2] contrib:d3d11: VideoProcessor support needs D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
Steve Lhomme
- [vlc-devel] [PATCH 1/2] directdraw: better debugging of the pixel format used for surfaces
Steve Lhomme
- [vlc-devel] [PATCH 1/2] i420_rgb: only handle visible pixels
Steve Lhomme
- [vlc-devel] [PATCH 1/2] i420_yuy2: remove useless lines
Steve Lhomme
- [vlc-devel] [PATCH 1/2] lib/audio: Disable audio track if requested
GOUJON Évan
- [vlc-devel] [PATCH 1/2] lib/audio: Disable audio track if requested
Rémi Denis-Courmont
- [vlc-devel] [PATCH 1/2] lib/audio: Disable audio track if requested
M. GOUJON Évan
- [vlc-devel] [PATCH 1/2] mkv: Added StringDispatcher (including changes to Makefile.am)
Filip Roséen
- [vlc-devel] [PATCH 1/2] mkv: only jump on known chapters from chapter commands
Steve Lhomme
- [vlc-devel] [PATCH 1/2] mkv: only jump on known chapters from chapter commands
Denis Charmet
- [vlc-devel] [PATCH 1/2] mkv: only jump on known chapters from chapter commands
Steve Lhomme
- [vlc-devel] [PATCH 1/2] playlist/fetcher: interrupt fetcher thread on exit
Thomas Guillem
- [vlc-devel] [PATCH 1/2] yuy2_i420: only adjust the line ending when the line was actually used
Steve Lhomme
- [vlc-devel] [PATCH 1/3] direct3d11: the reference driver is not intended for release builds
Steve Lhomme
- [vlc-devel] [PATCH 1/3] mkv: do not reset the i_start_time after a seek was initiated
Steve Lhomme
- [vlc-devel] [PATCH 1/3] mkv: do not reset the i_start_time after a seek was initiated
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 1/3] mkv: do not reset the i_start_time after a seek was initiated
Denis Charmet
- [vlc-devel] [PATCH 1/3] mkv: do not reset the i_start_time after a seek was initiated
Steve Lhomme
- [vlc-devel] [PATCH 1/3] qt: replaced macros with proper constants
Filip Roséen
- [vlc-devel] [PATCH 1/5] mkv: Added EbmlTypeDispatcher (including changes to Makefile.am)
Filip Roséen
- [vlc-devel] [PATCH 1/5] mkv: only the first loaded segment knows which chapter it will start from
Steve Lhomme
- [vlc-devel] [PATCH 1/6] mkv: add virtual_chapter_c::ContainsTimestamp() helper method
Steve Lhomme
- [vlc-devel] [PATCH 1/6] mkv: add virtual_chapter_c::ContainsTimestamp() helper method
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 1/7] demux:mkv: fix missing Enter() on the first chapter used
Steve Lhomme
- [vlc-devel] [PATCH 1/8] mkv: pass the user_time by reference
Steve Lhomme
- [vlc-devel] [PATCH 1/9] demux:mkv: simplify Demux() by using vlc_mutex_locker
Steve Lhomme
- [vlc-devel] [PATCH 1/9] mkv: separate the segment selection from the track copying
Steve Lhomme
- [vlc-devel] [PATCH 10/11] demux/mkv: removed unnecessary memory-allocation in matroska_segment_parse.cpp
Filip Roséen
- [vlc-devel] [PATCH 10/12] vlc: input_item_node_Delete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 10/14] mkv: added debug-helper to matroska_segment_c::ParseInfo
Filip Roséen
- [vlc-devel] [PATCH 10/20] mkv: stream_io_callback.cpp c-style casts => c++ casts
Filip Roséen
- [vlc-devel] [PATCH 11/11] demux/mkv: Reimplemented MkvTree and moved it to Util.hpp
Filip Roséen
- [vlc-devel] [PATCH 11/11] demux/mkv: Reimplemented MkvTree and moved it to Util.hpp
Denis Charmet
- [vlc-devel] [PATCH 11/11] demux/mkv: Reimplemented MkvTree and moved it to Util.hpp
Filip Roséen
- [vlc-devel] [PATCH 11/12] vlc: xml_ReaderDelete: do nothing if argument is NULL
Filip Roséen
- [vlc-devel] [PATCH 11/14] mkv: removed unnecessary variable and cleaned up expression
Filip Roséen
- [vlc-devel] [PATCH 11/20] mkv: removed indirection when initializing std::string
Filip Roséen
- [vlc-devel] [PATCH 12/12] vlc: subpicture_Delete: corrected broken documentation + implementation
Filip Roséen
- [vlc-devel] [PATCH 12/14] mkv: use EbmlTypeDispatcher in matroska_segment_c::ParseChapterAtom
Filip Roséen
- [vlc-devel] [PATCH 12/20] mkv: replaced manual memory-management with `std::vector` in `matroska_segment_c`
Filip Roséen
- [vlc-devel] [PATCH 12/20] mkv: replaced manual memory-management with `std::vector` in `matroska_segment_c`
Filip Roséen
- [vlc-devel] [PATCH 13/14] mkv: made MkvTree match legacy code in terms of indentation
Filip Roséen
- [vlc-devel] [PATCH 13/20] mkv: Introduced MKV_CHECKED_PTR_DECL
Filip Roséen
- [vlc-devel] [PATCH 14/14] mkv: minor clean-up + c-style casts => c++ casts
Filip Roséen
- [vlc-devel] [PATCH 14/20] mkv: `MKV_CHECKED_PTR_DECL` introduced to `matroska_segment.cpp`
Filip Roséen
- [vlc-devel] [PATCH 15/20] mkv: removed unnecessary dynamic memory allocations
Filip Roséen
- [vlc-devel] [PATCH 16/20] mkv: removed manual memory management from Tags + SimpleTags
Filip Roséen
- [vlc-devel] [PATCH 17/20] mkv: replaced (manual) linked-list with std::vector in `matroska_segment_c::Seek`
Filip Roséen
- [vlc-devel] [PATCH 18/20] mkv: Added error diagnostic if i_track does not match seekpoint
Filip Roséen
- [vlc-devel] [PATCH 19/20] mkv: removed unnecessary memory-allocation in `matroska_segment_parse.cpp`
Filip Roséen
- [vlc-devel] [PATCH 2/2] contrib:d3d11: build dxgi1_2.h and dxgi1_3.h
Steve Lhomme
- [vlc-devel] [PATCH 2/2] demux/ts: access/dtv: pass private CA using capmt struct
Francois Cartegnie
- [vlc-devel] [PATCH 2/2] directdraw: list the preferred formats not supported in debug builds
Steve Lhomme
- [vlc-devel] [PATCH 2/2] fix for #15713, checked for i_type, if i_type is ITEM_TYPE_DIRECTORY notification "Now Playing" is not displayed
Avani Sharma
- [vlc-devel] [PATCH 2/2] fix for #15713, checked for i_type, if i_type is ITEM_TYPE_DIRECTORY notification "Now Playing" is not displayed
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 2/2] fix for #15713, checked for i_type, if i_type is ITEM_TYPE_DIRECTORY notification "Now Playing" is not displayed
Avani Sharma
- [vlc-devel] [PATCH 2/2] fix for #15713, checked for i_type, if i_type is ITEM_TYPE_DIRECTORY notification "Now Playing" is not displayed
Avani Sharma
- [vlc-devel] [PATCH 2/2] fix for #15713, checked for i_type, if i_type is ITEM_TYPE_DIRECTORY notification "Now Playing" is not displayed
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 2/2] fix for #15713, checked for i_type, if i_type is ITEM_TYPE_DIRECTORY notification "Now Playing" is not displayed
Avani Sharma
- [vlc-devel] [PATCH 2/2] http: get status before redirect
Thomas Guillem
- [vlc-devel] [PATCH 2/2] http: get status before redirect
Rémi Denis-Courmont
- [vlc-devel] [PATCH 2/2] http: get status before redirect
Thomas Guillem
- [vlc-devel] [PATCH 2/2] i420_yuy2: fix using buffer areas not visible
Steve Lhomme
- [vlc-devel] [PATCH 2/2] i420_yuy2: only handle visible pixels
Steve Lhomme
- [vlc-devel] [PATCH 2/2] lib/video: Disable video track if requested
GOUJON Évan
- [vlc-devel] [PATCH 2/2] lib/video: Disable video track if requested
Thomas Guillem
- [vlc-devel] [PATCH 2/2] mkv: enter PGC's from DVD via the first Cell in the PGC
Steve Lhomme
- [vlc-devel] [PATCH 2/2] mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Filip Roséen
- [vlc-devel] [PATCH 2/2] yuy2_i420: only handle visible pixels
Steve Lhomme
- [vlc-devel] [PATCH 2/3] direct3d11: make sure we request a device that can do D3D11 11.1
Steve Lhomme
- [vlc-devel] [PATCH 2/3] mkv: crash fix
Steve Lhomme
- [vlc-devel] [PATCH 2/3] qt: replaced magic constants with QtAbstractSlider::{maximum, minimum}
Filip Roséen
- [vlc-devel] [PATCH 2/5] contribs: require gettext >= 0.19.3
Francois Cartegnie
- [vlc-devel] [PATCH 2/5] contribs: require gettext >= 0.19.3
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 2/5] contribs: require gettext >= 0.19.3
Rafaël Carré
- [vlc-devel] [PATCH 2/5] mkv: crash fix
Steve Lhomme
- [vlc-devel] [PATCH 2/5] mkv: Use EbmTypeDispatcher in `matroska_segment_c::{ParseTrackEntry, ParseTracks}`
Filip Roséen
- [vlc-devel] [PATCH 2/6] mkv: only look for a new Chapter if the current one doesn't fit anymore
Steve Lhomme
- [vlc-devel] [PATCH 2/7] demux:mkv: timestamp 0 is part of the first chapter for ordered editions
Steve Lhomme
- [vlc-devel] [PATCH 2/8] mkv: create a virtual_chapter_c with its sub chapters
Steve Lhomme
- [vlc-devel] [PATCH 2/9] mkv: only create a spoint vector if we're going to use it
Steve Lhomme
- [vlc-devel] [PATCH 2/9] mkv: rename ChangeSegment() to KeepTrackSelection()
Steve Lhomme
- [vlc-devel] [PATCH 20/20] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
Filip Roséen
- [vlc-devel] [PATCH 20/20] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
Denis Charmet
- [vlc-devel] [PATCH 20/20] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
Filip Roséen
- [vlc-devel] [PATCH 20/20] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
Denis Charmet
- [vlc-devel] [PATCH 20/20] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
Filip Roséen
- [vlc-devel] [PATCH 20/20] mkv: Reimplemented MkvTree and moved it to `Util.hpp`
Denis Charmet
- [vlc-devel] [PATCH 27/27] mkv: fixed seek request diagnostic
Filip Roséen
- [vlc-devel] [PATCH 3/3] direct3d11: use DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL to avoid buffer copies
Steve Lhomme
- [vlc-devel] [PATCH 3/3] mkv: only check if we went too far on the next Demux call
Steve Lhomme
- [vlc-devel] [PATCH 3/3] qt: make seek tooltip + actual seek less surprising
Filip Roséen
- [vlc-devel] [PATCH 3/5] contribs: glib: require gnu iconv
Francois Cartegnie
- [vlc-devel] [PATCH 3/5] contribs: glib: require gnu iconv
Jean-Baptiste Kempf
- [vlc-devel] [PATCH 3/5] mkv: Cleaned up code to issue debug diagnostics
Filip Roséen
- [vlc-devel] [PATCH 3/5] mkv: use the more generic JumpTo() call
Steve Lhomme
- [vlc-devel] [PATCH 3/6] mkv: wait for the next Demux() call if we entered a new Chapter
Steve Lhomme
- [vlc-devel] [PATCH 3/7] demux:mkv: Segments with chapters but no clusters are ok
Steve Lhomme
- [vlc-devel] [PATCH 3/8] mkv: prefix variables from virtual elements with a 'v'
Steve Lhomme
- [vlc-devel] [PATCH 3/9] mkv: call PreparePlayback() when switching segment during seeking
Steve Lhomme
- [vlc-devel] [PATCH 3/9] mkv: remove doublon code
Steve Lhomme
- [vlc-devel] [PATCH 4/4] transcode: destroy the thread mutex and condition variable only if they have been initialized.
Adrien Maglo
- [vlc-devel] [PATCH 4/5] mkv: call ES_OUT_RESET_PCR when seeking in the segment
Steve Lhomme
- [vlc-devel] [PATCH 4/5] mkv: call ES_OUT_RESET_PCR when seeking in the segment
Denis Charmet
- [vlc-devel] [PATCH 4/5] mkv: Use EbmlTypeDispatcher in `matroska_segment_c::ParseInfo`
Filip Roséen
- [vlc-devel] [PATCH 4/6] mkv: only use the sub chapters duration if we don't have one or it's bigger
Steve Lhomme
- [vlc-devel] [PATCH 4/7] demux:mkv: preload Segments from the same family as a Segment with DVD chapter codec
Steve Lhomme
- [vlc-devel] [PATCH 4/8] mkv: explicitly tell which of the chapter is the one leaving in EnterAndLeave()
Steve Lhomme
- [vlc-devel] [PATCH 4/9] mkv: ordered chapters need to know the current chapter even when not starting
Steve Lhomme
- [vlc-devel] [PATCH 4/9] mkv: p_current_segment can change after a call to UpdateCurrentToChapter()
Steve Lhomme
- [vlc-devel] [PATCH 5/5] mkv: use EbmlTypeDispatcher in matroska_segment_c::BlockGet
Filip Roséen
- [vlc-devel] [PATCH 5/5] Revert "mkv: a subchapter with no end timestamp cannot match the chapter looked for"
Steve Lhomme
- [vlc-devel] [PATCH 5/6] mkv: debug the timestamps of the chapter used
Steve Lhomme
- [vlc-devel] [PATCH 5/7] demux:mkv: remove useless line
Steve Lhomme
- [vlc-devel] [PATCH 5/8] mkv: a subchapter with no end timestamp cannot match the chapter looked for
Steve Lhomme
- [vlc-devel] [PATCH 5/8] mkv: a subchapter with no end timestamp cannot match the chapter looked for
Denis Charmet
- [vlc-devel] [PATCH 5/8] mkv: a subchapter with no end timestamp cannot match the chapter looked for
Steve Lhomme
- [vlc-devel] [PATCH 5/9] mkv: allow preparing playback for a different timestamp than 0
Steve Lhomme
- [vlc-devel] [PATCH 5/9] mkv: prefer references to pointers
Steve Lhomme
- [vlc-devel] [PATCH 6/6] mkv: never set p_current_vsegment to NULL
Steve Lhomme
- [vlc-devel] [PATCH 6/7] demux:mkv: pass the list of matroska_segment_c by reference, not pointers
Steve Lhomme
- [vlc-devel] [PATCH 6/8] mkv: adjust the end timestamp of ordered chapters based on the information from sub chapters
Steve Lhomme
- [vlc-devel] [PATCH 6/9] mkv: select which matroska_segment_c to use to create the virtual_edition_c
Steve Lhomme
- [vlc-devel] [PATCH 6/9] mkv: use a reference for the virtual_segment as we never prepare for a NULL one
Steve Lhomme
- [vlc-devel] [PATCH 7/7] demux:mkv: simplify the code
Steve Lhomme
- [vlc-devel] [PATCH 7/7] demux:mkv: simplify the code
Denis Charmet
- [vlc-devel] [PATCH 7/8] mkv: use the chapter end time for duration rather than the sum of sub chapters
Steve Lhomme
- [vlc-devel] [PATCH 7/9] mkv: prepare playback for the current chapter selected
Steve Lhomme
- [vlc-devel] [PATCH 7/9] mkv: rename variables that are not pointers anymore
Steve Lhomme
- [vlc-devel] [PATCH 8/8] mkv: an edition with no duration is OK if there's some chapter codec
Steve Lhomme
- [vlc-devel] [PATCH 8/9] mkv: add a helper method to check if 2 Segments are from the same family
Steve Lhomme
- [vlc-devel] [PATCH 8/9] mkv: we don't need to prepare playback when jumping from Chapter commands
Steve Lhomme
- [vlc-devel] [PATCH 9/9] mkv: add Segments from the same family to used_segments
Steve Lhomme
- [vlc-devel] [PATCH 9/9] mkv: don't enter anything when leaving the last ordered chapter
Steve Lhomme
- [vlc-devel] [PATCH] [RFC] posix fs: define vlc_cloexec when mkostemp does not exist
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] Add shortcut to set focus on playlist search field
Guillaume Gomez
- [vlc-devel] [PATCH] Add shortcut to set focus on playlist search field
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] avahi: add RTSP
Petri Hintukainen
- [vlc-devel] [PATCH] avahi: add RTSP
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] avahi: remove AvahiServiceBrowser from sys
Petri Hintukainen
- [vlc-devel] [PATCH] avahi: remove AvahiServiceBrowser from sys
Petri Hintukainen
- [vlc-devel] [PATCH] avahi: remove AvahiServiceBrowser from sys
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] avahi: remove unused default port
Petri Hintukainen
- [vlc-devel] [PATCH] avahi: remove unused default port
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] avahi: remove useless avahi_threaded_poll_stop() from error path
Petri Hintukainen
- [vlc-devel] [PATCH] avahi: remove useless avahi_threaded_poll_stop() from error path
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] avahi: remove useless avahi_threaded_poll_stop() from error path
Petri Hintukainen
- [vlc-devel] [PATCH] avahi: remove useless avahi_threaded_poll_stop() from error path
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] bluray: fix copy-paste error
Petri Hintukainen
- [vlc-devel] [PATCH] compat:flockfile: fix linking with MinGW64
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] configure: fix compiler warning when using --enable-debug with --disable-optimizations
Steve Lhomme
- [vlc-devel] [PATCH] configure: fix compiler warning when using --enable-debug with --disable-optimizations
Steve Lhomme
- [vlc-devel] [PATCH] configure: fix compiler warning when using --enable-debug with --disable-optimizations
Steve Lhomme
- [vlc-devel] [PATCH] configure: fix compiler warning when using --enable-debug with --disable-optimizations
Steve Lhomme
- [vlc-devel] [PATCH] configure: fix compiler warning when using --enable-debug with --disable-optimizations
Rémi Denis-Courmont
- [vlc-devel] [PATCH] contrib/fontconfig: require at least 2.10.92
Sean McGovern
- [vlc-devel] [PATCH] contrib/libpng: force C89 mode when using GCC (fixes #16760)
Sean McGovern
- [vlc-devel] [PATCH] contrib/lua: do not override user-specified compiler
Sean McGovern
- [vlc-devel] [PATCH] contrib/lua: do not override user-specified compiler
Sean McGovern
- [vlc-devel] [PATCH] contrib/lua: do not override user-specified compiler
Rémi Denis-Courmont
- [vlc-devel] [PATCH] contrib/lua: do not override user-specified compiler
Sean McGovern
- [vlc-devel] [PATCH] contrib: fix building zlib under mingw
Derek Buitenhuis
- [vlc-devel] [PATCH] contrib: fix building zlib under mingw
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] contrib: fix building zlib under mingw
Derek Buitenhuis
- [vlc-devel] [PATCH] contrib: fix SHA512SUM data for Sparkle
Sean McGovern
- [vlc-devel] [PATCH] contrib: fix SHA512SUM data for Sparkle
Felix Paul Kühne
- [vlc-devel] [PATCH] contrib: fix SHA512SUM data for Sparkle
David Fuhrmann
- [vlc-devel] [PATCH] contrib: fix SHA512SUM data for Sparkle
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Contribs: Do not build openjpeg with t1_generate_luts
Tadej Novak
- [vlc-devel] [PATCH] Contribs: Do not build openjpeg with t1_generate_luts
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Contribs: Do not build openjpeg with t1_generate_luts
Tadej Novak
- [vlc-devel] [PATCH] Contribs: Do not build openjpeg with t1_generate_luts
Rémi Denis-Courmont
- [vlc-devel] [PATCH] demux/mkv: fixed seek request diagnostic
Filip Roséen
- [vlc-devel] [PATCH] demux:mkv: fix a typo
Steve Lhomme
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Zhao Zhili
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Zhao Zhili
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Zhao Zhili
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Zhao Zhili
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Francois Cartegnie
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Zhao Zhili
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Francois Cartegnie
- [vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
Zhao Zhili
- [vlc-devel] [PATCH] directdraw: in overlay mode we need to use DDSCAPS_FLIP and DDSCAPS_FRONTBUFFER
Steve Lhomme
- [vlc-devel] [PATCH] directdraw: more debug info for overlay issues
Steve Lhomme
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-main-feature option is used
Adrien Maglo
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-main-feature option is used
Rémi Denis-Courmont
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-main-feature option is used
Petri Hintukainen
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-main-feature option is used
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-main-feature option is used
Rémi Denis-Courmont
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-main-feature option is used
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-menu option is set to false
Adrien Maglo
- [vlc-devel] [PATCH] dvdnav: only read the auto-detected main title of the DVD when the dvdnav-menu option is set to false
Adrien Maglo
- [vlc-devel] [PATCH] Fix crash caused by using Volume Slider when no media file is loaded in VLMC
Ankur Gupta
- [vlc-devel] [PATCH] Fix crash caused by using Volume Slider when no media file is loaded in VLMC
Hugo Beauzée-Luyssen
- [vlc-devel] [PATCH] Fixed some minor spelling issues.
Paweł Wegner
- [vlc-devel] [PATCH] Fixed some minor spelling issues.
Hugo Beauzée-Luyssen
- [vlc-devel] [PATCH] Fixed vlm show to display next launch for schedules with endless repeats
Patrick Ho
- [vlc-devel] [PATCH] fix for #15713, checked for time duration, if time duration not present, implies directory else song item
Avani Sharma
- [vlc-devel] [PATCH] fix for #15713, checked for time duration, if time duration not present, implies directory else song item
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] fix for #15713, checked for time duration, if time duration not present, implies directory else song item
Avani Sharma
- [vlc-devel] [PATCH] fix for #15713, checked for time duration, if time duration not present, implies directory else song item
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] fix typo in network stream dialogue
Andreas B.
- [vlc-devel] [PATCH] fix typo in network stream dialogue
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] Get vlc-3.0 git master to build with recent gstreamer
Shlomi Fish
- [vlc-devel] [PATCH] Get vlc-3.0 git master to build with recent gstreamer
Shlomi Fish
- [vlc-devel] [PATCH] Get vlc-3.0 git master to build with recent gstreamer
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] Get vlc-3.0 git master to build with recent gstreamer
Shlomi Fish
- [vlc-devel] [PATCH] gstdecode: support alloc'ing vlc pictures with padding
Vikram Fugro
- [vlc-devel] [PATCH] gstreamer: Minor comments & logging fixes
Vikram Fugro
- [vlc-devel] [PATCH] gstreamer: Minor comments & logging fixes
Vikram Fugro
- [vlc-devel] [PATCH] Handle icecast streams within a stream filter module
Ludovic Fauvet
- [vlc-devel] [PATCH] Handle icecast streams within a stream filter module
Rémi Denis-Courmont
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Zhao Zhili
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Rémi Denis-Courmont
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Zhao Zhili
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Rémi Denis-Courmont
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Zhao Zhili
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Rémi Denis-Courmont
- [vlc-devel] [PATCH] http: don't reconnect if offset is equal to or larger than file size
Zhao Zhili
- [vlc-devel] [PATCH] http: don't try to re-open connection if it previously failed
Thomas Guillem
- [vlc-devel] [PATCH] http: handle shoutcast/icecast (ICY) metadata
Ludovic Fauvet
- [vlc-devel] [PATCH] i420_yuy2: fix the line remaining offset for other YUY2 variants
Steve Lhomme
- [vlc-devel] [PATCH] i420_yuy2: fix using buffer areas not visible
Steve Lhomme
- [vlc-devel] [PATCH] input:event: don't crash when encountering NAV_ES streams
Steve Lhomme
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Benjamin Adolphi
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Rémi Denis-Courmont
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Benjamin Adolphi
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Rémi Denis-Courmont
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Benjamin Adolphi
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] input: subtitles: Added support for detecting external subtitle files on network shares
Benjamin Adolphi
- [vlc-devel] [PATCH] input: use VLC_DEMUXER_xxx instead of integers
Steve Lhomme
- [vlc-devel] [PATCH] Jack: allow to specify a name of the instance through --jack-name
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] Jack: allow to specify a name of the instance through --jack-name
Tristan Matthews
- [vlc-devel] [PATCH] jack: name the output ports depending on the input name
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] macosx: First commit VLCStatusBarIcon code for macosx gui.
Goran Dokic
- [vlc-devel] [PATCH] mkv: crash fix
Steve Lhomme
- [vlc-devel] [PATCH] mkv: crash fix
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] mkv: fix build failure when compiled with llvm
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed broken locking mechanism
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed broken locking mechanism
Steve Lhomme
- [vlc-devel] [PATCH] mkv: fixed C++03 restriction regarding IndexFinder
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed C++03 restriction regarding IndexFinder
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed C++03 restriction regarding IndexFinder
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed faulty logic in matroska_Segment_c::ParseInfo
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed faulty logic in matroska_Segment_c::ParseInfo
Steve Lhomme
- [vlc-devel] [PATCH] mkv: fixed faulty logic in matroska_Segment_c::ParseInfo
Filip Roséen
- [vlc-devel] [PATCH] mkv: fixed parsing regression related to S_TEXT/UTF8
Filip Roséen
- [vlc-devel] [PATCH] mkv: removed duplicate case for S_VOBSUB
Filip Roséen
- [vlc-devel] [PATCH] mkv: revert 8317c24270d45b4938acaf58104e18f5039eade0
Steve Lhomme
- [vlc-devel] [PATCH] mkv: revert 8317c24270d45b4938acaf58104e18f5039eade0
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] modules/codec: Fix minor typos
Wayne McDougall
- [vlc-devel] [PATCH] NSH: Deleted Turkish translation with reason bad translations
Ozancan Karataş
- [vlc-devel] [PATCH] ogg codecs: use checked realloc() instead of xrealloc()
Michael Tänzer
- [vlc-devel] [PATCH] ogg codecs: use checked realloc() instead of xrealloc()
Francois Cartegnie
- [vlc-devel] [PATCH] qt: add a const on the playback state getter
Steve Lhomme
- [vlc-devel] [PATCH] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Darrell Walisser
- [vlc-devel] [PATCH] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Rémi Denis-Courmont
- [vlc-devel] [PATCH] qt: prevent setMinimalView() from sizing incorrectly on fullscreen exit
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] removed unnecessary icon change
Abhimanyu Singh Gaur
- [vlc-devel] [PATCH] removed unnecessary icon change
Rémi Denis-Courmont
- [vlc-devel] [PATCH] Resolved PLAY button icon change issue
Abhimanyu Singh Gaur
- [vlc-devel] [PATCH] scene: respect the input picture aspect ratio when calculating the output picture size
Adrien Maglo
- [vlc-devel] [PATCH] sftp: add public key authentication
Petri Hintukainen
- [vlc-devel] [PATCH] sftp: add public key authentication
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] sftp: add public key authentication
Petri Hintukainen
- [vlc-devel] [PATCH] sftp: Factorize common cleanup code in Open() and Close()
Petri Hintukainen
- [vlc-devel] [PATCH] sftp: Factorize common cleanup code in Open() and Close()
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] sftp: fix browsing home directory
Petri Hintukainen
- [vlc-devel] [PATCH] sftp: fix browsing home directory
Jean-Baptiste Kempf
- [vlc-devel] [PATCH] timeshift: ES_OUT_RESTART_ES with NULL is a valid value
Steve Lhomme
- [vlc-devel] [PATCH] ts: fix applying pcr offset in PCRCheckDTS()
Francois Cartegnie
- [vlc-devel] [PATCH] ts: fix applying pcr offset in PCRCheckDTS()
Francois Cartegnie
- [vlc-devel] [PATCH] tx3g: fix memory leak
Hannes Domani
- [vlc-devel] [PATCH] udp: add timeout parameter
Ilkka Ollakka
- [vlc-devel] [PATCH] udp: add timeout parameter
Rémi Denis-Courmont
- [vlc-devel] [PATCH] udp: add timeout parameter
Ilkka Ollakka
- [vlc-devel] [PATCH] udp: add timeout parameter
Ilkka Ollakka
- [vlc-devel] [PATCH] video_output: better logging of filters needed
Steve Lhomme
- [vlc-devel] [PATCH] VLCKit: Reset time, remaining time and position of VLCMediaPlayer when media is changed
Benjamin Adolphi
- [vlc-devel] [PATCH] VLCKit: Reset time, remaining time and position of VLCMediaPlayer when media is changed
Felix Paul Kühne
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Michael Tänzer
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Jean-Baptiste Kempf
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Michael Tänzer
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Michael Tänzer
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Rémi Denis-Courmont
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Jean-Baptiste Kempf
- [vlc-devel] [PATCH v1 1/3] decoder: Always show forced pictures, even during preroll
Michael Tänzer
- [vlc-devel] [PATCH v1 2/3] ogg: Add OggSpots video codec support
Michael Tänzer
- [vlc-devel] [PATCH v1 3/3] oggspots: Add OggSpots codec module
Michael Tänzer
- [vlc-devel] [PATCH v1 3/3] oggspots: Add OggSpots codec module
Francois Cartegnie
- [vlc-devel] [PATCH v1 3/3] oggspots: Add OggSpots codec module
Michael Tänzer
- [vlc-devel] [PATCH v1] ogg codecs: use checked realloc() instead of xrealloc()
Michael Tänzer
- [vlc-devel] [PATCHv3 00/12] Add vlc_renderer to cope with chromecast and next renderers
Thomas Guillem
- [vlc-devel] [PATCHv3 01/12] add a new type of module: vlc_renderer
Thomas Guillem
- [vlc-devel] [PATCHv3 01/12] add a new type of module: vlc_renderer
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 01/12] add a new type of module: vlc_renderer
Steve Lhomme
- [vlc-devel] [PATCHv3 01/12] add a new type of module: vlc_renderer
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 02/12] modules: add SUBCAT_ADVANCED_RENDERER
Thomas Guillem
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Thomas Guillem
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Steve Lhomme
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Steve Lhomme
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Steve Lhomme
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Steve Lhomme
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Steve Lhomme
- [vlc-devel] [PATCHv3 03/12] libvlc: add renderer module list option
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 04/12] resource: handle vlc_renderer
Thomas Guillem
- [vlc-devel] [PATCHv3 05/12] input: request a vlc_renderer when needed
Thomas Guillem
- [vlc-devel] [PATCHv3 05/12] input: request a vlc_renderer when needed
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 06/12] libvlc: give access to the current vlc_renderer
Thomas Guillem
- [vlc-devel] [PATCHv3 06/12] libvlc: give access to the current vlc_renderer
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 07/12] services_discovery: handle vlc_renderer_item
Thomas Guillem
- [vlc-devel] [PATCHv3 07/12] services_discovery: handle vlc_renderer_item
Rémi Denis-Courmont
- [vlc-devel] [PATCHv3 08/12] microdns: handle renderer items
Thomas Guillem
- [vlc-devel] [PATCHv3 09/12] microdns: if we have a port use it, regardless of the default value
Thomas Guillem
- [vlc-devel] [PATCHv3 10/12] microdns: remove module_exists
Thomas Guillem
- [vlc-devel] [PATCHv3 11/12] microdns: less malloc
Thomas Guillem
- [vlc-devel] [PATCHv3 12/12] gui:qt: add a dialog to select the renderer to use
Thomas Guillem
- [vlc-devel] [RFC, PATCH 0/6] Adding dispatcher functionality to demux/mkv
Filip Roséen
- [vlc-devel] [RFC, PATCH 0/6] Adding dispatcher functionality to demux/mkv
Denis Charmet
- [vlc-devel] [RFC, PATCH 0/6] Adding dispatcher functionality to demux/mkv
Filip Roséen
- [vlc-devel] [RFC, PATCH 1/6] demux/mkv: Added EbmlTypeDispatcher (including changes to Makefile.am)
Filip Roséen
- [vlc-devel] [RFC, PATCH 1/6] demux/mkv: Added EbmlTypeDispatcher (including changes to Makefile.am)
Hugo Beauzée-Luyssen
- [vlc-devel] [RFC, PATCH 1/6] demux/mkv: Added EbmlTypeDispatcher (including changes to Makefile.am)
Filip Roséen
- [vlc-devel] [RFC, PATCH 1/6] demux/mkv: Added EbmlTypeDispatcher (including changes to Makefile.am)
Francois Cartegnie
- [vlc-devel] [RFC, PATCH 1/6] demux/mkv: Added EbmlTypeDispatcher (including changes to Makefile.am)
Filip Roséen
- [vlc-devel] [RFC, PATCH 2/6] demux/mkv: Use EbmTypeDispatcher in `matroska_segment_c::{ParseTrackEntry, ParseTracks}`
Filip Roséen
- [vlc-devel] [RFC, PATCH 3/6] demux/mkv: Cleaned up code to issue debug diagnostics
Filip Roséen
- [vlc-devel] [RFC, PATCH 4/6] demux/mkv: Use EbmlTypeDispatcher in `matroska_segment_c::ParseInfo`
Filip Roséen
- [vlc-devel] [RFC, PATCH 5/6] demux/mkv: Added StringDispatcher (including changes to Makefile.am)
Filip Roséen
- [vlc-devel] [RFC, PATCH 6/6] demux/mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Filip Roséen
- [vlc-devel] [RFC, PATCH 6/6] demux/mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Filip Roséen
- [vlc-devel] [RFC, PATCH 6/6] demux/mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Denis Charmet
- [vlc-devel] [RFC, PATCH 6/6] demux/mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Filip Roséen
- [vlc-devel] [RFC, PATCH 6/6] demux/mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Denis Charmet
- [vlc-devel] [RFC, PATCH 6/6] demux/mkv: Use `StringDispatcher` in `matroska_segment_c::TrackInit`
Filip Roséen
- [vlc-devel] [RFC 0/2] Attempt to solve transcoding issues
Hugo Beauzée-Luyssen
- [vlc-devel] [RFC 1/2] avcodec: encoder: Always provide frame dimension and pixel format
Hugo Beauzée-Luyssen
- [vlc-devel] [RFC 1/2] avcodec: encoder: Always provide frame dimension and pixel format
Vittorio Giovara
- [vlc-devel] [RFC 1/2] avcodec: encoder: Always provide frame dimension and pixel format
Hugo Beauzée-Luyssen
- [vlc-devel] [RFC 1/2] avcodec: encoder: Always provide frame dimension and pixel format
Vittorio Giovara
- [vlc-devel] [RFC 1/2] avcodec: encoder: Always provide frame dimension and pixel format
Vittorio Giovara
- [vlc-devel] [RFC 1/2] avcodec: encoder: Always provide frame dimension and pixel format
Luca Barbato
- [vlc-devel] [RFC 2/2] variables: Reduce InheritURational precision
Hugo Beauzée-Luyssen
- [vlc-devel] [RFC 2/2] variables: Reduce InheritURational precision
Rémi Denis-Courmont
- [vlc-devel] [RFC 2/2] variables: Reduce InheritURational precision
Ilkka Ollakka
- [vlc-devel] [RFC] access: also use prefetch cache for block accesses
Thomas Guillem
- [vlc-devel] [RFC] access: also use prefetch cache for block accesses
Rémi Denis-Courmont
- [vlc-devel] [RFC] access: also use prefetch cache for block accesses
Thomas Guillem
- [vlc-devel] [RFC] access: also use prefetch cache for block accesses
Rémi Denis-Courmont
- [vlc-devel] [RFC PATCHv2 0/6] Add vlc_renderer to cope with chromecast and next renderers
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 1/6] add a new type of module: vlc_renderer
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 1/6] add a new type of module: vlc_renderer
Rémi Denis-Courmont
- [vlc-devel] [RFC PATCHv2 1/6] add a new type of module: vlc_renderer
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 2/6] libvlc: add renderer module list option
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 3/6] resource: handle vlc_renderer
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 4/6] input: request a vlc_renderer when needed
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 5/6] modules: add SUBCAT_ADVANCED_RENDERER
Thomas Guillem
- [vlc-devel] [RFC PATCHv2 6/6] services_discovery: handle vlc_renderer_item
Thomas Guillem
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Rémi Denis-Courmont
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Ludovic Fauvet
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Rémi Denis-Courmont
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Ludovic Fauvet
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Rémi Denis-Courmont
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Ludovic Fauvet
- [vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch
Rémi Denis-Courmont
- [vlc-devel] [vlc-commits] GnuTLS: update to 3.3.22
Rafaël Carré
- [vlc-devel] [vlc-commits] GnuTLS: update to 3.3.22
Jean-Baptiste Kempf
- [vlc-devel] [vlc-commits] lib: Add libvlc_dialog.h to vlc.h
Hugo Beauzée-Luyssen
- [vlc-devel] [vlc-commits] udp: add timeout parameter
Rémi Denis-Courmont
- [vlc-devel] [vlc-commits] udp: add timeout parameter
Ilkka Ollakka
- [vlc-devel] [vlc-commits] vout: msw: Handle the swapchain for Direct3D only
Steve Lhomme
- [vlc-devel] [vlc-commits] vout: msw: Handle the swapchain for Direct3D only
Hugo Beauzée-Luyssen
- [vlc-devel] [VLC][Network stream] Failed play stream
Hà Mẫn Đạt
- [vlc-devel] [VLC][Network stream] Failed play stream
Francois Cartegnie
- [vlc-devel] [VLCKit - tvOS] libVLC build broken
Stefan Schmidt-Bilkenroth
- [vlc-devel] [VLCKit - tvOS] libVLC build broken
Shlomi Fish
- [vlc-devel] again: update to new live555 contrib package
Stefan Schmidt-Bilkenroth
- [vlc-devel] again: update to new live555 contrib package
Ross Finlayson
- [vlc-devel] again: update to new live555 contrib package
Rémi Denis-Courmont
- [vlc-devel] again: update to new live555 contrib package
Felix Paul Kühne
- [vlc-devel] again: update to new live555 contrib package
Felix Paul Kühne
- [vlc-devel] atomic_fetch_add for refcounting harmful ?
Francois Cartegnie
- [vlc-devel] atomic_fetch_add for refcounting harmful ?
Rémi Denis-Courmont
- [vlc-devel] clean build fails because live555 was updated
Stefan Schmidt-Bilkenroth
- [vlc-devel] clean build fails because live555 was updated
Stefan Schmidt-Bilkenroth
- [vlc-devel] Current Git repo for vlc-ios?
André-John Mas
- [vlc-devel] Doubts regarding Outreachy project
Sakshi Vaid
- [vlc-devel] Fix x264 behavior when no fps= is set.
Steinar H. Gunderson
- [vlc-devel] HEAD failing to build on MacOS X, due to 32-bit lua?
André-John Mas
- [vlc-devel] How to use libVLC to multi screen?
zhangkai.gis
- [vlc-devel] How to use libVLC to multi screen?
Rémi Denis-Courmont
- [vlc-devel] How to use libVLC to multi screen?
zhangkai.gis
- [vlc-devel] How to use libVLC to multi screen?
Jean-Baptiste Kempf
- [vlc-devel] libVLC build for tvOS broken
Stefan Schmidt-Bilkenroth
- [vlc-devel] luac 32 bits?
Gilles Sabourin
- [vlc-devel] luac 32 bits?
Sean McGovern
- [vlc-devel] luac 32 bits?
Gilles Sabourin
- [vlc-devel] luac 32 bits?
Gilles Sabourin
- [vlc-devel] PATCH: modules/codec/x264: Minor typo in error message
Wayne McDougall
- [vlc-devel] Sorting by disc number
Wieland Hoffmann
- [vlc-devel] Sorting by disc number
Jean-Baptiste Kempf
- [vlc-devel] Swahili Translation
Razor Mureithi
- [vlc-devel] Welcome to...
Jean-Baptiste Kempf
Last message date:
Thu Mar 31 17:16:09 CEST 2016
Archived on: Thu Mar 31 17:16:13 CEST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).