aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Remove ds_fill_buffer calls from demux_resync, they cause issues at least withGravatar reimar2010-01-26
* Enable parsing for ASF audio streams.Gravatar reimar2010-01-26
* If audio was identified as DTS in the PMT do not override that with TrueHDGravatar reimar2010-01-24
* Add support for parsing MLP and TrueHD.Gravatar reimar2010-01-24
* Add forgotten declaration of ds_clear_parser.Gravatar reimar2010-01-24
* Remove now unused variables.Gravatar reimar2010-01-24
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
* Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
* -demuxer rawaudio data will often need parsing (e.g. when it is used for rawGravatar reimar2010-01-15
* Use double-precision constants instead of single precision that gets cast to ...Gravatar reimar2010-01-13
* Use double instead of float for pts.Gravatar cehoyos2010-01-12
* Fix MP1 with demuxer lavf in MPEG (PS) files.Gravatar cehoyos2010-01-09
* Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
* Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.Gravatar cehoyos2009-12-28
* Revert r30100: It breaks some mov and asf samples.Gravatar cehoyos2009-12-28
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* Remove currently unneeded members accidentally added in the last revision.Gravatar reimar2009-12-27
* Introduce a sh_common struct that contains the parts in common by the audio, ...Gravatar reimar2009-12-27
* Remove one more incorrect direct ass.h include.Gravatar reimar2009-12-27
* Fix grammar/missing verb in description.Gravatar reimar2009-12-25
* Remove unnecessary entries from extension_table, these formats are alreadyGravatar reimar2009-12-25
* Add a (unfortunately rather long) explanation on how and when to use itGravatar reimar2009-12-25
* force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwiseGravatar compn2009-12-24
* create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.confGravatar compn2009-12-24
* Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.Gravatar cehoyos2009-12-22
* Never include ass.h and ass_types.h directly, use ass_mp.h instead.Gravatar reimar2009-12-19
* Do not modify priv->idx_pos when regenerating the index, use a localGravatar reimar2009-12-17
* Avoid miscompilation issues with the grow_array function more permanentlyGravatar reimar2009-12-11
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* av_alloc_format_context -> avformat_alloc_contextGravatar reimar2009-11-22
* Reuse buffer in priv context instead of allocating the 32kB probe bufferGravatar reimar2009-11-22
* Move 128kB buffer from stack to demuxer context.Gravatar reimar2009-11-20
* calloc instead of malloc+memset.Gravatar reimar2009-11-20
* Silence two gcc warnings: suggest parentheses around && within ||Gravatar cehoyos2009-11-18
* Set display size in sh_video when decoding H264.Gravatar cehoyos2009-11-16
* Use calloc instead of initializing each struct member individually to 0.Gravatar reimar2009-11-16
* Try to detect broken files with unaligned chunks.Gravatar reimar2009-11-16
* Fix declarations in mp_taglists.h and include it in mp_taglists.c toGravatar reimar2009-11-11
* Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...Gravatar reimar2009-11-10
* Calculate length of ASF files with more than 1 second precision.Gravatar reimar2009-11-10
* Fix length calculation for ASF, preroll is in ms, play time in 100 ns.Gravatar reimar2009-11-10
* Remove useless castGravatar reimar2009-11-10
* Free demuxer->teletext when closing the demuxer.Gravatar reimar2009-11-10
* Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Remove pointless and broken (e.g. does not set aid and vid) -tsprog handlingGravatar reimar2009-11-07
* Remove an empty program if the one requested by IDENTIFY_PROGRAM does not existGravatar reimar2009-11-07
* cosmetics: alphabetizeGravatar compn2009-11-03
* 10l for breaking compilation. change eatgv to tgvGravatar compn2009-11-03