summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* DirectShow based tv:// driver for win32voroshil2007-10-136-9/+4062
* removed useless inclusion of error.hnicodvb2007-10-131-1/+0
* Make sure forked code does not try to display a GTK message box (and thus cra...reimar2007-10-071-0/+4
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* Fix compilation with enabled radio capture and disabled OSS audio.voroshil2007-09-241-2/+3
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-192-6/+88
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionreimar2007-09-191-3/+2
* Fix a few typosreimar2007-09-192-4/+4
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-184-1/+42
* removed unused members from dvdnav_priv_tnicodvb2007-09-151-4/+0
* Removed dead code related to stills.nicodvb2007-09-151-8/+0
* Fix missing reset/initialization (with tv parameters) ofvoroshil2007-09-131-0/+2
* Add missing #include to fix compilation.diego2007-09-121-0/+1
* Implementation of tv:// driver autodetection.voroshil2007-09-102-9/+19
* Fix for:voroshil2007-09-081-1/+1
* More accurate calculating of teletextvoroshil2007-09-081-1/+3
* Implement boxes for subtitle teletext pages.voroshil2007-09-082-8/+26
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.voroshil2007-09-082-1/+26
* Fix for:voroshil2007-09-031-0/+4
* Increase number of skipped buffers to 5 to avoid mixing teletext pages fromvoroshil2007-09-021-2/+6
* a mouse selection may require at least a video codec reinitnicodvb2007-09-011-0/+1
* implemented STREAM_CTRL_GET_ASPECT_RATIOnicodvb2007-09-011-0/+6
* Make sure that no pages will left in cache duringvoroshil2007-09-011-1/+9
* implemented STREAM_CTRL_GET_ASPECT_RATIOnicodvb2007-09-011-0/+5
* introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...nicodvb2007-09-011-0/+1
* Drop out control chars from page header in time position.voroshil2007-09-011-3/+7
* Fix missed -1 -> 0x3f7f changes for subpage number.voroshil2007-09-011-2/+2
* Fix displaying start page when it has subpages.voroshil2007-09-011-4/+4
* Proper support for flashing chars in teletext pages.voroshil2007-09-012-1/+5
* Support for selecting language via packet 28.voroshil2007-08-313-21/+207
* Small code simplification as suggested by Reimar:voroshil2007-08-291-18/+10
* Simplify code by using FFSWAPvoroshil2007-08-291-4/+1
* (cosmetics) replace tabs with spacesvoroshil2007-08-291-4/+4
* (cosmetics) fix indentation of previous commitvoroshil2007-08-291-1/+1
* Implement Hold/Release graphics (showing control chars asvoroshil2007-08-291-0/+13
* Implement Flash/Steady (swapping foreground/background colors)voroshil2007-08-291-3/+19
* Make charset constants naming consistantvoroshil2007-08-291-4/+4
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-2822-53/+53
* Fix compilation by adding forgotten comma.iive2007-08-281-1/+1
* Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.voroshil2007-08-281-1/+49
* Move channels option parsing code into separate routine.voroshil2007-08-281-67/+72
* Implement X/27/0 packet decoding.voroshil2007-08-282-1/+70
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Implement 8/30 format 1 teletext packet decodingvoroshil2007-08-282-0/+85
* in stream_control() remove redefinition of d in a case block, previously assi...nicodvb2007-08-271-1/+0
* in open_s() unified failure code in fail:nicodvb2007-08-271-20/+11
* (cosmetics) remove unnecessary ';'voroshil2007-08-261-1/+1
* Replace perror() with mp_msg()voroshil2007-08-261-31/+32
* Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.voroshil2007-08-261-0/+11
* 10l: Move #endif upper to reflect changes in r24054.voroshil2007-08-261-1/+1
* Fix typovoroshil2007-08-261-1/+1
* Add teletext specification referencevoroshil2007-08-261-0/+3
* Remove ugly Russian language support hack.voroshil2007-08-261-11/+1
* Add support for Latin National Option Sub-Setsvoroshil2007-08-261-2/+46
* Enable decoding of packet X/24, it is usual teletext linevoroshil2007-08-261-2/+2
* 10l: "&" should be done after ">>"voroshil2007-08-251-1/+1
* Language bits in teletext page header arevoroshil2007-08-251-1/+1
* Remove redundant variable declarations.diego2007-08-251-4/+0
* Removed uninitialized variable.cehoyos2007-08-231-2/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-236-1/+145
* Fix blue color for yv12 and i420 image formats in "automute" screenvoroshil2007-08-231-5/+7
* Fix [soc:eoc] stubs.voroshil2007-08-221-6/+10
* Set DVD speed earlier to avoid drive spinup during openreimar2007-08-211-1/+1
* Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.reimar2007-08-191-8/+2
* Sync libdvdread with version 0.9.5 (functional changes).diego2007-08-151-0/+1
* Fix compilation on BSD.diego2007-08-131-1/+1
* Remove unused variables.diego2007-08-131-3/+0
* Fix UDP select timeout.diego2007-08-121-2/+2
* Fix warning: too many arguments for formatcehoyos2007-08-081-1/+1
* Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.cehoyos2007-08-081-0/+2
* Moved dvdtimetomsec to stream_dvd_common.c.cehoyos2007-08-044-23/+27
* cosmetics: removed commented code and small reindentationnicodvb2007-08-041-4/+1
* removed unused variablesnicodvb2007-08-041-6/+3
* Added missing newline.cehoyos2007-08-031-1/+1
* remove GNUism (case range)ivo2007-07-301-11/+4
* Teletext support for V4Lv1voroshil2007-07-301-0/+174
* 10l: wrong pointer was initialized (causes crash during startup).voroshil2007-07-302-2/+2
* Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems ...reimar2007-07-301-1/+2
* Simplify sun SCSI command generationreimar2007-07-301-26/+6
* big 10L of r9888 located: passed fd instead of pointer to sun_vcd_readreimar2007-07-301-1/+1
* Subtraction should be done after & operation.voroshil2007-07-301-1/+1
* Drop out overlooked debug linevoroshil2007-07-301-2/+1
* More doxygen commentsreimar2007-07-291-0/+10
* Teletext supportvoroshil2007-07-291-0/+179
* Teletext support.voroshil2007-07-294-0/+102
* Teletext support.voroshil2007-07-291-0/+1365
* Simplify and fix missing offset for Darwin vcd_get/set_msf functionsreimar2007-07-291-8/+2
* Make VCD work on little-endian macsreimar2007-07-291-3/+4
* Make vcd_get_track_end actually return the end, not the start on Darwinreimar2007-07-291-1/+1
* Make the vcd seek and get track end functions actually have an effectreimar2007-07-291-0/+2
* Fix wrong return type in darwin VCD codereimar2007-07-291-1/+1
* Replacing global variables in radio:// withvoroshil2007-07-292-74/+78
* 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 (0