aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* Set audio->sh correctly when switching audio tracks. The same for video tracks.Gravatar eugeni2008-02-29
* Don't select subtitle track in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Remove stupid checks of free() argument.Gravatar eugeni2008-02-29
* Add language info to sh_sub_t and sh_audio_t.Gravatar eugeni2008-02-29
* in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...Gravatar nicodvb2008-02-25
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.Gravatar reimar2008-02-12
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make mov subtitles work with -assGravatar reimar2008-01-29
* clarify comments/docs about lav* being the preferred place to implement newGravatar ivo2008-01-28
* copy note on new demuxers and codecs to the top of the array as well to beGravatar ivo2008-01-28
* note on new demuxers and codecs, add them to lav* instead of libmp*Gravatar ivo2008-01-28
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* First step towards making all demuxer_desc_t constGravatar reimar2008-01-13
* Remove a useless assignment (there is an if just a few lines aboveGravatar reimar2008-01-13
* Add a forgotten #ifdef USE_ASS around ass_free_trackGravatar reimar2008-01-13
* Add demuxer interface for attachments.Gravatar eugeni2008-01-12
* Remove global_ass_track. Instead create an ass_track for each 't' track.Gravatar eugeni2008-01-11
* Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.Gravatar eugeni2008-01-11
* Add extradata to sh_sub_t.Gravatar eugeni2008-01-11
* Deallocate audio track codecdata.Gravatar eugeni2008-01-07
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...Gravatar nicodvb2008-01-05
* Move ds->current=NULL; further up to the free_demux_packet.Gravatar reimar2007-12-20
* Add demuxer functions for chapter feature.Gravatar ulion2007-12-13
* Fix memory leak that tmp allocated but maybe not used.Gravatar ulion2007-12-10
* Make libnemesi use specific struct and DEMUXER_TYPEGravatar lu_zero2007-12-04
* Fix typos in comments to stop them hurting my eyesGravatar reimar2007-12-01
* demuxer.c: Remove useless codeGravatar uau2007-10-25
* Fix missing subtitles after seeking backGravatar uau2007-10-04
* libnemesi support, yet another rtsp/rtp library...Gravatar lu_zero2007-09-19
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* When a new subtitle stream becomes available check if it is the one thatGravatar reimar2007-08-09
* Make sure fformat is set before useGravatar reimar2007-07-27
* Remove some unneeded extern variable declarationsGravatar reimar2007-07-27
* make opt argument of demux_info_get const.Gravatar reimar2007-06-24
* Fix memleak due to not freeing demuxer->s_streamsGravatar reimar2007-06-23
* More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH controlGravatar zuxy2007-06-17
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Cosmetics: remove duplicate space in ifdefGravatar reimar2007-04-22
* demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SOGravatar nicodvb2007-04-22
* Add lavf_preferred demuxer for lavf formats we want to be probedGravatar reimar2007-04-14
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Move the sh_audio->delay field to mpctx->delay.Gravatar uau2007-03-11
* 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