- 29 May, 2014 1 commit
-
-
Michael Niedermayer authored
When the index is not written, several data tables become unneeded, reducing memory and cpu requirements. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 May, 2014 1 commit
-
-
Luca Barbato authored
Add the low overhead pipe mode and the extended broadcast mode. Export the options as 'syncponts' since it impacts only that. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 09 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Dec, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Oct, 2013 2 commits
-
-
Derek Buitenhuis authored
CC: libav-stable@libav.org Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 06 May, 2013 1 commit
-
-
Luca Barbato authored
Ease switching version in the future and make evident why that value.
-
- 28 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 29 Oct, 2012 1 commit
-
-
Luca Barbato authored
Plain text (utf8 encoded) data can be muxed and demuxed in nut.
-
- 13 Oct, 2012 2 commits
-
-
Luca Barbato authored
Use native tags instead of avi ones, simplifies a lot raw video codecs handling.
-
Luca Barbato authored
The native tags will be used when available.
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 26 Aug, 2012 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 23 May, 2010 1 commit
-
-
Stefano Sabatini authored
codec_tag. Originally committed as revision 23259 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Mar, 2010 1 commit
-
-
Vitor Sessak authored
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 *)’ Originally committed as revision 22707 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2010 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2010 1 commit
-
-
Anton Khirnov authored
Patch by Anton Khirnov (wyskas, do no evil mail) Thread "[PATCH] nut metadata conversion table" Originally committed as revision 22015 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Dec, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 16057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Aug, 2008 2 commits
-
-
Michael Niedermayer authored
Log: Add missing header #includes. Policy violation (change not approved by maintainer) and while discussions where ongoing and no consensus has been reached. Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2008 1 commit
-
-
Evgeniy Stepanov authored
of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11935 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Oct, 2007 1 commit
-
-
Baptiste Coudurier authored
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 10051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 10038 to svn://svn.ffmpeg.org/ffmpeg/trunk
-