summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-17/+17
* Remove some unnecessary recursive includesUoti Urpala2008-04-231-4/+1
* Move correct_pts to options structUoti Urpala2008-04-231-3/+0
* Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-231-2/+5
* Declare demuxer *_streams fields with proper typesUoti Urpala2008-04-231-3/+3
* Remove unused function demux_read_data_packuau2008-04-111-1/+0
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+6
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+5
* Demuxer-independent functions for selecting tracks based on language.eugeni2008-02-291-0/+5
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-291-1/+0
* New member in demuxer_t: reference_clock.nicodvb2008-02-231-0/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.reimar2008-02-121-3/+1
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-031-0/+2
* Use defines to give names to the different seek flags.reimar2008-01-291-0/+3
* First step towards making all demuxer_desc_t constreimar2008-01-131-1/+1
* Add demuxer interface for attachments.eugeni2008-01-121-0/+14
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...nicodvb2008-01-051-0/+6
* Add some const/static qualifiers as appropriatereimar2007-12-241-1/+1
* Add demuxer functions for chapter feature.ulion2007-12-131-0/+10
* Make libnemesi use specific struct and DEMUXER_TYPElu_zero2007-12-041-1/+2
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-3/+3
* make opt argument of demux_info_get const.reimar2007-06-241-1/+1
* Fix demuxer.h multiple inclusion guarduau2007-06-201-2/+2
* Use 'static inline' instead of 'inline static' to avoid warningszuxy2007-06-041-8/+8
* Make realloc_struct inline as other functions defined in demuxer.hzuxy2007-06-021-1/+1
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-141-1/+2
* Another round of subtitle code cleanupreimar2007-02-051-0/+2
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...nicodvb2006-12-311-0/+3
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)nicodvb2006-11-181-0/+6
* added code to switch video streamnicodvb2006-11-161-0/+2
* Move sh_sub_t to stheader.h, where all the other sh structs are definedreimar2006-11-131-14/+0
* Make subtitle stream handling more similar to audio and video streams.reimar2006-11-131-1/+3
* added demuxer_get_current_time() to get the current playtime (possibly aided ...nicodvb2006-11-071-0/+1
* added definition of DEMUXER_CTRL_RESYNCnicodvb2006-11-071-0/+1
* Add demux_nut to MPlayer repoods152006-09-171-1/+2
* demuxer_seek_chapter() returns informations about chapters count and namenicodvb2006-08-211-1/+1
* added first revision of demuxer_seek_chapter()nicodvb2006-08-181-0/+1
* Add matroska chapter seeking capability.eugeni2006-08-061-0/+12
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-1/+1
* Initial libass release (without mencoder support).eugeni2006-07-071-1/+8
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-071-0/+10
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-1/+5
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-0/+12
* Change common pts variables from floats to doubles. Individual demuxersuau2006-04-271-4/+4
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-0/+1
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h tortognimp2006-04-241-4/+1
* Second-try commit of this patch.corey2006-02-171-2/+2
* do not forget to initialize dp->bufferhenry2006-02-121-0/+1
* forgotten cast (blows on gcc4)henry2006-02-121-1/+1
* add some sanity checks to new/resize_demux_packetreimar2006-02-121-4/+9
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* function to read from a demuxer up to (and including) the specifiedreimar2006-01-171-0/+2
* add a demux_peekc function that allows to just "have a look" at the nextreimar2005-09-171-0/+3
* faster mpg and much faster gxf demuxingreimar2005-09-031-2/+2
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-1/+1
* support MPEG in GXF container with extension-based detection.reimar2005-08-261-1/+2
* Demuxer modularizationrtognimp2005-08-051-2/+37
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-1/+2
* added AAC ADTS demuxernicodvb2005-06-131-1/+2
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-1/+1
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-031-0/+2
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-131-1/+2
* TwinVQ decoder and demuxerrtognimp2004-12-291-1/+2
* disable demuxer_bmp,iive2004-12-151-1/+0
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSnicodvb2004-11-241-4/+0
* show ogg subtitle language on OSD, if availablejoey2004-09-281-0/+1
* Do not use globals. Put the variables into the appropriate demuxer struct ins...mosu2004-08-241-0/+6
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-121-1/+2
* demux_lavfmichael2004-04-111-1/+2
* LML-M4 mpeg4 capture card raw stream format supportarpi2003-12-081-2/+2
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>alex2003-10-221-0/+1
* Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libe...mosu2003-08-291-2/+6
* Updated highest demuxer number.mosu2003-08-281-1/+1
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)arpi2003-08-241-0/+16
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-1/+2
* Add support for Realaudio filesrtognimp2003-04-301-1/+2
* Added Matroska demuxing support.mosu2003-04-301-1/+2
* H264-ES demuxermichael2003-04-041-1/+2
* this is a combo patch that:arpi2003-03-161-1/+2
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-1/+2
* raw mpeg4-es support (you need to set -fps manually!)arpi2003-01-231-1/+2
* raw video demuxer, requested by Michaelarpi2003-01-221-1/+2
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-1/+5
* XMMS Input plugin supportarpi2002-12-221-0/+1
* demuxer_control(), percent position and time length query implemented inarpi2002-11-161-0/+12
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-021-7/+0
* fill the extra bytes with zeroarpi2002-10-171-1/+2
* ds_tell_block()arpi2002-10-161-1/+5
* added smjpeg demuxer only for nexus' requestalex2002-09-131-0/+2
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-101-1/+2
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>arpi2002-08-051-1/+2
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-4/+5
* new_demux_packet: allocate 8 bytes too mucharpi2002-08-041-1/+1
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-021-0/+3
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-1/+2
* off_t fields reordered, to avoid problems due to struct paddingarpi2002-05-291-3/+3
* clone_demux_packet(), using refcounting to avoid memcpy()arpi2002-05-251-2/+27
* Fix frame_time for variable fps movies as it was the last frame duration.albeu2002-05-021-0/+1
* don't alloc/free NULLarpi2002-04-031-1/+1
* incremented PACK_BYTES for BSDBT848 - by Charles Henrichalex2002-03-271-0/+5
* added a BMP file demuxer...yeah, that's right, a static image BMP filemelanson2002-03-201-1/+2
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-1/+4
* 're-include' possibilitynick2002-03-031-0/+4
* Support for retriving mp3 playlist from the networkalbeu2002-02-211-0/+3
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-201-0/+7
* Audio file demuxer. Extended version for demuxer info.albeu2002-02-141-1/+2
* check for overflow in new_sh_video and new_sh_audioalex2002-02-101-2/+5
* add mfi supportpontscho2002-02-061-0/+1
* implemented RoQ file demuxingmelanson2002-02-011-0/+1
* initial support for FILM file demuxingmelanson2002-01-161-0/+1
* added NuppelVideo demuxer, based on Panagiotis Issaris' patchalex2001-12-271-0/+1
* yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>arpi2001-12-271-0/+1
* added real demuxeralex2001-12-261-0/+1
* mostly complete support for loading and decoding FLI/FLC animationsmelanson2001-11-241-0/+1
* added demux_infoalex2001-11-221-3/+3
* added demuxer_infoalex2001-11-211-0/+8
* added tv subsystemalex2001-11-091-0/+1
* vivo demuxerarpi2001-11-041-0/+1
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-2/+6
* compressed mov audio fixedarpi2001-10-231-0/+2
* libdemuxer...arpi2001-10-201-0/+155