[FFmpeg-cvslog] lavc/libxevd: Fixed the has_b_frames setting

2024-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 20:35:15 2024 +0800| [fc02b910ad5457af4d937a67c04b2fc139b89f03] | committer: Jun Zhao lavc/libxevd: Fixed the has_b_frames setting has_b_frames used in decoder for size of the frame reordering buffer, and we don't used the max_b_frames in decoder

[FFmpeg-cvslog] lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output

2024-04-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 21:47:11 2024 +0800| [822e2843ca1ce185ebff3b665e62f3fc56bbd22a] | committer: Nuo Mi lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output Use dpb_max_num_reorder_pics to control output instead of dpb_max_dec_pic_buffering, when

[FFmpeg-cvslog] lavc/vvc_parser: Fixed the has_b_frames setting

2024-04-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 21:47:10 2024 +0800| [50b8666dc695b1d61ecc1ff2c4fbac2f466f0f65] | committer: Nuo Mi lavc/vvc_parser: Fixed the has_b_frames setting has_b_frames used in decoder for size of the frame reordering buffer, setting this field from

[FFmpeg-cvslog] lavc/vvc_parser: Remove max_b_frames setting

2024-04-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 21:47:08 2024 +0800| [d9f72eb107da7691c163704145b055b94f4e73e9] | committer: Nuo Mi lavc/vvc_parser: Remove max_b_frames setting We don't used the max_b_frames field in decoder normally Signed-off-by: Jun Zhao > http://git.videolan.

[FFmpeg-cvslog] lavf/movenc: small cleanup for style

2024-03-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 21 10:31:13 2024 +0800| [5ebcca4e08bf6063b227a23d8e87e56bba52ff18] | committer: Jun Zhao lavf/movenc: small cleanup for style Small cleanup for style, indent, switch case lables. BTW, the preferred way to ease multiple indentation levels in a switch

[FFmpeg-cvslog] lavc/vvc_parser: small cleanup for style

2024-03-23 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Mar 22 18:35:38 2024 +0800| [bfbf0f4e82eff7fc6f15205b71e97322e7681dcb] | committer: Nuo Mi lavc/vvc_parser: small cleanup for style small cleanup for style, redundant semicolons, goto labels, in FFmpeg, we put goto labels at brace level. Signed-off

[FFmpeg-cvslog] avdevice/decklink_dec: add explicit specifier

2023-11-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Aug 28 16:09:57 2023 +0800| [ab3bd5ead047db1649ddc75ae8f08681c65d8eee] | committer: Jun Zhao avdevice/decklink_dec: add explicit specifier The explicit specifier used with a single argument constructor to prevent implicit type conversions. Signed-off

[FFmpeg-cvslog] vulkan_decode: fix the print format of VkDeviceSize

2023-11-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Nov 12 18:25:29 2023 +0800| [c961ac4b0ca27d451c430553793b3fff88fc78e5] | committer: Jun Zhao vulkan_decode: fix the print format of VkDeviceSize VkDeviceSize represents device memory size and offset values as uint64_t in Spec. Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavfi/Makefile: fix vf_cropdetect missed edge_common

2023-11-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Nov 18 10:26:07 2023 +0800| [2d4aef8982791b59000a01ba334a8a3bd3a8d5b3] | committer: Stefano Sabatini lavfi/Makefile: fix vf_cropdetect missed edge_common vf_cropdetect depends on edge_common, it's missing in Makefile. Fix trac issue: http

[FFmpeg-cvslog] lavc/videotoolboxenc: Dump the encoder

2023-09-15 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Sep 3 23:06:21 2023 +0800| [213cba9696c1525d5022d8c3597bddb6fab15379] | committer: Jun Zhao lavc/videotoolboxenc: Dump the encoder Dump the encoder, it's will help debug some case Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-15 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Sep 4 10:48:01 2023 +0800| [5c635b7d8c7c4a7fe0c93b5b3cefff3c72bff237] | committer: Jun Zhao lavc/videotoolboxenc: Get the encoder supported properties Get the encoder supported properties list, it will be used for feature support checks. Signed-off

[FFmpeg-cvslog] lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value

2023-08-27 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Aug 15 17:56:13 2023 +0800| [c48ec95ba310fa7debb317b8790b387b6256d2c5] | committer: Jun Zhao lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value replace ITU-T T35(A/53 CC) SEI type by enum value Reviewed-by: Kieran Kunhya Signed-off

[FFmpeg-cvslog] fftools/ffmpeg_filter: initialize the 'o' to silence the warning

2023-02-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Feb 25 21:54:00 2023 +0800| [a0a0a804998da8d1a397479c9bafeb000e6be088] | committer: Jun Zhao fftools/ffmpeg_filter: initialize the 'o' to silence the warning silence the warning: variable 'o' is used uninitialized whenever '&&' condition

[FFmpeg-cvslog] doc/examples/muxing: Remove unnecessary ret

2022-10-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Oct 22 10:46:03 2022 +0800| [3497362be18ec1f7b1e675209da2a9e5b4a585f7] | committer: Jun Zhao doc/examples/muxing: Remove unnecessary ret Remove unnecessary ret and make the code more compact Signed-off-by: Jun Zhao > http://git.videolan.

[FFmpeg-cvslog] doc/protocols: update rtsp options

2022-10-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Oct 22 18:11:19 2022 +0800| [307326b36dccf4b3aec90864d4e71ec0b8872f48] | committer: Jun Zhao doc/protocols: update rtsp options Split the rtsp options to muxer/demuxer, and update the options. Signed-off-by: Jun Zhao > http://git.videolan.

[FFmpeg-cvslog] lavc/Makefile: fix make checkheaders fail

2022-08-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Aug 4 17:49:00 2022 +0800| [33afa2167ee61a1f7555ee7d41436ffb1052548e] | committer: Jun Zhao lavc/Makefile: fix make checkheaders fail Fix the build break when used make checkheaders Reviewed-by: Andreas Rheinhardt Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavf/hevc: replace the unicode signal quotation with normal quotation

2022-08-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Aug 4 16:49:23 2022 +0800| [101e154c2860abe4a8dcb7e54b2bc903adfd87b6] | committer: Jun Zhao lavf/hevc: replace the unicode signal quotation with normal quotation replace the unicode left/right signal quotation mark with normal signal quotation. Signed

[FFmpeg-cvslog] lavf/cavsvideodec: Add GuangDian profile support

2022-05-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 24 19:42:05 2022 +0800| [93d6d697fa8ba9d44a624187277d7ff028bb1f1c] | committer: Jun Zhao lavf/cavsvideodec: Add GuangDian profile support Enable the Guangdian profile support Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavc/cavsdec: Add profile check

2022-05-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 24 19:38:05 2022 +0800| [68a7df5e9d737486892b0a924748e1c47f870d97] | committer: Jun Zhao lavc/cavsdec: Add profile check Add profile check for cavs decoder, now cavs decoder only support JiZhun(0x20) profile Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavc/libuavs3d: fix incorrect comments

2022-05-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon May 2 09:37:49 2022 +0800| [072a0daf5d99b92f833cc4e2807bc69eff2d338f] | committer: Jun Zhao lavc/libuavs3d: fix incorrect comments fix incorrect comments Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc:libsvtav1: Update SVT-AV1 new repo

2021-07-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 4 00:45:53 2021 +0800| [7bd7377ddbad959e7f77681e8cc990561406f04f] | committer: Jun Zhao lavc:libsvtav1: Update SVT-AV1 new repo SVT-AV1 moved the repo from github to gitlab. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/filters: Update commands doc for amix

2021-05-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 10 15:45:13 2021 +0800| [d5e575ef6a30dfbfa74bc74f18932c03106dc0d2] | committer: Jun Zhao doc/filters: Update commands doc for amix commit 95b854dd06 "rename sum option to normalize" missed command part docs Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavfi/dnn: check the return value from sws_getContext

2020-12-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Dec 9 17:53:10 2020 +0800| [0320dab265ef880b5b07cac1f9ebaa3fb5417f6a] | committer: Guo, Yejun lavfi/dnn: check the return value from sws_getContext sws_getContext may be return NULL, and it's will be dereferenced, so add the check. Signed-off-by: Jun

[FFmpeg-cvslog] lavfi/dnn: used the format name in debug message

2020-12-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Dec 9 17:53:09 2020 +0800| [ae2075265b8e779ed0545aa4f9b238013b4e446f] | committer: Guo, Yejun lavfi/dnn: used the format name in debug message Used the format name in debug message. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] tests/audiomatch: add free to make static analysis tools happy

2020-12-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Dec 7 15:47:09 2020 +0800| [412c3b37a410c90820bb37308ed55df5aa75e2cc] | committer: Jun Zhao tests/audiomatch: add free to make static analysis tools happy Reviewed-by: Anton Khirnov Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] examples/muxing: misc style fixes

2020-09-27 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Sep 25 19:23:54 2020 +0800| [ef868fa4a1e2803e22382ca907ebb384867f82b6] | committer: Jun Zhao examples/muxing: misc style fixes misc style fixes. Reviewed-by: Steven Liu Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavf/hls: add AC-3/EAC-3 to allowed extensions file list

2020-09-27 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Sep 25 19:52:14 2020 +0800| [5bf22519cec50cceada06bb58a9d1fa2bb30d1ec] | committer: Jun Zhao lavf/hls: add AC-3/EAC-3 to allowed extensions file list Add AC-3/EAC-3 to allowed extensions file list. From HTTP Live Streaming 2nd Edition draft-pantos-hls

[FFmpeg-cvslog] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-09-20 Thread Jun Zhao
ffmpeg | branch: release/4.3 | Jun Zhao | Sun Jul 12 13:48:48 2020 +0800| [6d886b6586bbc169525c84ce798c654f2fa8013a] | committer: Jun Zhao lavf/srt: fix build fail when used the libsrt 1.4.1 libsrt changed the: SRTO_SMOOTHER -> SRTO_CONGESTION SRTO_STRICTENC -> SRTO_ENFORCEDENCR

[FFmpeg-cvslog] lavf/mov: Remove redundant code

2020-09-12 Thread Jun Zhao
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=856363710f035b128767b1deb3926b38a089f

[FFmpeg-cvslog] lavc/libkvazaar: export encoded frame stats

2020-08-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 26 10:43:10 2020 +0800| [d5abb11738a3897681f5e1205659e0054180efe4] | committer: Jun Zhao lavc/libkvazaar: export encoded frame stats Export choosen pict_type and qp. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] doc/fftools-common-opts: fix typo (name => named)

2020-08-08 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Aug 7 21:22:47 2020 +0800| [035208e514fa7f1251001a1cd500e9244060f042] | committer: Jun Zhao doc/fftools-common-opts: fix typo (name => named) fix typo (name => named) Reviewed-by: Gyan Doshi Signed-off-by: Jun Zhao > http://git.vid

[FFmpeg-cvslog] doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name

2020-08-08 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Aug 7 21:20:05 2020 +0800| [b9ff25a93e9bd7002b18b2bdca6b6a77d7ceb6a0] | committer: Jun Zhao doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name document ffmpeg -h protocol=protocol_name Reviewed-by: Gyan Doshi Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavc/libopenh264enc: use framerate if available

2020-08-05 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 26 19:16:43 2020 +0800| [becfdaaa0961fcdfea5e7be102d59e5861e5adea] | committer: Jun Zhao lavc/libopenh264enc: use framerate if available Respecting the framerate in the libopenh264enc codec context. Both the libx264 and libx265 encoders already

[FFmpeg-cvslog] lavc/libkvazaar: fix framerate setting

2020-08-01 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 26 18:51:19 2020 +0800| [21e86a12e6ae3e977ba78edf23689be1c4219d71] | committer: Jun Zhao lavc/libkvazaar: fix framerate setting fix framerate setting. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-27 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 12 13:48:48 2020 +0800| [7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315] | committer: Jun Zhao lavf/srt: fix build fail when used the libsrt 1.4.1 libsrt changed the: SRTO_SMOOTHER -> SRTO_CONGESTION SRTO_STRICTENC -> SRTO_ENFORCEDENCR

[FFmpeg-cvslog] lavf/dashdec: enable custom interrup callback in sub-demuxer

2020-07-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jul 18 19:45:55 2020 +0800| [ba31fdfd7b7d5a077f3328bc8da5e61582b88354] | committer: Jun Zhao lavf/dashdec: enable custom interrup callback in sub-demuxer Enable the custom callback in sub-demuxer Reviewed-by: Steven Liu Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavf/hls: enable custom interrup callback in sub-demuxer

2020-07-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jul 18 19:44:35 2020 +0800| [4239a8c9831a0054af47400aaf78167178b97197] | committer: Jun Zhao lavf/hls: enable custom interrup callback in sub-demuxer Enable the custom callback in sub-demuxer Reviewed-by: Steven Liu Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] doc/http: Update HTTP protocol options

2020-07-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Jul 17 10:59:05 2020 +0800| [68c56082d3888d7c1aba9f518ee9ad73850b7e31] | committer: Jun Zhao doc/http: Update HTTP protocol options remove the timeout option docs part for HTTP protocol and add auth_type option part. Reviewed-by: Gyan Doshi Signed

[FFmpeg-cvslog] lavf/udp: fix the comments for default UDP socket recvbuf size

2020-07-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jul 11 19:09:36 2020 +0800| [3205ed31a7756ae563301e2f5a5dd2c853b20349] | committer: Jun Zhao lavf/udp: fix the comments for default UDP socket recvbuf size 15d160cc0b2 increased the UDP socket receiving buffer size (64K ->384K), but missed to upd

[FFmpeg-cvslog] lavfi/setpts: fix setpts/asetpts option dump error

2020-07-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 13 14:26:39 2020 +0800| [04037e296619f64d35b79ff5a00c3e6e9a05b0b8] | committer: Jun Zhao lavfi/setpts: fix setpts/asetpts option dump error fix the command ffmpeg -h filter=setpts/asetpts both dump the expr option with "FVA" flags.

[FFmpeg-cvslog] lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation

2020-06-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 17 12:10:05 2020 +0800| [60d79b1df9d4c6030010ccb0c134ede9e33158c2] | committer: Jun Zhao lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation Now we just use one ADTS raw frame to calculate the bit rate, it's lead to a larger error

[FFmpeg-cvslog] lavf/dashdec: Add missed side data/disposition

2020-06-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jun 4 22:00:48 2020 +0800| [3cf2f515e392ab22594f34966e93e75931cfc7e2] | committer: Jun Zhao lavf/dashdec: Add missed side data/disposition dash demuxer get the stream info from sub-stream, but missed side data/disposition part, e,g, missed the DOVI

[FFmpeg-cvslog] lavu/internal: Fix comment for avpriv_dict_set_timestamp

2020-06-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 6 17:04:58 2020 +0800| [0a0158e45d467593d08d4cfd16cdc1be242090f5] | committer: Jun Zhao lavu/internal: Fix comment for avpriv_dict_set_timestamp Fix comment for avpriv_dict_set_timestamp from b72a7b96f84 Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavc/qsv: fix make checkheaders warning

2020-06-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 31 16:12:36 2020 +0800| [ab9ff762c1ead3cab1950a458e845b0b0267f38d] | committer: Jun Zhao lavc/qsv: fix make checkheaders warning make checkheaders will get warning as follow: In file included from libavcodec/qsv_internal.h.c:1: ./libavcodec

[FFmpeg-cvslog] hwcontext_vulkan: fix make checkheaders fail

2020-06-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat May 30 20:41:31 2020 +0800| [0c79b731647f834dae86a5cf6fb4dbe3538b2266] | committer: Jun Zhao hwcontext_vulkan: fix make checkheaders fail make checkheaders will get error as follow: CC libavutil/hwcontext_vulkan.h.o In file included from libavutil

[FFmpeg-cvslog] checkasm: sw_rgb: Fix mixed declaration and code

2020-06-01 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat May 30 20:33:53 2020 +0800| [7f76f20fa0a8aad6de50634a5cb60dc53117d6ab] | committer: Jun Zhao checkasm: sw_rgb: Fix mixed declaration and code Fix mixed declaration and code. Reviewed-by: Michael Niedermayer Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE

2020-05-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed May 27 00:37:21 2020 +0800| [439128960991aea38263a53c7634a0e2aa786691] | committer: Jun Zhao lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE e,g: the command: ffprobe -show_format -i fate-suite/aac/foo.aac -loglevel 99 will dump

[FFmpeg-cvslog] lavfi/aiir: Refine the pad/vpad related operation

2020-05-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon May 25 16:10:29 2020 +0800| [018cd437f898aa72eafcd44dba263dc1ec8fcf05] | committer: Jun Zhao lavfi/aiir: Refine the pad/vpad related operation move the pad/vpad related operation with more natural coding style. Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavfi/afir: fix vpad.name leak

2020-05-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon May 25 08:48:12 2020 +0800| [ff8329a73054bc6055a69860507fe45386e94798] | committer: Jun Zhao lavfi/afir: fix vpad.name leak Fix vpad.name leak in error path, move the vpad related operation only if enabled show IR frequency response. Signed-off

[FFmpeg-cvslog] lavc/libx264: misc style fixes

2020-05-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed May 27 00:42:12 2020 +0800| [b63f502911170f6eaef97dae7bd968b1233fbc7e] | committer: Jun Zhao lavc/libx264: misc style fixes commit 4ed3a01d717 missed coding style fix. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] lavf/mpegtsenc: misc style fixes

2020-05-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed May 27 00:49:50 2020 +0800| [ab42db9bed019c1247fb20c9d7be77ff9ccb006a] | committer: Jun Zhao lavf/mpegtsenc: misc style fixes commit 32aeba12755 missed coding style fix. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavf/mp3enc: fix ID3v1 year metadata setting issue

2020-04-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 20 15:59:39 2020 +0800| [280383a8975bf04f7d05caf55fae75bbff71b347] | committer: Jun Zhao lavf/mp3enc: fix ID3v1 year metadata setting issue Follow the http://id3.org/ID3v1, setting the year metadata for ID3v1. fix #8623 Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavu/version: bump minor version for DOVI sidedata

2020-04-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Apr 23 19:02:03 2020 +0800| [5a2a1990319f141314b707676eca400e2d317189] | committer: Jun Zhao lavu/version: bump minor version for DOVI sidedata bump minor version for DOVI sidedata, because added the dovi_meta.h as lavu API part. Also update APIchanges

[FFmpeg-cvslog] lavf/dump: dump DOVI side data

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:09:03 2020 +0800| [446dac9ccf0bc8ae723929e3c2e87395753c3d5c] | committer: Jun Zhao lavf/dump: dump DOVI side data dump DOVI side data. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fftools/ffprobe: support DOVI sidedata

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:10:00 2020 +0800| [e689a759c6b634ff26d53e870dcfe725cfce86a5] | committer: Jun Zhao fftools/ffprobe: support DOVI sidedata support DOVI sidedata. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:11:11 2020 +0800| [b8243b3edfe91dcd74621edd5fd4f5f95b7bf8f3] | committer: Jun Zhao lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata enable dvcC/dvvC box support from DOVI sidedata. Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavc/version: bump minor version for DOVI sidedata

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Apr 22 19:22:56 2020 +0800| [7fd70ad9e97c57efcf7734a5c80e83d52606efa9] | committer: Jun Zhao lavc/version: bump minor version for DOVI sidedata Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc: add a new sidedata type for DOVI

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:07:15 2020 +0800| [0e1db79e37bb9d5ad1f647bd38f7381e2c5865fb] | committer: Jun Zhao lavc: add a new sidedata type for DOVI add a new sidedata type for DOVI. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Apr 22 19:47:32 2020 +0800| [54f100272a363d119bc862df23c6191676b97ea7] | committer: Jun Zhao doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/tls_mbedtls: fix resource leak

2020-04-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 20 14:45:16 2020 +0800| [36083450a4be9e3053f4254ca1f696b402dab8e0] | committer: Jun Zhao lavf/tls_mbedtls: fix resource leak fix resource leak in mbedtls part. fix #8614 Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] fftools: fix hwaccels option dump redundancy

2020-04-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Apr 9 21:54:01 2020 +0800| [5633f9a8a221f7511d5ec9b4c57a21c890271ad0] | committer: Jun Zhao fftools: fix hwaccels option dump redundancy When QSV is enabled in FFmpeg, the command "ffmpeg -hwaccels" shows a duplicate entry in accelerati

[FFmpeg-cvslog] lavf/dashdec: Add ts to the list of allowed extensions.

2020-03-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Feb 19 13:20:45 2020 +0800| [ab316a19aad70b8350a22b605a7808937399e773] | committer: Jun Zhao lavf/dashdec: Add ts to the list of allowed extensions. Dashdec can able to handle MPEG-2 TS streams by default as well, used MP4Box to create the segmented

[FFmpeg-cvslog] lavf/dashdec: add 3GPP TS26.247 probe in dash demuxer

2020-03-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Feb 19 11:51:20 2020 +0800| [e27a35e0458224ef6f47753f248ba84ec8284818] | committer: Jun Zhao lavf/dashdec: add 3GPP TS26.247 probe in dash demuxer Enabled the 3GP-DASH Release-10/Relase-11(3GPP TS26.247) profile to dash demuxer probe. Signed-off

[FFmpeg-cvslog] doc/filters: add missed framesync part in filter docs

2020-03-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Mar 1 20:06:31 2020 +0800| [493f669efaa0504dd46ec2c44acc8578ba2c91a0] | committer: Jun Zhao doc/filters: add missed framesync part in filter docs Add missed framesync part in filter docs. Reviewed-by: Gyan Doshi Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] cmdutils: fix crash if no name for "ffmpeg -h protocol"

2020-01-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jan 30 22:03:17 2020 +0800| [b99ed6e4287ccc4dcaf3c5133e9ec62d4ddb5bc6] | committer: James Almer cmdutils: fix crash if no name for "ffmpeg -h protocol" fix crash when used the command like: - ffmpeg -h protocol - ffmpeg -h protocol= Signed-o

[FFmpeg-cvslog] doc/spp: Update spp command options docs

2020-01-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 18 09:37:52 2020 +0800| [b3cfbd7194f0bf4dacaa08f77bcad8af4ddf7fe9] | committer: Jun Zhao doc/spp: Update spp command options docs Update spp command options docs Reviewed-by: Gyan Doshi Suggested-by: Moritz Barsnick Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavfi/volume: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 09:28:33 2020 +0800| [722547996c27b871c9288c45de9887b98a076750] | committer: Jun Zhao lavfi/volume: enable runtime change flag enable runtime change flag. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/scale: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 09:31:40 2020 +0800| [d9e78a723a375c90641f9eac26db4019c94a80d4] | committer: Jun Zhao lavfi/scale: enable runtime change flag enable runtime change flag. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/eq: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 10:14:57 2020 +0800| [b7bf0cc24e1b12c2ee031e5f5b915cba771e] | committer: Jun Zhao lavfi/eq: enable runtime change flag enable runtime change flag Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/crop: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 09:29:46 2020 +0800| [31b24588c5cb4a0ad37a7b64ab3f2b3de682b2dd] | committer: Jun Zhao lavfi/crop: enable runtime change flag enable runtime change flag. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/firequalizer: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 10:28:11 2020 +0800| [a2619a473ef795c9e49cbcca9757ab154f9c334c] | committer: Jun Zhao lavfi/firequalizer: enable runtime change flag enable runtime change flag Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] lavfi/streamselect: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 09:56:46 2020 +0800| [f2a095ac2a1d9c8d96f55e634f84f3d0ed71c0f3] | committer: Jun Zhao lavfi/streamselect: enable runtime change flag enable runtime change flag. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] lavfi/rotate: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 10:14:25 2020 +0800| [419e47788ac2c658ab5904cca96c964b335607b1] | committer: Jun Zhao lavfi/rotate: enable runtime change flag enable runtime change flag Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/hue: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 09:30:46 2020 +0800| [8cebc8e4793b2062def191dd80931a2574405f7e] | committer: Jun Zhao lavfi/hue: enable runtime change flag enable runtime change flag. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/zscale: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 10:28:50 2020 +0800| [b5cea391906a9a484be937a36bdf2c4f8be6d739] | committer: Jun Zhao lavfi/zscale: enable runtime change flag enable runtime change flag Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/spp: enable runtime change flag

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 09:56:10 2020 +0800| [94004a8b654b339fcb19dd19d9a7bb5138ca21fa] | committer: Jun Zhao lavfi/spp: enable runtime change flag enable runtime change flag. Reviewe-by: Michael Niedermayer Signed-off-by: Jun Zhao > http://git.videolan.

[FFmpeg-cvslog] lavfi/spp: add "quality" option in runtime change path

2020-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Jan 10 19:48:02 2020 +0800| [692f0519bbefbeac2004aba92c35a37c5f378eaf] | committer: Jun Zhao lavfi/spp: add "quality" option in runtime change path it's stranage to use option "level" in runtime change path but used "quality

[FFmpeg-cvslog] doc/general: Add avs2 decoder/encoder entry

2020-01-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11 12:12:24 2020 +0800| [883e6af710ba71bb26b5b9e19ebbec455528d7b4] | committer: Gyan Doshi doc/general: Add avs2 decoder/encoder entry Add avs2 decoder/encoder entry Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure

2020-01-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 13:22:13 2020 +0800| [304eaa63a993e9c926832b44069f6814c527d026] | committer: Nicolas George lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure ff_filter_frame() always frees the frame in case of error, so we don't need

[FFmpeg-cvslog] lavc/libkvazaar: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:09:52 2020 +0800| [cf9c9a9db93ac5158ad77ba7f6d23493d7e8e222] | committer: Jun Zhao lavc/libkvazaar: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually

[FFmpeg-cvslog] lavc/bsf: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:06:47 2020 +0800| [0099f71502b7b88ae11ea7360d0f751be8d5878e] | committer: Jun Zhao lavc/bsf: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually free

[FFmpeg-cvslog] libavutil/opt: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:35:31 2020 +0800| [3c8da7b9826d03e370cab550a403ed0e14da24ef] | committer: Jun Zhao libavutil/opt: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually free

[FFmpeg-cvslog] lavfi/coreimage: fix memory leak after av_dict_parse_string fail

2020-01-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 12:27:18 2020 +0800| [c8e72a6494ebffbe930a30823cb70a0671e6bfe0] | committer: Jun Zhao lavfi/coreimage: fix memory leak after av_dict_parse_string fail In case of failure, all the successfully set entries are stored in *pm. We need to manually

[FFmpeg-cvslog] lavf/libsrt: add version guard for srt encryption control

2020-01-01 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Dec 25 21:22:09 2019 +0800| [d7e2a2bb35e394287b3e3dc27744830bf0b7ca99] | committer: Jun Zhao lavf/libsrt: add version guard for srt encryption control add version guard for srt encryption control. and use SRTO_STRICTENC(53) for compatibility. Signed

[FFmpeg-cvslog] fftools/cmdutils: Fix break command dump for -map option

2019-12-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Dec 12 16:02:53 2019 +0800| [c1e215041bb4feeb17fc1d16d5c651ca6d35ad84] | committer: Jun Zhao fftools/cmdutils: Fix break command dump for -map option Before this fix, ffmpeg -h full | grep map get the command dump like: -map [-]input_file_id

[FFmpeg-cvslog] lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init

2019-12-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Dec 10 17:41:56 2019 +0800| [4eae85a82f81fa2ff4c317797ca3d82caf35db86] | committer: Jun Zhao lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init supporting both pre-1.1.0 and post-1.1.0 version of the OpenSSL library as the link: https

[FFmpeg-cvslog] lavf/libsrt: add linger parameter to libsrt

2019-12-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Dec 1 14:03:37 2019 +0800| [8d823e6005febef23ca10ccd9d8725e708167aeb] | committer: Jun Zhao lavf/libsrt: add linger parameter to libsrt add linger parameter to libsrt, it's setting the number of seconds that the socket waits for unsent data when

[FFmpeg-cvslog] lavf/libsrt: enable other encryption parameters

2019-12-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Dec 1 21:09:13 2019 +0800| [952fd0c768747a0f910ce8b689fd23d7c67a51f8] | committer: Jun Zhao lavf/libsrt: enable other encryption parameters Enable the SRTO_ENFORCEDENCRYPTION/SRTO_KMREFRESHRATE/ SRTO_KMPREANNOUNCE for srt encryption control. Signed

[FFmpeg-cvslog] lavf/rtmpproto: Don't unref uninitialized buffers

2019-12-06 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Dec 3 17:50:45 2019 +0800| [70e292becf3fc62535aefd6b48c5834f89eed7f4] | committer: Jun Zhao lavf/rtmpproto: Don't unref uninitialized buffers This happens if ffurl_open_whitelist fails and stream is unset. Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavfi/avf_showspectrum: Fix the memory leak in error handle path

2019-12-06 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Dec 3 18:16:24 2019 +0800| [46d2a67f80e60128791d3d254fc6c17db6b94db9] | committer: Jun Zhao lavfi/avf_showspectrum: Fix the memory leak in error handle path Fix the memory leak in error handle path. Reviewed-by: Michael Niedermayer Signed-off

[FFmpeg-cvslog] lavc/mvha: Check init_get_bits8() for failure

2019-11-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Nov 28 19:42:01 2019 +0800| [2952d9c5dce4014716ed9693f01447254bf42ee3] | committer: Jun Zhao lavc/mvha: Check init_get_bits8() for failure fix potential null pointer dereference Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavf/vividas: check avformat_new_stream() return

2019-11-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Nov 28 19:07:48 2019 +0800| [d96558902277a25e002ad1b9bb9bc7e536a13a8b] | committer: Jun Zhao lavf/vividas: check avformat_new_stream() return check avformat_new_stream() return. Reviewed-by: Michael Niedermayer Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavf/rtmpproto: fix the playpath truncation if the len > 512

2019-11-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Nov 15 19:10:47 2019 +0800| [487e7e9670032465e1850d54fd58c5248aa50be9] | committer: Jun Zhao lavf/rtmpproto: fix the playpath truncation if the len > 512 fix the playpath truncation if the len > 512 Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxer

2019-11-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Nov 2 22:46:00 2019 +0800| [a23c8d75ec34ea6dbc3c88e88f0ec6b6d6cbe91d] | committer: Jun Zhao lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxer Enable probesize/max_analyze_duration setting when open the sub-demuxer, it's

[FFmpeg-cvslog] lavf/hls: support probesize/max_analyze_duration when open sub-demuxer

2019-11-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Nov 2 19:48:28 2019 +0800| [5307c12acbafb1640123ab6d9591b3c1ab9d4c5d] | committer: Jun Zhao lavf/hls: support probesize/max_analyze_duration when open sub-demuxer Add probesize/max_analyze_duration support when open the sub-demuxer, it's will be used

[FFmpeg-cvslog] lavf/dashdec: drop unnecessary check before ff_format_io_close

2019-11-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Sep 24 00:30:17 2019 +0800| [e7000389905f1ac2858ea2804d621e72f753a7eb] | committer: Jun Zhao lavf/dashdec: drop unnecessary check before ff_format_io_close ff_format_io_close will check the AVIOContext pointer pb, so drop the unnecessary check before

[FFmpeg-cvslog] lavf/hls: fix the log context setting in log message

2019-11-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Oct 27 10:00:24 2019 +0800| [bbf061c7ca392807028f83a71506d79e2c5306de] | committer: Jun Zhao lavf/hls: fix the log context setting in log message Fix the log context setting in log message Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavf/mov: add log context dump in log message

2019-11-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Oct 27 10:01:30 2019 +0800| [3dce89e55e4ccb2c0f5445ca0c28d6d8507b4bc5] | committer: Jun Zhao lavf/mov: add log context dump in log message add log context dump in log message. Reviewed-by: Michael Niedermayer Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavf/flvenc: Cosmetics: fix indentation

2019-11-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Nov 2 19:59:45 2019 +0800| [d44c7235a80941501bcbaa168e8a454ef782c287] | committer: Jun Zhao lavf/flvenc: Cosmetics: fix indentation fix indentation Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/asfdec: Simplify the check conditions

2019-11-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 15 16:21:56 2019 +0800| [ec3d3fc65d06a9f7bc4d32b12b14a7c75e00484d] | committer: Jun Zhao lavf/asfdec: Simplify the check conditions Simplify the check conditions Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

  1   2   3   4   >