aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Remove unnecessary #ifdef around the whole file.Gravatar diego2007-07-09
* Remove unnecessary #ifdef around the whole file.Gravatar diego2007-07-09
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Remove unnecessary flip for RGB in v4l1.Gravatar voroshil2007-07-08
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Cygwin has had inttypes.h since version 1.5.Gravatar diego2007-07-03
* The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREADGravatar diego2007-07-03
* The header is always included conditional to USE_DVDREAD,Gravatar diego2007-07-03
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Cosmetics.Gravatar voroshil2007-06-30
* Don't override input= option value is no input id is passed in tv:// url.Gravatar voroshil2007-06-30
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750Gravatar rtogni2007-06-29
* remove file that was added by mistake.Gravatar voroshil2007-06-29
* Implemented tv://[<channel>][/<input_id>] url syntaxGravatar voroshil2007-06-28
* start= and end= parameters on realrtspurls may be optionally quoted with Gravatar rtogni2007-06-24
* get rid of useless *alloc castsGravatar reimar2007-06-24
* Fix dvd:// subtitle handling to always report the MPEG stream id, becauseGravatar reimar2007-06-24
* Revert r23530.Gravatar voroshil2007-06-21
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* Set errno to 0 after printing it, not beforeGravatar reimar2007-06-08
* Fix compiler warnings.Gravatar voroshil2007-06-08
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Avoiding sscanf in cddb support reading more data with %s than buffer sizeGravatar reimar2007-06-05
* mjpeg support for v4l2 tv:// driverGravatar voroshil2007-06-01
* New "automute" tv:// option.Gravatar voroshil2007-05-31
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* More fastmemcpy.h removalGravatar reimar2007-05-27
* fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...Gravatar nicodvb2007-05-26
* remove unnecessary stubs which were not ever used.Gravatar voroshil2007-05-24
* make v4l1 driver work properly.Gravatar voroshil2007-05-21
* Fix OpenBSD compilation: strndup is a GNU extension.Gravatar reimar2007-05-20
* Fix track info being read for the wrong track introduced in r20598Gravatar reimar2007-05-10
* Missing -1 in the FreeBSD code to get the first CD track numberGravatar reimar2007-05-10
* added proper GPL headers to new stream/pvr.h fileGravatar ben2007-05-08
* give credits to Sven for pvr channel navigationGravatar ben2007-05-08
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...Gravatar ben2007-05-08
* deprecated comment from the time the pvr code was half V4L2 and half IVTV spe...Gravatar ben2007-04-30
* (cosmetics) replace tabs with spacesGravatar voroshil2007-04-29
* typo fix.Gravatar voroshil2007-04-29
* (cosmetics) more indentation fixes.Gravatar voroshil2007-04-28
* cosmetics: Fix one more stray wrongly indented line.Gravatar diego2007-04-28
* cosmetics: Remove all trailing whitespace and tabs, indentation fixes.Gravatar diego2007-04-28
* Add Makefile variable for audio input that is enabled by V4L or radio capture.Gravatar diego2007-04-22
* after a DVDNAV_VTS_CHANGE event report the title being playedGravatar nicodvb2007-04-22
* cosmetics. restore empty line removed in r22985.Gravatar voroshil2007-04-13
* Move translatable strings from tv.c to help_mp*Gravatar voroshil2007-04-13
* Rework of *BSD BT848 detection for radio://Gravatar voroshil2007-04-11
* Cleanup real_calc_response_and_checksum()Gravatar rtogni2007-04-09
* Merge calc_response_string() into real_calc_response_and_checksum()Gravatar rtogni2007-04-09
* Simplify calc_response_string()Gravatar rtogni2007-04-09