- 11 Oct, 2016 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
We now prefer avcodec to decode DTS.
-
Thomas Guillem authored
We now prefer avcodec to decode AC3.
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
- 10 Oct, 2016 25 commits
-
-
Jean-Baptiste Kempf authored
Rephrased in a way that paranoid users don't believe it is passive-aggresive...
-
Steve Lhomme authored
Similar philosophy as 45b0e164Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Grigori Goronzy authored
Drop Solaris patch, merged upstream. Fixes CVE-2016-7969, CVE-2016-7970 and CVE-2016-7972. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
This allows arbitrary slice index in the output buffer we provide the decoder. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
vlc_array_item_at_index returns a value of type pointer-to-void, meaning that the pointer is implicitly convertible to the destination type (there is no need for the explicit cast). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
The relevant section of the file was commented out in July 2005, and given that it has not received any attention since then it is better removed instead of lingering. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Even though this results in more lines than the previous implementation, it should be easier to read and reason about the implementation using the already defined helper for finding entities within a vlc TAB. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
ppsz_all_keys is not used until later in the function, as such the declaration has been move to the point of initialization (ie. where we actually need it). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
("_" is removed to be more consistent with packetizer/mpegvideo)
-
Thomas Guillem authored
Remove historical MAD_BUFFER_GUARD hack in mpeg_audio.c
-
Thomas Guillem authored
In order to avoid forward declarations.
-
Thomas Guillem authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
As ES id is stripped and there's no real fmt properties there's no way to recycle that ES.
-
Thomas Guillem authored
-
- 09 Oct, 2016 7 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
Adds dedicated method for trying to set the given file as subtitle. Deduplicate code from three places. Also removes superfluous add to recent media list.
-
David Fuhrmann authored
-
David Fuhrmann authored
Should help to point the user to the fact that both options are related.
-
Steve Lhomme authored
Only works if the slice indices start from 0 which is not the case because of the reserved pictures in the pool Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
* make sure it has BIND_DECODER * doesn't need BIND_SHADER_RESOURCE * doesn't need CPU read/write Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-