aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* add ffmpeg eatgv codecGravatar compn2009-11-03
* demuxer.c: Add initialization missing from previous commitGravatar uau2009-11-02
* Unbreak the demuxer-specific code in video.c with e.g.Gravatar reimar2009-11-01
* Find and take into account stream start time for ogg files.Gravatar reimar2009-10-16
* Play TrueHD in BluRay with demuxer lavf.Gravatar cehoyos2009-10-05
* lavf: if seeking in the desired direction failed, also try in the opposite one,Gravatar reimar2009-09-30
* Avoid void * arithmetic.Gravatar reimar2009-09-30
* Simplify aac_get_sample_rate_indexGravatar reimar2009-09-30
* Check for grow_array allocation failure.Gravatar reimar2009-09-30
* Avoid a possible crash if num_cluster_pos is 0.Gravatar reimar2009-09-30
* Check for integer overflow in grow_array.Gravatar reimar2009-09-30
* Rearrange code of grow_array to make it easier to extend.Gravatar reimar2009-09-30
* Avoid a memleak if realloc fails in grow_array.Gravatar reimar2009-09-30
* Change grow_array argument from void ** to void *, this avoids a aliasingGravatar reimar2009-09-30