summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* Removing global variables from tv://voroshil2007-07-292-84/+0
* Removing global variables from tv://voroshil2007-07-291-33/+33
* Removing global variables from tv://voroshil2007-07-291-61/+61
* Removing global variables from tv://voroshil2007-07-291-30/+30
* Removing global variables from tv://voroshil2007-07-291-49/+49
* Removing global variables from tv://voroshil2007-07-291-1/+1
* Removing global variables from tv://voroshil2007-07-296-28/+36
* Removing global variables from tv://voroshil2007-07-292-19/+102
* Removing forward declarations of routines used only in tv.cvoroshil2007-07-292-8/+2
* Cosmetics.voroshil2007-07-291-10/+10
* Cosmetics: move two routines upvoroshil2007-07-291-34/+34
* cosmetics: misc typo fixesdiego2007-07-281-3/+3
* Remove completely pointless extra return statementsreimar2007-07-271-9/+0
* Fix MSF -> sector conversion being 150 sectors ofreimar2007-07-271-1/+2
* Simplify track length calculationreimar2007-07-271-18/+11
* Some more *BSD vcd_read simplificationreimar2007-07-271-41/+31
* Fix several 100lreimar2007-07-271-3/+3
* Factor out some common codereimar2007-07-271-28/+36
* Somewhat unified *BSD vcd readingreimar2007-07-273-196/+90
* READ_TOC for making *BSD code more similarreimar2007-07-272-6/+8
* One ifdef lessreimar2007-07-271-3/+1
* Simplify NetBSD vcd_read codereimar2007-07-271-21/+6
* vcd_inc_msf function also for freebsd vcd_readreimar2007-07-271-9/+15
* More VCD cosmeticsreimar2007-07-271-16/+16
* 100l, return is missing a valuereimar2007-07-261-1/+1
* Cosmetics to reduce diff between Free- and netBSD vcd stuffreimar2007-07-262-61/+74
* 10l, fix vcd netbsd compilationreimar2007-07-261-1/+1
* TOCADDR macro as first step to common *BSD vcd reading codereimar2007-07-262-45/+50
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Remove unnecessary flip for RGB in v4l1.voroshil2007-07-081-22/+1
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-055-14/+19
* Cygwin has had inttypes.h since version 1.5.diego2007-07-031-2/+0
* The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREADdiego2007-07-031-13/+0
* The header is always included conditional to USE_DVDREAD,diego2007-07-031-5/+0
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0215-41/+41
* Cosmetics.voroshil2007-06-301-3/+3
* Don't override input= option value is no input id is passed in tv:// url.voroshil2007-06-301-2/+4
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-292-2/+1
* remove file that was added by mistake.voroshil2007-06-291-0/+0
* Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-06-282-3/+34
* start= and end= parameters on realrtspurls may be optionally quoted with rtogni2007-06-241-0/+5
* get rid of useless *alloc castsreimar2007-06-241-5/+5
* Fix dvd:// subtitle handling to always report the MPEG stream id, becausereimar2007-06-241-7/+13
* Revert r23530.voroshil2007-06-215-1407/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-105-0/+1407
* Set errno to 0 after printing it, not beforereimar2007-06-081-1/+1
* Fix compiler warnings.voroshil2007-06-083-5/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-7/+7
* Avoiding sscanf in cddb support reading more data with %s than buffer sizereimar2007-06-051-3/+3
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-012-40/+46
* New "automute" tv:// option.voroshil2007-05-315-0/+75
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-282-3/+1
* More fastmemcpy.h removalreimar2007-05-272-2/+0
* fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...nicodvb2007-05-261-2/+2
* remove unnecessary stubs which were not ever used.voroshil2007-05-244-26/+0
* make v4l1 driver work properly.voroshil2007-05-211-43/+45
* Fix OpenBSD compilation: strndup is a GNU extension.reimar2007-05-201-2/+2
* Fix track info being read for the wrong track introduced in r20598reimar2007-05-101-3/+3
* Missing -1 in the FreeBSD code to get the first CD track numberreimar2007-05-101-1/+1
* added proper GPL headers to new stream/pvr.h fileben2007-05-081-0/+23
* give credits to Sven for pvr channel navigationben2007-05-081-0/+1
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...ben2007-05-082-23/+824
* deprecated comment from the time the pvr code was half V4L2 and half IVTV spe...ben2007-04-301-2/+0
* (cosmetics) replace tabs with spacesvoroshil2007-04-291-970/+970
* typo fix.voroshil2007-04-291-1/+1
* (cosmetics) more indentation fixes.voroshil2007-04-281-59/+55
* cosmetics: Fix one more stray wrongly indented line.diego2007-04-281-1/+1
* cosmetics: Remove all trailing whitespace and tabs, indentation fixes.diego2007-04-281-1095/+1089
* Add Makefile variable for audio input that is enabled by V4L or radio capture.diego2007-04-221-7/+1
* after a DVDNAV_VTS_CHANGE event report the title being playednicodvb2007-04-221-0/+2
* cosmetics. restore empty line removed in r22985.voroshil2007-04-131-0/+1
* Move translatable strings from tv.c to help_mp*voroshil2007-04-131-51/+44
* Rework of *BSD BT848 detection for radio://voroshil2007-04-111-8/+11
* Cleanup real_calc_response_and_checksum()rtogni2007-04-091-10/+5
* Merge calc_response_string() into real_calc_response_and_checksum()rtogni2007-04-091-13/+6
* Simplify calc_response_string()rtogni2007-04-091-10/+3
* 10000000l learn to countrtogni2007-04-091-1/+1
* Size of response is known, no need to calculate itrtogni2007-04-091-4/+3
* The size of xor_table is known and fixed, no need to calculate itrtogni2007-04-091-8/+6
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdna...nicodvb2007-04-091-0/+20
* remove ugly #include from tvi_bsdbt848.cvoroshil2007-04-091-14/+12
* Fix typo in r22772 which causes compilation error under *BSD.voroshil2007-04-081-8/+8
* Ability to specify video and audio capture device namesvoroshil2007-04-051-8/+40
* Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte rtogni2007-04-031-1/+2
* Check buffer size in header dump functionsrtogni2007-03-253-22/+84
* Use AV_WB* instead of swap+memcpy+swaprtogni2007-03-241-120/+46
* at open() discard front margin/empty sectors (fixes demuxing by libavformat);...nicodvb2007-03-241-1/+13
* Radio driver loading rework.voroshil2007-03-211-133/+86
* Declare eof only when stream 0 gets eofrtogni2007-03-201-1/+9
* Fix for realrtsp urls with more than 2 streams:rtogni2007-03-201-3/+5
* Add missing bogus norm warning for v4l2voroshil2007-03-191-0/+3
* Make sure bogus parameter will not be ignored by user. voroshil2007-03-191-1/+1
* Support application/smil as mimetype for smil-over-realrtsprtogni2007-03-181-1/+2
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-172-0/+16
* Remove unnecessary -I option from CFLAGS.diego2007-03-161-2/+0
* Allow to specify frequencies in channels option.voroshil2007-03-161-0/+7
* Fix live555 compilation when stream cache is disabled.diego2007-03-131-0/+2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-30/+30
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-29/+28
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-0/+130
* Source files should not contain non-ASCII characters.diego2007-03-121-1/+1
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-1/+25
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...nicodvb2007-03-081-0/+6
* truncate mencoder's output file if it exists, instead of overwriting just par...lorenm2007-03-052-2/+2
* print the disc_id without using a buffernicodvb2007-03-041-3/+3
* 10000l; in previous commit I allocated a buffer 1 byte too shortnicodvb2007-03-031-1/+1
* replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.nicodvb2007-03-031-2/+3
* replaced 2 instances of sprintf() with snprintf() and one instancenicodvb2007-03-031-4/+3
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-017-41/+75
* winsocks expects an int in milliseconds instead of struct timeval to setivo2007-03-011-4/+12
* Replace MIN with FFMINreimar2007-03-011-1/+1
* Use libavutil AV_RB/AV_WB macros instead of defining out own variants.reimar2007-03-012-163/+148
* cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->...nicodvb2007-02-281-20/+4
* Add support for smil playlist served over realrtsprtogni2007-02-183-3/+17
* Simplify code by using separate variables for large common expressions.reimar2007-02-151-22/+26
* More strncat() misuses.rtogni2007-02-111-5/+5
* strncat() misuses, may have been exploitable.rtogni2007-02-111-3/+3
* More boundary checks for fixed-length arrays. Some of them may have been rtogni2007-02-111-4/+12
* Quick hack mostly for documentation purposes to make -aid work with mms://reimar2007-02-081-0/+10
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-053-4/+2
* Use defined() syntax instead without ().reimar2007-02-041-1/+1
* Add timeout to tcp connections, avoid hanging forever.rtogni2007-02-041-0/+7
* Fix base64_encode() max output length checking.uau2007-01-281-4/+3
* Accept rdt packets with "is-reliable" flag setrtogni2007-01-281-1/+1
* Fix FSF address and otherwise broken license headers.diego2007-01-223-9/+5
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...nicodvb2007-01-162-0/+5
* GNU/kFreeBSD support, closes Bugzilla #704.diego2007-01-103-6/+6
* Don't drop last rdt packet on eofrtogni2007-01-093-2/+9
* removed static declaration before non-instantiated struct; patch by cehoyos a...nicodvb2007-01-091-1/+1
* Two crash issues fixed:voroshil2007-01-081-1/+9
* Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.reimar2007-01-071-0/+1
* in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...nicodvb2007-01-071-1/+1
* reindentednicodvb2007-01-061-16/+16
* init to 0 feparams before tuningnicodvb2007-01-061-0/+1
* removed useless reporting codenicodvb2007-01-061-55/+3
* moved actual tuning code from check_status() to tune_it()nicodvb2007-01-061-18/+12
* don't add pid 0 if it's already present in the listnicodvb2007-01-061-6/+5
* More free() that were forgotten in r21806 memleak fixrtogni2007-01-011-0/+3
* Memleak fix (implement sdpplin_free() and use it)rtogni2007-01-012-1/+28
* Fix invalid memory access if identifier is unknownrtogni2007-01-011-1/+1
* Fix potential buffer overflow in asm rules matching codertogni2006-12-313-3/+9
* reindentationnicodvb2006-12-301-13/+13
* Fix double free of *http_hdr at server error.iive2006-12-301-2/+2
* replace call to UDFFindFile() (that is not part of the public API) with DVDOp...nicodvb2006-12-231-6/+6
* fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...nicodvb2006-12-211-2/+7
* reindented after yesterday's commitnicodvb2006-12-201-2/+2
* support for writing over smb sharesnicodvb2006-12-191-6/+23
* in WRITE mode open the output file with mode 0666; umask will filter itnicodvb2006-12-191-1/+1
* support functions for writing to streamsnicodvb2006-12-181-0/+28
* implemented STREAM_CTRL_GET_SIZEnicodvb2006-12-181-0/+17
* new STREAM_CTRL_GET_SIZE to get size of output streamnicodvb2006-12-181-0/+1
* in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...nicodvb2006-12-181-3/+6
* added member and definitions for output streamsnicodvb2006-12-181-0/+3
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)nicodvb2006-12-171-0/+87
* simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Pattenicodvb2006-12-151-7/+1
* Force lavf on flv streams. Closes bugzilla #354rtogni2006-12-151-0/+4
* implemented dvdnav_lang_from_aid() to retrieve audio languagenicodvb2006-12-142-0/+31
* added dvdnav_aid_from_lang() to support -alangnicodvb2006-12-142-0/+45
* Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.reimar2006-12-121-0/+3
* Make sure closesocket is called.reimar2006-12-101-0/+10
* STREAM_UNSUPPORTED is -1, so use the former for return value in all places.reimar2006-12-101-4/+2
* Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)reimar2006-12-101-1/+2
* added function to return the language of the specified subtitle id. Patch bynicodvb2006-12-102-0/+22
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.reimar2006-12-101-1/+1
* Fix misplaced http_freereimar2006-12-091-1/+1
* Fix potential endless loop in http_streaming_start duereimar2006-12-091-0/+1
* Fix lots and lots of potential memory/fd leaks in http_streaming_startreimar2006-12-091-19/+28
* export spu palette; part of a patch by Otvos Attilanicodvb2006-12-092-0/+13
* Avoid memory and fd leaks in asf streaming open code.reimar2006-12-091-15/+15
* Forgotten closesocket on error, patch byreimar2006-12-091-1/+4
* Close fd on error.reimar2006-12-091-1/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-073-3/+3
* Simplify NEXT_LINE macro and put most of it in a separate function.reimar2006-12-061-16/+16
*