- 10 Apr, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 09 Apr, 2017 29 commits
-
-
Rostislav Pehlivanov authored
Doesn't work yet with slice threading and won't work with AMV. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This was the wrong patch This reverts commit 7f9b492d.
-
James Almer authored
* commit '3d6135ea': configure: Simplify OMX check Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '601f8dde': configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '29d2e03e': configure: Simplify and fix avfoundation indev handling Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5d45fe7d': build: Add EXTRALIBS to TOOLS linker command This commit is a noop. We're already adding EXTRALIBS to the linker command on a case by case basis. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Use ff_hevc_decode_extradata() instead, which correctly only tries to decode parameter set NAL units and not any other NAL that may be present in extradata. Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Fixes valgrind warnings about "Use of uninitialised value of size 8" Reviewed-by: Kieran Kunhya <kierank@obe.tv> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2a096440': configure: Separate package name and version requirements in helper functions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ffb9025f': configure: Simplify MMAL check Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '660470cd': build: Add missing audio_frame_queue dependency for libwavpack encoder Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e1dc5358': build: Create a component for MPEG audio header decoding Merged-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Clément Bœsch authored
* commit '0fdc9f81': build: Add missing hevc_ps dependency for QSV HEVC encoder Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '6c916192': mimic: Convert to the new bitstream reader metasound: Convert to the new bitstream reader lagarith: Convert to the new bitstream reader indeo: Convert to the new bitstream reader imc: Convert to the new bitstream reader webp: Convert to the new bitstream reader This merge is a noop, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.htmlMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '6ef3360a': configure: Add misssing qpeldsp dependency to mss2 decoder Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '14bba44f': build: Drop support for configuring library name suffixes This commit is a noop. The feature is useful. Until recently I was one of these no known users. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '1ea77aae': configure: Drop bogus xcb_event variables This commit is a noop, see 50138ea4Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '3794062a': Remove Plan 9 support Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '4a1ef543': build: Drop support for old versions of libdc1394 Merged-by: Clément Bœsch <u@pkh.me>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Muhammad Faiz authored
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
-
Warblefly authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: CID1404843 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Apr, 2017 10 commits
-
-
Rostislav Pehlivanov authored
As it gives excellent encoding gains at an insignificant speed increase and passes fate without problems, it should now be safe to enable by default. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
Rostislav Pehlivanov authored
Isn't supported. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
Rostislav Pehlivanov authored
When coding lossless jpeg the priv context will be pointing to LJpegEncContext rather than MpegEncContext, which the function expects. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
James Almer authored
-
Clément Bœsch authored
* commit '2575b191': build: Add separate flags for checkheaders targets Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '984e50e7': build: Add -Wpedantic and -Wextra to extra warning flags Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '33a2b73b': mpeg4audio: correctly propagate meaningful error values This commit is a noop, see 50b14539Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'd82d5379': mmaldec: initialize refcount using atomic_init() Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '518a2247': configure: Be more helpful when requiring options set Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'a91f1023': examples: fix a typo in an error message This commit is a noop, see 3aa1ff30Merged-by: Clément Bœsch <u@pkh.me>
-