rcombs / FFmpeg
forked from FFmpeg/FFmpegcue
Commits on Oct 20, 2017
-
lavf/flacenc: generate timestamps internally
Rodger Combs committedOct 20, 2017 -
lavf/flacenc: avoid buffer overread with unexpected extradata sizes
Rodger Combs committedOct 20, 2017 -
lavf/flacenc: support writing attached pictures
Rodger Combs committedOct 20, 2017 -
lavf/segment: write attached pictures to all segments by default
Rodger Combs committedOct 20, 2017 -
lavf/segment: copy stream dispositions in output
Rodger Combs committedOct 20, 2017 -
lavf/segment: add option to segment by chapter
Rodger Combs committedOct 20, 2017 -
Rodger Combs committed
Oct 20, 2017
Commits on Oct 19, 2017
-
libavformat: not treat 0 as EOF
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>
Commits on Oct 18, 2017
-
ffmpeg: always init output stream before reaping filters
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>
cus committedOct 18, 2017 -
avdevice/decklink_dec: 32 bit audio support
Signed-off-by: Marton Balint <cus@passwd.hu>
-
vorbis: Reorder conditions to avoid possible overread
This can trigger a single-byte overread if the codebook has the maximum number of entries. Fixes #6743.
fhvwy committedOct 18, 2017 -
opusenc: Fix double-declaration of variable
fhvwy committedOct 18, 2017 -
vaapi_h264: Do not use deprecated header type
SEI headers should be inserted as generic raw data (the old specific type has been deprecated in libva2).
fhvwy committedOct 18, 2017 -
h264_metadata: Fix clearing SEI payload in error case
Fixes CID 1419832, 1419835.
fhvwy committedOct 18, 2017 -
cbs_h264: Fix writing streams with auxiliary pictures
Tested with the alphaconformanceG sample. Fixes CID 1419836. (cherry picked from commit 9ed18f3)
fhvwy committedOct 18, 2017 -
configure: add pkg-config check for alsa
Helps with use cases such as static linking, as the .pc file does actually contain the necessary Libs.private entries for all required dependencies.
jeeb committedOct 18, 2017 -
Merge commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c'
* commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c': 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 b7a565f 70317b2 Merged-by: James Almer <jamrial@gmail.com>
jamrial committedOct 18, 2017 -
Merge commit 'b57a95d0147beae746db1c1223d100447f42dced'
* commit 'b57a95d0147beae746db1c1223d100447f42dced': cfhd: Add FATE tests Merged-by: James Almer <jamrial@gmail.com>
jamrial committedOct 18, 2017 -
avcodec/cfhd: support cropped height tag
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>
jamrial committedOct 18, 2017 -
doc/filters: add note on flite thread safety and update URL
Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Commits on Oct 17, 2017
-
Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'
* commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f': Add Cineform HD Decoder See 3485332. Some cosmetics are merged. The refactoring is not merged at the request of Kieran Kunhya. Merged-by: James Almer <jamrial@gmail.com>
jamrial committedOct 17, 2017 -
Merge commit 'f6790b5e1075133ee39be91105f1135db7afd259'
* commit 'f6790b5e1075133ee39be91105f1135db7afd259': add initial QP value options This commit is a noop, see 5f44a4a Merged-by: James Almer <jamrial@gmail.com>
jamrial committedOct 17, 2017 -
Merge commit '8a60bba0aef77015111570058d5a72f0428dc748'
* commit '8a60bba0aef77015111570058d5a72f0428dc748': avcodec: clarify some decoding/encoding API details This commit is a noop, see f940492 Merged-by: James Almer <jamrial@gmail.com>
jamrial committedOct 17, 2017 -
lavf/cafenc: Only allow mono and stereo for Opus.
Found-by: James Almer
cehoyos committedOct 17, 2017 -
Changelog: Add metadata bitstream filters
This starts a new section - 3.4 has been released.
fhvwy committedOct 17, 2017 -
cbs: Add some read/write tests
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 3cae7f8) (cherry picked from commit fbd6317)
fhvwy committedOct 17, 2017 -
vaapi_mpeg2: Convert to use coded bitstream infrastructure
(cherry picked from commit 10eb496)
fhvwy committedOct 17, 2017 -
vaapi_h265: Add support for AUD NAL units
Matching the H.264 encoder. (cherry picked from commit e3e8eab)
fhvwy committedOct 17, 2017 -
vaapi_h265: Convert to use coded bitstream infrastructure
Also improves the metadata and generally makes the configuration a bit cleaner. (cherry picked from commit ac12486)
fhvwy committedOct 17, 2017 -
vaapi_h264: Fix CPB/DPB delays
This should be ticks, not time_scale steps - it was wrong for all framerates not a multiple of 1/2. (cherry picked from commit 3064517)
fhvwy committedOct 17, 2017 -
vaapi_h264: Add support for SEI recovery points
Included by default with non-IDR intra frames. (cherry picked from commit a49ee60)
fhvwy committedOct 17, 2017 -
vaapi_h264: Add support for AUD NAL units
Adds a new private option to enable them (off by default). (cherry picked from commit 820a448)
fhvwy committedOct 17, 2017 -
vaapi_h264: Convert to use coded bitstream infrastructure
(cherry picked from commit 7a4fac5)
fhvwy committedOct 17, 2017