| Commit message (Expand) | Author | Age |
* | Reemit the ID_AID_x_LANG for the track. This allows the identification of the | diego | 2009-04-11 |
* | Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed. | reimar | 2009-04-10 |
* | Add a -indentify message that indicates if the current DVDNAV title is | reimar | 2009-04-09 |
* | Remove unused variable along with the related warning. | diego | 2009-04-01 |
* | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 |
* | Reindent | reimar | 2009-03-28 |
* | Simplify extracting title number from ifo name | reimar | 2009-03-28 |
* | Simplify detection of .ifo extension. | reimar | 2009-03-27 |
* | change close to closesocket, unifies close streaming code | compn | 2009-03-26 |
* | Add support for mmsh:// as alias for mmshttp:// | reimar | 2009-03-26 |
* | Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2, | reimar | 2009-03-16 |
* | 100l fix calculation of dropped frames, number of frames is time * fps, not t... | reimar | 2009-03-15 |
* | Ensure the string we're trying to compare is actually not NULL. | ben | 2009-03-09 |
* | The first valid index is total count - 1 (usually 0) | ben | 2009-03-09 |
* | Use memset to make sure all parts of struct sockaddr_in are always initialized. | reimar | 2009-02-25 |
* | Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com. | diego | 2009-02-22 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 |
* | Restructure network tests: Always check for both inet_aton and inet_pton. | diego | 2009-02-01 |
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 |
* | HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. | diego | 2009-02-01 |
* | Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. | diego | 2009-02-01 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 |
* | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 |
* | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 |
* | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 |
* | Avoid u_ BSD type names. | diego | 2008-12-27 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 |
* | 100l, stream->cache_pid can not be used directly in pthread_create, | reimar | 2008-11-15 |
* | Use pthreads for the cache on Cygwin, since _beginthread is not available | reimar | 2008-11-15 |
* | Include cache2.h in cache2.c, fixes an implicit declaration warning for cache... | reimar | 2008-11-14 |
* | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 |
* | Intialize unused fd variables to -1 (which is actually invalid) instead | reimar | 2008-11-04 |
* | Fix condition broken in r27401 which incorrectly caused stdin to be closed af... | reimar | 2008-11-04 |
* | Forgotten reindent | reimar | 2008-11-02 |
* | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 |
* | vfw.h needs a windows.h include before on MinGW64. | reimar | 2008-11-02 |
* | Avoid a memleak if allocation of field_name fails, fixes bug #1319. | reimar | 2008-10-31 |
* | Conditionally declare a conditionally used variable, fixes the warning: | diego | 2008-10-24 |
* | Determine default CD/DVD device in configure instead of using an #ifdef jungle. | diego | 2008-10-21 |
* | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 |
* | Avoid CreateThread and especially TerminateThread since they cause a memleak. | reimar | 2008-10-19 |
* | Remove useless casts. | reimar | 2008-10-19 |
* | Revert declaring ThreadProc as void, it breaks the WINAPI. | diego | 2008-10-16 |
* | Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs. | diego | 2008-10-16 |
* | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 |