aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* fix build on some old 2.6 kernels, patch by Gernot HillierGravatar ben2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* Check for requirements at configure-time, not at run-time.Gravatar diego2006-08-31
* Do not cast calloc/malloc resultsGravatar reimar2006-08-31
* Avoid a potential strdup(NULL)Gravatar rtogni2006-08-30
* complete range of frequencies for Ireland; patch by gmccullagh gmail comGravatar nicodvb2006-08-29
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.Gravatar diego2006-08-27
* Fix mingw compilationGravatar reimar2006-08-26
* Cosmetics: recommit patch changing return values to definesGravatar reimar2006-08-26
* Recreate tcp.c as partial copy from network.cGravatar reimar2006-08-26
* remove to allow readding as copy from network.cGravatar reimar2006-08-26
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...Gravatar nicodvb2006-08-21
* missing header for struct timevalGravatar rfelker2006-08-20
* Avoid crash if initialization failed.Gravatar reimar2006-08-20
* Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge...Gravatar reimar2006-08-20
* corrected _very_ misleading commentGravatar nicodvb2006-08-19
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)Gravatar nicodvb2006-08-19
* removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...Gravatar nicodvb2006-08-19
* 10l: misplaced brace in a switchGravatar nicodvb2006-08-19
* Print DVD audio channel and subtitle track information in non-verbose mode,Gravatar diego2006-08-19
* implemented seeking to chapterGravatar nicodvb2006-08-19
* sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1Gravatar nicodvb2006-08-19
* support for seeking to chapter and getting current playing chapterGravatar nicodvb2006-08-18
* new stream_ctrl to get currently playing chapter (needed for stream-driven re...Gravatar nicodvb2006-08-18
* new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcdGravatar nicodvb2006-08-18
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* missing ifndef/define/endif couple in udp headerGravatar ben2006-08-05
* kill a warning in getsockopt()Gravatar ben2006-08-05
* kill a warning in getsockopt()Gravatar ben2006-08-05
* removed some useless includesGravatar ben2006-08-04
* moved some definitions from rtp.h to rtp.c as they're not exported or used an...Gravatar ben2006-08-04
* removed udp socket creation code from rtp stack to a new dedicated udp helper...Gravatar ben2006-08-04
* fix compilation of librtspGravatar ben2006-08-04
* few cosmectic changes to remove duplicationGravatar ben2006-08-04
* split rtp stack, udp input layer and rtp input layer from rtp.cGravatar ben2006-08-04
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* moved pnm.h to stream/ (where it belongs)Gravatar ben2006-08-04
* renamed dvdnav_stream to stream_dvdnav for consistencyGravatar ben2006-08-03
* added dedicated file for mf:// inputGravatar ben2006-08-03
* mf.[hc] belong to libmpdemuxGravatar ben2006-08-03
* renamed cue_read.c to stream_cue.c for consistencyGravatar ben2006-08-03
* removed useless cue_read.h fileGravatar ben2006-08-03
* renamed dvbin.c to stream_dvb.c for consistencyGravatar ben2006-08-03
* conversion from stream_null to stream_tv was missing stream typeGravatar ben2006-08-03
* correctly report audio inputGravatar ben2006-08-03