aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Remove stupid checks of free() argument.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar 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
* sun rasterfile decoderGravatar compn2008-02-25
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEGravatar nicodvb2008-02-23
* read the PCR of the currently playing program (if available) in demuxer->refe...Gravatar nicodvb2008-02-23
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* 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