- Aug 05, 2019
-
-
Hugo Beauzée-Luyssen authored
The medialibrary now handles various mrls for the same device, so we can remove this logic as it doesn't belong here anymore.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
We don't need it anymore.
-
Steve Lhomme authored
For non-opaque we copy in a local surface during prepare. It was already using a single surface exposed as a pool. We do not use a pool in this case anymore. We can remove is_slow as the core allocates its own "fast" pool in this case.
-
Steve Lhomme authored
We can get it from the chroma description.
-
Steve Lhomme authored
That includes Linux targets, in addition to Windows, iOS and Android.
-
Steve Lhomme authored
If video_update_format_decoder() is called when loading the filter it works just like before. If video_update_format_decoder() is called later when the stream starts decoding then we can use the proper format.
-
- Aug 02, 2019
-
-
Marvin Scholz authored
It is not needed to load the symbols using dlsym here, they will be automatically available if the OS version is recent enough or NULL if not.
-
Marvin Scholz authored
This is no longer needed and should not be done for a whole file.
-
- Jul 31, 2019
-
-
Rémi Denis-Courmont authored
- Fix needlessly strict cdat parsing and inverted logic (regression from 4.0.0-dev-8529-gb2b157076d) - Fix cdt2 not parsed at all due to inverted logic (regression from 4.0.0-dev-8530-g8e8e0d7244) - Fix allocation twice as large as needed. - Remove bogus 64-bits boundary checks.
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
No need to.
-
François Cartegnie authored
unreadable
-
- Jul 30, 2019
-
-
It was failing on the following assertion in vlc_playlist_GoTo: `index == -1 || (size_t) index < playlist->items.size' Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Remove hardcoding from aspect ratio widget. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add generic combobox sizes. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
* remove the back button as it is redundant with the one in the topbar * add a stop button Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-