- 09 Mar, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids passing embedding unexpected garbage into network requests, leading to weird errors, or in the worst cases, injection (e.g. white spaces in HTTP/1.x requests).
-
- 08 Mar, 2016 13 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
fixes a crash similar to #16686 when an RGB output is used instead of YUYV Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
-
Filip Roséen authored
-
Filip Roséen authored
- helper function to print diagnostics within MetaDataHandlers introduced - fixed so that `matroska_segment_c::ParseTracks` is using `MkvTree` for diagnostics
-
Filip Roséen authored
Introduced `EbmlTypeDispatcher` to the functions in question, making them more readable (as well as faster). This commit is a very good example of how the new header `Ebml_dispatcher.hpp` allows for better and faster code. Also removed some legacy code that has been disabled due to, by matroska, deprecated types.
-
Filip Roséen authored
The EbmlTypeDispatcher is a type used to "dispatch" an object of type EbmlElement* to an appropriate callback depending on the dynamic type of the referred to object. It can effectivelly replace the massive if-else branches found throughout the module by not only making the code easier to understand and maintain, but also by making it _a lot_ faster (benchmarks show a speed increase between 450 and 700% in terms of lookup).
-
Thomas Guillem authored
-
Steve Lhomme authored
fixes #16686 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Mar, 2016 13 commits
-
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
libdsm functions return now a negative number in case of error. Add NT_STATUS error check to detect permission errors in order to ask for credentials only in that case.
-
imperio authored
Signed-off-by:
Guillaume Gomez <guillaume1.gomez@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Michael Tänzer authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Michael Tänzer authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
This reverts commit 8317c242. it introduced issues with CPU intensive files dropping a lot of frames Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
( ex. vlc sftp://127.0.0.1 ) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Mar, 2016 9 commits
-
-
François Cartegnie authored
From untranslated TR-B14
-
François Cartegnie authored
and add ignored one, fully blacklist dsm cc
-
François Cartegnie authored
-
François Cartegnie authored
Should already have been evaluated on pat
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
TS 101 211, undefined status event should be handled as running. Should fix channels without real event status like France 5
-
François Cartegnie authored
-
- 05 Mar, 2016 3 commits
-
-
Jean-Baptiste Kempf authored
On Android, for 64 bits, O_CLOEXEC is defined, accept4 exists, but not mkostemp. Therefore, in vlc_mkstemp we go to the fallback that calls vlc_cloexec, but we don't define it, because we have accept4 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Michael Tänzer authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
The diagnostic's intention was to print where we are going to seek in procent, though the actual output was previously in the range [0.0, 1.0]. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-