| Commit message (Expand) | Author | Age |
* | reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE | nicodvb | 2008-02-23 |
* | read the PCR of the currently playing program (if available) in demuxer->refe... | nicodvb | 2008-02-23 |
* | New member in demuxer_t: reference_clock. | nicodvb | 2008-02-23 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 |
* | Fix r26032: wrong sub stream id assigned to dvdsub_id. | eugeni | 2008-02-21 |
* | Support -slang in lavf demuxer. | eugeni | 2008-02-19 |
* | when seeking in H264 an SPS *should* be a valid entry point; feel free to cha... | nicodvb | 2008-02-16 |
* | cosmetics | nicodvb | 2008-02-16 |
* | in ts_detect_streams() try to identify the program found based on vpid and ap... | nicodvb | 2008-02-16 |
* | Change force_fps and force_ofps to double | reimar | 2008-02-14 |
* | Change mf_fps to double | reimar | 2008-02-14 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | add ffpcx decoder, works on my samples. | compn | 2008-02-13 |
* | Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts. | reimar | 2008-02-12 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 |
* | cosmetic typo fix, geneate > generate | compn | 2008-02-09 |
* | Use AV_RB*, reduces x86_64 code size by almost 1kB. | reimar | 2008-02-09 |
* | in some still unknown system format 0x82 identifies AUDIO_DTS | nicodvb | 2008-02-08 |
* | Add speex tag | reimar | 2008-02-06 |
* | Check buffer index while reading to avoid sig11 | rtogni | 2008-02-05 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 |
* | Add a comment to the #if 0 | reimar | 2008-01-29 |
* | Check that index is still within bounds of samples array. | reimar | 2008-01-29 |
* | Make sure chunkmap values are within bounds when using them. | reimar | 2008-01-29 |
* | Do not pointlessly read data, just skip it. | reimar | 2008-01-29 |
* | Disable reading of flac metadata, mere metadata is not worth such a mess. | reimar | 2008-01-29 |
* | Properly check length of flac metadata. | reimar | 2008-01-29 |
* | Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f... | reimar | 2008-01-29 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 |
* | in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ... | nicodvb | 2008-01-26 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 |
* | Fix endless loop if nAvgBytesPerSec is 0. | reimar | 2008-01-19 |
* | Avoid a division by 0 if i_bps is 0. | reimar | 2008-01-19 |
* | Add name to email address. | diego | 2008-01-19 |