aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Move non driver-specific block to non-driver specific procedure, to avoidGravatar voroshil2006-11-09
* changed ugly sizeof(*type_ptr) width sizeof(type)Gravatar nicodvb2006-11-08
* COSMETICS: reformatted this ugly mess in a consistent mannerGravatar nicodvb2006-11-08
* Support URL redirections that do not specify full URL.Gravatar reimar2006-11-08
* Adding ability to check allowed frequency range.Gravatar voroshil2006-11-08
* support for -dvdangleGravatar nicodvb2006-11-08
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis...Gravatar nicodvb2006-11-07
* added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIMEGravatar nicodvb2006-11-07
* Replace enneccesery O_RDWR with O_RDONLYGravatar voroshil2006-11-07
* Restoring volume level of radio card on exit.Gravatar voroshil2006-11-07
* printf->mp_msgGravatar rtogni2006-11-05
* Fix compilation: forgotten mp_msg.h includeGravatar reimar2006-11-05
* printf ->mp_msgGravatar rtogni2006-11-05
* Do not use abort()Gravatar rtogni2006-11-05
* cosmetics: reformatted with only tabsGravatar nicodvb2006-11-04
* use calloc() instead of malloc()Gravatar nicodvb2006-11-04
* nonsense removal: compare old and new frequency in order to skip tuningGravatar nicodvb2006-11-04
* changed email addressGravatar henry2006-11-04
* Streamline and simplify internal vs external libdvdread handling.Gravatar diego2006-11-03
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.Gravatar diego2006-11-03
* More code shufflingGravatar reimar2006-11-01
* cosmetics: move WIN32 read_toc code to allow for summarizing more commonGravatar reimar2006-11-01
* Avoid code duplication for "last" toc entry.Gravatar reimar2006-11-01
* simplify/unify read_tocGravatar reimar2006-11-01
* Factor out common code in stream_cddb read_toc function.Gravatar reimar2006-11-01
* Remove useless codeGravatar reimar2006-11-01
* printf -> mp_msgGravatar rtogni2006-10-30
* Realrtsp authenticationGravatar rtogni2006-10-30
* support for -chapter option (same semanthics as for dvd://)Gravatar nicodvb2006-10-23
* simplified code to handle titleset transition (removed useless assignment)Gravatar nicodvb2006-10-23
* spell fixGravatar nicodvb2006-10-23
* don't play any other title other than N when N is specified (with dvdnav://N)Gravatar nicodvb2006-10-23
* bails out if cdparanoia can't read cd (avoid lockup)Gravatar ben2006-10-13
* slight overall verbosity reductionGravatar diego2006-10-12
* gcc 2.95 fixGravatar ods152006-10-11
* added OSD audio switching visualizationGravatar ptt2006-10-11
* Change occurrences of "(int)*(void **)arg" to "*(int *)arg".Gravatar uau2006-10-10
* Forgotten http_free on send error.Gravatar reimar2006-10-08
* Print current DVD title as ID_DVD_CURRENT_TITLE.Gravatar corey2006-10-06
* warn the user to disable the cache when playing dvdnav streamsGravatar nicodvb2006-10-04
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...Gravatar ben2006-09-27
* cosmetic renames because pvr support will soon be less ivtv driver dependantGravatar ben2006-09-25
* made file-static new_dvdnav_stream() and dvdnav_stream_read()Gravatar nicodvb2006-09-20
* removed definitions of no more used or file-static functionsGravatar nicodvb2006-09-20
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);Gravatar nicodvb2006-09-19
* removed dead codeGravatar nicodvb2006-09-19
* Іnitial button value is -1. Only (button>0) is a correct button selection.Gravatar jonas2006-09-19
* permit seeking to 0: there's no reason to prevent itGravatar nicodvb2006-09-18
* in the previous commit I forgot to set s->end_pos=0Gravatar nicodvb2006-09-18
* at titleset change call update_title_len() to reset stream->end_posGravatar nicodvb2006-09-18