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
Commit message (
Expand
)
Author
Age
*
Incomplete support for vobsub (missing palette support) and
reimar
2006-11-13
*
Move sh_sub_t to stheader.h, where all the other sh structs are defined
reimar
2006-11-13
*
Add forgotten new_sh_sub
reimar
2006-11-13
*
Make subtitle stream handling more similar to audio and video streams.
reimar
2006-11-13
*
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...
ods15
2006-11-12
*
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...
nicodvb
2006-11-12
*
Remove duplicate message, the same info is printed anyway.
diego
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
*
shut warning on "realloc undefined" in demuxer.h
ods15
2006-11-10
*
update libnut API
ods15
2006-11-10
*
Change some constants in pts arithmetic from float to double.
uau
2006-11-09
*
Changed code that used pts=0 in demux packets to indicate "not known".
uau
2006-11-09
*
Fix crash when attempting to seek in a streamed unseekable stream, like
gpoirier
2006-11-08
*
Move some FourCC values from libavformat/riff.c to our private mapping.
diego
2006-11-08
*
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
*
added definition of DEMUXER_CTRL_RESYNC
nicodvb
2006-11-07
*
fprintf -> mp_msg
michael
2006-11-07
*
If parsing a seek head fails then mplayer should try continue parsing the fil...
mosu
2006-11-07
*
Add our own CODEC_ID -> fourcc translation tables so we do not need
reimar
2006-11-07
*
Fix index-based seeking in audio-only files, fixes bug #621
reimar
2006-11-05
*
Fix an obvious typo.
eugeni
2006-11-05
*
better wording for "workarounding"
kraymer
2006-11-05
*
MSGTRs for demux_avi.c
kraymer
2006-11-05
*
add MSGTR_MPDEMUX_MKV for demux_mkv.c
kraymer
2006-11-05
*
don't set the resolution for dvr-ms files: in the asf headers it seems to
nicodvb
2006-11-03
*
a previous commit introduced a bug that prevented tables
nicodvb
2006-10-29
*
simplified assignment of subtitles stream in ts_parse()
nicodvb
2006-10-29
*
Prevent segfault if video codec init fails
rtogni
2006-10-29
*
Make sure we do not read beyond end of subtitle packet
reimar
2006-10-29
*
realloc subtitle buffers since subcp_recode might have decreased their size.
reimar
2006-10-29
*
Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
reimar
2006-10-29
*
handle broken ts packets before parsing the rest
nicodvb
2006-10-29
*
Support new flac-in-ogg, fixes bug #229
reimar
2006-10-29
*
cosmetics: reformatted after previous commit
nicodvb
2006-10-29
*
1000l: fixed broken handling of the adaption field - part 2
nicodvb
2006-10-29
*
fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...
nicodvb
2006-10-29
*
ts_parse() move section handling after stream_read() rather than repeating it
nicodvb
2006-10-29
*
removed useless check: when is_start is set the size of the payload
nicodvb
2006-10-28
*
in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner
nicodvb
2006-10-28
*
Libass interface reworked:
eugeni
2006-10-28
*
Cleanup/simplify nsv check_file function.
reimar
2006-10-28
*
readability cosmetics
nicodvb
2006-10-28
*
unconditionally assign the language code when available;
nicodvb
2006-10-28
*
Better check for non-broken NSVf-header to avoid incorrect detection.
reimar
2006-10-28
*
reformatted ts_parse() after previous commit
nicodvb
2006-10-28
*
removed unreachable code (when len=pes_parse2() returns 0)
nicodvb
2006-10-28
*
10l: fixed misplaced adaption field check
nicodvb
2006-10-28
*
removed commented crc32 code; I'll eventualy reuse the one in lavu
nicodvb
2006-10-28
[next]