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
/
demux_mkv.c
Commit message (
Expand
)
Author
Age
*
Unconditionally compile the Matroska demuxer.
diego
2006-05-08
*
Get ride of the several if(identify) messy lines and rearangment of some of t...
reynaldo
2006-04-24
*
Do not give bogus timestamps for laced packets with no default duration. Patc...
mosu
2006-04-24
*
10l, keyframes must have tag 0x10, not 1.
reimar
2006-04-14
*
Fix RealAudio codecs (add descrambling)
rtognimp
2006-04-03
*
Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia...
mosu
2006-03-22
*
Add audio_delay argument to demux_mkv_seek.
corey
2006-02-27
*
Improved handling of text subs in Matroska files with adjacent newlines (\N) ...
mosu
2006-01-04
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...
lorenm
2005-11-05
*
move resync_audio_stream after seeking to demuxer.c
reimar
2005-10-30
*
Added support for A_AAC.
mosu
2005-10-22
*
Use PRI?64 defines as format strings for 64 bit variables.
reimar
2005-10-13
*
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
ods15
2005-09-02
*
Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...
mosu
2005-08-24
*
Demuxer modularization
rtognimp
2005-08-05
*
demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V...
mosu
2005-06-09
*
Do not switch to audio tracks whose codec private data differs from the main ...
mosu
2005-05-21
*
Reset the saved max_pts used for timecode reordering after seeking. Otherwise...
mosu
2005-05-19
*
removed unused variables
nicodvb
2005-05-14
*
vorbis extradata is now passed from demuxer to decoder in matroska's way
nicodvb
2005-05-12
*
adds a parameter to the switch_audio command to directly select a track.
reimar
2005-04-28
*
Online audio switching now supports Matroska too. Patch by Michael Behrisch
gpoirier
2005-04-13
*
Fix the ogg fourcc nightmare!!!
rfelker
2005-02-27
*
Handle missing palettes in the info part of VobSubs in Matroska files correct...
mosu
2005-01-21
*
More support for AVC in Matroska.
mosu
2005-01-16
*
set sub_utf8 only when actually using mkv subtitles, will break external
reimar
2005-01-16
*
Move generic length and percent pos calculation to demuxer.c
reimar
2005-01-15
*
Do not access word-sized elements on potentially unaligned memory addresses. ...
mosu
2005-01-13
*
Call subcp_close when closing the demuxer
reimar
2005-01-11
*
Support for AVC in Matroska.
mosu
2005-01-11
*
Make use of the default duration for one frame if it is present in the file. ...
mosu
2004-11-28
*
Added support for MPEG-1 and MPEG-2 in Matroska.
mosu
2004-11-26
*
Output more information about vids, aids, sids, alangs and slangs with -ident...
mosu
2004-11-25
*
DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce...
mosu
2004-10-30
*
fix sub_select fiasco with global sub numbering. now multiple sub sources ca...
joey
2004-09-28
*
With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s...
mosu
2004-09-21
*
fix playback of files with displaysize not set (aspect was set to NaN for these)
reimar
2004-09-18
*
Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
mosu
2004-09-12
*
Cosmetics: fix some compiler warnings.
mosu
2004-08-25
*
Display the language code for subtitles from Matroska files.
mosu
2004-08-24
*
Support for subtitle switching in Matroska.
mosu
2004-08-24
*
fixes a crash and unchecked string-handling in ENCA code.
reimar
2004-07-28
*
Do not dereference NULL if no track could be found for a block.
mosu
2004-06-28
*
Support for the "custom colors" and "forced subtitles" entries in the VobSub ...
mosu
2004-06-10
*
Try to get the "size:" and "palette:" entries for VobSub tracks from the priv...
mosu
2004-06-08
*
ENCA support (http://trific.ath.cx/software/enca/)
henry
2004-05-08
*
fix exploitable buffer overflow
rfelker
2004-04-26
*
Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX i...
mosu
2004-04-02
*
Implemented "seek to position".
mosu
2004-03-26
[next]