aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* Move conditional compilation of cdinfo.c to the build system.Gravatar diego2006-08-02
* removed deprecated test.c file from libmpdemuxGravatar ben2006-07-31
* add an explicit tv stream input instead of the previous hack in stream_nullGravatar ben2006-07-31
* renamed cddX stream interface to stream_cddX for consistencyGravatar ben2006-07-31
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31