- 24 Nov, 2009 24 commits
-
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Matthias Dahl authored
dts spdif output was broken by the switch over to the new filter API. * dtstofloat32 should only take control if there is _no_ spdif output requested otherwise the decoded stream ends up on the spdif device Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Matthias Dahl authored
A/52 spdif output was broken by the switch over to the new filter API. * a52tofloat32 should only take control if there is _no_ spdif output requested otherwise the decoded stream ends up on the spdif device * a52tospdif has to set a pts/dts value otherwise the frames get (wrongfully) discarded as too late because a wrong pts/dts value got evaluated by aout_OutputNextBuffer() Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
It just allows disabling their use.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
They now all mean that inline assembly (asm volatile (:::) for a specific instruction set can be used.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
(This is a really tiny fix but I'm used to use compile script).
-
Rémi Duraffort authored
-
Olivier Aubert authored
This reverts commit ea4b6069.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Olivier Aubert authored
config.h should be bundled with dev. packages (this concerns at least libvlccore-dev on Debian). Or regenerated by a script.
-
Rafaël Carré authored
"psz_af2" -> "psz_af"
-
- 23 Nov, 2009 8 commits
-
-
Olivier Aubert authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This follows the historical LibVLC semantic (and new --rate one), so bigger is faster. In the process, simplify a few code paths, especially those in LibVLC, but make many other code paths more complicated due to integer<->float conversion. Most of those paths could probably be simplified. * Fix RC "fastforward" command behaviour (it was slowing down instead) * Fix str_format_mera 'R' format string with negative rates and rates such that (rate % 1000 < 100).
-
Olivier Aubert authored
python-ctypes: implement shortcut media.add_options (in addition to the existing instance.media_new( mrl, options...))
-
Olivier Aubert authored
-
- 22 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Nov, 2009 5 commits
-
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
Add -lws2/-lws2_32
-
Clement Chesnin authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Clement Chesnin authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Clement Chesnin authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 20 Nov, 2009 2 commits
-
-
Pierre Ynard authored
Disable the ARM pld instruction only on architecture versions that don't support it. Thanks to Kirill A. Shutemov!
-
Pierre Ynard authored
-