aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,Gravatar reimar2007-01-05
* removed unused variableGravatar nicodvb2006-12-31
* use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)Gravatar nicodvb2006-12-31
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...Gravatar nicodvb2006-12-31
* don't compile demux_mpc.c when libmpcdec is disabledGravatar aurel2006-12-28
* added code to switch video streamGravatar nicodvb2006-11-16
* Make subtitle stream handling more similar to audio and video streams.Gravatar reimar2006-11-13
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...Gravatar nicodvb2006-11-12
* removed duplicated check in demuxer_seek_chapterGravatar nicodvb2006-11-11
* in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY...Gravatar nicodvb2006-11-11
* added demuxer_get_current_time() to get the current playtime (possibly aided ...Gravatar nicodvb2006-11-07
* now demux_seek() tries to seek aided by the stream layer, if possibleGravatar nicodvb2006-11-07
* Cosmetics: indentation fix indentation broken by last two demuxer.c commitsGravatar reimar2006-10-20
* Fix opening of demuxers without check_file function, broken by r20309.Gravatar reimar2006-10-20
* Try other demuxers if open() fails.Gravatar reimar2006-10-19
* Simplify: replace malloc + memset 0 by callocGravatar reimar2006-10-05
* conditional declerations are unnecessaryGravatar ods152006-09-17
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...Gravatar nicodvb2006-08-21
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* clarification in a commentGravatar nicodvb2006-08-18
* support relative seeking in the stream-driven caseGravatar nicodvb2006-08-18
* added first revision of demuxer_seek_chapter()Gravatar nicodvb2006-08-18
* Update information and print new value when demux_info_add is calledGravatar reimar2006-08-16
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* move some ill-behaving demuxers further down the listGravatar reimar2006-07-04
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* fixes decoding demoscene.tv nsv at http://213.186.36.129:8000Gravatar gpoirier2006-04-17
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* function to read from a demuxer up to (and including) the specifiedGravatar reimar2006-01-17
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* added support for external libavformatGravatar nicodvb2006-01-09
* include fastmemcpy.h before stream.h, so it is used for the stream_readGravatar reimar2005-12-17
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* estimate total time also for audio-only files.Gravatar reimar2005-11-06
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* Prints -identify output for:Gravatar gpoirier2005-09-19
* Make the fourcc output endianness-independent.Gravatar diego2005-09-13