| Commit message (Expand) | Author | Age |
* | Remove unnecessary entries from extension_table, these formats are already | reimar | 2009-12-25 |
* | Add a (unfortunately rather long) explanation on how and when to use it | reimar | 2009-12-25 |
* | force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise | compn | 2009-12-24 |
* | create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf | compn | 2009-12-24 |
* | Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files. | cehoyos | 2009-12-22 |
* | Never include ass.h and ass_types.h directly, use ass_mp.h instead. | reimar | 2009-12-19 |
* | Do not modify priv->idx_pos when regenerating the index, use a local | reimar | 2009-12-17 |
* | Avoid miscompilation issues with the grow_array function more permanently | reimar | 2009-12-11 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 |
* | av_alloc_format_context -> avformat_alloc_context | reimar | 2009-11-22 |
* | Reuse buffer in priv context instead of allocating the 32kB probe buffer | reimar | 2009-11-22 |
* | Move 128kB buffer from stack to demuxer context. | reimar | 2009-11-20 |
* | calloc instead of malloc+memset. | reimar | 2009-11-20 |
* | Silence two gcc warnings: suggest parentheses around && within || | cehoyos | 2009-11-18 |
* | Set display size in sh_video when decoding H264. | cehoyos | 2009-11-16 |
* | Use calloc instead of initializing each struct member individually to 0. | reimar | 2009-11-16 |
* | Try to detect broken files with unaligned chunks. | reimar | 2009-11-16 |
* | Fix declarations in mp_taglists.h and include it in mp_taglists.c to | reimar | 2009-11-11 |
* | Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si... | reimar | 2009-11-10 |
* | Calculate length of ASF files with more than 1 second precision. | reimar | 2009-11-10 |
* | Fix length calculation for ASF, preroll is in ms, play time in 100 ns. | reimar | 2009-11-10 |
* | Remove useless cast | reimar | 2009-11-10 |
* | Free demuxer->teletext when closing the demuxer. | reimar | 2009-11-10 |
* | Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT. | cehoyos | 2009-11-07 |
* | Separate teletext from tv support. | cehoyos | 2009-11-07 |
* | Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling | reimar | 2009-11-07 |
* | Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist | reimar | 2009-11-07 |
* | cosmetics: alphabetize | compn | 2009-11-03 |
* | 10l for breaking compilation. change eatgv to tgv | compn | 2009-11-03 |
* | add ffmpeg eatgv codec | compn | 2009-11-03 |
* | demuxer.c: Add initialization missing from previous commit | uau | 2009-11-02 |
* | Unbreak the demuxer-specific code in video.c with e.g. | reimar | 2009-11-01 |
* | Find and take into account stream start time for ogg files. | reimar | 2009-10-16 |
* | Play TrueHD in BluRay with demuxer lavf. | cehoyos | 2009-10-05 |
* | lavf: if seeking in the desired direction failed, also try in the opposite one, | reimar | 2009-09-30 |
* | Avoid void * arithmetic. | reimar | 2009-09-30 |
* | Simplify aac_get_sample_rate_index | reimar | 2009-09-30 |
* | Check for grow_array allocation failure. | reimar | 2009-09-30 |
* | Avoid a possible crash if num_cluster_pos is 0. | reimar | 2009-09-30 |
* | Check for integer overflow in grow_array. | reimar | 2009-09-30 |
* | Rearrange code of grow_array to make it easier to extend. | reimar | 2009-09-30 |
* | Avoid a memleak if realloc fails in grow_array. | reimar | 2009-09-30 |
* | Change grow_array argument from void ** to void *, this avoids a aliasing | reimar | 2009-09-30 |
* | Add 0x85 ad ID for DTS audio. | diego | 2009-09-23 |
* | Allow playback of dnxhd files, as produced by FFmpeg regression test. | cehoyos | 2009-09-22 |
* | Get rid of useless indirection and use the demuxer argument directly instead of | reimar | 2009-09-14 |
* | Reduce verbosity if demuxer sets an info value to the same as the current value. | reimar | 2009-09-14 |
* | Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly | reimar | 2009-09-10 |
* | Sort preferred_list alphabetically since the order does not matter otherwise. | reimar | 2009-09-10 |
* | Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of | reimar | 2009-09-08 |