[FFmpeg-cvslog] avcodec/evc: Alterations following changes in libxeve

2024-06-28 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Tue Jun 25 14:20:16 2024 +0200| [3e6c7948626f19c46c1a630c788ea6bbd9e7fbcb] | committer: James Almer avcodec/evc: Alterations following changes in libxeve Signed-off-by: Dawid Kozinski Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/hevcpred_template: Removed unreachable code

2023-10-03 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Fri Sep 29 10:32:13 2023 +0200| [3ba3e188b32a48cfca36f02ea9671e22f4c2482c] | committer: Ronald S. Bultje avcodec/hevcpred_template: Removed unreachable code Signed-off-by: Dawid Kozinski Signed-off-by: Ronald S. Bultje > http://git.videolan.

[FFmpeg-cvslog] avcodec/evc_decoder: Provided support for EVC decoder

2023-11-20 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Tue Sep 19 13:34:58 2023 +0200| [cfe29478873e5000416a2da58a92102b7ed7255c] | committer: James Almer avcodec/evc_decoder: Provided support for EVC decoder - Added EVC decoder wrapper - Changes in project configuration file and libavcodec Makefile

[FFmpeg-cvslog] avcodec/evc_encoder: Provided support for EVC encoder

2023-11-20 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Tue Sep 19 13:34:21 2023 +0200| [c59a96fd08620bd8239c218f2e0dfb8429c81c3c] | committer: James Almer avcodec/evc_encoder: Provided support for EVC encoder - Added EVC encoder wrapper - Changes in project configuration file and libavcodec Makefile

[FFmpeg-cvslog] avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order

2024-05-08 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Thu Apr 18 12:53:24 2024 +0200| [cf45526a0d75052d0a76e7ece709fd08df8bd22c] | committer: James Almer avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order

[FFmpeg-cvslog] avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer

2024-05-08 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Thu Apr 18 12:53:52 2024 +0200| [73d338d47c53dcdf8d7e9e28796f1d4973d0c953] | committer: James Almer avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer Signed-off-by: Dawid Kozinski > h

[FFmpeg-cvslog] avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed

2024-05-08 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Thu Apr 18 12:54:09 2024 +0200| [e8e84dc3252dfb9632380a2f02eb90be167c746f] | committer: James Almer avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed Signed-off-by: Dawid Kozinski > h

[FFmpeg-cvslog] avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe

2024-05-08 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Thu Apr 18 12:53:08 2024 +0200| [0797651c12f643ea382d0ec09214670fd8d01b17] | committer: James Almer avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe Signed-off-by: Dawid Kozinski > h

[FFmpeg-cvslog] avformat/evc: Small fixes in documentation

2024-05-09 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Thu Apr 18 12:54:24 2024 +0200| [e4da96c6b2051fcd8e1ee9c69f881d2dd6cd1f67] | committer: James Almer avformat/evc: Small fixes in documentation Signed-off-by: Dawid Kozinski > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec: add APV encoder using liboapv

2025-05-04 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Wed Apr 23 16:13:29 2025 +0200| [fab691edaf53bbf10429ef3448f1f274e5078395] | committer: James Almer avcodec: add APV encoder using liboapv Co-authored-by: James Almer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] configure: Update liboapv version requirement

2025-06-17 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Wed Jun 11 12:41:31 2025 +0200| [5d380e4431a76bbe744647c859a89ebf035f1092] | committer: James Almer configure: Update liboapv version requirement Changed the minimum required version of liboapv from 0.1.13 to 0.1.13.1 Signed-off-by: Dawid Kozinski

[FFmpeg-cvslog] avcodec/liboapvenc: set the encoder output to OAPV_CFG_VAL_AU_BS_FMT_NONE format

2025-06-17 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Fri Jun 13 13:13:34 2025 +0200| [808e667cfcf42fb647d8ed8500b1feed270b] | committer: James Almer avcodec/liboapvenc: set the encoder output to OAPV_CFG_VAL_AU_BS_FMT_NONE format The only AU without bitstream format. Signed-off-by: Dawid Kozinski

[FFmpeg-cvslog] avformat/mov: add support for APV streams

2025-07-07 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Tue May 6 11:28:29 2025 +0200| [219f234e077f315a76de245cab76ebecf88aff65] | committer: James Almer avformat/mov: add support for APV streams Signed-off-by: Dawid Kozinski Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/apvdec: add framerate option

2025-06-27 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Thu Jun 26 08:36:43 2025 +0200| [6e8bd5dd2588f892cde308022a8a1e6ee82b9fa0] | committer: James Almer avformat/apvdec: add framerate option Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mov_muxer: Extended MOV muxer to handle APV video content

2025-07-18 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Mon Jul 14 11:18:57 2025 +0200| [8baa691e5fa63ff8e1ac2684e70f2f7f40f77615] | committer: James Almer avformat/mov_muxer: Extended MOV muxer to handle APV video content - Changes in mov_write_video_tag function to handle APV elementary stream