ffmpeg | branch: master | Andreas Rheinhardt |
Fri Sep 11 16:28:25 2020 +0200| [f5a61a1728cba3fdd19370e8a020063676604efa] |
committer: Andreas Rheinhardt
avcodec/crystalhd: Remove unused packet
Unused since 41b0561dc7246b72a834067da539ae98b1ec6631.
Reviewed-by: James Almer
Signed-off-by: And
ffmpeg | branch: master | James Almer | Sat Sep 12 17:39:45
2020 -0300| [e46f34e85bf2306894fcaf7e3693dac7c29bc1d6] | committer: James Almer
avcodec/av1dec: fix setting pix_fmt
Fill the array with the software pix_fmt and move the avctx->hwaccel
check back to the proper place.
Also remove the av
ffmpeg | branch: master | James Almer | Wed Sep 9 15:22:27
2020 -0300| [bab3c32351e42f9f7f64947102f871903b2e635c] | committer: James Almer
avcodec/av1_parser: don't set AVCodecContext pixel format
This is a property a decoder must set, not a parser.
Signed-off-by: James Almer
> http://git.v
ffmpeg | branch: master | James Almer | Wed Sep 9 18:42:00
2020 -0300| [b80c66bb6b23334666dbbb7b132fa5d49523d461] | committer: James Almer
avcodec/av1dec: set chroma_sample_location
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b80c66bb6b23334666dbbb7
ffmpeg | branch: master | James Almer | Wed Sep 9 19:14:01
2020 -0300| [9c6026bc72905d40b6628fdbecba35bb1aceb8ce] | committer: James Almer
avcodec/av1dec: update reference frame state on show_existing_frame
As defined in Section 7.4
Signed-off-by: James Almer
> http://git.videolan.org/gitwe
ffmpeg | branch: master | James Almer | Wed Sep 9 15:40:07
2020 -0300| [5a562f518f3a3fdcf5fe5804c3a63dc95696da28] | committer: James Almer
avcodec/av1_parser: don't set AVCodecContext frame dimensions
Let the internal decoder take care of it, as frame reordering
may result in different values
ffmpeg | branch: master | James Almer | Wed Sep 9 16:57:50
2020 -0300| [b7a06885f1a7ac1d7f1ac4aec0fa329cbf3c524b] | committer: James Almer
avcodec/av1dec: use av_cmp_q() to compare aspect ratio
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7a06885f1a
ffmpeg | branch: master | Fei Wang | Wed Sep 9 11:39:55
2020 +0800| [47be5a505657f478636ff08cef45f5c4c201ad23] | committer: James Almer
avcodec: add AV1 hardware accelerated decoder
This AV1 decoder is currently only used for hardware accelerated decoding.
It can be extended into a native deco
ffmpeg | branch: master | Michael Niedermayer | Sun
May 10 19:04:23 2020 +0200| [2b9f39689ab19c68ff37b5a4ac71e8fb7f58c487] |
committer: Michael Niedermayer
avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth()
Fixes: -2.4187e+09 is outside the range of representable va
ffmpeg | branch: master | Michael Niedermayer | Thu
Sep 10 23:59:53 2020 +0200| [bad8b17a3da219777341acafd3e3113ea2477484] |
committer: Michael Niedermayer
avcodec/mobiclip: Check quantizer before table setup
Fixes: index -1 out of bounds for type 'const uint8_t [6][16]'
Fixes: out of array re
ffmpeg | branch: master | Paul B Mahol | Sat Sep 12 14:49:15
2020 +0200| [60c4459075c947244961dac5d372ab6bd6591ac2] | committer: Paul B Mahol
avformat/brstm: remove custom allocation of table to hold coeffs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60c4459075c947244961dac5d372
ffmpeg | branch: master | Mark Reid | Sat Sep 12 02:07:13
2020 -0700| [61d767f3a3a9b6c7cdeb509d1839b40233c2115d] | committer: Paul B Mahol
fate: use correct uint32 layer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61d767f3a3a9b6c7cdeb509d1839b40233c2115d
---
tests/fate/image.m
ffmpeg | branch: master | Paul B Mahol | Sat Sep 12 14:45:31
2020 +0200| [3382b0290a31a9e462d3f19e9590fa091b23fd4f] | committer: Paul B Mahol
avformat/brstm: fix decoding brstm with custom coeff offsets
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3382b0290a31a9e462d3f19e9590fa09
ffmpeg | branch: master | Paul B Mahol | Fri Sep 11 13:28:12
2020 +0200| [ca49476ace90ddebc5f92d9d82297f77e528c21e] | committer: Paul B Mahol
avcodec/adpcm: take into account block_align when decoding ADPCM_PSX
Should reduce decoding overhead.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a
ffmpeg | branch: master | Jun Zhao | Fri Aug 7
20:48:42 2020 +0800| [856363710f035b128767b1deb3926b38a089fd91] | committer:
Jun Zhao
lavf/mov: Remove redundant code
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=856363710f035b128767b1deb3926b38a089fd91
-
ffmpeg | branch: master | Ting Fu | Wed Sep 9 09:52:18
2020 +0800| [87cb24a1ca4a76e5a5a9969e3058a94d952e1b37] | committer: Guo, Yejun
dnn/openvino: support run inference via GPU
for enabling OpenVINO GPU please:
1. install required OpenCL drivers, see:
https://github.com/intel/compute-runtime
ffmpeg | branch: master | Ting Fu | Wed Sep 9 09:52:19
2020 +0800| [dc16aeb3904654c95d613d6277c27a9461ef1991] | committer: Guo, Yejun
dnn/openvino: add input/output name info
show all input/output names when the input or output name not correct
Signed-off-by: Ting Fu
Signed-off-by: Guo, Yeju
ffmpeg | branch: master | Paul B Mahol | Sat Sep 12 10:06:35
2020 +0200| [a406dde1d21b9f253f996e94a2fd2045898f9c37] | committer: Paul B Mahol
avcodec/exr: initialize axmax and bxmin to 0
They can be used uninitialized.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a406dde1d21b9f2
18 matches
Mail list logo