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
*
change internal real video packetizing format to the more straight forward one
aurel
2009-02-09
*
Convert CONFIG_ZLIB into a 0/1 option.
diego
2009-02-07
*
Adapt to lzo changes in libavutil
reimar
2009-02-02
*
Factorize vobsub idx/extradata handling.
aurel
2008-10-27
*
Revert bad changes to SSA/ASS subtitle packet format
uau
2008-09-08
*
demux_mkv: output correctly formated ASS packets
aurel
2008-09-05
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Remove unused function, fixes the warning:
diego
2008-05-15
*
Remove unused variable, fixes the warning:
diego
2008-05-15
*
cosmetics: Break overly long lines.
diego
2008-05-15
*
Mark static tables const.
diego
2008-05-15
*
Revert r26412: policy violation
rtogni
2008-04-19
*
demux_mkv.c: Mark some static tables const
uau
2008-04-12
*
Support 'default' attribute for audio and subtitle tracks.
eugeni
2008-03-30
*
Remove unused function.
eugeni
2008-02-29
*
Reindent.
eugeni
2008-02-29
*
Don't select audio stream in lavf and mkv demuxers.
eugeni
2008-02-29
*
Don't select subtitle track in lavf and mkv demuxers.
eugeni
2008-02-29
*
Remove stupid checks of free() argument.
eugeni
2008-02-29
*
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
eugeni
2008-02-29
*
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
eugeni
2008-02-29
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
nicodvb
2008-02-11
*
Allow demuxers to choose a default value for correct_pts
reimar
2008-02-03
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
eugeni
2008-01-12
*
Move all subtitle parsing from mkv demuxer to update_subtitles().
eugeni
2008-01-11
*
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
eugeni
2008-01-11
*
Set extradata for subtitle tracks in mkv demuxer.
eugeni
2008-01-11
*
Factorize private data decoding for subtitle tracks in mkv demuxer.
eugeni
2008-01-11
*
Vobsub support tridx setting in .idx file.
ulion
2007-12-19
*
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
[next]