- 17 Mar, 2013 12 commits
-
-
Ilkka Ollakka authored
Mark EXT-X-PLAYLSIT-TYPE:EVENT if it's still under generating and at the end, mark it as VOD in cases where we keep all the segments and those are in playlist. Closes: #6919
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
generate-iv option will tell vlc to generate random IV to encrypt whole stream instead of using segment number as IV.
-
Rafaël Carré authored
Uses segment number for IV and takes key-file where to read key for encryption. Modified-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
Should avoid the need for http://wiki.videolan.org/GenerateLibFromDll
-
- 16 Mar, 2013 1 commit
-
-
Ilkka Ollakka authored
-
- 15 Mar, 2013 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is required by libavcodec AVX optimizations for audio decoding.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 14 Mar, 2013 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
One might want to handle libvlc creation errors in a different way
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
closes #8291
-
- 13 Mar, 2013 8 commits
-
-
Martin Storsjö authored
They still lack features such as window sizing and mouse events. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This mostly consists of ifdeffing out parts selectively from opengl.c based on whether shaders or the fixed pipeline are absent. Both the ES1 and ES2 outputs have been tested on Ubuntu on a pandaboard. They seem to mostly work fine, but overlay subpictures seem garbled. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The version string for ES 1 is "OpenGL ES-CM 1.x" or "OpenGL ES-CL 1.x". For ES 2 it is "OpenGL ES 2.0", while it seems to be only "3.x" for ES 3. Since the code is mostly built for either ES 1 or ES 2 (only Apple support targeting both at the same time, from the same built object code - but we only use ES 2 on iOS), simplify this down to a compile time decision. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
- 12 Mar, 2013 5 commits
-
-
Jean-Baptiste Kempf authored
Should fix distcheck
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This partially reverts and adapts commit cde81e52. This is mostly related to Palette and Options Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Methods avcodec_alloc_context3, avcodec_open2 and error_recognition member
-
Jean-Baptiste Kempf authored
This patch includes necessary defines
-
- 11 Mar, 2013 5 commits
-
-
Martin Storsjö authored
All headers except OMX_Component.h seemed to be stored with dos newlines for some unknown reason. In the OpenMAX IL 1.1.2 header zip file provided by Khronos, they are provided with unix newlines, which also is the norm for the VLC codebase. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The 64 bit timestamp fields can be defined either as 64 bit integers or as structs with two 32 bit members. If the struct variant is being used, we need to convert to/from it with helper functions. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
fixes behavior when hour == day change
-
Martin Storsjö authored
Additionally, the mutex never seem to have been released but just leaked. Signed-off-by: Martin Storsjö <martin@martin.st>
-