Wed, 10 Feb 2010 20:27:53 +0000 |
daniel |
Reindent
libavformat
|
Wed, 10 Feb 2010 20:26:47 +0000 |
daniel |
Fix demuxing of wav files with broken data header
libavformat
|
Tue, 06 Oct 2009 17:51:28 +0000 |
daniel |
Reindent
libavformat
|
Tue, 06 Oct 2009 17:50:10 +0000 |
daniel |
Add RF64 support to wav demuxer.
libavformat
|
Fri, 02 Oct 2009 07:27:08 +0000 |
reimar |
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of
libavformat
|
Fri, 02 Oct 2009 07:22:44 +0000 |
reimar |
wav: return av_get_packet errors unchanged.
libavformat
|
Fri, 02 Oct 2009 07:05:52 +0000 |
reimar |
Remove url_feof check that would be triggered only after incorrectly producing
libavformat
|
Fri, 02 Oct 2009 07:03:04 +0000 |
reimar |
Remove useless setting of pkt->size, av_get_packet already handles that.
libavformat
|
Tue, 22 Sep 2009 11:19:36 +0000 |
diego |
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.
libavformat
|
Tue, 22 Sep 2009 10:31:29 +0000 |
diego |
Move find_guid function and guid_data array to a globally available place.
libavformat
|
Mon, 10 Aug 2009 16:35:36 +0000 |
diego |
cosmetics: whitespace, prettyprinting, coding style fixes
libavformat
|
Mon, 10 Aug 2009 16:27:33 +0000 |
diego |
Sony Wave64 demuxer
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Wed, 03 Jun 2009 22:36:59 +0000 |
bcoudurier |
Change find_tag return type to int64_t, fix a bug
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Wed, 24 Sep 2008 17:46:23 +0000 |
michael |
Avoid segfault due to not set AVCodec.
libavformat
|
Sun, 14 Sep 2008 17:29:34 +0000 |
jbr |
add error message for unsupported codecs in WAVE.
libavformat
|
Tue, 02 Sep 2008 22:45:13 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
libavformat
|
Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Sat, 19 Apr 2008 14:52:19 +0000 |
voroshil |
Decrease returning probe score for WAV demuxer to avoid
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Tue, 11 Sep 2007 09:27:46 +0000 |
aurel |
move unrelated functions declarations out of allformats.h
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Mon, 12 Feb 2007 15:57:21 +0000 |
mbardiaux |
Add FACT chunk for non-PCM wav formats
libavformat
|