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.c
Commit message (
Expand
)
Author
Age
*
Make subtitle stream handling more similar to audio and video streams.
reimar
2006-11-13
*
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...
nicodvb
2006-11-12
*
removed duplicated check in demuxer_seek_chapter
nicodvb
2006-11-11
*
in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY...
nicodvb
2006-11-11
*
added demuxer_get_current_time() to get the current playtime (possibly aided ...
nicodvb
2006-11-07
*
now demux_seek() tries to seek aided by the stream layer, if possible
nicodvb
2006-11-07
*
Cosmetics: indentation fix indentation broken by last two demuxer.c commits
reimar
2006-10-20
*
Fix opening of demuxers without check_file function, broken by r20309.
reimar
2006-10-20
*
Try other demuxers if open() fails.
reimar
2006-10-19
*
Simplify: replace malloc + memset 0 by calloc
reimar
2006-10-05
*
conditional declerations are unnecessary
ods15
2006-09-17
*
Add demux_nut to MPlayer repo
ods15
2006-09-17
*
Get rid of demux_aid_vid_mismatch mess.
reimar
2006-08-26
*
100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...
nicodvb
2006-08-21
*
demuxer_seek_chapter() returns informations about chapters count and name
nicodvb
2006-08-21
*
clarification in a comment
nicodvb
2006-08-18
*
support relative seeking in the stream-driven case
nicodvb
2006-08-18
*
added first revision of demuxer_seek_chapter()
nicodvb
2006-08-18
*
Update information and print new value when demux_info_add is called
reimar
2006-08-16
*
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
*
Add a new video pts tracking mode, enabled by option -correct-pts.
uau
2006-07-06
*
move some ill-behaving demuxers further down the list
reimar
2006-07-04
*
Change free_sh_audio() to take demuxer and stream id as parameters
uau
2006-06-14
*
Unconditionally compile the Matroska demuxer.
diego
2006-05-08
*
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
*
Get ride of the several if(identify) messy lines and rearangment of some of t...
reynaldo
2006-04-24
*
fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
gpoirier
2006-04-17
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
Second-try commit of this patch.
corey
2006-02-17
*
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
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
*
added support for external libavformat
nicodvb
2006-01-09
*
include fastmemcpy.h before stream.h, so it is used for the stream_read
reimar
2005-12-17
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
estimate total time also for audio-only files.
reimar
2005-11-06
*
move resync_audio_stream after seeking to demuxer.c
reimar
2005-10-30
*
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
rsf
2005-09-23
*
Prints -identify output for:
gpoirier
2005-09-19
*
Make the fourcc output endianness-independent.
diego
2005-09-13
*
execute the check function even when a demuxer is forced, to avoid crashes.
reimar
2005-09-06
*
Forgotten mpc demuxer
reimar
2005-09-06
*
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
ods15
2005-09-02
*
Fix move playlists (control must be returned to mplayer.c, with the demuxer
reimar
2005-08-31
*
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
*
Do not free demuxer before using demuxer->desc->type (happened when using -au...
reimar
2005-08-23
[next]