summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* Remove assert. Not only are they no help at all and proper checks shouldreimar2007-10-271-5/+0
* Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.voroshil2007-10-251-1/+1
* Add missing call to audio_in_start_capture.voroshil2007-10-251-0/+1
* add missing include (errno.h). fix compilation on openbsdivo2007-10-241-0/+1
* Simplify handling SET_NORM for V4l1: replace several if-else-if and switchvoroshil2007-10-201-67/+34
* czech/slovak character set fixes:voroshil2007-10-201-2/+2
* After receiving EINTR 'read' syscall should be restarted.voroshil2007-10-162-0/+4
* Disable channel scanner when no tuner is present.voroshil2007-10-151-0/+8
* Fix mplayer segfault when v4l driver initialization (at setting normvoroshil2007-10-141-1/+3
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.voroshil2007-10-142-26/+0
* Remove unnecessary curly braces.voroshil2007-10-141-4/+1
* 8 bytes buffer is not enough for at least SECAM-DK.voroshil2007-10-141-1/+1
* Replace duplicated code with call to routinevoroshil2007-10-141-7/+1
* 10l: routine sets norm from parameter, but prints value of tv norm optionvoroshil2007-10-141-1/+1
* (cosmetics) indentation fix of my previous commit and small readabilityvoroshil2007-10-141-22/+25
* Remove driver-dependent #ifdef from norm_from_string routine.voroshil2007-10-141-22/+14
* (cosmetics) remove trailing whitespacevoroshil2007-10-141-37/+37
* 10l fix compilation with v4l2iive2007-10-131-1/+1
* 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
*