- 08 Aug, 2013 3 commits
-
-
Jean-Baptiste Kempf authored
Regression from 5989169a and ticket #7558 Close #9124
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Yeah, yeah, such a clever idea, thx... Let' not use TRACKTOTAL or TOTALTRACKS or TOTALTRACK or TRACKSTOTAL, because you know, there is not enough options... Oh, and let's not make ANY of the above official in the spec, because then, people could follow the spec... https://www.xiph.org/vorbis/doc/v-comment.html Next time, please use mkv...
-
- 07 Aug, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 06 Aug, 2013 12 commits
-
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(regression from 46f782a9)
-
Rémi Denis-Courmont authored
(since the callbacks do not know the actual offsets)
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Adrian Yanes authored
closes #8981 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Aug, 2013 7 commits
-
-
Rémi Denis-Courmont authored
Currently, the period time is more critical, so constrain it first. Both values are interdependant with some drivers.
-
Rémi Denis-Courmont authored
This is not fool proof, as the run-time version is not checked. But versions 0.4/0.5 crash due to a bug in the libvdpau DRI2 code.
-
Rémi Denis-Courmont authored
This reverts commit a08cf819.
-
Rémi Denis-Courmont authored
This is the frequency for SACD Digital eXtreme Definition. Higher sample rates exist, notably DSD's 2822.4kH but that is not PCM and the bitrate computation would really risk 31-bits integer overflow.
-
Martin Storsjö authored
Since b71c85b3, the output from the avcodec video decoder requires the vout to handle the cropping. This uses an updated version of the jni_SetAndroidSurfaceSize function to be able to pass the visible size separately from the full size. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Pierre Ynard authored
Characters with accents are not encoded, but apostrophes happen
-
Pierre Ynard authored
With google accounts it's happening now
-
- 04 Aug, 2013 1 commit
-
-
Pierre Ynard authored
-
- 03 Aug, 2013 2 commits
-
-
Rafaël Carré authored
-
Gleb Pinigin authored
As said in Apple documentation drawRect should not be implemented for view based on opengl es layer. Instead contentScaleFactor should be changed manually if needed. Underlying opengl es layer will adjust its scale accordingly. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 02 Aug, 2013 5 commits
-
-
Jean-Baptiste Kempf authored
This is exception of bonjour, because of jlj
-
Jean-Baptiste Kempf authored
Note that the visual plugin still depends on a GPL'd fft. Note that the new vsxu plugin is still GPL (depending on a GPL library anyway)
-
Jean-Baptiste Kempf authored
This reverts commit e61ba5a7.
-
Jean-Baptiste Kempf authored
Close #9117
-
Jean-Paul Saman authored
-
- 01 Aug, 2013 2 commits
-
-
Denis Charmet authored
The buffer size must be a multiple of the number of channels*sample_size or looping will break the channel layout. Close #8483
-
Rafaël Carré authored
Refs #9108
-
- 30 Jul, 2013 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Jul, 2013 4 commits
-
-
Dominique Leuenberger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Martin Storsjö authored
This fixes ANativeWindow usage on 2.3 and 3.x. Therefore, revert back to preferring ANativeWindow over the private symbols. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Even if ANativeWindow is a public API, the release call seems to crash on a Nexus One (running 2.3) and on a Galaxy Tab (running 3.2). The exact reason is not known or understood yet, but it might be due to accessing and dealing with the Surface from both Java (via the SurfaceHolder class) and via the ANativeWindow API. Therefore, only use the ANativeWindow if the old methods aren't found (that is, on 4.3). The ANativeWindow output works fine on firmwares as early as 4.0 though. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
Fix ba8cad3a
-
- 28 Jul, 2013 1 commit
-
-
Felix Paul Kühne authored
-