| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 5 | -11/+18 |
* | Prefer libavformat over our own mov demuxer also for video/quicktime | reimar | 2010-02-05 | 1 | -4/+5 |
* | Reindent | reimar | 2010-02-03 | 1 | -4/+4 |
* | Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme. | reimar | 2010-02-03 | 1 | -3/+7 |
* | Fix argument order for lseek, fixes cookie loading in Windows and in general | reimar | 2010-02-03 | 1 | -1/+1 |
* | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 54 | -62/+980 |
* | stream/rtp.h appears not to originate from dvbstream. | diego | 2010-01-30 | 1 | -4/+15 |
* | Fix ftp support to properly support large files > 2GB. | reimar | 2010-01-24 | 1 | -3/+4 |
* | Always call cache_uninit to immediately free everything cache-related if we | reimar | 2010-01-23 | 1 | -3/+10 |
* | Call cache-uninit unconditionally, it should always be safe to call. | reimar | 2010-01-23 | 1 | -2/+0 |
* | Change code to allow playing a stream even if enabling the cache failed | reimar | 2010-01-23 | 1 | -2/+5 |
* | Make cache_init static, it is not used outside this file | reimar | 2010-01-23 | 1 | -1/+1 |
* | Handle Content-Length also when Content-Type is not set. | reimar | 2010-01-23 | 1 | -5/+6 |
* | Use atoll to parse Content-Length to support http for files > 2GB. | reimar | 2010-01-23 | 1 | -1/+1 |
* | Add an exit() to silence a gcc warning and ensure forked code will never | reimar | 2010-01-23 | 1 | -0/+2 |
* | 100l, shouldn't write to memory after freeing it. | reimar | 2010-01-23 | 1 | -1/+2 |
* | Reindent. | reimar | 2010-01-23 | 1 | -3/+3 |
* | Zero freed pointers. | reimar | 2010-01-23 | 1 | -0/+3 |
* | Check for fork failing and make sure cache_uninit always frees the cache data | reimar | 2010-01-23 | 1 | -1/+10 |
* | Add hack to fix tvi_dshow compilation with 64-bit MinGW | reimar | 2010-01-17 | 1 | -0/+3 |
* | Change GUID declarations in tvi_dshow so they are not exported and thus | reimar | 2010-01-17 | 1 | -38/+76 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+0 |
* | Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp:// | reimar | 2010-01-06 | 1 | -1/+1 |
* | Simplify ffmpeg stream support, we (so far) do not need any special option pa... | reimar | 2010-01-06 | 1 | -29/+3 |
* | Add a few missing header #includes and #defines. | diego | 2010-01-04 | 8 | -0/+14 |
* | Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp. | diego | 2010-01-04 | 3 | -4/+4 |
* | Several hacks to fix compilation of tvi_dshow on MinGW64. | reimar | 2010-01-02 | 2 | -0/+21 |
* | Make code slightly more readable. | reimar | 2009-12-31 | 1 | -2/+2 |
* | Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields. | reimar | 2009-12-31 | 1 | -1/+2 |
* | Add a hack for broken youtube servers not returning Accept-Ranges. | reimar | 2009-12-30 | 1 | -0/+2 |
* | 100l, fix check for V4L2 capture capability flag. | reimar | 2009-12-11 | 1 | -1/+1 |
* | mime type [video/x-ms-wmv] is not an ASF redirector. | compn | 2009-11-26 | 1 | -0/+1 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 9 | -16/+16 |
* | 10l to Reimar: Fix typo. | cehoyos | 2009-11-18 | 1 | -1/+1 |
* | Deobfuscate the special hack to disable cache for live555. | reimar | 2009-11-17 | 3 | -2/+6 |
* | Merge malloc+memset -> calloc | reimar | 2009-11-17 | 1 | -4/+2 |
* | Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set | reimar | 2009-11-17 | 1 | -2/+2 |
* | Enable the read-based forward seek fallback also when CONFIG_NETWORK is | reimar | 2009-11-17 | 1 | -2/+2 |
* | Use fill_buffer if available also for STREAMTYPE_STREAM | reimar | 2009-11-17 | 1 | -0/+3 |
* | Add preliminary support for streaming via FFmpeg's URProtocol functions. | reimar | 2009-11-17 | 2 | -0/+144 |
* | Move headers related to setting dvd speed to dvd_common. | reimar | 2009-11-11 | 2 | -14/+19 |
* | Set the EOF flag when dvdnav reached the end of the requested title. | reimar | 2009-11-11 | 1 | -2/+6 |
* | Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed | reimar | 2009-11-10 | 4 | -73/+79 |
* | Move arrays used by both dvd and dvdnav to dvd_common. | reimar | 2009-11-10 | 4 | -5/+6 |
* | Remove unused extern declarations. | reimar | 2009-11-10 | 1 | -1/+0 |
* | Share dvd_device extern declaration between dvd and dvdnav. | reimar | 2009-11-10 | 3 | -2/+1 |
* | Remove an unused variable. | reimar | 2009-11-10 | 1 | -1/+1 |
* | Set demuxer->teletext to NULL when closing the TV interface, | reimar | 2009-11-10 | 1 | -0/+1 |
* | The code for the non-networking case is the same whether networking | reimar | 2009-11-09 | 1 | -5/+2 |
* | Factor out triplicated break statement. | reimar | 2009-11-09 | 1 | -3/+4 |
* | Remove unused mp_dvdnav_aid_from_audio_num function | reimar | 2009-11-09 | 1 | -21/+0 |
* | Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and | reimar | 2009-11-09 | 1 | -9/+13 |
* | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 3 | -35/+0 |
* | Separate teletext from tv support. | cehoyos | 2009-11-07 | 5 | -17/+31 |
* | dvdnav: print ID_SID_..._LANG, just like dvd:// | reimar | 2009-11-05 | 1 | -0/+2 |
* | Cosmetics: indentation, merge two consecutive ifs. | reimar | 2009-11-05 | 1 | -6/+4 |
* | Make dvdnav also print info about audio streams with unknown language, just l... | reimar | 2009-11-05 | 1 | -1/+1 |
* | Make the dvdnav stream language information output more similar to the dvd one. | reimar | 2009-11-05 | 1 | -10/+6 |
* | Change the subtitle numbers in the dvdnav subtitle language info to match | reimar | 2009-11-05 | 1 | -1/+1 |
* | Replace two more occurences of tvi_vbi with dec_teletext. | cehoyos | 2009-10-31 | 1 | -1/+1 |
* | Support ISDB-Tb tunning in Brazil | cehoyos | 2009-10-30 | 1 | -3/+7 |
* | Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths | cehoyos | 2009-10-29 | 3 | -3/+3 |
* | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 7 | -1960/+4 |
* | Fix teletext character set auto-detection. | cehoyos | 2009-10-24 | 1 | -1/+1 |
* | cosmetics: Remove some pointless parentheses from return calls. | diego | 2009-10-08 | 3 | -8/+8 |
* | Fix possible crashes with invalid SDPs that result in stream descriptions | reimar | 2009-09-02 | 2 | -1/+4 |
* | Fix several more rtsp-related memleaks. | reimar | 2009-09-02 | 3 | -1/+4 |
* | Fix asmrp_dispose to also free the buffer. | reimar | 2009-09-02 | 1 | -0/+1 |
* | Use calloc to ensure rmff_new_mdpr returns fully initialized data. | reimar | 2009-09-02 | 1 | -1/+1 |
* | Move variable declaration to where it is used. | reimar | 2009-09-02 | 1 | -2/+1 |
* | Make sure we do not strdup(NULL), avoids a crash with non-real streams. | reimar | 2009-09-02 | 1 | -1/+4 |
* | Fix several memleaks in real_setup_and_get_header | reimar | 2009-09-02 | 1 | -1/+4 |
* | Change real_setup_and_get_header to use goto a single exit path to simplify | reimar | 2009-09-02 | 1 | -11/+7 |
* | Fix file information. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-15 | 1 | -1/+1 |
* | Add missing major contributors to copyright statement. | cehoyos | 2009-08-15 | 1 | -0/+2 |
* | Fix another typo. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -1/+1 |
* | Add standard GPL license header. Patch by Francesco Lavra, francescolavra int... | cehoyos | 2009-08-02 | 1 | -0/+22 |
* | Fix more typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -3/+3 |
* | Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -4/+0 |
* | Fix typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -2/+2 |
* | stream/realrtsp/real.c: Fix another integer overflow | uau | 2009-07-28 | 1 | -0/+2 |
* | stream/realrtsp/real.c: Fix integer overflow | uau | 2009-07-27 | 1 | -0/+2 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
* | Replace incorrect use of strncpy by av_strlcpy. | reimar | 2009-06-26 | 1 | -1/+2 |
* | Files should be opened in binary mode on OS/2. | diego | 2009-06-03 | 1 | -3/+3 |
* | Using nl_langinfo in the asf mmst implementation makes no sense since | reimar | 2009-05-31 | 1 | -8/+1 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 80 | -966/+966 |
* | Reemit the ID_AID_x_LANG for the track. This allows the identification of the | diego | 2009-04-11 | 1 | -3/+10 |
* | Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed. | reimar | 2009-04-10 | 1 | -0/+1 |
* | Add a -indentify message that indicates if the current DVDNAV title is | reimar | 2009-04-09 | 1 | -2/+5 |
* | Remove unused variable along with the related warning. | diego | 2009-04-01 | 1 | -1/+0 |
* | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 | 1 | -1/+5 |
* | Reindent | reimar | 2009-03-28 | 1 | -2/+2 |
* | Simplify extracting title number from ifo name | reimar | 2009-03-28 | 1 | -5/+1 |
* | Simplify detection of .ifo extension. | reimar | 2009-03-27 | 1 | -2/+2 |
* | change close to closesocket, unifies close streaming code | compn | 2009-03-26 | 1 | -1/+1 |
* | Add support for mmsh:// as alias for mmshttp:// | reimar | 2009-03-26 | 1 | -2/+3 |
* | Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2, | reimar | 2009-03-16 | 3 | -0/+15 |
* | 100l fix calculation of dropped frames, number of frames is time * fps, not t... | reimar | 2009-03-15 | 1 | -1/+1 |
* | Ensure the string we're trying to compare is actually not NULL. | ben | 2009-03-09 | 1 | -1/+2 |
* | The first valid index is total count - 1 (usually 0) | ben | 2009-03-09 | 1 | -1/+1 |
* | Use memset to make sure all parts of struct sockaddr_in are always initialized. | reimar | 2009-02-25 | 2 | -0/+3 |
* | Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com. | diego | 2009-02-22 | 1 | -1/+8 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 3 | -3/+3 |
* | Restructure network tests: Always check for both inet_aton and inet_pton. | diego | 2009-02-01 | 3 | -25/+17 |
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 | 19 | -40/+40 |
* | HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. | diego | 2009-02-01 | 3 | -6/+6 |
* | Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. | diego | 2009-02-01 | 1 | -2/+2 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 | 1 | -1/+1 |
* | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 | 3 | -15/+0 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -1/+1 |
* | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 | 1 | -0/+9 |
* | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 | 1 | -1/+2 |
* | Avoid u_ BSD type names. | diego | 2008-12-27 | 1 | -1/+1 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 | 1 | -15/+25 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 6 | -15/+15 |
* | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 | 1 | -4/+0 |
* | 100l, stream->cache_pid can not be used directly in pthread_create, | reimar | 2008-11-15 | 1 | -1/+5 |
* | Use pthreads for the cache on Cygwin, since _beginthread is not available | reimar | 2008-11-15 | 1 | -11/+27 |
* | Include cache2.h in cache2.c, fixes an implicit declaration warning for cache... | reimar | 2008-11-14 | 1 | -0/+1 |
* | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 | 2 | -3/+3 |
* | Intialize unused fd variables to -1 (which is actually invalid) instead | reimar | 2008-11-04 | 1 | -1/+1 |
* | Fix condition broken in r27401 which incorrectly caused stdin to be closed af... | reimar | 2008-11-04 | 1 | -1/+1 |
* | Forgotten reindent | reimar | 2008-11-02 | 1 | -1/+1 |
* | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 | 2 | -1/+2 |
* | vfw.h needs a windows.h include before on MinGW64. | reimar | 2008-11-02 | 1 | -0/+1 |
* | Avoid a memleak if allocation of field_name fails, fixes bug #1319. | reimar | 2008-10-31 | 1 | -0/+1 |
* | Conditionally declare a conditionally used variable, fixes the warning: | diego | 2008-10-24 | 1 | -1/+4 |
* | Determine default CD/DVD device in configure instead of using an #ifdef jungle. | diego | 2008-10-21 | 1 | -26/+0 |
* | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 | 1 | -1/+1 |
* | Avoid CreateThread and especially TerminateThread since they cause a memleak. | reimar | 2008-10-19 | 1 | -21/+18 |
* | Remove useless casts. | reimar | 2008-10-19 | 1 | -2/+2 |
* | Revert declaring ThreadProc as void, it breaks the WINAPI. | diego | 2008-10-16 | 1 | -2/+6 |
* | Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs. | diego | 2008-10-16 | 1 | -0/+27 |
* | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 | 2 | -1/+1 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 4 | -21/+21 |
* | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 | 1 | -6/+2 |
* | Remove unused function, fixes the warning: | diego | 2008-10-13 | 1 | -46/+0 |
* | Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: | diego | 2008-10-13 | 1 | -1/+1 |
* | Move socklen_t typedef from config.h to stream/network.h. | diego | 2008-10-12 | 2 | -0/+4 |
* | Add debug message about loaded frequency tables. | voroshil | 2008-09-24 | 1 | -1/+2 |
* | Make output messages of frequency selection code more useful by | voroshil | 2008-09-24 | 1 | -2/+4 |
* | Fix overflow in frequency conversion code inside tvi_dshow. | voroshil | 2008-09-24 | 1 | -2/+2 |
* | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 | 1 | -1/+1 |
* | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 | 14 | -23/+17 |
* | Revert moving closesocket definition and network headers to network.h. | diego | 2008-08-31 | 14 | -15/+115 |
* | Rename internal libdvdread fork from dvdread to libdvdread | rathann | 2008-08-30 | 3 | -12/+12 |
* | Print DVD volume ID with -identify. | reimar | 2008-08-30 | 1 | -0/+3 |
* | Move duplicated '#define closesocket close' into network.h along with | diego | 2008-08-29 | 14 | -115/+15 |
* | consistency cosmetics: Avoid using .. in #include paths. | diego | 2008-08-29 | 6 | -12/+12 |
* | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 20 | -45/+46 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 3 | -3/+3 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 2 | -8/+8 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -7/+7 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 3 | -13/+13 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 5 | -17/+17 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 5 | -17/+17 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 10 | -69/+69 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 4 | -15/+15 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 14 | -54/+54 |
* | Do not include sys/socket.h when using winsock2, it is pointless | reimar | 2008-07-26 | 1 | -1/+2 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 | 2 | -0/+2 |
* | Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the... | reimar | 2008-07-15 | 1 | -1/+1 |
* | |