- 29 Jun, 2016 5 commits
-
-
Clément Bœsch authored
* commit 'b7f98659': Remove unnecessary get_bits.h #includes Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit '2a48a75a': sgirledec: simplify, no need to use reget buffer This commit is a noop, see ccc3f4e7Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit '6e2ad28c': aic: add frame threading support This commit is a noop, see 8e069eb5Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'c3ed259e': fate: Move Canopus decoder tests to a separate file Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Matthieu Bouron authored
Fixes a regression introduced by 0cd5e281.
-
- 28 Jun, 2016 4 commits
-
-
Michael Niedermayer authored
Fixes integer overflow Fixes: poc.mp4 Found-by: ajax secure <ajax4sec@hotmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Martin Vignali authored
the result of ffmpeg decoding is binary exact with the yuv output of official decoder (dwebp) Signed-off-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Found-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jun, 2016 14 commits
-
-
Aman Gupta authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
* commit '20a8c78c': avconv: Do not copy extradata if source buffer is empty This commit is a noop, see 4d02dfbdMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '38f99017': vp9: Return the correct size when decoding a superframe This commit is a noop, see c2f3715cMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'b2d5d6a7': build: Only enable symbol reduction if the compiler does proper DCE Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'c5fd4b50': build: Simplify postprocessing of linker version script files Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
P1, P2, and P3 are respectively the text versions of PBM, PGM and PPM files. We can not obtain the buffer size using av_imgage_get_buffer_size() as every pixel in the picture will occupy a random size between 16 and 32 bits ("4 " and "231 " are such example). Ideally, we could look for the next header (or EOF) in the bytestream, but this commit is meant to fix a decoding regression introduced by 48ac4532. Fix Ticket #5670
-
Matthieu Bouron authored
* commit '535a742c': build: Change structure of the linker version script templates Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Rick Kern authored
Signed-off-by: Rick Kern <kernrj@gmail.com>
-
Matthieu Bouron authored
* commit '5b1b495c': build: Print a message when generating version scripts Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
See merge commit '39d6d361'.
-
Matthieu Bouron authored
* commit '1e9c5bf4': asm: FF_-prefix internal macros used in inline assembly This commit is a noop as the ASM codebase differs too much between libav and ffmpeg. The corresponding chunks will be found in the next commit. Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Marton Balint authored
Fixes ticket #5669. Signed-off-by: Marton Balint <cus@passwd.hu>
-
- 26 Jun, 2016 17 commits
-
-
Rick Kern authored
Use c++98 standard instead of c++11. Signed-off-by: Rick Kern <kernrj@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Martin Vignali authored
output have been compared with official decoding tool output (dwebp) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Martin Vignali authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
This patch also makes BlackMagic drivers v10.6.1 a hard requirement. Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Michael Niedermayer authored
Fixes issues with libopenjpeg 2.1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Hendrik Leppkes authored
* commit 'dc40a70c': Drop unnecessary libavutil/x86/asm.h #includes Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-
Hendrik Leppkes authored
* commit '5264e7ba': ac3: Check the array bound before dereferencing See d85ebea3Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-
Hendrik Leppkes authored
* commit 'a86aa160': vaapi_h264: Add trivial support for low-power encoding Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-