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
|
Thu, 01 Oct 2009 15:40:29 +0000 |
reimar |
put_bits can only reliably write up to 31 bit bits, above it relies on
libavformat
|
Wed, 17 Jun 2009 19:04:02 +0000 |
rbultje |
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications
libavformat
|
Fri, 22 May 2009 19:11:56 +0000 |
bcoudurier |
fail if stream fifo could not be allocated
libavformat
|
Thu, 21 May 2009 22:33:17 +0000 |
bcoudurier |
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks
libavformat
|
Mon, 13 Apr 2009 16:59:38 +0000 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavformat
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavformat
|
Mon, 09 Mar 2009 17:47:47 +0000 |
reimar |
Reorder arguments for av_fifo_generic_read to be more logical and
libavformat
|
Sun, 08 Mar 2009 14:16:55 +0000 |
michael |
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Tue, 26 Aug 2008 01:29:43 +0000 |
michael |
vertical align
libavformat
|
Tue, 19 Aug 2008 18:49:57 +0000 |
stefano |
Replace invocations of av_fifo_realloc(), which is going to be
libavformat
|
Sun, 03 Aug 2008 16:42:32 +0000 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Wed, 28 May 2008 22:00:45 +0000 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
Sun, 25 May 2008 23:04:09 +0000 |
michael |
Ensure that one can store X bytes in a fifo of size X.
libavformat
|
Sun, 25 May 2008 22:20:39 +0000 |
michael |
Make av_fifo*_read() ignore the available amount of data.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Thu, 31 Jan 2008 00:27:51 +0000 |
bcoudurier |
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function
libavformat
|
Thu, 31 Jan 2008 00:25:40 +0000 |
bcoudurier |
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within ||
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sun, 16 Sep 2007 23:00:44 +0000 |
aurel |
loosen dependencies over allformats.h
libavformat
|
Wed, 05 Sep 2007 17:25:39 +0000 |
michael |
revert 10409
libavformat
|
Wed, 05 Sep 2007 17:14:25 +0000 |
michael |
export put_timestamp()
libavformat
|
Sun, 15 Jul 2007 18:24:39 +0000 |
michael |
remove likely wrong reseting of align_iframe
libavformat
|
Sat, 14 Jul 2007 15:12:38 +0000 |
aurel |
Avoid using undefined symbols.
libavformat
|
Thu, 21 Jun 2007 09:53:01 +0000 |
bcoudurier |
use allformats.h
libavformat
|