summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with stupid C++ compilers that shock on valid Calbeu2006-03-161-1/+1
* Move the subread from FILE to stream_t.albeu2006-03-161-0/+25
* removed reference to inexistent extern variablenicodvb2006-03-011-2/+0
* stream_control() returns int, not voidnicodvb2006-03-011-0/+1
* added cur_title to dvd_priv_t in order to keep track of dvd title currently p...nicodvb2006-02-271-0/+1
* added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHnicodvb2006-02-271-0/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-8/+8
* small warning fix:rathann2005-07-101-1/+1
* ported all network streams to the new APInicodvb2005-05-291-0/+2
* added a stream module for the vstream client libraryjoey2005-02-271-0/+1
* moved combined vobsub_lang into sub_selectjoey2004-08-221-0/+2
* Seek in HTTP streams and stdin seek fixesrtognimp2004-03-131-1/+1
* enable seeking in http streamsattila2004-02-171-1/+1
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-191-0/+13
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+0
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-2/+2
* Port vcd to the new APIalbeu2003-04-091-3/+0
* A new control called upon stream reset.albeu2003-04-061-0/+1
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-041-4/+0
* workaround only, please fix.pontscho2003-04-031-0/+4
* Stream modularization, the first step.albeu2003-04-021-1/+54
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-1/+0
* dvbin_param_on movedarpi2003-03-161-0/+2
* this is a combo patch that:arpi2003-03-161-0/+1
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)arpi2003-01-041-0/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-1/+1
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-221-0/+1
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-061-0/+1
* some cosmetics - reordering declarations, 10l for cache2arpi2002-09-151-8/+6
* stream layer cleanup part 2arpi2002-09-151-1/+0
* stream layer cleanup - part 1arpi2002-09-151-14/+15
* removed obsolete VCD_CACHE hackarpi2002-09-151-4/+0
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-081-1/+1
* gcc 2.95.4 doesn't like VAR==value without spacesarpi2002-09-021-1/+1
* 1000l - libmpdvdkit2 fix, thx Nexusarpi2002-08-311-0/+7
* - add icon (nice, but very ugly hakk:)pontscho2002-07-051-0/+2
* add -audiofile support for guipontscho2002-07-021-0/+2
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+1
* off_t fields reordered, to avoid problems due to struct paddingarpi2002-05-291-3/+2
* DVDKIT supportarpi2002-04-241-0/+7
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-031-1/+5
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-0/+2
* Improved MP4 parsing (finally)atmos42002-03-241-0/+8
* sys/types.h required for off_tarpi2002-03-231-1/+2
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-0/+1
* mp_msg'ized (for i18n ;)alex2002-03-151-2/+3
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-231-2/+2
* add mfi supportpontscho2002-02-061-0/+1
* warning (proper) fixpl2002-01-291-0/+1
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-241-0/+1
* 10l ...nexus2002-01-231-4/+0
* FreeBSD need this to compile after last changesnexus2002-01-231-0/+4
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-211-0/+2
* initial support for FILM file demuxingmelanson2002-01-161-0/+2
* STREAMTYPE_PLAYLIST introduced. similar to STREAMTYPE_STREAM but used for pla...arpi2002-01-081-0/+1
* patch for missing include by Steven M. Schultz <sms@2BSD.COM>pl2002-01-071-0/+2
* added stream_read_qword by Chris Bednaralex2002-01-051-0/+13
* stream_skip len s/be off_tsteve2002-01-031-1/+1
* dvd language->aid/sid functionsarpi2001-12-261-0/+3
* subtitle_t + audio_stream_t -> stream_language_t (cleanup)arpi2001-12-251-8/+3
* missing #include'spl2001-12-251-0/+2
* pre-cache fixedarpi2001-12-191-1/+1
* initial precachingarpi2001-12-171-1/+1
* add subtitle language detect.pontscho2001-11-211-0/+8
* Added a new struct to stream_t to handle, network streaming.bertrand2001-11-201-0/+7
* add dvd audio stream detectpontscho2001-11-161-0/+35
* added tv subsystemalex2001-11-091-0/+1
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-0/+7
* stream_read() now returns no. of bytes readedarpi2001-10-211-2/+4
* cache2 supportarpi2001-10-201-6/+16
* libdemuxer...arpi2001-10-201-0/+141