- 26 Jul, 2014 10 commits
-
-
Thomas Guillem authored
In HwBuffer, split Setup into Setup, GetMinUndequeued and SetBufferCount since we want to control the buffer count logic from omxil.c. Some OMX components (like OMX.TI.*.Decoder) may have nBufferCountActual that is greater than nBufferCountMin + min_undequeued. In that case we decreased the number of buffer wanted by the component and had an undefined behavior. In order to fix it, we need to increase nBufferCountActual value from the component only when it's smaller than nBufferCountMin + min_undequeued. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
According to OMXCodec.cpp, we shouldn't call lockBuffer when we first allocate all buffers, since we may cancel some of them (the min_undequeued ones). We should call lockBuffer only before giving a buffer to OMX. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Antti Ajanki authored
* Moved cookie code to a separate file. * Implemented domain and path matching algorithms from RFC 6265. * Generates a single Cookie header consisting of a concatenation of all matching cookie values. * Sends Secure cookies only on https streams. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Antti Ajanki authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 25 Jul, 2014 9 commits
-
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ron Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Martin Storsjö authored
This matches the default for the mediacodec-dr flag, making the calling code (which will set both of them) more consistent. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Tristan Matthews authored
-
Tristan Matthews authored
Fixes cid #1228697 from commit 16040129
-
Francois Cartegnie authored
-
- 24 Jul, 2014 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
Activated if cfg "omxil-dr" is true. If extra android symbols are not found or if HwBuffer_init() fails: fall back to non direct buffer mode Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
- OMXAndroid_EnableGraphicBuffers: activate GraphicBuffers. Next call of OMX_GetParameter(OMX_IndexParamPortDefinition) will return a private eColorFormat compatible with android hal_format. - OMXAndroid_GetGraphicBufferUsage: return hw_usage that will be used to allocate android hw buffers. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
Wrapper to android native window api located in aosp system/window.h. Allow to queue/dequeue hw buffers (ANativeWindowBuffer_t) allocated with a speficied hal_format and hw_usage. This requires changes to the android build project to include iomx_hwbuffer.c when building libiomx-*.so. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Tristan Matthews authored
-
Anatoliy Anischovich authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Anatoliy Anischovich authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Anatoliy Anischovich authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Anatoliy Anischovich authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Anatoliy Anischovich authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 23 Jul, 2014 8 commits
-
-
Felix Paul Kühne authored
-
Boy van Amstel authored
Like being able to change the volume, seek position etc. via AppleScript, this commit allows you to change the audio desync in ms. Example: tell application "VLC" -- set audio desync to 0 set audio desync to -2250 get audio desync end tell Signed-off-by: Boy van Amstel <boy@boyvanamstel.nl> Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
This fixes warnings with PulseAudio and with MingW.
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Francois Cartegnie authored
Allow alternative and lowest priority filters
-
Francois Cartegnie authored
Compressed files are just not handled by filter. not an error
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-