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
*
Avoid memleak on error while reading attachments or multiple
reimar
2006-10-11
*
Simplify (by using realloc with NULL parameter) and refactor code to grow
reimar
2006-10-10
*
Free track->language before assigning new value
reimar
2006-10-09
*
Missing (in close function)/misplaced free for track structure itself.
reimar
2006-10-09
*
Free track data if error occurs while reading trackentry
reimar
2006-10-09
*
Free track encodings on error or demuxer close
reimar
2006-10-09
*
replace malloc+memset by calloc
reimar
2006-10-09
*
Remove cast of realloc result missed in last patch
reimar
2006-10-09
*
Remove unneeded casts for malloc/realloc calls
reimar
2006-10-09
*
Add matroska v2 (SimpleBlock) support.
eugeni
2006-09-25
*
Fix r19815: mkv_d->duration could be assigned an uninitialized value.
eugeni
2006-09-13
*
Fix seeking in Matroska files with non-default TimecodeScale value.
eugeni
2006-09-12
*
Fix block duration calculation in mkv demuxer.
eugeni
2006-09-12
*
Fix movie duration calculation in case when TimecodeScale element comes after
eugeni
2006-09-12
*
Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch
reimar
2006-09-03
*
Add support for rendering matroska plaintext subtitles with libass.
eugeni
2006-09-02
*
Matroska subtitles are always utf-8, no need to recode them.
eugeni
2006-09-02
*
Fix read beyond the end of allocated memory block.
eugeni
2006-09-02
*
Display track names in matroska files.
eugeni
2006-09-02
*
Extract "application/x-font" attachments from matroska, in addition
eugeni
2006-09-01
*
Get rid of demux_aid_vid_mismatch mess.
reimar
2006-08-26
*
SSA/ASS parser reworked, with 2 main results:
eugeni
2006-08-22
*
Fix seeking in matroska files when timecodes do not start from zero.
eugeni
2006-08-18
*
Add matroska chapter seeking capability.
eugeni
2006-08-06
*
Native MPEG4 SP/ASP/AP support in Matroska.
rathann
2006-07-22
*
more c++ decl crap
rfelker
2006-07-10
*
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
*
rm unnecesary casts from void* - part 4
reynaldo
2006-07-03
*
feed any audio track present in the mux; switch to any of the available audio...
nicodvb
2006-06-19
*
Change free_sh_audio() to take demuxer and stream id as parameters
uau
2006-06-14
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
*
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...
gpoirier
2006-05-14
*
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
[next]