aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\
| * Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
| * Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
| * Rename internal libdvdread fork from dvdread to libdvdreadGravatar rathann2008-08-30
| * Print DVD volume ID with -identify.Gravatar reimar2008-08-30
| * Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
| * consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
* | stream.h: Add 2 prototypes instead of declaring them in cache2.cGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
| * Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
| * Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
| * Do not include sys/socket.h when using winsock2, it is pointlessGravatar reimar2008-07-26
* | Merge svn changes up to r27332Gravatar Uoti Urpala2008-07-21
|\|
| * Our ALSA code needs alloca, so check for it in configure and include alloca.hGravatar reimar2008-07-17
| * Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...Gravatar reimar2008-07-15
| * Remove -std=gnu99/gnu89/default dialect linux define, as it violates theGravatar michael2008-07-15
* | Merge svn changes up to r27281Gravatar Uoti Urpala2008-07-15
|\|
| * in dvd streams the title part ranges from 1 to 99Gravatar nicodvb2008-07-12
* | Merge svn changes up to r27242Gravatar Uoti Urpala2008-07-09
|\|
| * Add missing #include <sys/socket.h>, fixes the warnings:Gravatar diego2008-07-08
| * avoid unnecessary strdup(); patch by AurelGravatar nicodvb2008-07-06
| * Surround stream cache specific code by an appropriate #ifdef; fixes linkingGravatar diego2008-07-05
| * Add some more -identify information for CDDB.Gravatar diego2008-07-05
| * Add disc ID to -identify output.Gravatar diego2008-07-05
* | Merge svn changes up to r27202Gravatar Uoti Urpala2008-07-05
|\|
| * Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.Gravatar diego2008-07-04
| * cosmetics: in ifo_stream_oped() aligned the prototype to the styleGravatar nicodvb2008-07-04
| * in ifo_stream_open() propagate the device based on the dirname of stream->url...Gravatar nicodvb2008-07-04
| * dvd_device must be handled exclusively by the option parser; it can't be chan...Gravatar nicodvb2008-07-04
| * added support for the device part in the url; patch byGravatar nicodvb2008-07-04
* | Merge svn changes up to r27184Gravatar Uoti Urpala2008-07-01
|\|
| * Try to get frame rate information through VIDIOC_G_PARM ifGravatar voroshil2008-06-30
| * Fix division by zero in tvi_v4l2 which occures when capture deviceGravatar voroshil2008-06-30
| * removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...Gravatar nicodvb2008-06-29
| * mingw uses Windows sockets.Gravatar vayne2008-06-28
| * Fix the issue instead of revertingGravatar lu_zero2008-06-25
| * Move rtsp_close away by simplification - avoids symbol clash with libnemesiGravatar lu_zero2008-06-25