- 26 Aug, 2020 1 commit
-
-
Thomas Guillem authored
This API will be used by the aout, and could be used by any visualisation module needing audio measurements. This API allows to create "audio meter" filters plugins. This new type of filter is measuring audio blocks without modifying them and send the measurement via audio filters callbacks. These events are then propagated to vlc_audio_meter events.
-
- 18 Aug, 2020 1 commit
-
-
Alexandre Janniaux authored
Gather all use-case of time_get through a single function, allowing to add debugging information in an easier way.
-
- 08 Oct, 2019 1 commit
-
-
Thomas Guillem authored
This new fourcc should only by used for audio output and filters. Decoder, packetizers, and demuxers should not set it (but use PROFILE_DTS_* instead).
-
- 21 Aug, 2019 1 commit
-
-
Thomas Guillem authored
-
- 14 Apr, 2019 1 commit
-
-
Rémi Denis-Courmont authored
This should fix historical aliasing issues.
-
- 19 Mar, 2019 3 commits
-
-
Thomas Guillem authored
Like said in the documentation.
-
Thomas Guillem authored
-
Thomas Guillem authored
This callback is not mandatory. If it is NULL, the core will wait for the delay returned by time_get(). This was already the case for most aout plugins: PulseAudio, coreaudio, Android, DirectSound, Wasapi, and Jack.
-
- 11 Mar, 2019 1 commit
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 18 Jan, 2019 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Oct, 2018 1 commit
-
-
Thomas Guillem authored
This new function replace the private aout_ChangeFilterString() function with some simplifications: - Remove the variable argument since this function is always used for "audio-filter". - Remove the manager argument since the aout is created from the playlist and is constant.
-
- 03 Jul, 2018 3 commits
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- 22 Jun, 2018 2 commits
-
-
Steve Lhomme authored
The lua "mdate" remains the same.
-
Steve Lhomme authored
Keep a copy of vlc_tick_tfor backward compatibility.
-
- 15 May, 2018 2 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 366cb776.
-
Rémi Denis-Courmont authored
-
- 05 May, 2018 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 May, 2018 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 03 May, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Apr, 2018 1 commit
-
-
See #17078 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Feb, 2018 1 commit
-
-
This removes conflicts with the NetBSD headers and libc. The conflicts caused fatal build errors. No functional change intended for other Operating Systems. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 22 Jan, 2018 1 commit
-
-
Thomas Guillem authored
Can be used to remix all input channels into one.
-
- 11 Dec, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This is now a one-liner. Expansion helps readability/high-lighting.
-
- 24 Nov, 2017 1 commit
-
-
Left over from 8d73a4d7 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Sep, 2017 1 commit
-
-
Thomas Guillem authored
-
- 21 Jul, 2017 1 commit
-
-
Thomas Guillem authored
This new struct can be filled from the start() function of aout modules. It contains (for now) only one member: the headphones state.
-
- 19 Jul, 2017 5 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-