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
/
demuxer.c
Commit message (
Expand
)
Author
Age
*
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
*
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
*
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
eugeni
2008-01-11
*
Add extradata to sh_sub_t.
eugeni
2008-01-11
*
Deallocate audio track codecdata.
eugeni
2008-01-07
*
wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...
nicodvb
2008-01-05
*
Move ds->current=NULL; further up to the free_demux_packet.
reimar
2007-12-20
*
Add demuxer functions for chapter feature.
ulion
2007-12-13
*
Fix memory leak that tmp allocated but maybe not used.
ulion
2007-12-10
*
Make libnemesi use specific struct and DEMUXER_TYPE
lu_zero
2007-12-04
*
Fix typos in comments to stop them hurting my eyes
reimar
2007-12-01
*
demuxer.c: Remove useless code
uau
2007-10-25
*
Fix missing subtitles after seeking back
uau
2007-10-04
*
libnemesi support, yet another rtsp/rtp library...
lu_zero
2007-09-19
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
When a new subtitle stream becomes available check if it is the one that
reimar
2007-08-09
*
Make sure fformat is set before use
reimar
2007-07-27
*
Remove some unneeded extern variable declarations
reimar
2007-07-27
*
make opt argument of demux_info_get const.
reimar
2007-06-24
*
Fix memleak due to not freeing demuxer->s_streams
reimar
2007-06-23
*
More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
zuxy
2007-06-17
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Simplify preprocessor directives: There is a general variable for
diego
2007-04-26
*
Cosmetics: remove duplicate space in ifdef
reimar
2007-04-22
*
demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
nicodvb
2007-04-22
*
Add lavf_preferred demuxer for lavf formats we want to be probed
reimar
2007-04-14
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Move the sh_audio->delay field to mpctx->delay.
uau
2007-03-11
*
Fix a few gcc warnings, approved by Diego and Reimar.
rathann
2007-02-05
*
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
reimar
2007-01-05
*
removed unused variable
nicodvb
2006-12-31
*
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
nicodvb
2006-12-31
*
added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...
nicodvb
2006-12-31
*
don't compile demux_mpc.c when libmpcdec is disabled
aurel
2006-12-28
*
added code to switch video stream
nicodvb
2006-11-16
*
Make subtitle stream handling more similar to audio and video streams.
reimar
2006-11-13
*
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...
nicodvb
2006-11-12
*
removed duplicated check in demuxer_seek_chapter
nicodvb
2006-11-11
*
in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY...
nicodvb
2006-11-11
*
added demuxer_get_current_time() to get the current playtime (possibly aided ...
nicodvb
2006-11-07
*
now demux_seek() tries to seek aided by the stream layer, if possible
nicodvb
2006-11-07
*
Cosmetics: indentation fix indentation broken by last two demuxer.c commits
reimar
2006-10-20
*
Fix opening of demuxers without check_file function, broken by r20309.
reimar
2006-10-20
*
Try other demuxers if open() fails.
reimar
2006-10-19
*
Simplify: replace malloc + memset 0 by calloc
reimar
2006-10-05
*
conditional declerations are unnecessary
ods15
2006-09-17
[next]