aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
* Another round of subtitle code cleanupGravatar reimar2007-02-05
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...Gravatar nicodvb2006-12-31
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)Gravatar nicodvb2006-11-18
* added code to switch video streamGravatar nicodvb2006-11-16
* Move sh_sub_t to stheader.h, where all the other sh structs are definedGravatar reimar2006-11-13
* Make subtitle stream handling more similar to audio and video streams.Gravatar reimar2006-11-13
* added demuxer_get_current_time() to get the current playtime (possibly aided ...Gravatar nicodvb2006-11-07
* added definition of DEMUXER_CTRL_RESYNCGravatar nicodvb2006-11-07
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* added first revision of demuxer_seek_chapter()Gravatar nicodvb2006-08-18
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Gravatar eugeni2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h toGravatar rtognimp2006-04-24
* Second-try commit of this patch.Gravatar corey2006-02-17
* do not forget to initialize dp->bufferGravatar henry2006-02-12
* forgotten cast (blows on gcc4)Gravatar henry2006-02-12
* add some sanity checks to new/resize_demux_packetGravatar reimar2006-02-12
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* function to read from a demuxer up to (and including) the specifiedGravatar reimar2006-01-17
* add a demux_peekc function that allows to just "have a look" at the nextGravatar reimar2005-09-17
* faster mpg and much faster gxf demuxingGravatar reimar2005-09-03
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* support MPEG in GXF container with extension-based detection.Gravatar reimar2005-08-26
* Demuxer modularizationGravatar rtognimp2005-08-05
* musepack demuxing and decoding support (demuxing is v7 bitstream only).Gravatar reimar2005-07-10
* added AAC ADTS demuxerGravatar nicodvb2005-06-13
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* Added support of audio stream switching in the MPEG demuxer using the #-keyGravatar gpoirier2005-04-03
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-13
* TwinVQ decoder and demuxerGravatar rtognimp2004-12-29
* disable demuxer_bmp,Gravatar iive2004-12-15
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSGravatar nicodvb2004-11-24
* show ogg subtitle language on OSD, if availableGravatar joey2004-09-28
* Do not use globals. Put the variables into the appropriate demuxer struct ins...Gravatar mosu2004-08-24
* nsv (Nullsoft streaming video) demuxerGravatar rtognimp2004-04-12
* demux_lavfGravatar michael2004-04-11
* LML-M4 mpeg4 capture card raw stream format supportGravatar arpi2003-12-08
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>Gravatar alex2003-10-22
* Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libe...Gravatar mosu2003-08-29
* Updated highest demuxer number.Gravatar mosu2003-08-28
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)Gravatar arpi2003-08-24