1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

42 Commits

Author SHA1 Message Date
Ken Self
e236a562b1 BDA allow card selection
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-12-28 12:13:19 +02:00
Rémi Duraffort
a099b14781 caugh caugh. 2008-12-17 19:59:09 +01:00
Rémi Duraffort
c07d82914c Another fix for win32. 2008-12-17 19:53:52 +01:00
Rémi Duraffort
ffddc4a191 Fix win32 compilation. 2008-12-17 19:44:52 +01:00
Rémi Duraffort
9f3acf603f bdagraph: cleaning. 2008-12-16 21:58:32 +01:00
Rémi Duraffort
d806641379 bda: little cleanup. 2008-12-16 20:25:57 +01:00
Rémi Duraffort
eb48ec1fe6 Really fix this. 2008-12-15 21:30:31 +01:00
Rémi Duraffort
2d96ffcfce Fix multiple deallocation (three deallocation for the same varaible that's a bit big :)). 2008-12-15 21:12:53 +01:00
Rémi Duraffort
11fa5c5cbe Remove unneded test before delete/free. 2008-12-15 19:38:33 +01:00
Ken Self
88014506be BDA free() strings from var_GetNon_EmptyString 2008-12-15 17:50:42 +01:00
kenself
4983eb0eaf Significant changes to ATSC and DVB-S processing which now work.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

+ Remove whitespace (jb)
2008-12-15 17:42:47 +01:00
kenself
206b5b407f Added Tunng Space class definitions
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-12-15 17:39:36 +01:00
kenself
7ea623ed3c Enhance DVB-S handling with range parameter and option to create tuning space
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-12-15 17:39:23 +01:00
Rémi Duraffort
f6d9ebe618 Use calloc instead of malloc+memset. 2008-12-12 23:51:23 +01:00
Rémi Denis-Courmont
0549228196 Remove most stray semi-colons in module descriptions
Those multi-lines are still to be done (it's going to be fun...)
See also 5af4cc854b.
2008-10-29 22:14:26 +02:00
Pavlov Konstantin
f89e9c426a Add braces where needed. 2008-08-28 23:31:58 +04:00
Antoine Cellerier
857535cbac Fix segfault on 64 bit archs. (0 != NULL) 2008-08-24 21:58:07 +02:00
Rémi Denis-Courmont
00b9584826 modules: use vlc_object_alive() 2008-07-05 14:55:16 +03:00
Jean-Baptiste Kempf
42a19ee8d0 Mingw64 defines _I64_MAX in limits.h 2008-05-31 15:32:33 -07:00
Rémi Denis-Courmont
3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 2008-05-31 22:10:30 +03:00
Rémi Denis-Courmont
5e15258c9e A lot of missing const in options lists 2008-05-27 22:16:52 +03:00
Rémi Denis-Courmont
13ae40b0ef Use gettext_noop() consistently 2008-05-21 20:19:25 +03:00
Rémi Denis-Courmont
27d483e9ef Include vlc_plugin.h as needed 2008-05-08 19:20:21 +03:00
Pierre d'Herbemont
f94a2f9c4a access: Rename access2 to access as access is no longer existing. 2008-04-14 02:02:24 +02:00
Pierre d'Herbemont
449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
2008-04-14 02:02:22 +02:00
Rémi Denis-Courmont
2e7e22467b Use native C/C++ boolean type 2008-03-17 20:04:45 +02:00
Jean-Baptiste Kempf
54faac8d12 Change int to size_t when needed. Kills a warning. 2008-03-11 18:29:29 -07:00
Dennis van Amerongen
04a4bec2d8 * modules/access/bda/bda.h: remove white space 2008-01-24 14:21:14 +00:00
Dennis van Amerongen
86f8bf5f07 * modules/access/bda/bda.c: add config.h in reference to [24525] 2008-01-24 02:04:59 +00:00
Rémi Denis-Courmont
4f02842805 Revert the so-called whitelisting commits that are actually blacklisting 2008-01-16 17:51:21 +00:00
Rafaël Carré
806cf51658 input options whitelisting, step 2 (refs #1371) 2008-01-16 17:36:14 +00:00
Rémi Denis-Courmont
d8fc0a94ed Export Content-Type out of HTTP access using Control. 2007-10-02 15:54:16 +00:00
Rémi Denis-Courmont
f09b30c782 Memory error handling 2007-09-16 09:02:16 +00:00
Rafaël Carré
6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Ken Self
1a723b1aa9 BDA - minor bug fix in graph destructor 2007-07-13 20:38:12 +00:00
Ken Self
63c7e4a5f5 Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running. 2007-07-01 12:35:00 +00:00
Ken Self
a133370a47 bda: fix bandwidth labels 2007-05-26 22:58:01 +00:00
Ken Self
872976e5ab More BDA DVB-S and DVB-T parameters bring it closer to the linux version 2007-05-19 16:22:27 +00:00
Ken Self
5d8058951f BDA - additional DVB-S parameters added 2007-05-16 22:00:59 +00:00
Ken Self
3cf4ef1e39 Improved handling of no-signal condition and other errors 2007-05-15 20:54:29 +00:00
Ken Self
3ed4adba10 Fix choppy audio on live play - caching enabled properly
Discard samples before demux is ready
Timeout if no samples received
Header file tidy up
2007-05-09 19:43:05 +00:00
Damien Fouilleul
b4ac748f7d - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self. 2007-04-23 12:37:13 +00:00