Sat, 20 Feb 2010 11:21:51 +0000 |
reimar |
Print all 64 bits of seek position.
|
Thu, 18 Feb 2010 00:18:50 +0000 |
diego |
Add header for AVI print functions; avoids many forward declarations.
|
Fri, 12 Feb 2010 20:38:29 +0000 |
reimar |
Dynamically increase probe size for lavf demuxer up to 2 MB.
|
Wed, 03 Feb 2010 22:36:47 +0000 |
reimar |
Replace incorrect usage of strncpy.
|
Wed, 03 Feb 2010 22:33:35 +0000 |
reimar |
Reindent
|
Wed, 03 Feb 2010 22:32:48 +0000 |
reimar |
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
|
Mon, 28 Dec 2009 13:49:08 +0000 |
cehoyos |
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
|
Mon, 28 Dec 2009 13:39:26 +0000 |
cehoyos |
Revert r30100: It breaks some mov and asf samples.
|
Tue, 22 Dec 2009 20:56:59 +0000 |
cehoyos |
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
|
Sun, 22 Nov 2009 15:18:21 +0000 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
Sun, 22 Nov 2009 14:15:41 +0000 |
reimar |
av_alloc_format_context -> avformat_alloc_context
|
Sun, 22 Nov 2009 13:06:44 +0000 |
reimar |
Reuse buffer in priv context instead of allocating the 32kB probe buffer
|
Tue, 10 Nov 2009 16:49:00 +0000 |
reimar |
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
|
Sat, 07 Nov 2009 12:55:07 +0000 |
cehoyos |
Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
|
Sat, 07 Nov 2009 11:15:26 +0000 |
reimar |
Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
|
Sat, 07 Nov 2009 11:09:23 +0000 |
reimar |
Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
|
Wed, 30 Sep 2009 08:19:49 +0000 |
reimar |
lavf: if seeking in the desired direction failed, also try in the opposite one,
|
Thu, 10 Sep 2009 17:30:02 +0000 |
reimar |
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
|
Thu, 10 Sep 2009 17:28:35 +0000 |
reimar |
Sort preferred_list alphabetically since the order does not matter otherwise.
|
Tue, 08 Sep 2009 21:45:36 +0000 |
reimar |
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
|
Tue, 08 Sep 2009 09:08:05 +0000 |
reimar |
Fix an endless loop if all programs are empty.
|
Tue, 08 Sep 2009 08:55:05 +0000 |
reimar |
Always register all streams from libavformat, not just those belonging to a program.
|
Mon, 07 Sep 2009 17:20:44 +0000 |
vitor |
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
|
Sun, 30 Aug 2009 23:01:36 +0000 |
cehoyos |
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
|
Sun, 30 Aug 2009 22:51:52 +0000 |
cehoyos |
Use mp_wav_override_taglists for both audio and video.
|
Tue, 11 Aug 2009 23:26:42 +0000 |
greg |
Use new libavformat metadata API.
|
Wed, 24 Jun 2009 08:13:52 +0000 |
reimar |
AVStream.language is deprecated, switch to av_get_metadata instead.
|
Wed, 24 Jun 2009 08:06:46 +0000 |
reimar |
Move allocation to avoid a possible memleak if new_sh_audio fails.
|
Wed, 24 Jun 2009 08:04:38 +0000 |
reimar |
Remove pointless stream count checks, new_sh_* already checks for that.
|
Wed, 24 Jun 2009 07:49:04 +0000 |
reimar |
Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends
|