log libmpdemux/demuxer.h @ 24444:7c07a4b2aab0

age author description
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2007-06-24 reimar make opt argument of demux_info_get const.
2007-06-20 uau Fix demuxer.h multiple inclusion guard
2007-06-04 zuxy Use 'static inline' instead of 'inline static' to avoid warnings
2007-06-02 zuxy Make realloc_struct inline as other functions defined in demuxer.h
2007-04-14 reimar Add lavf_preferred demuxer for lavf formats we want to be probed
2007-02-05 reimar Another round of subtitle code cleanup
2006-12-31 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
2006-11-18 nicodvb new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
2006-11-16 nicodvb added code to switch video stream
2006-11-13 reimar Move sh_sub_t to stheader.h, where all the other sh structs are defined
2006-11-13 reimar Make subtitle stream handling more similar to audio and video streams.
2006-11-07 nicodvb added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
2006-11-07 nicodvb added definition of DEMUXER_CTRL_RESYNC
2006-09-17 ods15 Add demux_nut to MPlayer repo
2006-08-21 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
2006-08-18 nicodvb added first revision of demuxer_seek_chapter()
2006-08-06 eugeni Add matroska chapter seeking capability.
2006-07-13 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
2006-07-07 eugeni Initial libass release (without mencoder support).
2006-07-07 eugeni Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
2006-06-04 rtogni Fix potential integer overflows in memory allocation.
2006-04-27 uau Change common pts variables from floats to doubles. Individual demuxers
2006-04-24 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
2006-04-24 rtognimp 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
2006-02-17 corey Second-try commit of this patch.
2006-02-12 henry do not forget to initialize dp->buffer
2006-02-12 henry forgotten cast (blows on gcc4)
2006-02-12 reimar add some sanity checks to new/resize_demux_packet
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2006-01-17 reimar function to read from a demuxer up to (and including) the specified
2005-09-17 reimar add a demux_peekc function that allows to just "have a look" at the next
2005-09-03 reimar faster mpg and much faster gxf demuxing
2005-09-02 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
2005-08-30 reimar Allow forcing of demuxers and codecs by prepending '+'
2005-08-26 reimar support MPEG in GXF container with extension-based detection.
2005-08-05 rtognimp Demuxer modularization
2005-07-10 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
2005-06-13 nicodvb added AAC ADTS demuxer
2005-04-28 reimar adds a parameter to the switch_audio command to directly select a track.
2005-04-03 gpoirier Added support of audio stream switching in the MPEG demuxer using the #-key
2005-02-13 faust3 avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
2004-12-29 rtognimp TwinVQ decoder and demuxer
2004-12-15 iive disable demuxer_bmp,
2004-11-24 nicodvb merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
2004-09-28 joey show ogg subtitle language on OSD, if available
2004-08-24 mosu Do not use globals. Put the variables into the appropriate demuxer struct instead.
2004-04-12 rtognimp nsv (Nullsoft streaming video) demuxer
2004-04-11 michael demux_lavf
2003-12-08 arpi LML-M4 mpeg4 capture card raw stream format support
2003-10-22 alex Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
2003-08-29 mosu Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libero.it>.
2003-08-28 mosu Updated highest demuxer number.
2003-08-24 arpi - initial support for MPEG4 in TS (M4V is working, but not AAC yet)
2003-06-09 arpi TiVo demuxer and sub-cc/osd decoder
2003-04-30 rtognimp Add support for Realaudio files
2003-04-30 mosu Added Matroska demuxing support.
2003-04-04 michael H264-ES demuxer