| December 21, 2011 | ||
|---|---|---|
View 3be1a4b
Merge remote-tracking branch 'qatar/master'Michael Niedermayer authored on 2011/12/21 10:46:08 |
||
| December 4, 2011 | ||
|---|---|---|
View 432f0e5
nut: support 10bit YUVLuca Barbato authored on 2011/12/04 23:56:39 |
||
| July 4, 2011 | ||
|---|---|---|
View 976a8b2
Merge remote-tracking branch 'qatar/master'Michael Niedermayer authored on 2011/07/04 07:34:44 |
||
| June 4, 2011 | ||
|---|---|---|
View 0ebcdf5
Do not include mathematics.h in avutil.hMans Rullgard authored on 2011/06/04 20:58:23 |
||
| March 19, 2011 | ||
|---|---|---|
View f9fb574
nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross authored on 2011/03/19 22:25:18 |
||
View f55dd6c
nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross authored on 2011/03/19 22:25:18 |
||
View 2912e87
Replace FFmpeg with Libav in licence headersMans Rullgard authored on 2011/03/19 02:35:10 |
||
| 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 nutMichael 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 demuxerVitor Sessak authored on 2010/03/04 02:31:24 |
||