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
*
Support mov subtitle format directly instead of converting to text in the dem...
reimar
2008-01-27
*
Prefer lavf mov demuxer over our own, it should work better most of the time ...
reimar
2008-01-27
*
Simplify init_vobsub: pass palette via extradata.
reimar
2008-01-26
*
100l, inverted condition for AVSEEK_FLAG_BACKWARD
reimar
2008-01-26
*
Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
reimar
2008-01-26
*
Cosmetics: remove some trailing whitespace
reimar
2008-01-26
*
Add QDM2 codec identifier
reimar
2008-01-26
*
Partially support vobsub subtitles from lavf demuxers (palette support missing)
reimar
2008-01-26
*
in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...
nicodvb
2008-01-26
*
in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...
nicodvb
2008-01-26
*
Allow overriding the codec_tag for audio codecs, and always override
rtogni
2008-01-20
*
Fix endless loop if nAvgBytesPerSec is 0.
reimar
2008-01-19
*
Avoid a division by 0 if i_bps is 0.
reimar
2008-01-19
*
Add name to email address.
diego
2008-01-19
*
Put bff_mask into muxer context instead of a global variable.
reimar
2008-01-13
*
Mark qt default palette tables as const
reimar
2008-01-13
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
First step towards making all demuxer_desc_t const
reimar
2008-01-13
*
Remove a useless assignment (there is an if just a few lines above
reimar
2008-01-13
*
Add a forgotten #ifdef USE_ASS around ass_free_track
reimar
2008-01-13
*
moved pes_header from file-static to send_mpeg_pes_packet_ll()
nicodvb
2008-01-13
*
Write functions used by send_mpeg_*_packet may _not_ modify data
reimar
2008-01-12
*
ps1_header and ps2_header should be const
reimar
2008-01-12
*
Add a few "const" attributes.
reimar
2008-01-12
*
Add libass support to demux_lavf.
eugeni
2008-01-12
*
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
eugeni
2008-01-12
*
Add demuxer interface for attachments.
eugeni
2008-01-12
*
Remove global_ass_track. Instead create an ass_track for each 't' track.
eugeni
2008-01-11
*
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
*
Add extradata to sh_sub_t.
eugeni
2008-01-11
*
Factorize private data decoding for subtitle tracks in mkv demuxer.
eugeni
2008-01-11
*
Codecdata must always be malloc'd, fixes free being called with an
reimar
2008-01-09
*
Deallocate audio track codecdata.
eugeni
2008-01-07
*
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
diego
2008-01-06
*
Don't overread audio data
rtogni
2008-01-06
*
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
rtogni
2008-01-06
*
wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...
nicodvb
2008-01-05
*
in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn...
nicodvb
2008-01-05
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
Consistently use just the name of the #ifdef directive in #endif comments.
diego
2008-01-01
*
Fix wrong #endif comment that does not match the #ifdef directive.
diego
2008-01-01
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Add some const/static qualifiers as appropriate
reimar
2007-12-24
*
Use realloc_struct in more places for consistency
reimar
2007-12-24
*
Get rid of some of the more excessive () and casts.
reimar
2007-12-24
*
Make sure we have an rtsp session
lu_zero
2007-12-24
*
Replace LOAD_LE32 etc. by AV_RL32 etc.
reimar
2007-12-23
*
Add a read_varlen function to reduce some code duplication
reimar
2007-12-23
[next]