summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30236Uoti Urpala2010-01-081-30/+4
|\
| * Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://reimar2010-01-061-1/+1
| * Simplify ffmpeg stream support, we (so far) do not need any special option pa...reimar2010-01-061-29/+3
* | Merge svn changes up to r30216Uoti Urpala2010-01-088-0/+14
|\|
| * Add a few missing header #includes and #defines.diego2010-01-048-0/+14
* | Merge svn changes up to r30195Uoti Urpala2010-01-083-4/+4
|\|
| * Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.diego2010-01-043-4/+4
* | Merge svn changes up to r30173Uoti Urpala2010-01-082-0/+21
|\|
| * Several hacks to fix compilation of tvi_dshow on MinGW64.reimar2010-01-022-0/+21
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-2/+5
|\|
| * Make code slightly more readable.reimar2009-12-311-2/+2
| * Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.reimar2009-12-311-1/+2
| * Add a hack for broken youtube servers not returning Accept-Ranges.reimar2009-12-301-0/+2
* | Merge svn changes up to r30055Uoti Urpala2009-12-181-1/+1
|\|
| * 100l, fix check for V4L2 capture capability flag.reimar2009-12-111-1/+1
* | Fix printf format strings with invalid '%lf' conversionUoti Urpala2009-12-151-2/+2
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-0/+1
|\|
| * mime type [video/x-ms-wmv] is not an ASF redirector.compn2009-11-261-0/+1
* | stream_ffmpeg: Fix reads near EOFUoti Urpala2009-11-231-1/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-2312-24/+173
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-229-16/+16
| * 10l to Reimar: Fix typo.cehoyos2009-11-181-1/+1
| * Deobfuscate the special hack to disable cache for live555.reimar2009-11-173-2/+6
| * Merge malloc+memset -> callocreimar2009-11-171-4/+2
| * Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is setreimar2009-11-171-2/+2
| * Enable the read-based forward seek fallback also when CONFIG_NETWORK isreimar2009-11-171-2/+2
| * Use fill_buffer if available also for STREAMTYPE_STREAMreimar2009-11-171-0/+3
| * Add preliminary support for streaming via FFmpeg's URProtocol functions.reimar2009-11-172-0/+144
* | Merge svn changes up to r29912Uoti Urpala2009-11-1614-2174/+193
|\|
| * Move headers related to setting dvd speed to dvd_common.reimar2009-11-112-14/+19
| * Set the EOF flag when dvdnav reached the end of the requested title.reimar2009-11-111-2/+6
| * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedreimar2009-11-104-73/+79
| * Move arrays used by both dvd and dvdnav to dvd_common.reimar2009-11-104-5/+6
| * Remove unused extern declarations.reimar2009-11-101-1/+0
| * Share dvd_device extern declaration between dvd and dvdnav.reimar2009-11-103-2/+1
| * Remove an unused variable.reimar2009-11-101-1/+1
| * Set demuxer->teletext to NULL when closing the TV interface,reimar2009-11-101-0/+1
| * The code for the non-networking case is the same whether networkingreimar2009-11-091-5/+2
| * Factor out triplicated break statement.reimar2009-11-091-3/+4
| * Remove unused mp_dvdnav_aid_from_audio_num functionreimar2009-11-091-21/+0
| * Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang andreimar2009-11-091-9/+13
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-073-35/+0
| * Separate teletext from tv support.cehoyos2009-11-075-17/+31
| * dvdnav: print ID_SID_..._LANG, just like dvd://reimar2009-11-051-0/+2
| * Cosmetics: indentation, merge two consecutive ifs.reimar2009-11-051-6/+4
| * Make dvdnav also print info about audio streams with unknown language, just l...reimar2009-11-051-1/+1
| * Make the dvdnav stream language information output more similar to the dvd one.reimar2009-11-051-10/+6
| * Change the subtitle numbers in the dvdnav subtitle language info to matchreimar2009-11-051-1/+1
| * Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-311-1/+1
| * Support ISDB-Tb tunning in Brazilcehoyos2009-10-301-3/+7
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-293-3/+3
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-297-1960/+4
| * Fix teletext character set auto-detection.cehoyos2009-10-241-1/+1
| * cosmetics: Remove some pointless parentheses from return calls.diego2009-10-083-8/+8
* | Merge svn changes up to r29644Uoti Urpala2009-09-045-18/+26
|\|
| * Fix possible crashes with invalid SDPs that result in stream descriptionsreimar2009-09-022-1/+4
| * Fix several more rtsp-related memleaks.reimar2009-09-023-1/+4
| * Fix asmrp_dispose to also free the buffer.reimar2009-09-021-0/+1
| * Use calloc to ensure rmff_new_mdpr returns fully initialized data.reimar2009-09-021-1/+1
| * Move variable declaration to where it is used.reimar2009-09-021-2/+1
| * Make sure we do not strdup(NULL), avoids a crash with non-real streams.reimar2009-09-021-1/+4
| * Fix several memleaks in real_setup_and_get_headerreimar2009-09-021-1/+4
| * Change real_setup_and_get_header to use goto a single exit path to simplifyreimar2009-09-021-11/+7
* | Merge svn changes up to r29532Uoti Urpala2009-08-182-10/+30
|\|
| * Fix file information. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-151-1/+1
| * Add missing major contributors to copyright statement.cehoyos2009-08-151-0/+2
| * Fix another typo. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-1/+1
| * Add standard GPL license header. Patch by Francesco Lavra, francescolavra int...cehoyos2009-08-021-0/+22
| * Fix more typos. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-3/+3
| * Remove unused include's. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-4/+0
| * Fix typos. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-2/+2
* | Merge svn changes up to r29455Uoti Urpala2009-07-292-1/+5
|\|
| * stream/realrtsp/real.c: Fix another integer overflowuau2009-07-281-0/+2
| * stream/realrtsp/real.c: Fix integer overflowuau2009-07-271-0/+2
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* | 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.