March 16, 2011
View 073f8b1

nutenc: mux chapters.

Anton Khirnov authored on 2011/03/16 14:42:43
May 24, 2010
View 2e01def

Define ff_nut_video_tags and make Nut muxer and demuxer set it in codec_tag.

Stefano Sabatini authored on 2010/05/24 03:34:15
March 28, 2010
View f990f6e

Fix NUT (de)muxer warnings: CC libavformat/nutdec.o libavformat/nutdec.c: In function ‘read_seek’: libavformat/nutdec.c:862: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ libavformat/nutdec.c:871: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ libavformat/nutdec.c:879: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’ CC libavformat/nutenc.o libavformat/nutenc.c: In function ‘write_packet’: libavformat/nutenc.c:680: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’

Vitor Sessak authored on 2010/03/28 18:59:58
March 4, 2010
View 4b83fc0

Plug memory leak in NUT muxer and demuxer

Vitor Sessak authored on 2010/03/04 02:31:24
February 24, 2010
View 43382b5

Introduce metadata conversion table for NUT muxer and demuxer. Patch by Anton Khirnov (wyskas, do no evil mail) Thread "[PATCH] nut metadata conversion table"

Anton Khirnov authored on 2010/02/24 15:27:12
December 14, 2008
View 3445c79

Remove misleading comment, _t is POSIX-reserved namespace.

Diego Biurrun authored on 2008/12/14 01:08:31
December 12, 2008
View 089e1bc

Remove comment suggesting using variables ending in _t as this would break POSIX.

Michael Niedermayer authored on 2008/12/12 05:02:15
View 52afa37

remove _t for POSIX compatibility.

Michael Niedermayer authored on 2008/12/12 04:06:24
August 31, 2008
View 9879038

Globally rename the header inclusion guard names.

Stefano Sabatini authored on 2008/08/31 16:39:47
August 2, 2008
View c5e56a8

Revert r14497 Log: Add missing header #includes. Policy violation (change not approved by maintainer) and while discussions where ongoing and no consensus has been reached.

Michael Niedermayer authored on 2008/08/02 07:29:29
View 2e11268

Add missing header #includes.

Diego Biurrun authored on 2008/08/02 01:29:26
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
March 8, 2008
View 90c2295

Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing of matroska and nut.

Evgeniy Stepanov authored on 2008/03/08 04:25:09
March 5, 2008
View 1326621

Subtitle support. (untested)

Michael Niedermayer authored on 2008/03/05 22:06:49
February 15, 2008
View 3b4f69a

Elision header demuxing support.

Michael Niedermayer authored on 2008/02/15 11:36:09