aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Fix r26032: wrong sub stream id assigned to dvdsub_id.Gravatar eugeni2008-02-21
* Support -slang in lavf demuxer.Gravatar eugeni2008-02-19
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...Gravatar nicodvb2008-02-16
* cosmeticsGravatar nicodvb2008-02-16
* in ts_detect_streams() try to identify the program found based on vpid and ap...Gravatar nicodvb2008-02-16
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* Change mf_fps to doubleGravatar reimar2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* add ffpcx decoder, works on my samples.Gravatar compn2008-02-13
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.Gravatar reimar2008-02-12
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* cosmetic typo fix, geneate > generateGravatar compn2008-02-09
* Use AV_RB*, reduces x86_64 code size by almost 1kB.Gravatar reimar2008-02-09
* in some still unknown system format 0x82 identifies AUDIO_DTSGravatar nicodvb2008-02-08
* Add speex tagGravatar reimar2008-02-06
* Check buffer index while reading to avoid sig11Gravatar rtogni2008-02-05
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Add support for attachments in lavf demuxer.Gravatar eugeni2008-01-30
* Add a comment to the #if 0Gravatar reimar2008-01-29
* Check that index is still within bounds of samples array.Gravatar reimar2008-01-29
* Make sure chunkmap values are within bounds when using them.Gravatar reimar2008-01-29
* Do not pointlessly read data, just skip it.Gravatar reimar2008-01-29
* Disable reading of flac metadata, mere metadata is not worth such a mess.Gravatar reimar2008-01-29
* Properly check length of flac metadata.Gravatar reimar2008-01-29
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...Gravatar reimar2008-01-29
* 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
* Support CODEC_ID_MOV_TEXTGravatar reimar2008-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
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Support mov subtitle format directly instead of converting to text in the dem...Gravatar reimar2008-01-27
* Prefer lavf mov demuxer over our own, it should work better most of the time ...Gravatar reimar2008-01-27
* Simplify init_vobsub: pass palette via extradata.Gravatar reimar2008-01-26
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDGravatar reimar2008-01-26
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onGravatar reimar2008-01-26
* Cosmetics: remove some trailing whitespaceGravatar reimar2008-01-26
* Add QDM2 codec identifierGravatar reimar2008-01-26
* Partially support vobsub subtitles from lavf demuxers (palette support missing)Gravatar reimar2008-01-26
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...Gravatar nicodvb2008-01-26
* in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...Gravatar nicodvb2008-01-26
* Allow overriding the codec_tag for audio codecs, and always override Gravatar rtogni2008-01-20
* Fix endless loop if nAvgBytesPerSec is 0.Gravatar reimar2008-01-19
* Avoid a division by 0 if i_bps is 0.Gravatar reimar2008-01-19
* Add name to email address.Gravatar diego2008-01-19
* Put bff_mask into muxer context instead of a global variable.Gravatar reimar2008-01-13
* Mark qt default palette tables as constGravatar reimar2008-01-13
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13