Sun, 23 May 2010 18:34:18 +0000 |
stefano |
Make the nut decoder read the ff_nut_video_tags to detect codec id of
libavformat
|
Sun, 23 May 2010 18:34:15 +0000 |
stefano |
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
libavformat
|
Sun, 09 May 2010 22:56:02 +0000 |
stefano |
Make the nut demuxer issue a more meaningful error message if it
libavformat
|
Sun, 25 Apr 2010 14:27:42 +0000 |
stefano |
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
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
|
Tue, 30 Mar 2010 15:50:57 +0000 |
benoit |
Replace @returns by @return.
libavformat
|
Sun, 28 Mar 2010 09:59:58 +0000 |
vitor |
Fix NUT (de)muxer warnings:
libavformat
|
Wed, 24 Mar 2010 22:44:06 +0000 |
vitor |
Fix warnings in NUT demuxer:
libavformat
|
Wed, 03 Mar 2010 17:31:24 +0000 |
vitor |
Plug memory leak in NUT muxer and demuxer
libavformat
|
Mon, 01 Mar 2010 18:16:10 +0000 |
vitor |
Revert r22119 and partially revert 22120.
libavformat
|
Mon, 01 Mar 2010 07:26:41 +0000 |
benoit |
nutdec: make chapter start and length uint64_t to prevent overflows.
libavformat
|
Sun, 28 Feb 2010 20:49:21 +0000 |
vitor |
Plug some memory leaks in NUT muxer and demuxer
libavformat
|
Wed, 24 Feb 2010 06:27:12 +0000 |
kostya |
Introduce metadata conversion table for NUT muxer and demuxer.
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Fri, 27 Feb 2009 23:10:34 +0000 |
aurel |
use new metadata API in nut demuxer
libavformat
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Thu, 11 Dec 2008 19:06:24 +0000 |
michael |
remove _t for POSIX compatibility.
libavformat
|
Sat, 23 Aug 2008 23:43:20 +0000 |
aurel |
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Tue, 27 May 2008 20:48:27 +0000 |
michael |
Fix memleak, fixed CID123.
libavformat
|
Fri, 23 May 2008 18:15:13 +0000 |
michael |
Pass time_base as argument to new_chapter() as well.
libavformat
|
Fri, 23 May 2008 13:52:54 +0000 |
michael |
Chapter demuxing support. (untested as I have no nuts with chapters)
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Sun, 04 May 2008 10:29:12 +0000 |
diego |
Fix 'comparison always false' warning.
libavformat
|
Sat, 15 Mar 2008 16:15:47 +0000 |
diego |
typo fixes
libavformat
|
Wed, 12 Mar 2008 23:58:46 +0000 |
diego |
typo fixes
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|