- Oct 26, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 23, 2012
-
-
Stefano Sabatini authored
Allow to factorize code in video_decode_example(), simplify.
-
- Oct 20, 2012
-
-
Stefano Sabatini authored
Decrease confusion.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- Sep 13, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The use of "picture" in place of "frame" is confusing.
-
Stefano Sabatini authored
-
- Aug 27, 2012
-
-
Stefano Sabatini authored
Add a switch which controls which operation to perform. Useful to test only a single feature. Also the new behavior is more self-consistent.
-
Stefano Sabatini authored
Do not clutter the temporary directory with files, also "/tmp" is not always available, e.g. in Windows. Also add the clean-test Makefile rule, which will clean the generated files.
-
- Aug 24, 2012
-
-
Stefano Sabatini authored
-
- Aug 22, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Put the relevant code in one chunk, also check for frame allocation failures.
-
- May 19, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
All the other examples already use the system installed headers.
-
- May 12, 2012
-
-
Clément Bœsch authored
The header is required for the sin() function.
-
- May 03, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 12, 2012
-
-
Stefano Sabatini authored
Remove unused variable size from video_encode_example() function. Fix GCC warning: decoding_encoding.c:214:22: warning: unused variable ‘size’ [-Wunused-variable]
-
- Mar 22, 2012
-
-
Michael Niedermayer authored
This should be converted to the new API Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 28, 2012
-
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 13, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 17, 2011
-
-
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>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 11, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
examples/encoding: List more formats to make it more clear to the reader what is not handled in libavcodec. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 23, 2011
-
-
Stefano Sabatini authored
Adopt ISC (Internet Systems Consortium) license in place of LGPL, consistent with the other examples. Fabrice explicitely approved the relicensing.
-
- Jul 10, 2011
-
-
Stefano Sabatini authored
Simplify.
-
Stefano Sabatini authored
Simplify.
-
- Jul 09, 2011
-
-
Stefano Sabatini authored
So it is more clear the context of the sentence.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This is required, or avcodec_open() will abort because of invalid sample format.
-
- Jul 04, 2011
-
-
Stefano Sabatini authored
The suffix is redundant since the containing directory itself is called "examples". Simplify.
-
- Jun 01, 2011
-
-
Stefano Sabatini authored
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
-
- May 30, 2011
-
-
Stefano Sabatini authored
Improve consistency.
-
Stefano Sabatini authored
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- May 25, 2010
-
-
Martin Storsjö authored
Originally committed as revision 23324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-