aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\
| * Reemit the ID_AID_x_LANG for the track. This allows the identification of theGravatar diego2009-04-11
| * Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.Gravatar reimar2009-04-10
| * Add a -indentify message that indicates if the current DVDNAV title isGravatar reimar2009-04-09
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unused variable along with the related warning.Gravatar diego2009-04-01
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * 100l, revert r29082, I missed that the vts comparison should be case-insensit...Gravatar reimar2009-03-28
| * ReindentGravatar reimar2009-03-28
| * Simplify extracting title number from ifo nameGravatar reimar2009-03-28
| * Simplify detection of .ifo extension.Gravatar reimar2009-03-27
| * change close to closesocket, unifies close streaming codeGravatar compn2009-03-26
| * Add support for mmsh:// as alias for mmshttp://Gravatar reimar2009-03-26
| * Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,Gravatar reimar2009-03-16
| * 100l fix calculation of dropped frames, number of frames is time * fps, not t...Gravatar reimar2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Ensure the string we're trying to compare is actually not NULL.Gravatar ben2009-03-09
| * The first valid index is total count - 1 (usually 0)Gravatar ben2009-03-09
* | Merge svn changes up to r28755Gravatar Uoti Urpala2009-02-28
|\|
| * Use memset to make sure all parts of struct sockaddr_in are always initialized.Gravatar reimar2009-02-25
* | Merge svn changes up to r28712Gravatar Uoti Urpala2009-02-23
|\|
| * Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.Gravatar diego2009-02-22
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Restructure network tests: Always check for both inet_aton and inet_pton.Gravatar diego2009-02-01
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
| * HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.Gravatar diego2009-02-01
| * Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.Gravatar diego2009-02-01
* | Merge svn changes up to r28366Gravatar Uoti Urpala2009-01-26
|\|
| * Fix a NULL-check that used && instead of || and thus could not avoid crashes.Gravatar reimar2009-01-25
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Switch internal dvdread to libdvdread SVN external.Gravatar reimar2009-01-08
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
| * Fix DVD seek_to_chapter: the title number must be converted to a per-VTSGravatar reimar2009-01-01
| * Work around a dvdread bug where DVDReadBlocks would return values < 0 on read...Gravatar reimar2008-12-31
* | Merge svn changes up to r28204Gravatar Uoti Urpala2008-12-27
|\|
| * Avoid u_ BSD type names.Gravatar diego2008-12-27
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r28065Gravatar Uoti Urpala2008-12-02
|\|
| * Move PTHREAD_CACHE define logic to configure.Gravatar reimar2008-11-28
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * 100l, stream->cache_pid can not be used directly in pthread_create,Gravatar reimar2008-11-15
| * Use pthreads for the cache on Cygwin, since _beginthread is not availableGravatar reimar2008-11-15
| * Include cache2.h in cache2.c, fixes an implicit declaration warning for cache...Gravatar reimar2008-11-14
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...Gravatar nicodvb2008-11-05