227 Commits (259d873b413509582d767a98399af4c1bfe74cee)

Author SHA1 Message Date
Thomas Guillem b42481c79e aout: handle pts in TimingReport() 2 years ago
Thomas Guillem 449c313cfe aout: don't expose AOUT_RESTART_ defines 2 years ago
Thomas Guillem c7091b3f2c aout: rework aout_RestartRequest() 2 years ago
Fatih Uzunoglu 4134f7f3ef aout: respect AOUT_VOLUME_MAX in aout_volumeUpdate() 3 years ago
Alexandre Janniaux d79286ac9b include: fix typos in documentation 2 years ago
Thomas Guillem 03507dbd8f aout: update aout_TimingReport() 2 years ago
Thomas Guillem 05d44bf144 aout: remove aout_PauseDefault 2 years ago
Thomas Guillem edc51a3fd7 aout: make pause not mandatory 2 years ago
Alexandre Janniaux 5b34f2e57f vlc_aout: fix doxygen warnings 3 years ago
Alexandre Janniaux eb43e3e33a vlc_aout: move documentation from source file 3 years ago
Steve Lhomme 0a10f3e4a2 include: include vlc_threads.h when vlc_mutex_t is used 3 years ago
Steve Lhomme 5b79d6e608 vlc_aout: add restrict qualifier to match existing callbacks 3 years ago
Steve Lhomme 456bed4a68 vlc_aout: don't return void in public header 4 years ago
Thomas Guillem 08cd94d484 aout: add a reworked timing_report event 4 years ago
Thomas Guillem c37efd7545 aout: remove (now) unused aout_TimeGetDefault 4 years ago
Thomas Guillem 049885a232 aout: dec: don't require a valid time_get cb 4 years ago
Thomas Guillem 53d8690a7f aout: move/hide aout_TimeGet implementation 4 years ago
Thomas Guillem 38891c2dc3 aout: filters: move the vout ownership to aout_filters 4 years ago
Thomas Guillem f834379e7e aout: filters: only create a clock when necessary 4 years ago
Thomas Guillem 02293b1df3 aout: remove timing_report event 4 years ago
Thomas Guillem 6c93cb0f04 aout: rename back drain_async to drain 4 years ago
Thomas Guillem 193ab0d027 aout: remove legacy drain 4 years ago
Thomas Guillem 0dd8096f46 aout: make drain asynchronous 4 years ago
Thomas Guillem bb9f8f60e0 aout: remove old documentation 4 years ago
Lyndon Brown 9e35d5dad5 fix mis-spellings of successful[ly] 4 years ago
Alexandre Janniaux b9a270574a include: fix typos 4 years ago
Rémi Denis-Courmont 17f3a9f6bc aout: reorder header for the sake of Doxygen 4 years ago
Alexandre Janniaux 5ccc34c45b vlc_aout: fix doxygen grouping 5 years ago
Alexandre Janniaux 63d4467b67 vlc_aout.h: update doxygen parameters 5 years ago
Thomas Guillem de2e530bda aout: move headphones mode from stereo to mix mode 5 years ago
Thomas Guillem 9c67cd41d8 aout: add --mix-mode option 5 years ago
Thomas Guillem 0d87079613 aout: add the vlc_audio_meter API 6 years ago
Alexandre Janniaux fade061ad9 aout: wrap time_get in an helper function 6 years ago
Thomas Guillem 8759eeadee fourcc: add VLC_CODEC_DTSHD 7 years ago
Thomas Guillem 64373b8efd aout: document first time_get()/play() behavior 7 years ago
Rémi Denis-Courmont e3270f2ae4 objects: merge vlc_object_t and vlc_common_members 7 years ago
Thomas Guillem 7d6fe91b57 aout: assert that callbacks are valid 7 years ago
Thomas Guillem 282c9fd3ad aout: the stop implementation is now mandatory 7 years ago
Thomas Guillem 2049d40876 aout: use a separate drain callback 7 years ago
Rémi Denis-Courmont b602e224bc aout: add timing notify 8 years ago
Rémi Denis-Courmont eaac577868 aout: remove transitional aout_filter_PutVout() 7 years ago
Rémi Denis-Courmont a0d05757eb decoder: remove aout_request_vout_t 7 years ago
Rémi Denis-Courmont 01fcf9c1d1 aout: remove useless parameter to aout_FiltersNew() 7 years ago
Rémi Denis-Courmont 16fb2fea16 visualization: split RequestVout in GetVout and PutVout 7 years ago
Thomas Guillem 1b4cf92161 aout: add aout_EnableFilter 8 years ago
Steve Lhomme 064ed73ff7 include: replace hardcoded CLOCK_FREQ fractions/multiples by VLC_TICK macros 8 years ago
Steve Lhomme b9bf86ebaa include: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS() 8 years ago
Steve Lhomme c2dd9ed868 include: replace hardcoded CLOCK_FREQ multiples by VTICK_FROM_SEC() 8 years ago
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago