- 21 Oct, 2017 14 commits
-
-
James Almer authored
* commit 'bd805964': configure: Do not treat JACK as a system library Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '303fadf5': avconv: Document the -init_hw_device option avconv: Enable generic hwaccel support for VDPAU lavc: vdpau: add support for new hw_frames_ctx and hw_device_ctx API lavc: Add hwaccel_flags field to AVCodecContext avconv: Enable generic hwaccel support for VAAPI avconv: Generic device setup hwcontext: Make it easier to work with device types hwcontext: Add device derivation This commit is a noop, see b22172f6 0b1794a4 06043cc0 be510733 156bd827 7e4ba776 e462ace8 527a1e21Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b864230c': rtmp: Move RTMP digest calculation to a separate file Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'cfee5e1a': build: Add missing object dependency for extract_extradata bitstream filter This commit is a noop, see f8e29a37Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7995ebfa': arm/aarch64: vp9: Fix vertical alignment This commit is a noop, see 21c89f3aMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '827a05ea': matroskaenc: add support for Spherical Video elements See 58eb0f57. Merged for cosmetics purposes. Also includes changes from d32d59bcMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0d8013b8': configure: Replace -no_weak_symbols with -Werror=partial-availability Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '681a86ab': x86: fft: Port to cpuflags Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e9bb77fb': x86: h264: Simplify DEQUANT macro with cpuflags Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '307eb1a8': x86: vp8dsp: port FILTER_BILINEAR macro to cpuflags Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '994c4bc1': x86util: Port all macros to cpuflags See d5f8a642Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '522d850e': h264_cavlc: check the value of run_before [10:00:09] <jamrial> michaelni: what do you think of libav commit 522d850e? [10:00:45] <jamrial> it applies, but i can't reproduce the invalid reads with the sample from the ticket mentioned in it [10:52:57] <michaelni> jamrial, if theres an issue it should be fixed by enlarging the scantable (as its faster) or maybe you can even drop the if/else and use vlcs that are never returning a out of range value. Id say the FFMIN is wrong in all cases, it should be a error return if a check is added not silently continuing [11:22:11] <michaelni> jamrial, i think the mb_padding stuff we have makes it unneeded but we can possibly improve it beyond what we have This commit is a noop Merged-by: James Almer <jamrial@gmail.com>
-
Dale Curtis authored
Sets the correct start padding value when an edit list is present. A new fate test is added, fate-mov-440hz-10ms, to ensure this is handled correctly. Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Sasi Inguva <isasi-at-google.com@ffmpeg.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Bradshaw authored
We now require 2.1+ with pkg-config. Signed-off-by: Michael Bradshaw <mjbshaw@google.com>
-
- 20 Oct, 2017 2 commits
-
-
James Almer authored
* commit '83b2b34d': h2645_parse: use the bytestream2 API for packet splitting Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b76f6a76': h264dec: initialize field_started to 0 on each decode call This commit is a noop Merged-by: James Almer <jamrial@gmail.com>
-
- 19 Oct, 2017 1 commit
-
-
Daniel Kucera authored
transfer_func variable passed to retry_transfer_wrapper are h->prot->url_read and h->prot->url_write functions. These need to return EOF or other error properly. In case of returning >= 0, url_read/url_write is retried until error is returned. Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
-
- 18 Oct, 2017 14 commits
-
-
Marton Balint authored
Otherwise the frame size of the codec is not set in the buffersink. Fixes ticket #6603 and the following simpler case: ffmpeg -c aac -filter_complex "sine=d=0.1,asetnsamples=1025" out.aac Signed-off-by: Marton Balint <cus@passwd.hu>
-
Dave Rice authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Mark Thompson authored
This can trigger a single-byte overread if the codebook has the maximum number of entries. Fixes #6743.
-
Mark Thompson authored
-
Mark Thompson authored
SEI headers should be inserted as generic raw data (the old specific type has been deprecated in libva2).
-
Mark Thompson authored
Fixes CID 1419829.
-
Mark Thompson authored
Fixes CID 1419834.
-
Mark Thompson authored
Fixes CID 1419832, 1419835.
-
Mark Thompson authored
Tested with the alphaconformanceG sample. Fixes CID 1419836. (cherry picked from commit 9ed18f30)
-
Jan Ekström authored
Helps with use cases such as static linking, as the .pc file does actually contain the necessary Libs.private entries for all required dependencies.
-
James Almer authored
* commit '3a0d5e20': arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used arm: vp9itxfm: Template the quarter/half idct32 function This commit is a noop, see b7a565fe 70317b25Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b57a95d0': cfhd: Add FATE tests Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Ported from libav. Authored by one of the following: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Vittorio Giovara <vittorio.giovara@gmail.com> Reviewed-by: kierank Signed-off-by: James Almer <jamrial@gmail.com>
-
Gyan Doshi authored
Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Oct, 2017 9 commits
-
-
James Almer authored
* commit '5f794aa1': Add Cineform HD Decoder See 3485332b. Some cosmetics are merged. The refactoring is not merged at the request of Kieran Kunhya. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f6790b5e': add initial QP value options This commit is a noop, see 5f44a4a0Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8a60bba0': avcodec: clarify some decoding/encoding API details This commit is a noop, see f940492bMerged-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Found-by: James Almer
-
Mark Thompson authored
This starts a new section - 3.4 has been released.
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/> (cherry picked from commit 3cae7f8b) (cherry picked from commit fbd63170)
-
Mark Thompson authored
(cherry picked from commit 10eb496d)
-
Mark Thompson authored
Matching the H.264 encoder. (cherry picked from commit e3e8eab3)
-
Mark Thompson authored
Also improves the metadata and generally makes the configuration a bit cleaner. (cherry picked from commit ac124867)
-