| Commit message (Expand) | Author | Age |
* | 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 |
* | Make all mp_*_taglists const. | reimar | 2009-09-08 |
* | Fix an endless loop if all programs are empty. | reimar | 2009-09-08 |
* | Always register all streams from libavformat, not just those belonging to a p... | reimar | 2009-09-08 |
* | Add support for lavf vqf demuxer and lavc TwinVQ decoder. | vitor | 2009-09-07 |
* | 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on, | reimar | 2009-09-04 |
* | free(), delete and delete[] are all different and can't just be used at random, | reimar | 2009-09-02 |
* | Add a hack to ensure data from e.g. mov format -subfile gets read at all | reimar | 2009-09-01 |
* | Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called. | reimar | 2009-09-01 |
* | Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf. | cehoyos | 2009-08-31 |
* | Fix EAC3 in MPEG transport streams with -demuxer lavf. | cehoyos | 2009-08-31 |
* | Fix DTS in MPEG transport streams with -demuxer lavf. | cehoyos | 2009-08-31 |
* | Fix AAC in MPEG transport stream for -demuxer lavf. | cehoyos | 2009-08-31 |
* | cosmetics: alphabetically order lists | diego | 2009-08-31 |
* | Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that | cehoyos | 2009-08-30 |
* | Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf. | cehoyos | 2009-08-30 |
* | Use mp_wav_override_taglists for both audio and video. | cehoyos | 2009-08-30 |
* | Fix MP2 and AC3 with demuxer lavf in MPEG transport streams. | cehoyos | 2009-08-30 |
* | Support PCM in Bluray streams. | cehoyos | 2009-08-30 |
* | Reuse ds_get_packet in ds_get_packet_pts | reimar | 2009-08-23 |
* | Add suport for detecting and demuxing DVB teletext streams (nothing beyond th... | reimar | 2009-08-21 |
* | Fix incompatible pointer types warning, also seems to fix mis-compilation wit... | reimar | 2009-08-17 |
* | Fix 100l broken flag check found due to compiler warning. | reimar | 2009-08-17 |
* | Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not | reimar | 2009-08-17 |
* | Get rid of rawaudio control code again that only duplicates the fallback code in | reimar | 2009-08-17 |
* | Handle demuxers that never set filepos by using stream_tell. | reimar | 2009-08-17 |