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
*
Move temp variable declaration into inner loop scope.
ulion
2007-12-10
*
Convert vobsub custom colors from rgb to yuv using a common function.
ulion
2007-12-09
*
Move vobsub palette->yuv convert code into a common function.
ulion
2007-12-08
*
Restore y of palette into the same value range as it was in the .ifo file.
ulion
2007-12-08
*
add support for wavpack into matroska
aurel
2007-10-21
*
Fix warnings:
diego
2007-08-26
*
Avoid crash if a non-existent audio track is selected with -aid
reimar
2007-07-16
*
fix typo in a comment
aurel
2007-07-13
*
Add some missing frees.
reimar
2007-07-05
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
index_mode is already defined in demuxer.h
reimar
2007-06-24
*
Remove the now unused demux_mkv_change_subs function
reimar
2007-06-24
*
Set demuxer->sub->sh to one of the s_streams like done for audio and video.
reimar
2007-06-24
*
100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
reimar
2007-06-23
*
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ...
reimar
2007-06-23
*
demux_mkv very long seek fix
uau
2007-06-20
*
Don't set random codec parameters for AC3/DTS in mkv.
aurel
2007-06-10
*
Fix segfault when encoding from an mkv file with embedded fonts.
eugeni
2007-06-07
*
Get rid of __attribute__((__packed__)) in Matroska demuxer
reimar
2007-05-28
*
Remove useless setting of dp->len, it is already set to that value by
reimar
2007-05-17
*
Fix indentation broken in r23287
reimar
2007-05-10
*
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
reimar
2007-05-10
*
Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
reimar
2007-05-10
*
Fix NULL pointer dereference in demux_mkv that happens when
eugeni
2007-05-01
*
Matroska seeking fixes
uau
2007-03-16
*
Use explicit path for headers from the loader/ directory.
diego
2007-03-15
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...
reimar
2007-03-05
*
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
reimar
2007-03-01
*
Make sure sub->sh is set when a subtitle is selected
reimar
2007-02-08
*
Another round of subtitle code cleanup
reimar
2007-02-05
*
Make mkv demuxer use ffmpeg LZO as well.
reimar
2007-01-31
*
Simplify and make lzo decompression code more similar to zlib one.
reimar
2007-01-27
*
Forgotten free on error
reimar
2007-01-27
*
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...
reimar
2007-01-27
*
Remove comment printed by -demuxer help, it belongs in the copyright header.
diego
2007-01-25
*
Subtitle handling cleanup: factor out code for parsing embedded subtitles
reimar
2007-01-06
*
Fix display of multiple simultaneous subtitles without libass.
uau
2006-12-21
*
VobSub tracks cannot be handled by libass, do not mark them with 'a'.
eugeni
2006-12-15
*
Rename: ass_process_font -> ass_add_font.
eugeni
2006-12-03
*
Remove superfluous bswap.h include.
diego
2006-12-02
*
Cosmetics: indentation fix.
eugeni
2006-11-23
*
Generalize subtitle switching, demux_ogg does not need a special case
reimar
2006-11-19
*
Don't spam the console with timestamps (non-error messages printed every
rtogni
2006-11-14
*
Fix extradata passing to lavc RV20 decoder
rtogni
2006-11-14
*
Make subtitle stream handling more similar to audio and video streams.
reimar
2006-11-13
*
If parsing a seek head fails then mplayer should try continue parsing the fil...
mosu
2006-11-07
*
Fix index-based seeking in audio-only files, fixes bug #621
reimar
2006-11-05
*
add MSGTR_MPDEMUX_MKV for demux_mkv.c
kraymer
2006-11-05
*
Libass interface reworked:
eugeni
2006-10-28
[next]