- Feb 21, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
At this point, the two sets of helpers did essentially the same thing. The only difference was that REMOVE_ELEM systematically shrinks the table allocation, while TAB_ERASE waits for the table to become empty.
-
Rémi Denis-Courmont authored
The cast, which is from the original stream output chain mega-patch, assumed that all pointer types have same representation - which is usually true. But it also assumed that tables would only contain pointers; this might have been true back then, but it no longer is.
-
These functions are no longer necessary nor used; future implementations shall use vlc_array_init and vlc_array_clear respectively). Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fix missing error case
-
Rémi Denis-Courmont authored
Fix missing error case
-
Jean-Baptiste Kempf authored
It should have been removed in the previous commit
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
This is a fixup of 48a64287. Also destroy the mpg123_handle with mpg123_delete() when flushing.
-
Rémi Denis-Courmont authored
(see also vorbisenc)
-
Rémi Denis-Courmont authored
This is no longer used, and 100% of earlier uses were buggy.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The build do not seem to work and the package is never enabled.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fix error handling. Piping in Makefile is usually a bad idea.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fix error handling. Piping in Makefile is usually a bad idea.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fix error handling. Piping in Makefile is usually a bad idea.
-
Rémi Denis-Courmont authored
$(MOVE) must be the last command in the extract rule (if there is one).
-
Rémi Denis-Courmont authored
$(MOVE) must be the last command in the extract rule (if there is one).
-
Rémi Denis-Courmont authored
This ensures each new version will trigger a refetch.
-
Rémi Denis-Courmont authored
This ensures each new version will trigger a refetch.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
Fix #18034
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
-
For starters it is ill-formed to have zero-sized arrays according to the ISO C++ Standard, but most importantly the code is unnecessary complex since there is no need for the array at all (given that the elements inside of it has been commented out). This commit also changes a comment which has not been accurate for a long time, though it would be possible to simplify the code in question -- it is hard to prove that the behavior will not change, and as such it has been left as is. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-