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
*
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
*
100l, fix compilation.
reimar
2007-12-22
*
Set is_streamed correctly, should make network playback work more reliably.
reimar
2007-12-22
*
Get rid of URLProtocol mess (especially problematic since it made use
reimar
2007-12-22
*
Move ds->current=NULL; further up to the free_demux_packet.
reimar
2007-12-20
*
Vobsub support tridx setting in .idx file.
ulion
2007-12-19
*
Remove useless stray #include.
diego
2007-12-16
*
Cosmetics: Fix indentation.
cehoyos
2007-12-14
*
Set correct image format for 24bit "raw " in mov files.
cehoyos
2007-12-14
*
Add demuxer functions for chapter feature.
ulion
2007-12-13
*
Fix memory leak that tmp allocated but maybe not used.
ulion
2007-12-10
*
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
[next]