March 19, 2011
View f55dd6c

nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE

Peter Ross authored on 2011/03/19 22:25:18
June 7, 2010
View d588e3f

Add support to B4BY and R4BY NUT codec tags added in NUT r672.

Stefano Sabatini authored on 2010/06/07 03:29:42
June 6, 2010
View 63455b8

bgr/rgb444 for nut

Michael Niedermayer authored on 2010/06/06 20:43:53
May 27, 2010
View ab8f600

Add support for the newly added Nut codec tags (added in Nut r669): Y1[00][16], [16][00]1Y, Y3[11][16], [16][11]3Y, Y3[10][16], [16][10]3Y, Y3[00][16], [16][00]3Y, Y4[11][ 8], Y2[00][ 8].

Stefano Sabatini authored on 2010/05/27 07:26:19
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
May 23, 2010
View 80b39e1

Move AVCodecTag from riff.h into internal.h.

Francesco Lavra authored on 2010/05/23 01:01:32
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 25, 2010
View 59856b9

Fix warning: libavformat/nut.c: In function ‘ff_nut_free_sp’: libavformat/nut.c:80: warning: passing argument 4 of ‘av_tree_enumerate’ from incompatible pointer type ./libavutil/tree.h:92: note: expected ‘int (*)(void *, void *)’ but argument is of type ‘void (*)(void *, void *)’

Vitor Sessak authored on 2010/03/25 04:58:12
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 12, 2008
View 52afa37

remove _t for POSIX compatibility.

Michael Niedermayer authored on 2008/12/12 04:06:24
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 4, 2008
View 103d74e

ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params

Oded Shimon authored on 2008/02/04 19:27:32