- Oct 07, 2020
-
-
commit e1a90aa9 removed an entry from po/vlc.pot which consequently causes builds to update all of the po files accordingly (in many cases moving existing translations to commented out copies further down in the files), which then sit as changed files in the unstaged list. this purges the left over artefactsto stop this being a problem. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Oct 06, 2020
-
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
missed in 63599c0a Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
missed in 488e0d6b Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
-
Steve Lhomme authored
Rename the picture chains to make it clearer who does what. Use vlc_picture_chain_t for the local picture chains, not a full picture_fifo_t which is supposed to have a lock.
-
Steve Lhomme authored
-
Steve Lhomme authored
In some rare case it's necessary to get a picture chain under lock and clear it right after, without holding the lock while each item is being processed.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
This requires picture_GetAndResetChain to return the same type.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Move the while at the start of the loop so it's easier to read what we loop on.
-
Steve Lhomme authored
-
Steve Lhomme authored
The local type is equivalent to vlc_picture_chain_t.
-
Steve Lhomme authored
Each implementation uses the same double pointer. Eventually it may be replaced by a vlc_list but that implies adding an extra pointer in the picture_t structure.
-
Steve Lhomme authored
Use the picture_chain API's and don't access the front picture directly.
-
Steve Lhomme authored
In some rare case we may want to check the picture at the top of the chain/FIFO without popping it.
-
Steve Lhomme authored
-
- Oct 05, 2020
-
-
Usage: ./vlc 'mock://<mock options>;video_orientation=<orientation>' The video_orientation option is an integer representing the raw values of video_orientation_t. Thus the range of possible values is ORIENT_TOP_LEFT = 0 -> ORIENT_RIGHT_BOTTOM = 7. Fix #25054 Signed-off-by:
Alexandre Janniaux <ajanni@videolabs.io>
-
Alexandre Janniaux authored
-
Alexandre Janniaux authored
-
Alexandre Janniaux authored
Since the number of planes is bounded to a low value, allocating the planes data statically is much easier and have no significative memory footprint.
-
Alexandre Janniaux authored
-
Alexandre Janniaux authored
When an unknown option is requested, the assertion triggers on the null configuration variable, but the name of the missing variable is not displayed. While it's (sometimes) possible to display it through debugger or additional code, the assertion is very usual and the message is especially useful when debugging mobile devices or using libvlc without being a core developer.
-
Alexandre Janniaux authored
The array of options was not released when the meta object was cleaned. Fix #25138
-
Pierre Lamot authored
-
Pierre Lamot authored
-
previously these were binded to property radius which is animated
-
-
-
-
-