| Commit message (Expand) | Author | Age |
* | Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples. | cehoyos | 2009-12-28 |
* | Revert r30100: It breaks some mov and asf samples. | cehoyos | 2009-12-28 |
* | Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files. | cehoyos | 2009-12-22 |
* | 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 |
* | Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si... | reimar | 2009-11-10 |
* | Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT. | 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 |
* | lavf: if seeking in the desired direction failed, also try in the opposite one, | reimar | 2009-09-30 |
* | 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 |
* | 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 |
* | Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that | cehoyos | 2009-08-30 |
* | Use mp_wav_override_taglists for both audio and video. | cehoyos | 2009-08-30 |
* | Use new libavformat metadata API. | greg | 2009-08-11 |
* | AVStream.language is deprecated, switch to av_get_metadata instead. | reimar | 2009-06-24 |
* | Move allocation to avoid a possible memleak if new_sh_audio fails. | reimar | 2009-06-24 |
* | Remove pointless stream count checks, new_sh_* already checks for that. | reimar | 2009-06-24 |
* | Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends | reimar | 2009-06-24 |
* | Add const where appropriate, also gets rid of a compiler warning. | reimar | 2009-06-01 |
* | 100l, do not read probe buffer if it will not be used because a format was fo... | reimar | 2009-06-01 |
* | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 |
* | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re... | reimar | 2009-04-01 |
* | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | fix compilation w/ FFmpeg r15533 | gpoirier | 2008-10-03 |
* | riff.h and avi.h are not needed, but avio.h is. | diego | 2008-09-15 |
* | Make internal Matroska demuxer default again | uau | 2008-09-09 |
* | revert r27551 which break much more things than it fixes | aurel | 2008-09-09 |
* | Use internal demuxer for Matroska files for now | uau | 2008-09-08 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 |
* | lavf: the subtitles display duration is stored in pkt.convergence_duration | aurel | 2008-09-04 |
* | prefer libavformat to demux matroska files | aurel | 2008-08-26 |
* | cosmetics: indentation | aurel | 2008-08-24 |
* | use new lavf API to grab sample_aspect_ratio from the demuxers | aurel | 2008-08-24 |
* | demux_lavf: fix mp_seek behavior in case of seeking error | aurel | 2008-08-13 |
* | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 |
* | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 |
* | Chapter support for lavf demuxer. | reimar | 2008-06-16 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 |
* | AVOption support for lavf demuxing | michael | 2008-05-10 |
* | Prefer libavformat musepack demuxer over internal one (which does not even su... | reimar | 2008-04-16 |
* | Split the lavf taglists out of the lavf muxer to allow using libmpmux | albeu | 2008-04-09 |
* | Set correct codec tag for raw rgb in mov, fixes | reimar | 2008-04-05 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 |