- 17 Dec, 2018 5 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
This is done when we need to guess the best pick for all color space values.
-
Steve Lhomme authored
In many cases we don't know the value so it's better to use UNDEF. A boolean also prevents from overwriting a value only when it's undefined. The es_out display now separates the color space and the color range. One may be known without the other.
-
Steve Lhomme authored
There are cases were we don't know the range. It's better not to write 0 as if we knew.
-
Steve Lhomme authored
-
- 16 Dec, 2018 4 commits
-
-
Jean-Baptiste Kempf authored
Seems to fix issues with CBC modes
-
Steve Lhomme authored
Replaces the timestamp FIFO.
-
Steve Lhomme authored
Otherwise we will always have a format update on the first output.
-
Steve Lhomme authored
update the ffmpeg hash to use the latest API changes of dav1d
-
- 15 Dec, 2018 2 commits
-
-
Tristan Matthews authored
Samples here: http://download.opencontent.netflix.com/?prefix=AV1/Chimera/AVIF/
-
David authored
Breakpad.xib is in the old Xcode3 format, supporting OS versions down to 10.5. This old target is not supported anymore by new toolchains, therefore upgrade the format with Xcode 10, and set 10.7 as minimum version.
-
- 14 Dec, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Dec, 2018 1 commit
-
-
Steve Lhomme authored
Fixes "vlc-cache-gen ../modules" on Windows and general VLC_PLUGIN_PATH usage.
-
- 12 Dec, 2018 27 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no point waiting when resetting pictures. The picture buffers can outlive the video format being reset. We still to wait for buffers at termination because they depend on the event queue.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was rather, err, peculiar to force free(p_sys).
-
Rémi Denis-Courmont authored
Since there is something to free.
-
Rémi Denis-Courmont authored
Since there is something to free.
-
Rémi Denis-Courmont authored
Since there is something to free.
-
Rémi Denis-Courmont authored
Since there is something to free.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Due to private members, manually allocating a picture has not been possible for a while. So we can assume that all picture_t are allocated with either picture_NewFromResource() or picture_NewFromFormat(). And we can then just factor the final free() call.
-
Steve Lhomme authored
We have our own decoder/encoder
-
Hugo Beauzée-Luyssen authored
NSIS doesn't work well when building for aarch64
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This version now contains the patch required for windows store build using llvm.
-
Hugo Beauzée-Luyssen authored
SIZE_MAX is in stdint.h, which is already included
-
Steve Lhomme authored
-
Steve Lhomme authored
Fixes playback of files created with lavf 58.12. They contain no keyframe, even though all frames are keyframes for MJPEG.
-
Rafaël Carré authored
It was added to fix this FreeBSD 8 error: sock.c:736: error: 'IPPROTO_IPV6' undeclared The need for __BSD_VISIBLE was removed in: https://github.com/freebsd/freebsd/commit/fcb67434842e8a1a8ba60a2607b55922d35887fb#diff-dab66d274da3dd4ba168b2ba7f3b4374 Which predates the last supported FreeBSD releases
-
Steve Lhomme authored
Only some common values exist in VLC so we map what we can.
-
Steve Lhomme authored
And debug the value read.
-
Steve Lhomme authored
And debug the value read from the file.
-
Steve Lhomme authored
-