64 Commits (d509efb230a40a00a6a96dd0ab23afb53a31c39b)

Author SHA1 Message Date
Steve Lhomme 07666913ef core: use vlc_tick_t for DEMUX_GET_TIME officially 8 years ago
Steve Lhomme 26fef56c52 core: make DEMUX/STREAM_GET_PTS_DELAY officially a vlc_tick_t 8 years ago
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme 8b0c6bb9fa rename msleep() to vlc_tick_sleep() 8 years ago
Steve Lhomme 4f672c3f1e modules: use VLC_HARD_MIN_SLEEP instead of hardcoded values 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Rémi Denis-Courmont 66b9878782 access: fold access_demux capability 8 years ago
Rémi Denis-Courmont eb17184434 access_demux: check that ES output is non-NULL 8 years ago
Rémi Denis-Courmont 396d5c19d0 dc1394: drop priority to zero 8 years ago
Rémi Denis-Courmont c8c04d4372 access: remove duplicated info.i_update initialization (refs #18504) 8 years ago
Rémi Denis-Courmont 5d69d95f9d demux: remove info.i_title and info.i_seekpoint (refs #18504) 8 years ago
Rémi Denis-Courmont 03ecaf739f dc1394: remove tautology 8 years ago
Thomas Guillem cf4676c1e8 core: rename vlc_*alloc to vlc_obj_*alloc 9 years ago
Sebastian Ramacher 60f355bea2 access: dc1394: Fix spelling of 'released' 9 years ago
Zhao Zhili 65ec7ad4a1 access: dc1394: fix type mismatch 9 years ago
Rémi Denis-Courmont c2c02e2876 es_out: add type-safe es_out_SetPCR() helper 9 years ago
Rémi Denis-Courmont 740dd861a4 access: allocate p_sys vlc_malloc/vlc_calloc 9 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 5a59ffd1b3 dc1394: remove implict alias 14 years ago
Rémi Denis-Courmont c46a2cc9ab dc1394: remove OSS support 14 years ago
Rémi Denis-Courmont 3ab9843d3a dc1394: clarify what this module is about 14 years ago
Rémi Denis-Courmont f923b5dd41 dc1394: unused struct member 14 years ago
Rémi Denis-Courmont 2f1bcf5dc3 Remove inconsistently used check for <fcntl.h> 14 years ago
Jean-Baptiste Kempf 504617b7c4 Modules: correct LGPL header 15 years ago
Laurent Aimar c4e60a07d8 Removed useless call to picture_Setup() in dc1394 access. 15 years ago
Rémi Duraffort f93eb57536 Fix compiler warnings. 16 years ago
Rémi Denis-Courmont d63b17d13e demux: provide both URL and file path as with access 16 years ago
Rémi Denis-Courmont 7e45ab1b28 utf8_* -> vlc_* (sed roxxors) 16 years ago
Rémi Denis-Courmont d601e4ed29 Split file path functions out of vlc_charset.h into vlc_fs.h 16 years ago
Jean-Baptiste Kempf 3f31d5ecd5 Typo in previous commit 17 years ago
Jean-Baptiste Kempf f68e1815fa DC1394: use SCNx64 instead of llx in sscanf 17 years ago
Laurent Aimar deca66fb30 Used a sar for picture_New/Setup. 17 years ago
Rémi Duraffort bde235ca1b dc1394: fix memleaks. 17 years ago
Rémi Duraffort c4fc052b1e dc1394: fix potential memleak. 17 years ago
Rémi Duraffort f6dd239c88 dc1394: fix debug messages 17 years ago
Rémi Duraffort 14bb98446f dc1394: We must quit the function if the file handler is -1 (and not continue like if that's ok). 17 years ago
Rémi Duraffort c6aba4ba31 dc1394: factorize. 17 years ago
Rémi Duraffort b93b012f64 dc1394: cleanings (no need to set p_sys to NULL and some other stuffs). 17 years ago
Rémi Duraffort 58e40fc82f dc1394: factorize. 17 years ago
Jean-Baptiste Kempf 577ce5a67c dc1394: update to v2 API 17 years ago
Rémi Denis-Courmont 1188e4a5d0 dc1394: path coming from MRL, need utf8_open() 17 years ago
JP Dinger 1187a57be2 Remove unneeded casts and intermediaries in va_arg()-using boilerplate. 17 years ago
Laurent Aimar 0ba8129efb Replaced vout_InitPicture/Format with their equivalent. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Joseph Tulou 950a8cc261 test if access dc1394 is right earlier in the probing process to avoid side effect (irrelevant errors) for others. 18 years ago
Rémi Duraffort f6d9ebe618 Use calloc instead of malloc+memset. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Rémi Duraffort b674dab81c Remove unneeded msg_Error about memory failure. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago