- Jan 10, 2019
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jan 09, 2019
-
-
Thomas Guillem authored
It happened when the chromecast was switching to the buffering state from the playing state.
-
Steve Lhomme authored
If there is none and the stream contains some, it will be overridden in NewPicture() otherwise the container values are used. Fixes #21578
-
Steve Lhomme authored
Co-authored-by:
James Almer <jamrial@gmail.com>
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Co-authored-by:
James Almer <jamrial@gmail.com> Fixes #21670
-
- Jan 08, 2019
-
-
Tristan Matthews authored
This is the default for the av1-normative branch.
-
Tristan Matthews authored
This is default disabled in av1-normative.
-
François Cartegnie authored
-
In case that AV1_OBUHasSizeField is false, i_header was used uninitialized. The OBU header is always at least 1 byte and the extension field is unrelated to the fact if a size field exists or not. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
The player behavior has changed since this comment was written, now the on_current_media_changed callback is called even on SetCurrentItem(). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
When an item is expanded (e.g. due to preparsing), it is replaced by its (flatten) subitems. The previous implementation first removed the item, then inserted its subitems. As a consequence of the removal, the current index was reset and the player was stopped. Since we don't want to stop the player on item expansion, instead, replace the item by its first subitem (if any), then insert the remaining subitems. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
The actions to execute after a content change were factorized in separate functions (vlc_playlist_ItemsInserted(), etc.). These functions also updated the current media on the player. Instead, update it separately, so that we can make several changes while updating/invalidating the current media only once. This paves the way to improve the implementation of vlc_playlist_Expand(). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Expanding an item (replacing it by its subitems) was implemented in preparse.c, essentially because it's only used for preparsing. For consistency, implement all functions changing the content of the playlist in content.c. This avoids to expose internal functions like vlc_playlist_ItemsInserted(). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
-
Steve Lhomme authored
The picture is not being allocated, nor the surface. It's only about getting the proper surface for lavc.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Jan 07, 2019
-
-
David authored
This is needed because runtime hardening does not automatically look for libraries outside of the own application bundle anymore.
-
Tristan Matthews authored
-
Steve Lhomme authored
-
- Jan 05, 2019
-
-
Rémi Denis-Courmont authored
-
- Jan 04, 2019
-
-
Thomas Guillem authored
On Debian Buster, the idl include path is located on /usr/include/wine/wine/ This fixes the "Unable to open include file unknwn.idl" error.
-
Thomas Guillem authored
-
Thomas Guillem authored
On Debian Buster, the idl include path is located on /usr/include/wine/wine/ This fixes the "Unable to open include file oaidl.idl" error.
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
-
- Jan 03, 2019
-
-
Rémi Denis-Courmont authored
The RENDER output supports RGB chroma better in all respects. Besides, I have not seen an X server supporting RGB XVideo formats in a decade.
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
fixed patch with the duplicate "#if defined ..." removed Janne ---8<--- Some toolchains predefine _FORTIFY_SOURCE resulting in countless _FORTIFY_SOURCE is redefined warnings. Using _FORTIFY_SOURCE without compiler optimizations also generates warnings. _FORTIFY_SOURCE is a reserved identifier in C99 ("All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use.") so the toolchain is perfectly free to predefine it. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Clang doesn't support the .arch_extension directive for aarch64 at the moment, but the same effect can be achieved by using .arch instead. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jan 02, 2019
-
-
François Cartegnie authored
breaks compressed audio / adpcm This reverts commit 6c3bef5f.
-
Rémi Denis-Courmont authored
Any object is fine.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Always provide a display "owner" structure in caller when creating a vout display. Also use the owner data as a pointer to the owning video output thread.
-