- 30 Apr, 2013 27 commits
-
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Now that the headers themselves have ifdef protection this is no longer necessary and more consistent with normal include handling.
-
Diego Biurrun authored
This prevents non-AltiVec-enabled compilers from choking.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Anton Khirnov authored
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
Anton Khirnov authored
This way OutputFile variables like recording time can be used when creating the streams.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Options are freed from the generic code now, there is no need to call av_opt_free() from the filter.
-
Anton Khirnov authored
It now allows an arbitrary number of inputs, not just two.
-
Anton Khirnov authored
Otherwise some code might mistakenly think it is allowed to unref those buffers, which would lead to double unref.
-
Anton Khirnov authored
It is a part of the sample that got broken by recent indeo3 changes.
-
Anton Khirnov authored
They are the same in this case, except put_pixels also has blocksizes smaller than 8.
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- 29 Apr, 2013 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 27 Apr, 2013 8 commits
-
-
Luca Barbato authored
Broken bitstreams could report a larger than specified number of channels and cause outbound writes. CC:libav-stable@libav.org
-
Diego Biurrun authored
The return value provides no useful information and removing the printing avoids the following warning: libavcodec/h264_refs.c:788:15: warning: 'i' may be used uninitialized in this function [-Wuninitialized]
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
-
Luca Barbato authored
Set the data field in the flush_pkt to the pointer to the actual packet. The field needs to contain a valid unique pointer, no read nor writes are ever made to it.
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- 26 Apr, 2013 1 commit
-
-
Diego Biurrun authored
The function requires increasing the fuzz factor for the ac3/eac3 encode tests and even so makes fate fail. It only provides a slight encoding speedup for legacy CPUs that do not support SS2. Thus its benefit is not worth the trouble it creates and fixing it would be a waste of time.
-
- 25 Apr, 2013 1 commit
-
-
Martin Storsjö authored
This makes it less confusing when this template is shared both by dsputil and by hpeldsp. Signed-off-by: Martin Storsjö <martin@martin.st>
-