aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Simplify handling SET_NORM for V4l1: replace several if-else-if and switchGravatar voroshil2007-10-20
* czech/slovak character set fixes:Gravatar voroshil2007-10-20
* After receiving EINTR 'read' syscall should be restarted.Gravatar voroshil2007-10-16
* Disable channel scanner when no tuner is present.Gravatar voroshil2007-10-15
* Fix mplayer segfault when v4l driver initialization (at setting normGravatar voroshil2007-10-14
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.Gravatar voroshil2007-10-14
* Remove unnecessary curly braces.Gravatar voroshil2007-10-14
* 8 bytes buffer is not enough for at least SECAM-DK.Gravatar voroshil2007-10-14
* Replace duplicated code with call to routineGravatar voroshil2007-10-14
* 10l: routine sets norm from parameter, but prints value of tv norm optionGravatar voroshil2007-10-14
* (cosmetics) indentation fix of my previous commit and small readabilityGravatar voroshil2007-10-14
* Remove driver-dependent #ifdef from norm_from_string routine.Gravatar voroshil2007-10-14
* (cosmetics) remove trailing whitespaceGravatar voroshil2007-10-14
* 10l fix compilation with v4l2Gravatar iive2007-10-13
* DirectShow based tv:// driver for win32Gravatar voroshil2007-10-13
* removed useless inclusion of error.hGravatar nicodvb2007-10-13
* Make sure forked code does not try to display a GTK message box (and thus cra...Gravatar reimar2007-10-07
* cosmetics: misc typo fixesGravatar diego2007-09-25
* Fix compilation with enabled radio capture and disabled OSS audio.Gravatar voroshil2007-09-24
* libnemesi support, yet another rtsp/rtp library...Gravatar lu_zero2007-09-19
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionGravatar reimar2007-09-19
* Fix a few typosGravatar reimar2007-09-19
* Implement setting gain control for video devices (usually webcams)Gravatar voroshil2007-09-18
* removed unused members from dvdnav_priv_tGravatar nicodvb2007-09-15
* Removed dead code related to stills.Gravatar nicodvb2007-09-15
* Fix missing reset/initialization (with tv parameters) ofGravatar voroshil2007-09-13
* Add missing #include to fix compilation.Gravatar diego2007-09-12
* Implementation of tv:// driver autodetection.Gravatar voroshil2007-09-10
* Fix for:Gravatar voroshil2007-09-08
* More accurate calculating of teletextGravatar voroshil2007-09-08
* Implement boxes for subtitle teletext pages.Gravatar voroshil2007-09-08
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.Gravatar voroshil2007-09-08
* Fix for:Gravatar voroshil2007-09-03
* Increase number of skipped buffers to 5 to avoid mixing teletext pages fromGravatar voroshil2007-09-02
* a mouse selection may require at least a video codec reinitGravatar nicodvb2007-09-01
* implemented STREAM_CTRL_GET_ASPECT_RATIOGravatar nicodvb2007-09-01
* Make sure that no pages will left in cache duringGravatar voroshil2007-09-01
* implemented STREAM_CTRL_GET_ASPECT_RATIOGravatar nicodvb2007-09-01
* introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...Gravatar nicodvb2007-09-01
* Drop out control chars from page header in time position.Gravatar voroshil2007-09-01
* Fix missed -1 -> 0x3f7f changes for subpage number.Gravatar voroshil2007-09-01
* Fix displaying start page when it has subpages.Gravatar voroshil2007-09-01
* Proper support for flashing chars in teletext pages.Gravatar voroshil2007-09-01
* Support for selecting language via packet 28.Gravatar voroshil2007-08-31
* Small code simplification as suggested by Reimar:Gravatar voroshil2007-08-29
* Simplify code by using FFSWAPGravatar voroshil2007-08-29
* (cosmetics) replace tabs with spacesGravatar voroshil2007-08-29
* (cosmetics) fix indentation of previous commitGravatar voroshil2007-08-29
* Implement Hold/Release graphics (showing control chars asGravatar voroshil2007-08-29
* Implement Flash/Steady (swapping foreground/background colors)Gravatar voroshil2007-08-29