aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Add 0x85 ad ID for DTS audio.Gravatar diego2009-09-23
* Allow playback of dnxhd files, as produced by FFmpeg regression test.Gravatar cehoyos2009-09-22
* Get rid of useless indirection and use the demuxer argument directly instead ofGravatar reimar2009-09-14
* Reduce verbosity if demuxer sets an info value to the same as the current value.Gravatar reimar2009-09-14
* Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectlyGravatar reimar2009-09-10
* Sort preferred_list alphabetically since the order does not matter otherwise.Gravatar reimar2009-09-10
* Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead ofGravatar reimar2009-09-08
* Make all mp_*_taglists const.Gravatar reimar2009-09-08
* Fix an endless loop if all programs are empty.Gravatar reimar2009-09-08
* Always register all streams from libavformat, not just those belonging to a p...Gravatar reimar2009-09-08
* Add support for lavf vqf demuxer and lavc TwinVQ decoder.Gravatar vitor2009-09-07
* 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,Gravatar reimar2009-09-04
* free(), delete and delete[] are all different and can't just be used at random,Gravatar reimar2009-09-02
* Add a hack to ensure data from e.g. mov format -subfile gets read at allGravatar reimar2009-09-01
* Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.Gravatar reimar2009-09-01
* Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.Gravatar cehoyos2009-08-31
* Fix EAC3 in MPEG transport streams with -demuxer lavf.Gravatar cehoyos2009-08-31
* Fix DTS in MPEG transport streams with -demuxer lavf.Gravatar cehoyos2009-08-31