index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demuxer.h
Commit message (
Expand
)
Author
Age
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
make opt argument of demux_info_get const.
reimar
2007-06-24
*
Fix demuxer.h multiple inclusion guard
uau
2007-06-20
*
Use 'static inline' instead of 'inline static' to avoid warnings
zuxy
2007-06-04
*
Make realloc_struct inline as other functions defined in demuxer.h
zuxy
2007-06-02
*
Add lavf_preferred demuxer for lavf formats we want to be probed
reimar
2007-04-14
*
Another round of subtitle code cleanup
reimar
2007-02-05
*
added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...
nicodvb
2006-12-31
*
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
nicodvb
2006-11-18
*
added code to switch video stream
nicodvb
2006-11-16
*
Move sh_sub_t to stheader.h, where all the other sh structs are defined
reimar
2006-11-13
*
Make subtitle stream handling more similar to audio and video streams.
reimar
2006-11-13
*
added demuxer_get_current_time() to get the current playtime (possibly aided ...
nicodvb
2006-11-07
*
added definition of DEMUXER_CTRL_RESYNC
nicodvb
2006-11-07
*
Add demux_nut to MPlayer repo
ods15
2006-09-17
*
demuxer_seek_chapter() returns informations about chapters count and name
nicodvb
2006-08-21
*
added first revision of demuxer_seek_chapter()
nicodvb
2006-08-18
*
Add matroska chapter seeking capability.
eugeni
2006-08-06
*
marks several string parameters as const, as they are not modified inside the...
reynaldo
2006-07-13
*
Initial libass release (without mencoder support).
eugeni
2006-07-07
*
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
eugeni
2006-07-07
*
Add a new video pts tracking mode, enabled by option -correct-pts.
uau
2006-07-06
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
*
Change common pts variables from floats to doubles. Individual demuxers
uau
2006-04-27
*
4 - Implement a better way to calculate current audio pts and use it for
rtognimp
2006-04-24
*
3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
rtognimp
2006-04-24
*
Second-try commit of this patch.
corey
2006-02-17
*
do not forget to initialize dp->buffer
henry
2006-02-12
*
forgotten cast (blows on gcc4)
henry
2006-02-12
*
add some sanity checks to new/resize_demux_packet
reimar
2006-02-12
*
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
corey
2006-02-09
*
1. Include audio_delay as an argument to demux_seek.
corey
2006-02-07
*
function to read from a demuxer up to (and including) the specified
reimar
2006-01-17
*
add a demux_peekc function that allows to just "have a look" at the next
reimar
2005-09-17
*
faster mpg and much faster gxf demuxing
reimar
2005-09-03
*
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
ods15
2005-09-02
*
Allow forcing of demuxers and codecs by prepending '+'
reimar
2005-08-30
*
support MPEG in GXF container with extension-based detection.
reimar
2005-08-26
*
Demuxer modularization
rtognimp
2005-08-05
*
musepack demuxing and decoding support (demuxing is v7 bitstream only).
reimar
2005-07-10
*
added AAC ADTS demuxer
nicodvb
2005-06-13
*
adds a parameter to the switch_audio command to directly select a track.
reimar
2005-04-28
*
Added support of audio stream switching in the MPEG demuxer using the #-key
gpoirier
2005-04-03
*
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
faust3
2005-02-13
*
TwinVQ decoder and demuxer
rtognimp
2004-12-29
*
disable demuxer_bmp,
iive
2004-12-15
*
merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
nicodvb
2004-11-24
*
show ogg subtitle language on OSD, if available
joey
2004-09-28
*
Do not use globals. Put the variables into the appropriate demuxer struct ins...
mosu
2004-08-24
*
nsv (Nullsoft streaming video) demuxer
rtognimp
2004-04-12
[next]