Mon, 05 Oct 2009 09:19:42 +0000 |
diego |
Fix pcm_read_seek () when the position it calculates is greater than 2 GB.
libavformat
|
Fri, 02 Oct 2009 06:40:50 +0000 |
reimar |
Return any error return values from av_get_packet, get_buffer etc. unchanged
libavformat
|
Thu, 01 Oct 2009 17:32:22 +0000 |
reimar |
Make rawvideo_read_packet return partial frames.
libavformat
|
Thu, 01 Oct 2009 17:26:20 +0000 |
reimar |
Simplify: remove pointless {} and else
libavformat
|
Thu, 01 Oct 2009 17:22:01 +0000 |
reimar |
Remove pointless setting of pkt->size, av_get_packet already handles this.
libavformat
|
Thu, 01 Oct 2009 16:10:09 +0000 |
reimar |
av_new_packet failing should return ENOMEM, not EIO.
libavformat
|
Tue, 29 Sep 2009 10:23:47 +0000 |
reimar |
Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.
libavformat
|
Tue, 15 Sep 2009 13:27:13 +0000 |
michael |
Make h261 and mpegvideo probe a little more robust so they dont fail with
libavformat
|
Mon, 14 Sep 2009 21:50:23 +0000 |
reimar |
Make dnxhd probe more strict, fail if we detect values in header that would
libavformat
|
Mon, 14 Sep 2009 21:29:19 +0000 |
michael |
Rewrite h261_probe().
libavformat
|
Mon, 14 Sep 2009 20:28:10 +0000 |
reimar |
Make DTS probe more robust against false positives (as e.g. probetest shows).
libavformat
|
Mon, 14 Sep 2009 19:06:36 +0000 |
michael |
Rewrite h263_probe().
libavformat
|
Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavformat
|
Fri, 24 Jul 2009 21:28:03 +0000 |
aurel |
fix compilation of cavsvideo demuxer
libavformat
|
Fri, 19 Jun 2009 14:36:47 +0000 |
superdump |
Add support for id3 tag parsing for ADTS AAC streams
libavformat
|
Wed, 22 Apr 2009 08:39:46 +0000 |
andoma |
It should be #if, not #ifdef
libavformat
|
Tue, 21 Apr 2009 23:23:15 +0000 |
ramiro |
Add raw MLP muxer.
libavformat
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
Sun, 12 Apr 2009 00:25:37 +0000 |
bcoudurier |
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples
libavformat
|
Thu, 19 Mar 2009 21:46:56 +0000 |
ramiro |
Support raw TrueHD files
libavformat
|
Sat, 14 Mar 2009 20:50:54 +0000 |
reimar |
Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly
libavformat
|
Sun, 01 Mar 2009 03:48:35 +0000 |
michael |
Change the timebase of the raw demuxer to one that can represent the ts of fields.
libavformat
|
Sat, 28 Feb 2009 17:24:46 +0000 |
jbr |
Separate the raw FLAC demuxer from raw.c and put in a new file,
libavformat
|
Thu, 26 Feb 2009 02:21:43 +0000 |
jbr |
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.
libavformat
|
Sun, 22 Feb 2009 14:27:50 +0000 |
stefang |
consistent naming of Chinese AVS raw demuxer
libavformat
|
Sat, 21 Feb 2009 10:34:29 +0000 |
stefang |
add raw demuxer for Chinese AVS elementary streams
libavformat
|
Mon, 16 Feb 2009 16:09:58 +0000 |
benoit |
Add a context to av_log() call.
libavformat
|
Mon, 16 Feb 2009 01:55:28 +0000 |
diego |
Make format long_names consistent.
libavformat
|
Tue, 27 Jan 2009 18:01:26 +0000 |
benoit |
Whitespace cosmetics to align return statements.
libavformat
|
Tue, 27 Jan 2009 18:00:40 +0000 |
benoit |
Check buffer is inside what is passed when probing for flac.
libavformat
|