- 04 Apr, 2013 5 commits
-
-
Michael Niedermayer authored
* commit '8a96df7b': matroska: fix a corner case in ebml-lace parsing Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'fc43c19a': matroska: Update the available size after lace parsing clang: use -fsantize=address and -fsanitize=thread Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Fixed Ticket2317 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2013 31 commits
-
-
Carl Eugen Hoyos authored
Tested-by: Nevcairiel
-
Michael Niedermayer authored
Fixes Ticket2424 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
* cigaes/master: lavc: do not init frame with guessed layout. lavfi/af_atempo: simplify request_frame loop. lavfi/af_asetnsamples: simplify request_frame loop. lavfi/f_ebur128: remove request_frame hack. lavfi/vf_tile: simplify request_frame loop. lavfi: reindent after last commit. lavfi: loop on request_frame if necessary. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
It is breaking support from files with unknown layout.
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
Some filters need several input frames before producing output. For these filter, it becomes simpler to return 0 in request_frame() and let the framework call it again until output has been produced.
-
Carl Eugen Hoyos authored
Fixes ticket #2430. Reviewed-by: Matthieu Bouron
-
Michael Niedermayer authored
* cehoyos/master: Fix make checkheaders without opencl headers. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
* qatar/master: avfiltergraph: check for sws opts being non-NULL before using them. Conflicts: libavfilter/avfiltergraph.c libavfilter/graphparser.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '817dff57': configure: Check for the atomic.h functions used in the suncc atomics header Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Regression since a93b572a. Fixes #2426. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
* commit 'f9f6402e': configure: prettify atomics handling. Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Fixes #1884. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Carl Eugen Hoyos authored
Fixes compilation with clang on netbsd with --disable-optimizations. Tested-by: Paul B Mahol
-
Luca Barbato authored
Make sure we notice when the lace_size[n] is a negative value. CC: libav-stable@libav.org
-
Dale Curtis authored
Fix heap-buffer-overflow in matroska_parse_block for corrupted real media in mkv files. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The previous syntax is deprecated.
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Anton Khirnov authored
Avoid snprintfing a NULL pointer. CC: libav-stable@libav.org
-
Martin Storsjö authored
The "suncc" atomics implementation uses a suncc specific memory barrier, but also relies on a few atomic functions from atomic.h, that are not suncc specific but specific to solaris. This made the current implementation fail on suncc on linux.
-
Anton Khirnov authored
Add simpler names and a shorthand for native atomics (as opposed to pthreads fallback).
-
Michael Niedermayer authored
Fixes Seeking with the file in Ticket2283 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Apr, 2013 4 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Michael Niedermayer authored
Fixes Ticket2236 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2211 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-