33 Commits (2b011c1f0d32dbc7604b0c953daaa349b9ee8c7b)

Author SHA1 Message Date
Steve Lhomme 2b011c1f0d move unused before return 11 months ago
Alaric Senat e45a399833 sout: stats: switch to the close callback 3 years ago
Alaric Senat 015790eaad sout: use designated initializers for ops callbacks 3 years ago
Alaric Senat cfb7f7234e sout: add ES string ID to `pf_add` 3 years ago
Alaric Senat e4cefcf5f8 sout: add ES string ID to the `Add` wrapper 3 years ago
Steve Lhomme 91402fdde0 modules: include vlc_configuration.h when using config_ChainParse() 3 years ago
Johannes Kauffmann 8dc0ae1205 Remove extra semicolons around vlc_module macro's 3 years ago
Alaric Senat 96a097c46a stats: forward SetPCR 4 years ago
Alaric Senat 240cf3cab0 sout: add `set_pcr` callback 5 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Lyndon Brown d75459a35b remove unnecessary option longtext 8 years ago
Alexandre Janniaux e6e4fddbfb stream_out: stats: display pts/dts values too 6 years ago
Alexandre Janniaux 8c620d8ba8 stream_out: stats: display current track duration 6 years ago
Rémi Denis-Courmont aaf73136b7 stats: use operation structures 6 years ago
Marvin Scholz 07795e82b7 stats: use new md5 API 6 years ago
Rémi Denis-Courmont 7fc6e51819 sout: distinguish filter and output capabilities 7 years ago
Rémi Denis-Courmont 8538914dbe stats: split as two modules 7 years ago
Rémi Denis-Courmont 5ded10d461 stats: reorder to avoid forward declarations 7 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Romain Vimont 173ee01c08 core: remove global sout_stream_id_sys_t typedef 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Jean-Baptiste Kempf b634e6a9c8 Fix comments about Qt4 11 years ago
Rémi Denis-Courmont 21dfee9de8 sout: constify format parameter to sout_stream_t.pf_add 12 years ago
Rémi Denis-Courmont f5235164c5 sout: voidify sout_stream_t.pf_del 12 years ago
Ilkka Ollakka 8a8c5e19e6 stats: calculate average track segment sample 'duration' 13 years ago
Ilkka Ollakka bb0db48bf9 stats: calculate track length 13 years ago
Ilkka Ollakka f04a7c62c1 stats: calculate dts difference if there is actually difference 13 years ago
Ilkka Ollakka 47abb64a0d stats: write outputfile as tab separated with headers, easier for example gnuplot plotting 13 years ago
Rafaël Carré 5069e3d7eb s/sout_stream_id_t/sout_stream_id_sys_t/ 13 years ago
Ilkka Ollakka 47445c671d stats: calculate full md5 and give final stats on closing track 13 years ago
Ilkka Ollakka bacd512309 stats module 13 years ago
Jean-Baptiste Kempf 2416d7d14e LGPL relicensing of streaming output 13 years ago
Jean-Baptiste Kempf 504617b7c4 Modules: correct LGPL header 15 years ago
Christophe Massiot de66f7b168 Delay, langfromtelx, setid: relicense to LGPL, simplify and fix 16 years ago
Rémi Duraffort c495c265de Cosmetics 16 years ago
Jean-Baptiste Kempf 4bea014b56 Update NEWS, LIST and improve preferences for the new Sout modules 16 years ago
Jean-Baptiste Kempf 7d68f2135a Delay: specify in the option the unit 16 years ago
Christophe Massiot b8cbf90df8 New stream out module delay to delay PTS/DTS 16 years ago
Rafaël Carré 1743aae3ec sout: allow duplicate outputs to be merged 17 years ago
Rafaël Carré 8bb130f321 autodel: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Pierre d'Herbemont dbddc5ae45 More Id and permission fixes. 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont e40d134c69 Remove _GNU_SOURCE and string.h too 19 years ago