summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-267-7/+7
* Remove the internal GUIAnton Khirnov2009-07-071-4/+0
* Merge svn changes up to r29412Uoti Urpala2009-07-073-12/+6
|\
| * Replace incorrect use of strncpy by av_strlcpy.reimar2009-06-261-1/+2
| * Files should be opened in binary mode on OS/2.diego2009-06-031-3/+3
| * Using nl_langinfo in the asf mmst implementation makes no sense sincereimar2009-05-311-8/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1380-966/+966
* | Remove trailing whitespace from most filesUoti Urpala2009-07-0781-973/+966
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-0726-421/+434
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-0726-421/+421
* | Merge svn changes up to r29277Uoti Urpala2009-05-082-5/+16
|\|
| * Reemit the ID_AID_x_LANG for the track. This allows the identification of thediego2009-04-111-3/+10
| * Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.reimar2009-04-101-0/+1
| * Add a -indentify message that indicates if the current DVDNAV title isreimar2009-04-091-2/+5
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-1/+0
|\|
| * Remove unused variable along with the related warning.diego2009-04-011-1/+0
* | Merge svn changes up to r29117Uoti Urpala2009-04-015-6/+22
|\|
| * 100l, revert r29082, I missed that the vts comparison should be case-insensit...reimar2009-03-281-1/+5
| * Reindentreimar2009-03-281-2/+2
| * Simplify extracting title number from ifo namereimar2009-03-281-5/+1
| * Simplify detection of .ifo extension.reimar2009-03-271-2/+2
| * change close to closesocket, unifies close streaming codecompn2009-03-261-1/+1
| * Add support for mmsh:// as alias for mmshttp://reimar2009-03-261-2/+3
| * Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,reimar2009-03-163-0/+15
| * 100l fix calculation of dropped frames, number of frames is time * fps, not t...reimar2009-03-151-1/+1
* | Merge svn changes up to r28951Uoti Urpala2009-03-142-2/+3
|\|
| * Ensure the string we're trying to compare is actually not NULL.ben2009-03-091-1/+2
| * The first valid index is total count - 1 (usually 0)ben2009-03-091-1/+1
* | Merge svn changes up to r28755Uoti Urpala2009-02-282-0/+3
|\|
| * Use memset to make sure all parts of struct sockaddr_in are always initialized.reimar2009-02-252-0/+3
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-1/+8
|\|
| * Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.diego2009-02-221-1/+8
* | Merge svn changes up to r28641Uoti Urpala2009-02-183-3/+3
|\|
| * Replace double semicolon by single semicolon.diego2009-02-163-3/+3
* | Merge svn changes up to r28461Uoti Urpala2009-02-0419-64/+56
|\|
| * Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-013-25/+17
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-0119-40/+40
| * HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-013-6/+6
| * Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.diego2009-02-011-2/+2
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-1/+1
|\|
| * Fix a NULL-check that used && instead of || and thus could not avoid crashes.reimar2009-01-251-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-155-17/+12
|\|
| * Switch internal dvdread to libdvdread SVN external.reimar2009-01-083-15/+0
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-1/+1
| * Fix DVD seek_to_chapter: the title number must be converted to a per-VTSreimar2009-01-011-0/+9
| * Work around a dvdread bug where DVDReadBlocks would return values < 0 on read...reimar2008-12-311-1/+2
* | Merge svn changes up to r28204Uoti Urpala2008-12-271-1/+1
|\|
| * Avoid u_ BSD type names.diego2008-12-271-1/+1
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-15/+25
|\|
| * Replace informal GPL notes by standard GPL header.diego2008-12-131-15/+25
* | Merge svn changes up to r28087Uoti Urpala2008-12-046-15/+15
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-036-15/+15
* | Merge svn changes up to r28065Uoti Urpala2008-12-021-4/+0
|\|
| * Move PTHREAD_CACHE define logic to configure.reimar2008-11-281-4/+0
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-12/+32
|\|
| * 100l, stream->cache_pid can not be used directly in pthread_create,reimar2008-11-151-1/+5
| * Use pthreads for the cache on Cygwin, since _beginthread is not availablereimar2008-11-151-11/+27
| * Include cache2.h in cache2.c, fixes an implicit declaration warning for cache...reimar2008-11-141-0/+1
* | Merge svn changes up to r27899Uoti Urpala2008-11-065-6/+9
|\|
| * set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...nicodvb2008-11-052-3/+3
| * Intialize unused fd variables to -1 (which is actually invalid) insteadreimar2008-11-041-1/+1
| * Fix condition broken in r27401 which incorrectly caused stdin to be closed af...reimar2008-11-041-1/+1
| * Forgotten reindentreimar2008-11-021-1/+1
| * Add a noicyx:// protocol to allow easier testing for misconfigured servers.reimar2008-11-022-1/+2
| * vfw.h needs a windows.h include before on MinGW64.reimar2008-11-021-0/+1
| * Avoid a memleak if allocation of field_name fails, fixes bug #1319.reimar2008-10-311-0/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-2512-91/+50
|\|
| * Conditionally declare a conditionally used variable, fixes the warning:diego2008-10-241-1/+4
| * Determine default CD/DVD device in configure instead of using an #ifdef jungle.diego2008-10-211-26/+0
| * Replace typeof by __typeof__, the former is a non-portable GNU extension.diego2008-10-201-1/+1
| * Avoid CreateThread and especially TerminateThread since they cause a memleak.reimar2008-10-191-21/+18
| * Remove useless casts.reimar2008-10-191-2/+2
| * Revert declaring ThreadProc as void, it breaks the WINAPI.diego2008-10-161-2/+6
| * Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.diego2008-10-161-0/+27
| * Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itdiego2008-10-162-1/+1
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-134-21/+21
| * Declare ThreadProc as void, it does not return anything, fixes the warning:diego2008-10-131-6/+2
| * Remove unused function, fixes the warning:diego2008-10-131-46/+0
| * Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:diego2008-10-131-1/+1
| * Move socklen_t typedef from config.h to stream/network.h.diego2008-10-122-0/+4
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-5/+8
|\|
| * Add debug message about loaded frequency tables.voroshil2008-09-241-1/+2
| * Make output messages of frequency selection code more useful byvoroshil2008-09-241-2/+4
| * Fix overflow in frequency conversion code inside tvi_dshow.voroshil2008-09-241-2/+2
* | Merge svn changes up to r27649Uoti Urpala2008-09-201-1/+1
|\|
| * With -identify, ID_DVD_VOLUME_ID is not shown on some systems.diego2008-09-161-1/+1
* | Merge svn changes up to r27514Uoti Urpala2008-09-0331-91/+89
|\|
| * Move '#define closesocket close' preprocessor directive to a common placediego2008-09-0114-23/+17
| * Revert moving closesocket definition and network headers to network.h.diego2008-08-3114-15/+115
| * Rename internal libdvdread fork from dvdread to libdvdreadrathann2008-08-303-12/+12
| * Print DVD volume ID with -identify.reimar2008-08-301-0/+3
| * Move duplicated '#define closesocket close' into network.h along withdiego2008-08-2914-115/+15
| * consistency cosmetics: Avoid using .. in #include paths.diego2008-08-296-12/+12
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-2920-45/+46
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-143-3/+3
* | Make various functions staticUoti Urpala2008-08-122-4/+4
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
* | stream.h: Add 2 prototypes instead of declaring them in cache2.cUoti Urpala2008-08-122-5/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-0816-114/+114
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-072-8/+8
| * Rename font-related preprocessor directives.diego2008-08-071-7/+7
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-073-13/+13
| * Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-065-17/+17
| * Rename some audio-output-related preprocessor directives.diego2008-08-055-17/+17
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-0310-69/+69
* | Merge svn changes up to r27399Uoti Urpala2008-08-025-16/+16
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-014-15/+15
| * Rename two GUI-related preprocessor directives:diego2008-07-301-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-3015-55/+56
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-3014-54/+54
| * Do not include sys/socket.h when using winsock2, it is pointlessreimar2008-07-261-1/+2
* | Merge svn changes up to r27332Uoti Urpala2008-07-214-5/+7
|\|
| * Our ALSA code needs alloca, so check for it in configure and include alloca.hreimar2008-07-172-0/+2
| * Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...reimar2008-07-151-1/+1
| * Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-151-4/+4
* | Merge svn changes up to r27281Uoti Urpala2008-07-152-2/+2
|\|
| * in dvd streams the title part ranges from 1 to 99nicodvb2008-07-122-2/+2
* | Merge svn changes up to r27242Uoti Urpala2008-07-095-1/+15
|\|
| * Add missing #include <sys/socket.h>, fixes the warnings:diego2008-07-081-0/+1
| * avoid unnecessary strdup(); patch by Aurelnicodvb2008-07-061-1/+1
| * Surround stream cache specific code by an appropriate #ifdef; fixes linkingdiego2008-07-051-0/+2
| * Add some more -identify information for CDDB.diego2008-07-051-0/+9
| * Add disc ID to -identify output.diego2008-07-051-0/+2
* | Merge svn changes up to r27202Uoti Urpala2008-07-052-18/+25
|\|
| * Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.diego2008-07-041-0/+0
| * cosmetics: in ifo_stream_oped() aligned the prototype to the stylenicodvb2008-07-041-9/+8
| * in ifo_stream_open() propagate the device based on the dirname of stream->url...nicodvb2008-07-041-0/+1
| * dvd_device must be handled exclusively by the option parser; it can't be chan...nicodvb2008-07-041-2/+0
| * added support for the device part in the url; patch bynicodvb2008-07-041-8/+17
* | Merge svn changes up to r27184Uoti Urpala2008-07-015-106/+122
|\|
| * Try to get frame rate information through VIDIOC_G_PARM ifvoroshil2008-06-301-0/+12
| * Fix division by zero in tvi_v4l2 which occures when capture devicevoroshil2008-06-301-8/+18
| * removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...nicodvb2008-06-291-6/+0
| * mingw uses Windows sockets.vayne2008-06-281-1/+3
| * Fix the issue instead of revertinglu_zero2008-06-253-58/+56
| * Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-253-33/+33
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-27/+28
|\|
| * Reorder some functions to avoid implicit declaration warnings.diego2008-06-191-27/+28
* | Merge svn changes up to r27092Uoti Urpala2008-06-174-6/+34
|\|
| * Add missing #includes to fix 'make checkheaders'.diego2008-06-162-0/+2
| * Ability for specifying TV standard individually for each TV channel.voroshil2008-06-142-6/+32
* | Merge svn changes up to r27025Uoti Urpala2008-06-072-36/+118
|\|
| * Factorizes dvdnav aid retrieval code.ben2008-06-071-30/+27
| * Add routine that provides audio ID corresponding to logical numberben2008-06-072-0/+33
| * Rename some functions as they are mplayer relate