- 05 Sep, 2013 7 commits
-
-
Michael Niedermayer authored
Will be needed for jpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
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
Suggested-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: matroskaenc: Allow chapters to be written in trailer Conflicts: libavformat/matroskaenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2013 33 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
untested due to lack of sample Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2826 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes file from Ticket860 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
These prevent the rgb ljpeg code from being run on parameters that it doesnt support. No testcase available but it seems possible to trigger these. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
Sorry, I'm too lazy to fix the rest.
-
Clément Bœsch authored
See previous commit.
-
Clément Bœsch authored
The purpose of this commit is to make error management simpler and less error prone, just like av_free() which is safe with NULL.
-
Clément Bœsch authored
-
Michael Niedermayer authored
This ensures that no uninitialized bytes cause non-deterministic behavior. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
This allows creation of frame accurate chapter marks from sources like DVD and BD where the precise chapter location is not known until the chapter mark has been reached during reading. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Nicolas George authored
Prevent an invalid free in case of init failure.
-
Nicolas George authored
Fix trac ticket #2930.
-
Nicolas George authored
Some parts of the code have been known to react badly to empty frames; they should not, but there is no need to take risks.
-
Nicolas George authored
The benchmark tests the speed of the following algorithms: MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160, AES-128. It can optionally be built to perform the same benchmark on other crypto libraries, for comparison purposes. The supported libraries are: - crypto: OpenSSL's libcrypto; - gcrypt: GnuTLS's libgcrypt; - tomcrypt: LibTomCrypt To enable them, use this syntax: make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench They do not need to have been enabled in configure.
-
Clément Bœsch authored
It uses at least sin()
-
Clément Bœsch authored
-
Clément Bœsch authored
"into the doc/examples directory" vs "into doc/examples".
-
Michael Niedermayer authored
Currently all uses of the emu edge code as well as the code itself assume int linesize changing some but not changing all would introduce a security issue once all use this typedef a simple search and replace can be done to switch them all to ptrdiff_t Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: mpegvideo: Avoid 32-bit wrapping of linesize multiplications This is not merged as its not correct for ffmpeg and would introduce a security issue if merged as is. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0ebfdae0': doc: Describe TB option of setpts filter Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b4ec7a5f': mem: Document the av_realloc family of functions properly Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
This makes sure that linesize * start_y doesn't overflow, so that emulated_edge_mc can get back the original value if needed. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
* commit '7f9e893f': build: Report an error message when a pc file is not found Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'af11fa54': mjpegb: Detect changing number of planes in interlaced video Conflicts: libavcodec/mjpegdec.c See: ecc31630Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '35cbc98b': alac: Check that the channels fit at the given offset Conflicts: libavcodec/alac.c See: b53f8971Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Clifford Wolf authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Michael Niedermayer authored
* commit 'd7199812': 4xm: Check that the read track value is non-negative Conflicts: libavformat/4xm.c See: 0838cfdcMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5bcd3ae5': matroskadec: Check that .lang was allocated and set before reading it Conflicts: libavformat/matroskadec.c See: 01fd1aa0Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f7c58831': alac: Limit max_samples_per_frame See: 3920d138Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
realloc() does not accept pointers from memalign().
-
Luca Barbato authored
Ease tracking path problems.
-