summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* implemented seeking to chapternicodvb2006-08-191-0/+29
* sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1nicodvb2006-08-191-1/+1
* support for seeking to chapter and getting current playing chapternicodvb2006-08-181-1/+38
* new stream_ctrl to get currently playing chapter (needed for stream-driven re...nicodvb2006-08-181-0/+1
* new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcdnicodvb2006-08-181-0/+1
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-186-6/+6
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-0512-209/+331
* missing ifndef/define/endif couple in udp headerben2006-08-051-0/+5
* kill a warning in getsockopt()ben2006-08-051-1/+2
* kill a warning in getsockopt()ben2006-08-051-1/+2
* removed some useless includesben2006-08-041-7/+0
* moved some definitions from rtp.h to rtp.c as they're not exported or used an...ben2006-08-042-18/+18
* removed udp socket creation code from rtp stack to a new dedicated udp helper...ben2006-08-047-115/+216
* fix compilation of librtspben2006-08-041-0/+1
* few cosmectic changes to remove duplicationben2006-08-041-6/+1
* split rtp stack, udp input layer and rtp input layer from rtp.cben2006-08-046-84/+229
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-0416-19/+17
* moved pnm.h to stream/ (where it belongs)ben2006-08-041-0/+43
* renamed dvdnav_stream to stream_dvdnav for consistencyben2006-08-033-2/+2
* added dedicated file for mf:// inputben2006-08-035-5/+51
* mf.[hc] belong to libmpdemuxben2006-08-033-174/+1
* renamed cue_read.c to stream_cue.c for consistencyben2006-08-032-3/+1
* removed useless cue_read.h fileben2006-08-032-8/+0
* renamed dvbin.c to stream_dvb.c for consistencyben2006-08-032-1/+1
* conversion from stream_null to stream_tv was missing stream typeben2006-08-032-0/+2
* correctly report audio inputben2006-08-031-10/+2
* Move conditional compilation of cdinfo.c to the build system.diego2006-08-022-7/+2
* removed deprecated test.c file from libmpdemuxben2006-07-311-2/+2
* add an explicit tv stream input instead of the previous hack in stream_nullben2006-07-314-16/+56
* renamed cddX stream interface to stream_cddX for consistencyben2006-07-313-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-3185-0/+32320