Sat, 03 Apr 2010 14:15:00 +0000 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavformat
|
Fri, 02 Apr 2010 14:58:55 +0000 |
rbultje |
Another uninitialized value.
libavformat
|
Fri, 02 Apr 2010 14:58:03 +0000 |
rbultje |
Fix uninitialized value in codepath.
libavformat
|
Fri, 02 Apr 2010 14:56:59 +0000 |
rbultje |
Remove dead initialization.
libavformat
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Fri, 12 Mar 2010 23:35:59 +0000 |
aurel |
export rm_reorder_sipr_data() for future use by matroska demuxer
libavformat
|
Fri, 12 Mar 2010 23:34:30 +0000 |
aurel |
export sipr_subpk_size for future use by matroska demuxer
libavformat
|
Sat, 23 Jan 2010 09:42:52 +0000 |
kostya |
Print a warning when DATA chunk is encountered in the middle of chunk.
libavformat
|
Fri, 08 Jan 2010 17:15:46 +0000 |
rbultje |
Use the correct ByteIOContext in extradata parsing.Fixes half of issue
libavformat
|
Sun, 13 Dec 2009 17:54:09 +0000 |
michael |
Get rid of useless casts.
libavformat
|
Sun, 13 Dec 2009 16:20:00 +0000 |
michael |
Print extradata in case of failure. I had this in my local tree and it
libavformat
|
Sun, 13 Dec 2009 15:28:00 +0000 |
cehoyos |
Use constant CODEC_ID_NONE instead of 0 where appropriate.
libavformat
|
Sun, 13 Dec 2009 10:07:08 +0000 |
kostya |
Factor out extradata reading code.
libavformat
|
Sun, 13 Dec 2009 09:08:58 +0000 |
kostya |
RM audio stream version should be 16-bit followed by header size or reserved
libavformat
|
Sun, 13 Dec 2009 08:51:27 +0000 |
kostya |
Make RM demuxer look more like proper demuxer by introducing codec tags
libavformat
|
Sun, 13 Dec 2009 08:44:06 +0000 |
kostya |
Factor out variable declaration
libavformat
|
Sun, 13 Sep 2009 11:08:59 +0000 |
reimar |
When resetting vst->pkt.data to NULL, also set vst->slices.
libavformat
|
Thu, 30 Jul 2009 15:05:33 +0000 |
rbultje |
Remove old_flags variable, which is a duplicate of the flags variable.
libavformat
|
Thu, 30 Jul 2009 15:04:19 +0000 |
rbultje |
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
libavformat
|
Fri, 17 Apr 2009 14:38:52 +0000 |
michael |
Move declarations in sync() closer to where they are used.
libavformat
|
Sun, 22 Mar 2009 12:47:16 +0000 |
rbultje |
Add a @todo with a comment from Kostya so we don't forget to optimize that at
libavformat
|
Sat, 21 Mar 2009 19:19:09 +0000 |
rbultje |
Don't allow to sync on packets of zero-size length, since these are never
libavformat
|
Sat, 21 Mar 2009 19:18:07 +0000 |
rbultje |
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length
libavformat
|
Fri, 20 Mar 2009 01:22:51 +0000 |
rbultje |
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec
libavformat
|
Mon, 16 Mar 2009 20:22:39 +0000 |
mru |
rmdec: fix crash at end of file
libavformat
|
Mon, 16 Mar 2009 13:23:29 +0000 |
rbultje |
More reindent, forgotten in previous commit.
libavformat
|
Mon, 16 Mar 2009 13:03:23 +0000 |
rbultje |
Parse index chunk so that seeking in modern .rm files becomes a lot faster.
libavformat
|
Mon, 16 Mar 2009 13:01:02 +0000 |
rbultje |
Reindent after r18010.
libavformat
|
Mon, 16 Mar 2009 12:59:18 +0000 |
rbultje |
Mark the first output audio frame as keyframe (separate patch from previous,
libavformat
|