August 2020 Archives by date
Starting: Sat Aug 1 00:56:55 EEST 2020
Ending: Mon Aug 31 23:48:47 EEST 2020
Messages: 1842
- [FFmpeg-devel] [PATCH v2 1/3] libsvtav1: Rename without a -
Mark Thompson
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avformat/dv: Change default dvaudio_concealment to PASS
Michael Niedermayer
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Julio César Rocha
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH] cineform CFHD encoder addition and decoder improvements
Paul B Mahol
- [FFmpeg-devel] [PATCH 8/8] avcodec/smacker: Forward error codes
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits
Paul B Mahol
- [FFmpeg-devel] [PATCH] lavc/cfhd:3d transform decoding for both progressive and interlaced
Paul B Mahol
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Timo Rothenpieler
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Julio César Rocha
- [FFmpeg-devel] [PATCH 0/7 v3] 22.2 channel layout support for AAC decoding
Jan Ekström
- [FFmpeg-devel] [PATCH 1/7] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH 2/7] swresample/matrix: switch internal clean_layout function to not drop high bits
Jan Ekström
- [FFmpeg-devel] [PATCH 3/7] swresample/rematrix: treat 22.2 as 5.1 (back) when mixing
Jan Ekström
- [FFmpeg-devel] [PATCH 4/7] avcodec/mpeg4audio: add newer channel_coding mappings
Jan Ekström
- [FFmpeg-devel] [PATCH 5/7] avcodec/aacdectab: add mapping for 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH 6/7] avcodec/aacdec_template: mark second LFE element as LFE2
Jan Ekström
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Jan Ekström
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Carl Eugen Hoyos
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Carl Eugen Hoyos
- [FFmpeg-devel] Building with WSL instead of MSYS?
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH] cineform CFHD encoder addition and decoder improvements
Nicolas George
- [FFmpeg-devel] Building with WSL instead of MSYS?
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/5] avcodec/libsvtav1: fix copy and paste error
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/5] avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 3/5] avcodec/libsvtav1: remove the unsupported color format and profile
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 4/5] avcodec/libsvtav1: support cores and socket options for svt av1
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 5/5] avcodec/libsvtav1: remove the auto thread flag
lance.lmwang at gmail.com
- [FFmpeg-devel] Building with WSL instead of MSYS?
Julio César Rocha
- [FFmpeg-devel] [PATCH] cineform CFHD encoder addition and decoder improvements
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH 4/5] avcodec/libsvtav1: support cores and socket options for svt av1
Mark Thompson
- [FFmpeg-devel] [PATCH 5/5] avcodec/libsvtav1: remove the auto thread flag
Mark Thompson
- [FFmpeg-devel] [PATCH 2/5] avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()
Mark Thompson
- [FFmpeg-devel] [PATCH 1/5] avcodec/libsvtav1: fix copy and paste error
Mark Thompson
- [FFmpeg-devel] [PATCH 3/5] avcodec/libsvtav1: remove the unsupported color format and profile
Mark Thompson
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 2/5] avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()
James Almer
- [FFmpeg-devel] [PATCH 4/5] avcodec/libsvtav1: support cores and socket options for svt av1
James Almer
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
James Almer
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH 09/21] avcodec/smacker: Use unsigned for shift
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 10/21] avcodec/smacker: Use better nb_codes estimate when initializing VLC
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 11/21] avcodec/smacker: Don't zero-initialize unnecessarily
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 12/21] avcodec/smacker: Remove redundant check when decoding header trees
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 13/21] avcodec/smacker: Remove redundant checks when reading VLC codes
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 14/21] avcodec/smacker: Remove redundant checks for NULL before freeing
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 15/21] avcodec/smacker: Replace implicit checks for overread by explicit ones
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 16/21] avcodec/smacker: Disentangle two contexts
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 17/21] avcodec/smacker: Use smaller types
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 18/21] avcodec/smacker: Use symbols table
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 19/21] avcodec/smacker: Avoid allocations for decoding Smacker
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 20/21] avcodec/smacker: Use unsigned for prediction values
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 21/21] avcodec/smacker: Avoid code duplication
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH 09/21] avcodec/smacker: Use unsigned for shift
Paul B Mahol
- [FFmpeg-devel] [PATCH 10/21] avcodec/smacker: Use better nb_codes estimate when initializing VLC
Paul B Mahol
- [FFmpeg-devel] [PATCH 19/21] avcodec/smacker: Avoid allocations for decoding Smacker
Paul B Mahol
- [FFmpeg-devel] [PATCH 21/21] avcodec/smacker: Avoid code duplication
Paul B Mahol
- [FFmpeg-devel] [PATCH 11/21] avcodec/smacker: Don't zero-initialize unnecessarily
Paul B Mahol
- [FFmpeg-devel] [PATCH 18/21] avcodec/smacker: Use symbols table
Paul B Mahol
- [FFmpeg-devel] [PATCH 17/21] avcodec/smacker: Use smaller types
Paul B Mahol
- [FFmpeg-devel] [PATCH 16/21] avcodec/smacker: Disentangle two contexts
Paul B Mahol
- [FFmpeg-devel] [PATCH 14/21] avcodec/smacker: Remove redundant checks for NULL before freeing
Paul B Mahol
- [FFmpeg-devel] [PATCH 15/21] avcodec/smacker: Replace implicit checks for overread by explicit ones
Paul B Mahol
- [FFmpeg-devel] [PATCH 13/21] avcodec/smacker: Remove redundant checks when reading VLC codes
Paul B Mahol
- [FFmpeg-devel] [PATCH v2] avformat/mxfdec: Read color metadata from MXF
Tomas Härdin
- [FFmpeg-devel] [PATCH 12/21] avcodec/smacker: Remove redundant check when decoding header trees
Paul B Mahol
- [FFmpeg-devel] [PATCH 13/21] avcodec/smacker: Remove redundant checks when reading VLC codes
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] cineform CFHD encoder addition and decoder improvements
Reto Kromer
- [FFmpeg-devel] [PATCH 2/5] avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 3/5] avcodec/libsvtav1: remove the unsupported color format and profile
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
Wang Chuan
- [FFmpeg-devel] [PATCH 4/5] avcodec/libsvtav1: support cores and socket options for svt av1
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
Mark Thompson
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
王 氚
- [FFmpeg-devel] [PATCH 3/6] vaapi_encode_h265: Don't require uniform_spacing_flag
Mark Thompson
- [FFmpeg-devel] [PATCH] avformat/3dostr: Return directly after having read packet
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
Hendrik Leppkes
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Marton Balint
- [FFmpeg-devel] [PATCH 5/5] kmsgrab: Add more supported formats
Mark Thompson
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Michael Niedermayer
- [FFmpeg-devel] Pull Request - Support Windows Subsystem for Linux
Christopher Degawa
- [FFmpeg-devel] [PATCH 2/7] swresample/matrix: switch internal clean_layout function to not drop high bits
Michael Niedermayer
- [FFmpeg-devel] [PATCH 3/7] swresample/rematrix: treat 22.2 as 5.1 (back) when mixing
Michael Niedermayer
- [FFmpeg-devel] [PATCH 3/8] avcodec/vlc: Add macro for ff_init_vlc_sparse()
Michael Niedermayer
- [FFmpeg-devel] [PATCH 3/7] swresample/rematrix: treat 22.2 as 5.1 (back) when mixing
Jan Ekström
- [FFmpeg-devel] [PATCH] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Marton Balint
- [FFmpeg-devel] [PATCH 1/2] avformat/mov: Check comp_brand_size
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avcodec/jpeg2000dec: Check remaining data in packed_headers_stream before use
Michael Niedermayer
- [FFmpeg-devel] [PATCH v4] Title:Fix buffer data lost bug.
453647684
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
王 氚
- [FFmpeg-devel] [PATCH 1/3] test: hlsenc: Make the hls_fmp4 sample file name match the target
Martin Storsjö
- [FFmpeg-devel] [PATCH 2/3] test: hlsenc: Make fate-hls-fmp4 actually use the right segment type
Martin Storsjö
- [FFmpeg-devel] [PATCH 3/3] test: hlsenc: Use unique init/segment file names for the fmp4_ac3 test
Martin Storsjö
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
Hendrik Leppkes
- [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: let VideoToolbox choose a decoder for us
王 氚
- [FFmpeg-devel] [PATCH 1/6] avcodec/adpcm_argo: fix incorrect documentation
Zane van Iperen
- [FFmpeg-devel] [PATCH 2/6] avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parameters
Zane van Iperen
- [FFmpeg-devel] [PATCH 3/6] avcodec: add adpcm_argo encoder
Zane van Iperen
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH 5/6] fate: add adpcm_argo test
Zane van Iperen
- [FFmpeg-devel] [PATCH 6/6] fate: cosmetics
Zane van Iperen
- [FFmpeg-devel] [PATCH 3/3] test: hlsenc: Use unique init/segment file names for the fmp4_ac3 test
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: Avoid alloction of DVDemuxContext
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avformat/dv: Avoid allocation for reading timecode
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avformat/dv: Avoid allocation for reading timecode
Paul B Mahol
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Nicolas George
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/mpeg12enc: support mpeg2 encoder const level
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH] swscale: do not drop half of bits from 16bit bayer formats
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH 1/3] test: hlsenc: Make the hls_fmp4 sample file name match the target
Steven Liu
- [FFmpeg-devel] [PATCH 2/3] test: hlsenc: Make fate-hls-fmp4 actually use the right segment type
Steven Liu
- [FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: write temp file for append single file by encryption mode
Steven Liu
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Nicolas George
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
James Almer
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Nicolas George
- [FFmpeg-devel] [PATCH 3/3] test: hlsenc: Use unique init/segment file names for the fmp4_ac3 test
Martin Storsjö
- [FFmpeg-devel] [PATCH v3] avcodec/v4l2_m2m: adapt to call close() on init fail
Andriy Gelman
- [FFmpeg-devel] [PATCH] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Kartik K. Khullar
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Dave Rice
- [FFmpeg-devel] [PATCH 2/3] test: hlsenc: Make fate-hls-fmp4 actually use the right segment type
Martin Storsjö
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Martin Storsjö
- [FFmpeg-devel] [PATCH 2/2] test: hlsenc: Fix the dependencies of the tests
Martin Storsjö
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Kartik K. Khullar
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Michael Niedermayer
- [FFmpeg-devel] [PATCH 3/6] avcodec: add adpcm_argo encoder
Michael Niedermayer
- [FFmpeg-devel] [PATCH] fate/aac: add missing bitexact flag to some encoder tests
James Almer
- [FFmpeg-devel] [PATCH 3/6] avcodec: add adpcm_argo encoder
Zane van Iperen
- [FFmpeg-devel] [FFmpeg-cvslog] mpegaudiodec_template: disable CRC checking for layers 1 and 2
Michael Niedermayer
- [FFmpeg-devel] [PATCH] fate/aac: add missing bitexact flag to some encoder tests
James Almer
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Steven Liu
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Takio Yamaoka
- [FFmpeg-devel] [PATCH V3 1/2] dnn/native: add native support for avg_pool
Guo, Yejun
- [FFmpeg-devel] [PATCH V3 2/2] FATE/dnn: add unit test for dnn avgpool layer
Guo, Yejun
- [FFmpeg-devel] [v4] dnn_backend_native_layer_mathunary: add ceil support
Guo, Yejun
- [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2
Martin Storsjö
- [FFmpeg-devel] [FFmpeg-cvslog] mpegaudiodec_template: disable CRC checking for layers 1 and 2
Martin Storsjö
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Carl Eugen Hoyos
- [FFmpeg-devel] Inconsistent handling of initial_padding and PTS adjustment
Anton Khirnov
- [FFmpeg-devel] [PATCH] [RFC] libavcodec/hevc_refs: Clear DPB of old frames
Anton Khirnov
- [FFmpeg-devel] [FFmpeg-cvslog] mpegaudiodec_template: disable CRC checking for layers 1 and 2
Lynne
- [FFmpeg-devel] [FFmpeg-cvslog] mpegaudiodec_template: disable CRC checking for layers 1 and 2
Martin Storsjö
- [FFmpeg-devel] [FFmpeg-cvslog] mpegaudiodec_template: disable CRC checking for layers 1 and 2
Lynne
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Hendrik Leppkes
- [FFmpeg-devel] [PATCH] lavu/buffer: add a convenience function for replacing buffers
Anton Khirnov
- [FFmpeg-devel] [PATCH] avcodec/cfhd: use LUT for 9 and 18 codebook decompanding
Paul B Mahol
- [FFmpeg-devel] [PATCH] doc/developer: origin of tables should be documented.
Nicolas George
- [FFmpeg-devel] [PATCH 1/5] avutil/channel_layout: add 22.2 layout
Jan Ekström
- [FFmpeg-devel] [PATCH] fate/aac: add missing bitexact flag to some encoder tests
Paul B Mahol
- [FFmpeg-devel] [v5] dnn_backend_native_layer_mathunary: add ceil support
Mingyu Yin
- [FFmpeg-devel] [PATCH] [RFC] libavcodec/hevc_refs: Clear DPB of old frames
Kieran Kunhya
- [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2
Michael Niedermayer
- [FFmpeg-devel] [PATCH] fate/aac: add missing bitexact flag to some encoder tests
James Almer
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2
James Almer
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2
James Almer
- [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2
James Almer
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2
Lynne
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2
James Almer
- [FFmpeg-devel] [PATCH] doc/developer: origin of tables should be documented.
Valentin Schweitzer
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Nicolas George
- [FFmpeg-devel] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries
Derek Buitenhuis
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2
Michael Niedermayer
- [FFmpeg-devel] Inconsistent handling of initial_padding and PTS adjustment
Kieran Kunhya
- [FFmpeg-devel] [FFmpeg-cvslog] mpegaudiodec_template: disable CRC checking for layers 1 and 2
Michael Niedermayer
- [FFmpeg-devel] [PATCH] doc/developer: origin of tables should be documented.
Zhao Zhili
- [FFmpeg-devel] Inconsistent handling of initial_padding and PTS adjustment
Anton Khirnov
- [FFmpeg-devel] [PATCH] avcodec/cfhd: use LUT for 9 and 18 codebook decompanding
Kieran Kunhya
- [FFmpeg-devel] [PATCH v2] [RFC] lavc, lavfmt: add FLIF decoding support
Kartik K. Khullar
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2
Lynne
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Marton Balint
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Martin Storsjö
- [FFmpeg-devel] [PATCH 3/3] test: hlsenc: Use unique init/segment file names for the fmp4_ac3 test
Martin Storsjö
- [FFmpeg-devel] [FFmpeg-cvslog] avcodec/cfhd: use LUT for 9 and 18 codebook decompanding
Martin Storsjö
- [FFmpeg-devel] [PATCH 1/2] avformat/dv: allow returning damaged audio
Michael Niedermayer
- [FFmpeg-devel] [PATCH 0/7 v3] 22.2 channel layout support for AAC decoding
Jan Ekström
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] lavf/url: add ff_url_decompose().
Marton Balint
- [FFmpeg-devel] [PATCH V3 1/2] dnn/native: add native support for avg_pool
Fu, Ting
- [FFmpeg-devel] [FFmpeg-cvslog] avcodec/cfhd: use LUT for 9 and 18 codebook decompanding
Paul B Mahol
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH v2 0/6] add adpcm_argo encoder and argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 1/6] avformat/argo_asf: check sample count in demuxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 2/6] avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parameters
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 3/6] avcodec: add adpcm_argo encoder
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 5/6] fate: add adpcm_argo test
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 6/6] fate: cosmetics
Zane van Iperen
- [FFmpeg-devel] AVWriter again (was: v2 1/2] avformat/url: check double dot is not to parent directory)
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] lavf/url: add ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH v2 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 4/4] lavc, doc: add libuavs3d video decoder wrapper
mypopy at gmail.com
- [FFmpeg-devel] [PATCH v2 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH] avcodec: deprecate thread_safe_callbacks
Anton Khirnov
- [FFmpeg-devel] [v5] dnn_backend_native_layer_mathunary: add ceil support
Guo, Yejun
- [FFmpeg-devel] [PATCH] libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Nicolas George
- [FFmpeg-devel] [PATCH] swscale: do not drop half of bits from 16bit bayer formats
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avformat/mov: Check comp_brand_size
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec: deprecate thread_safe_callbacks
James Almer
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Jan Ekström
- [FFmpeg-devel] [PATCH v3 0/6] add adpcm_argo encoder and argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 1/6] avformat/argo_asf: check sample count in demuxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 2/6] avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parameters
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 3/6] avcodec: add adpcm_argo encoder
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 5/6] fate: add adpcm_argo test
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 6/6] fate: cosmetics
Zane van Iperen
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Takio Yamaoka
- [FFmpeg-devel] [PATCH V4 1/2] dnn/native: add native support for avg_pool
Ting Fu
- [FFmpeg-devel] [PATCH V4 2/2] FATE/dnn: add unit test for dnn avgpool layer
Ting Fu
- [FFmpeg-devel] [PATCH V5 1/2] dnn/native: add native support for avg_pool
Ting Fu
- [FFmpeg-devel] [PATCH V5 2/2] FATE/dnn: add unit test for dnn avgpool layer
Ting Fu
- [FFmpeg-devel] [PATCH V6 1/2] dnn/native: add native support for avg_pool
Ting Fu
- [FFmpeg-devel] [PATCH V6 2/2] FATE/dnn: add unit test for dnn avgpool layer
Ting Fu
- [FFmpeg-devel] [PATCH] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v2] dxva: wait until D3D11 buffer copies are done before submitting them
Marton Balint
- [FFmpeg-devel] [PATCH v2 1/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
Marton Balint
- [FFmpeg-devel] [PATCH 2/2] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Marton Balint
- [FFmpeg-devel] [PATCH 2/5] lavc/libopenh264enc: use framerate if available
mypopy at gmail.com
- [FFmpeg-devel] [PATCH 2/5] lavc/libopenh264enc: use framerate if available
Martin Storsjö
- [FFmpeg-devel] [PATCH v2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH 2/5] lavc/libopenh264enc: use framerate if available
mypopy at gmail.com
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v3 2/2] dxva: add a ID3D11DeviceContext to the old D3D11VA API
Steve Lhomme
- [FFmpeg-devel] [PATCH v3 2/2] dxva: add a ID3D11DeviceContext to the old D3D11VA API
Steve Lhomme
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
Kieran Kunhya
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v2 1/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v6] avdevice/xcbgrab: check return values of xcb query functions
Moritz Barsnick
- [FFmpeg-devel] how to use http proxy in ffmpeg-devel
486179
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH 1/2] avcodec/jpeg2000dec: Handle reducedresno of 32
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avcodec/mpegaudiodec_template: Fix some whitespace issues
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avformat/utils: remove always true if()
Zhao Zhili
- [FFmpeg-devel] [PATCH v3 0/4] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v3 1/4] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v3 3/4] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v2 1/2] lavf/url: add ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH v2 2/2] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
Kieran Kunhya
- [FFmpeg-devel] [PATCH 2/2] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH v2 2/2] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] avcodec/jpeg2000dec: Handle reducedresno of 32
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH v3 4/6] avformat: add argo_asf muxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper
James Almer
- [FFmpeg-devel] [PATCH 1/2] avcodec/jpeg2000dec: Handle reducedresno of 32
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avcodec/mpegaudiodec_template: Fix some whitespace issues
Michael Niedermayer
- [FFmpeg-devel] [PATCH] libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers
Michael Niedermayer
- [FFmpeg-devel] [PATCH v3 4/6] avformat: add argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Jan Ekström
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
Yiğit (Yeet) Uyan
- [FFmpeg-devel] [PATCH 1/3] avformat/vividas: Check return value before storing it in smaller type
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3] avformat/vividas: Check allocation for success
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/3] avformat/sierravmd: Don't return packets for non-existing stream
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Takio Yamaoka
- [FFmpeg-devel] [PATCH 2/3] avformat/vividas: Check allocation for success
Zane van Iperen
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
zhilizhao
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
zhilizhao
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
Yiğit (Yeet) Uyan
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathunary: add floor support
Mingyu Yin
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
Kieran Kunhya
- [FFmpeg-devel] [PATCH 0/5] avformat/av1dec: add low overhead obu demux
Xu Guangxin
- [FFmpeg-devel] [PATCH 1/5] av1_parser: parser_obu_header, return has_size_flag
Xu Guangxin
- [FFmpeg-devel] [PATCH 2/5] av1_parser: do not check buf_size if we have size in obu header
Xu Guangxin
- [FFmpeg-devel] [PATCH 3/5] avformat/av1dec: refact, do not overide return value in read_obu
Xu Guangxin
- [FFmpeg-devel] [PATCH 4/5] avormat/av1dec: add low-overhead bitstream format
Xu Guangxin
- [FFmpeg-devel] [PATCH 5/5] fate: av1dec, add test clip for low overhead obu
Xu Guangxin
- [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport
quinkblack at foxmail.com
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/3] avformat/vividas: Check allocation for success
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3] avformat/vividas: Check allocation for success
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Jan Ekström
- [FFmpeg-devel] [PATCH v2] avformat/mxfdec: Read color metadata from MXF
Tomas Härdin
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] avcodec/put_bits: Make skip_put_bits() less dangerous
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/5] av1_parser: do not check buf_size if we have size in obu header
James Almer
- [FFmpeg-devel] [PATCH 4/5] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH] avformat/mxfenc: Write color metadata to MXF
Harry Mallon
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
Kieran Kunhya
- [FFmpeg-devel] [PATCH 2/5] av1_parser: do not check buf_size if we have size in obu header
Xu, Guangxin
- [FFmpeg-devel] [PATCH] libavcodec/libx264.c: Fix chromaoffset of libx264 doesn't work
Takio Yamaoka
- [FFmpeg-devel] [PATCH 4/5] avormat/av1dec: add low-overhead bitstream format
Xu, Guangxin
- [FFmpeg-devel] [PATCH 4/5] avormat/av1dec: add low-overhead bitstream format
Xu, Guangxin
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add 3d transform support
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/3] avformat/sierravmd: Don't return packets for non-existing stream
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/5] av1_parser: do not check buf_size if we have size in obu header
James Almer
- [FFmpeg-devel] [PATCH 4/5] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH] libavcodec/j2kenc: Support for all Progression orders
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Martin Storsjö
- [FFmpeg-devel] [PATCH 1/2] avcodec/snowdec: Sanity check hcoeff
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Check bpp/bppcount for 0
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Check bpp/bppcount for 0
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v3 0/6] add adpcm_argo encoder and argo_asf muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
Yiğit (Yeet) Uyan
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add 3d transform support
Kieran Kunhya
- [FFmpeg-devel] [PATCH 2/5] av1_parser: do not check buf_size if we have size in obu header
Xu, Guangxin
- [FFmpeg-devel] [PATCH 2/5] av1_parser: do not check buf_size if we have size in obu header
James Almer
- [FFmpeg-devel] [PATCH V6 1/2] dnn/native: add native support for avg_pool
Guo, Yejun
- [FFmpeg-devel] [PATCH V6 2/2] FATE/dnn: add unit test for dnn avgpool layer
Guo, Yejun
- [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathunary: add floor support
Guo, Yejun
- [FFmpeg-devel] [PATCH 4/5] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v2 3/5] avformat/dump: dump AV_PKT_DATA_MPEGTS_6A_DESC side data
Moritz Barsnick
- [FFmpeg-devel] [PATCH v2 5/5] avformat/mpegtsenc: support 0x6a descriptor for AC-3 by side data if have
Moritz Barsnick
- [FFmpeg-devel] [PATCH] dnn: add backend options when load the model
Guo, Yejun
- [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change
leozhang
- [FFmpeg-devel] how to use http proxy in ffmpeg-devel
Moritz Barsnick
- [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Check bpp/bppcount for 0
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avcodec/snowdec: Sanity check hcoeff
Michael Niedermayer
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name
Jun Zhao
- [FFmpeg-devel] [PATCH 2/3] doc/fftools-common-opts: fix typo (name => named)
Jun Zhao
- [FFmpeg-devel] [PATCH 3/3] doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name
Jun Zhao
- [FFmpeg-devel] [PATCH 1/2] lavf/mov: Remove redundant code
Jun Zhao
- [FFmpeg-devel] [PATCH 2/2] lavf/mov: Support dref.url box for ISO 14496-12
Jun Zhao
- [FFmpeg-devel] [PATCH 2/2] lavf/mov: Support dref.url box for ISO 14496-12
Zhao Zhili
- [FFmpeg-devel] [PATCH v2 3/5] avformat/dump: dump AV_PKT_DATA_MPEGTS_6A_DESC side data
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v2 5/5] avformat/mpegtsenc: support 0x6a descriptor for AC-3 by side data if have
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] Support HDR10+ metadata for HEVC.
Mohammad Izadi
- [FFmpeg-devel] [PATCH 2/2] lavf/mov: Support dref.url box for ISO 14496-12
Kieran Kunhya
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
James Almer
- [FFmpeg-devel] [PATCH 1/2] test: hlsenc: Don't generate test data with -re
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] lavc/snowenc: Expose an option to set the rc_eq expression
Alexander Strasser
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Alexander Strasser
- [FFmpeg-devel] [PATCH] doc/developer: origin of tables should be documented.
Alexander Strasser
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Alexander Strasser
- [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change
Linjie Fu
- [FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name
Gyan Doshi
- [FFmpeg-devel] [PATCH 2/3] doc/fftools-common-opts: fix typo (name => named)
Gyan Doshi
- [FFmpeg-devel] [PATCH 3/3] doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name
Gyan Doshi
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH 2/2] lavf/mov: Support dref.url box for ISO 14496-12
mypopy at gmail.com
- [FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name
mypopy at gmail.com
- [FFmpeg-devel] [PATCH 1/6] avformat/argo_asf: don't check or probe file version
Zane van Iperen
- [FFmpeg-devel] [PATCH 2/6] avformat/argo_asf: rename ArgoASFDemuxContext to ArgoASFContext
Zane van Iperen
- [FFmpeg-devel] [PATCH 3/6] avformat/argo_asf: use ArgoASFContext in muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH 4/6] avformat/argo_asf: add version_major and version_minor options
Zane van Iperen
- [FFmpeg-devel] [PATCH 5/6] avformat/argo_asf: add name option
Zane van Iperen
- [FFmpeg-devel] [PATCH 6/6] avformat/argo_asf: strip file extension from name
Zane van Iperen
- [FFmpeg-devel] [PATCH 3/6] avformat/argo_asf: use ArgoASFContext in muxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/6] avformat/argo_asf: add version_major and version_minor options
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 5/6] avformat/argo_asf: add name option
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/6] avformat/argo_asf: add version_major and version_minor options
Alexander Strasser
- [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change
Timo Rothenpieler
- [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change
Timo Rothenpieler
- [FFmpeg-devel] [PATCH 3/6] avformat/argo_asf: use ArgoASFContext in muxer
Zane van Iperen
- [FFmpeg-devel] [PATCH 4/6] avformat/argo_asf: add version_major and version_minor options
Zane van Iperen
- [FFmpeg-devel] [PATCH 4/6] avformat/argo_asf: add version_major and version_minor options
Zane van Iperen
- [FFmpeg-devel] [PATCH 5/6] avformat/argo_asf: add name option
Zane van Iperen
- [FFmpeg-devel] [PATCH 5/6] avformat/argo_asf: add name option
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v2 1/4] avformat/argo_asf: don't check or probe file version
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 2/4] avformat/argo_asf: add version_major and version_minor options
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 3/4] avformat/argo_asf: add name option
Zane van Iperen
- [FFmpeg-devel] [PATCH v2 4/4] avformat/argo_asf: strip file extension from name
Zane van Iperen
- [FFmpeg-devel] [PATCH v6] avdevice/xcbgrab: check return values of xcb query functions
Andriy Gelman
- [FFmpeg-devel] [PATCH 1/6] avfilter/formats: Remove ff_make_formatu64_list()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/6] avfilter/avf_showcqt: Mark arrays as static const
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/6] avfilter/formats: Schedule avfilter_make_format64_list() for removal
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/6] avfilter/formats: Leave lists' ownership unchanged upon merge failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 6/6] Revert "lavfi/avfiltergraph: add check before free the format"
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/6] avfilter/avf_showcqt: Mark arrays as static const
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change
Linjie Fu
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Nicolas George
- [FFmpeg-devel] [PATCH 6/6] Revert "lavfi/avfiltergraph: add check before free the format"
Nicolas George
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] doc/developer: origin of tables should be documented.
Paul B Mahol
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Nicolas George
- [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper
hwren
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Nicolas George
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Mark Thompson
- [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change
Mark Thompson
- [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats
Mark Thompson
- [FFmpeg-devel] [PATCH 5/5] lavc/vaapi_encode: export encoded frame stats
Mark Thompson
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Zane van Iperen
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: add 10-bit RGB support for QSV
Linjie Fu
- [FFmpeg-devel] [PATCH v2 1/4] avformat/argo_asf: don't check or probe file version
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] lavfi/avf_concat: add some doxy.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] lavfi/avf_concat: check input timestamp.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Michael Niedermayer
- [FFmpeg-devel] [PATCH] fate: remove "-v 0" from ffprobe tests.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] lavf/dump: hide a few deprecation warnings.
Nicolas George
- [FFmpeg-devel] [PATCH] lavf/tee: pass options to protocol.
Nicolas George
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Alexander Strasser
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Nicolas George
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Nicolas George
- [FFmpeg-devel] [PATCH] lavu/avstring: deprecate av_d2str().
Nicolas George
- [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.
Nicolas George
- [FFmpeg-devel] [PATCH] lavu/buffer: forward av_buffer_realloc() error code.
Nicolas George
- [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/cfhd: small cleanups
Paul B Mahol
- [FFmpeg-devel] [PATCH] web/documentation: Updated list of FFmpeg books
FFmpegQuickHacks
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Alexander Strasser
- [FFmpeg-devel] [PATCH] lavf/tee: pass options to protocol.
Paul B Mahol
- [FFmpeg-devel] [PATCH v2 1/4] avformat/argo_asf: don't check or probe file version
Zane van Iperen
- [FFmpeg-devel] [PATCH] web/documentation: Updated list of FFmpeg books
FFmpegQuickHacks
- [FFmpeg-devel] [PATCH 1/2] lavc/snowenc: Expose an option to set the rc_eq expression
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Michael Niedermayer
- [FFmpeg-devel] [PATCH] lavf/tee: pass options to protocol.
Marvin Scholz
- [FFmpeg-devel] [PATCH] avcodec/cfhd: small cleanups
Kieran Kunhya
- [FFmpeg-devel] [PATCH] libavcodec/j2kenc: Support for all Progression orders
Michael Niedermayer
- [FFmpeg-devel] [PATCH] lavf/tee: pass options to protocol.
Nicolas George
- [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.
James Almer
- [FFmpeg-devel] [PATCH 4/6] avformat/argo_asf: add version_major and version_minor options
Alexander Strasser
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add 3d transform support
Reto Kromer
- [FFmpeg-devel] [PATCH 07/21] avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 08/21] avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 09/21] avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 10/21] avfilter/af_amix: Don't needlessly reallocate table
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 11/21] avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 12/21] avfilter/vf_showpalette: Fix double-free of AVFilterFormats on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 13/21] avfilter/vf_remap: Fix double-free of AVFilterFormats on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 14/21] avfilter/vf_overlay: Fix double-free of AVFilterFormats on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 15/21] avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 16/21] avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 17/21] avfilter/formats: Fix double frees and memleaks on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 18/21] avfilter/vf_hwdownload: Fix leak of formats list upon error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 19/21] avfilter: Remove redundant ff_formats/channel_layouts_unref()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 20/21] avfilter/avfiltergraph: Remove unused macro parameter
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 21/21] avfilter/af_aformat: Add uninit function
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH V7 1/2] dnn/native: add native support for avg_pool
Ting Fu
- [FFmpeg-devel] [PATCH V7 2/2] FATE/dnn: add unit test for dnn avgpool layer
Ting Fu
- [FFmpeg-devel] [PATCH 10/21] avfilter/af_amix: Don't needlessly reallocate table
Paul B Mahol
- [FFmpeg-devel] [PATCH 19/21] avfilter: Remove redundant ff_formats/channel_layouts_unref()
Nicolas George
- [FFmpeg-devel] [PATCH 20/21] avfilter/avfiltergraph: Remove unused macro parameter
Nicolas George
- [FFmpeg-devel] [PATCH 21/21] avfilter/af_aformat: Add uninit function
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/cfhd: prepare for SIMD addition
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: prepare for SIMD addition
James Almer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: prepare for SIMD addition
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: prepare for SIMD addition
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/2] lavf/dump: hide a few deprecation warnings.
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] doc/encoders: Add all options for JPEG2000 encoder
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH] doc/encoders: Add all options for JPEG2000 encoder
Gyan Doshi
- [FFmpeg-devel] [PATCH v2 1/4] avformat/argo_asf: don't check or probe file version
Alexander Strasser
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: add 10-bit RGB support for QSV
Mark Thompson
- [FFmpeg-devel] [PATCH 1/4] kmsgrab: Refactor and clean error cases
Mark Thompson
- [FFmpeg-devel] [PATCH v3 1/5] avformat/argo_asf: add games to version list
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 2/5] avformat/argo_asf: don't check file version
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 3/5] avformat/argo_asf: add version_major and version_minor options
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 4/5] avformat/argo_asf: add name option
Zane van Iperen
- [FFmpeg-devel] [PATCH v3 5/5] avformat/argo_asf: strip file extension from name
Zane van Iperen
- [FFmpeg-devel] [PATCH 1/3] avformat/mlvdec: Check for existence of AVIOContext before using it
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3] avformat/mlvdec: Don't leak open AVIOContexts on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/3] avformat/mlvdec: Only store dimensions after having validated them
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] doc/encoders: Add all options for JPEG2000 encoder
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: add 10-bit RGB support for QSV
Linjie Fu
- [FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: add 10-bit RGB support for QSV
Hendrik Leppkes
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: write temp file for append single file by encryption mode
Steven Liu
- [FFmpeg-devel] [PATCH V2 0/3] avformat/av1dec: add low overhead obu demux
Xu Guangxin
- [FFmpeg-devel] [PATCH V2 1/3] av1_parse: refact, use macro for MAX_OBU_HEADER_SIZE
Xu Guangxin
- [FFmpeg-devel] [PATCH V2 2/3] avormat/av1dec: add low-overhead bitstream format
Xu Guangxin
- [FFmpeg-devel] [PATCH V2 3/3] fate: av1dec, add test clip for low overhead obu
Xu Guangxin
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathunary: add round support
Mingyu Yin
- [FFmpeg-devel] [PATCH V7 2/2] FATE/dnn: add unit test for dnn avgpool layer
Guo, Yejun
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH] avformat/mpegts: Don't leave context in inconsistent state upon error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avcodec/jpeg2000dec: Check remaining data in packed_headers_stream before use
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
James Almer
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
zhilizhao
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH 1/5] avcodec: split off A53 Closed Caption parsing code into its own file
James Almer
- [FFmpeg-devel] [PATCH 2/5] avcodec/libdav1d: add support for A53 Closed Captions
James Almer
- [FFmpeg-devel] [PATCH 3/5] avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed Captions
James Almer
- [FFmpeg-devel] [PATCH 4/5] avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed Captions
James Almer
- [FFmpeg-devel] [PATCH 5/5] avcodec: move ff_alloc_a53_sei() to atsc_53
James Almer
- [FFmpeg-devel] [PATCH 4/5] avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed Captions
Lynne
- [FFmpeg-devel] [PATCH 4/5] avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed Captions
James Almer
- [FFmpeg-devel] [PATCH v2] doc/encoders: Add all options for JPEG2000 encoder
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] [PATCH 1/3] avcodec/bsf: improve the doxy for av_bsf_flush()
James Almer
- [FFmpeg-devel] [PATCH 2/3] avcodec/utils: make codec_parameters_reset() a shared function
James Almer
- [FFmpeg-devel] [PATCH 3/3] avcodec/bsf: add av_bsf_close()
James Almer
- [FFmpeg-devel] [PATCH 3/3] avcodec/bsf: add av_bsf_close()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/mpegts: Don't leave context in inconsistent state upon error
Marton Balint
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/3] avcodec/bsf: add av_bsf_close()
James Almer
- [FFmpeg-devel] [PATCH 3/3 v2] avcodec/bsf: add av_bsf_close()
James Almer
- [FFmpeg-devel] [PATCH v2 1/2] lavf/url: add ff_url_decompose().
Marton Balint
- [FFmpeg-devel] [PATCH v2 2/2] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Marton Balint
- [FFmpeg-devel] [PATCH] avcodec: deprecate thread_safe_callbacks
Moritz Barsnick
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] [PATCH v3 1/5] avformat/argo_asf: add games to version list
Alexander Strasser
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
James Almer
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Nicolas George
- [FFmpeg-devel] [PATCH v3 1/5] avformat/argo_asf: add games to version list
Zane van Iperen
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
James Almer
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/3 v2] avcodec/bsf: add av_bsf_close()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
zhilizhao
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
James Almer
- [FFmpeg-devel] [PATCH 3/3 v2] avcodec/bsf: add av_bsf_close()
James Almer
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/ty: Remove write-only array and variable
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
James Almer
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] Returned mail: see transcript for details
pross at xvid.org
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH 1/2] avcodec/agm: Mark fill_pixels() as av_always_inline
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] tools/target_dec_fuzzer: Adjust threshold for AGM
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avcodec/agm: Mark fill_pixels() as av_always_inline
Paul B Mahol
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Nicolas George
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
Nicolas George
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Nicolas George
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Paul B Mahol
- [FFmpeg-devel] [PATCH] avfilter: add radial and circular blur video filter
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/7] avfilter: add ff_inlink_peek_samples and ff_inlink_skip samples
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/ty: Remove write-only array and variable
Paul B Mahol
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Nicolas George
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Paul B Mahol
- [FFmpeg-devel] [PATCH 4/6] avfilter/formats: Leave lists' ownership unchanged upon merge failure
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Lynne
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH] dnn: add backend options when load the model
Guo, Yejun
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH 1/2] avcodec/agm: Mark fill_pixels() as av_always_inline
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] tools/target_dec_fuzzer: Adjust threshold for AGM
Michael Niedermayer
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] [PATCH 4/6] avfilter/formats: Leave lists' ownership unchanged upon merge failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/ty: Remove write-only array and variable
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avformat/mxfenc: Write color metadata to MXF
Tomas Härdin
- [FFmpeg-devel] [PATCH] avcodec/bsf: Avoid allocation for AVBSFInternal
James Almer
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Tomas Härdin
- [FFmpeg-devel] [PATCH] avcodec/mpeg12enc: support mpeg2 encoder const level
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/5] avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/5] avutil/mpegts_audio_desc_metadata: add helper function for AC3 descriptor 0x6a
lance.lmwang at gmail.com
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Nicolas George
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Paul B Mahol
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
James Almer
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_xfade: check that fps between inputs are valid
Paul B Mahol
- [FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: 255 * 256 * 128 -> max
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: 255 * 256 * 128 -> max
Paul B Mahol
- [FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: 255 * 256 * 128 -> max
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: 255 * 256 * 128 -> max
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/mpeg12enc: support mpeg2 encoder const level
Paul B Mahol
- [FFmpeg-devel] [PATCH v6 01/22] cbs: Mention all codecs in unit type comment
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/mpeg12enc: support mpeg2 encoder const level
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: 255 * 256 * 128 -> max
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: 255 * 256 * 128 -> max
Paul B Mahol
- [FFmpeg-devel] [PATCH v3] [RFC] lavc, lavfmt: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v3] [RFC] lavc, lavfmt: add FLIF decoding support
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v6 15/22] cbs_h264: Add support for frame packing arrangement SEI messages
Andreas Rheinhardt
- [FFmpeg-devel] Uploaded sample file to 'help'
Nathanael Newton
- [FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser
Mark Thompson
- [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper
Mark Thompson
- [FFmpeg-devel] [PATCH] avcodec/options: Add options for inputing HDR10-related metadata
Kenny McClive
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Alexander Strasser
- [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.
Yiğit (Yeet) Uyan
- [FFmpeg-devel] Copying EIT (EPG) to output
Michal Rybarik
- [FFmpeg-devel] [PATCH v6 19/22] cbs_h265: Add functions to turn HDR metadata into SEI
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v6 21/22] h264_metadata_bsf: Refactor the filter function into smaller parts
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] libavutil/hwcontext_d3d11va: missing unlock if d3d11va_create_staging_texture failed
xie.kunming
- [FFmpeg-devel] [PATCH V2 0/3] avformat/av1dec: add low overhead obu demux
Xu, Guangxin
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathunary: add round support
Guo, Yejun
- [FFmpeg-devel] [PATCH] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH] avfilter: add radial and circular blur video filter
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] Copying EIT (EPG) to output
Kieran Kunhya
- [FFmpeg-devel] [PATCH 4/6] avfilter/formats: Leave lists' ownership unchanged upon merge failure
Nicolas George
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH v2] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] Uploaded sample file to 'help'
Ronald S. Bultje
- [FFmpeg-devel] Uploaded sample file to 'help'
Nathanael Newton
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Alexander Strasser
- [FFmpeg-devel] [PATCH v3] [RFC] lavc, lavfmt: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v3] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Nicolas George
- [FFmpeg-devel] [PATCH V2 2/3] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH v3] avformat/mxfdec: Read video range from PictureDescriptor
Tomas Härdin
- [FFmpeg-devel] [PATCH] avformat/mxfenc: Write color metadata to MXF
Tomas Härdin
- [FFmpeg-devel] [PATCH 4/6] avfilter/formats: Leave lists' ownership unchanged upon merge failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v2 2/2] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] lavc/aac_ac3_parser: fix the potential overflow
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] lavc/snowenc: Expose an option to set the rc_eq expression
Alexander Strasser
- [FFmpeg-devel] [PATCH] Support HDR10+ metadata for HEVC.
Mohammad Izadi
- [FFmpeg-devel] [PATCH] avutil/video_enc_params: fix code comment
zhilizhao
- [FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.
Nicolas George
- [FFmpeg-devel] [PATCH 2/4] lavfi/vaf_spectrumsynth: switch to activate.
Nicolas George
- [FFmpeg-devel] [PATCH 3/4] lavfi: remove needs_fifo.
Nicolas George
- [FFmpeg-devel] [PATCH 4/4] lavfi: remove request_samples.
Nicolas George
- [FFmpeg-devel] [PATCH 4/6] avfilter/formats: Leave lists' ownership unchanged upon merge failure
Nicolas George
- [FFmpeg-devel] [FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/3] avcodec/h2645_parse: always return 0 on successful h{264, evc}_parse_nal_header() calls
James Almer
- [FFmpeg-devel] [PATCH 2/3] avcodec/h2645_parse: skip empty NAL units earlier
James Almer
- [FFmpeg-devel] [PATCH 3/3] avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL header
James Almer
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Alexander Strasser
- [FFmpeg-devel] [PATCH 22/22] avfilter/formats: Avoid allocations when merging channel layouts
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] Support HDR10+ metadata for HEVC.
Vittorio Giovara
- [FFmpeg-devel] [PATCH v6 15/22] cbs_h264: Add support for frame packing arrangement SEI messages
Mark Thompson
- [FFmpeg-devel] [PATCH v7 19.1/23] cbs_h265: Remove restrictions on MDCV values
Mark Thompson
- [FFmpeg-devel] [PATCH v7 19.2/23] cbs_h265: Add functions to turn HDR metadata into SEI
Mark Thompson
- [FFmpeg-devel] [FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/mpegts: only reset timestamps to NOPTS for DVB teletext
Jan Ekström
- [FFmpeg-devel] [PATCH] swresample/rematrix: handle 22.2 as a 9 channel layout
Jan Ekström
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Soft Works
- [FFmpeg-devel] [PATCH v6 21/22] h264_metadata_bsf: Refactor the filter function into smaller parts
Mark Thompson
- [FFmpeg-devel] [PATCH v7 21.1/23] h264_metadata: Move SEI user data parsing to init time
Mark Thompson
- [FFmpeg-devel] [PATCH v7 21.2/23] h264_metadata_bsf: Refactor the filter function into smaller parts
Mark Thompson
- [FFmpeg-devel] [PATCH V2 2/3] avormat/av1dec: add low-overhead bitstream format
Xu, Guangxin
- [FFmpeg-devel] [PATCH V2 2/3] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH] fix memory leak in qsvenc.c
Alex Pokotilo
- [FFmpeg-devel] [PATCH] avfilter/formats: Fix heap-buffer overflow when merging channel layouts
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avutil/video_enc_params: fix code comment
leozhang
- [FFmpeg-devel] [PATCH] avformat/libsrt: Close listen fd in listener mode
Nicolas Sugino
- [FFmpeg-devel] [PATCH v3 2/3] avormat/av1dec: add low-overhead bitstream format
Xu Guangxin
- [FFmpeg-devel] [PATCH] avformat/libsrt: Close listen fd in listener mode
Marton Balint
- [FFmpeg-devel] [FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Marton Balint
- [FFmpeg-devel] [PATCH] avformat/mpegts: only reset timestamps to NOPTS for DVB teletext
Marton Balint
- [FFmpeg-devel] [PATCH] avfilter/formats: Fix heap-buffer overflow when merging channel layouts
Nicolas George
- [FFmpeg-devel] [PATCH v3] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH] fix memory leak in qsvenc.c
Max Dmitrichenko
- [FFmpeg-devel] [PATCH] avformat/mpegts: only reset timestamps to NOPTS for DVB teletext
Jan Ekström
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] lavfi/formats: simplify a macro parameters.
Nicolas George
- [FFmpeg-devel] [PATCH] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Jack Haughton
- [FFmpeg-devel] [PATCH] avfilter/formats: Fix heap-buffer overflow when merging channel layouts
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] lavfi: check the validity of formats lists.
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 22/22] avfilter/formats: Avoid allocations when merging channel layouts
Nicolas George
- [FFmpeg-devel] [PATCH 22/22] avfilter/formats: Avoid allocations when merging channel layouts
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH 22/22] avfilter/formats: Avoid allocations when merging channel layouts
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] dnn: fix build issue for tensorflow backend
Guo, Yejun
- [FFmpeg-devel] [PATCH 2/2] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathbinary: add pow support
Mingyu Yin
- [FFmpeg-devel] [PATCH] POWER8 VSX vectorization libswscale/input.c Track
Vyacheslav Pestov
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Tomas Härdin
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/dpx: Read alternative frame rate from television header
Harry Mallon
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v3 2/3] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH v3 2/3] avormat/av1dec: add low-overhead bitstream format
Martin Storsjö
- [FFmpeg-devel] [PATCH] avformat/siff: Reject audio packets without audio stream
Michael Niedermayer
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Marton Balint
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2 3/3] FATE: add fate test for minterpolate filter
Nicolas George
- [FFmpeg-devel] [PATCH 5/6] avfilter/formats: Simplify cleanup for ff_merge_* functions
Nicolas George
- [FFmpeg-devel] [PATCH] libavformat/mpeg.c: Initialize the buffer uses to read the PTS.
Thierry Foucu
- [FFmpeg-devel] [PATCH v2 1/3] vaapi_encode_h265: Ensure that tile sizes conform to profile constraints
Mark Thompson
- [FFmpeg-devel] [PATCH v2 2/3] vaapi_encode: Rewrite slice/tile support
Mark Thompson
- [FFmpeg-devel] [PATCH v2 3/3] vaapi_encode_h265: Set tiles_fixed_structure_flag
Mark Thompson
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Dale Curtis
- [FFmpeg-devel] [PATCH] libavcodec/vp9: export motion vector to side data in vp9
Yongle Lin
- [FFmpeg-devel] [PATCH v2] avformat/libsrt: Close listen fd in listener mode
Nicolas Sugino
- [FFmpeg-devel] [PATCH] avformat/libsrt: Close listen fd in listener mode
Nicolas Sugino
- [FFmpeg-devel] [PATCH v3] avformat/libsrt: Close listen fd in listener mode
Nicolas Sugino
- [FFmpeg-devel] [PATCH] fftools/ffprobe: export venc params side data
Yongle Lin
- [FFmpeg-devel] [PATCH 1/2] dnn: fix build issue for tensorflow backend
Guo, Yejun
- [FFmpeg-devel] [PATCH v2 3/3] FATE: add fate test for minterpolate filter
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v4] avformat/libsrt: Close listen fd in listener mode
Nicolas Sugino
- [FFmpeg-devel] [PATCH] FATE: fix copy & paste for minterpolate test
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH V2] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH v3 2/3] avormat/av1dec: add low-overhead bitstream format
Xu, Guangxin
- [FFmpeg-devel] [PATCH v3 2/3] avormat/av1dec: add low-overhead bitstream format
Xu, Guangxin
- [FFmpeg-devel] [PATCH v3 2/3] avormat/av1dec: add low-overhead bitstream format
James Almer
- [FFmpeg-devel] [PATCH v6] avdevice/xcbgrab: check return values of xcb query functions
Andriy Gelman
- [FFmpeg-devel] [PATCH v3] fate: av1dec, add test clip for low overhead obu
Xu Guangxin
- [FFmpeg-devel] [PATCH v2] doc/encoders: Add all options for JPEG2000 encoder
Gyan Doshi
- [FFmpeg-devel] [PATCH v3 1/2] dxva: wait until D3D11 buffer copies are done before submitting them
Steve Lhomme
- [FFmpeg-devel] [PATCH] lavfi: check the validity of formats lists.
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/dpx: Read alternative frame rate from television header
Harry Mallon
- [FFmpeg-devel] [PATCH] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH] fix memory leak in qsvenc.c
Linjie Fu
- [FFmpeg-devel] [PATCH] dnn/native: add log error message
Ting Fu
- [FFmpeg-devel] [PATCH v2 2/3] vaapi_encode: Rewrite slice/tile support
Linjie Fu
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH 1/4] lavfi/buffersink: remove redundant channel layouts.
Nicolas George
- [FFmpeg-devel] [PATCH 2/4] lavfi/buffersink: clearly document that the Params struct are unused.
Nicolas George
- [FFmpeg-devel] [PATCH 3/4] lavfi/buffersink: add a summary documentation of the API.
Nicolas George
- [FFmpeg-devel] [PATCH 4/4] ffplay: do not set redundant channel count on abuffersink.
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH v2] avcodec/dpx: Read alternative frame rate from television header
Harry Mallon
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathbinary: add floormod support
Mingyu Yin
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Lynne
- [FFmpeg-devel] [PATCH, RFC] lavc/hevcdec: add invalid for skip_frame to skip invalid nalus before IRAP
Linjie Fu
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Tomas Härdin
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathbinary: add floormod support
Xu, Guangxin
- [FFmpeg-devel] [PATCH V2] dnn_backend_openvino.c: parse options in openvino backend
Xu, Guangxin
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH V2] dnn_backend_openvino.c: parse options in openvino backend
Alexander Strasser
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Derek Buitenhuis
- [FFmpeg-devel] [PATCH] avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()
James Almer
- [FFmpeg-devel] [PATCH 1/2] avformat/mpegts: parse for AC-3 descriptor 6A
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/2] avformat/mpegts: parse for AC-3 descriptor 6A
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/2] avcodec/utils: calculate frame number of HEVC if the framerate > 30FPS
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/5] avcodec: split off A53 Closed Caption parsing code into its own file
James Almer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Derek Buitenhuis
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] fate: disable automatic conversions on most filter tests.
Nicolas George
- [FFmpeg-devel] [PATCH 1/3] avformat/mlvdec: Check for existence of AVIOContext before using it
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] swresample/rematrix: handle 22.2 as a 9 channel layout
Michael Niedermayer
- [FFmpeg-devel] [PATCH v4 1/3] [RFC] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v4 2/3] [RFC] lavfmt: add FLIF demuxing support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v4 3/3] [RFC] lavc: add codec entries for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Derek Buitenhuis
- [FFmpeg-devel] [PATCH v4 1/3] [RFC] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v4 2/3] [RFC] lavfmt: add FLIF demuxing support
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
James Almer
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH, RFC] lavc/hevcdec: add invalid for skip_frame to skip invalid nalus before IRAP
Mark Thompson
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Derek Buitenhuis
- [FFmpeg-devel] [PATCH v2 2/3] vaapi_encode: Rewrite slice/tile support
Mark Thompson
- [FFmpeg-devel] [PATCH 2/2] fate: disable automatic conversions on most filter tests.
Mark Thompson
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Mark Thompson
- [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v5 2/3] [RFC] lavfmt: add FLIF demuxing support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v5 3/3] [RFC] Update documentation and configure script for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Derek Buitenhuis
- [FFmpeg-devel] [PATCH 2/2] avformat/mpegts: parse for AC-3 descriptor 6A
Marton Balint
- [FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
Marton Balint
- [FFmpeg-devel] [PATCH] avformat/hls: Fix memleak when url is empty
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3] avformat/hls: Remove redundant resetting of AVPacket
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/3] avformat/hls: Use av_init_pkt() directly
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH] libavformat/mpeg.c: Initialize the buffer uses to read the PTS.
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/mpeg: Check avio_read() return value in get_pts()
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/mpeg: Check avio_read() return value in get_pts()
Thierry Foucu
- [FFmpeg-devel] [PATCH 2/2] avformat/mpegts: parse for AC-3 descriptor 6A
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 1/7] avfilter/formats: Make check for buffer overflow redundant
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/7] avfilter/formats: Avoid allocations when merging formats and samplerates
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/7] avfilter/formats: Resize potentially oversized arrays
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/7] avfilter/formats: Avoid code duplication when merging samplerates
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 5/7] avfilter/formats: Factor checking for mergeability out of ff_merge_*
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 6/7] avfilter/formats: Always keep longer references list when merging lists
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 7/7] avfilter/formats: Cosmetics
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v2] doc/developer: origin of tables should be documented.
Alexander Strasser
- [FFmpeg-devel] [FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Alexander Strasser
- [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Alexander Strasser
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Michael Niedermayer
- [FFmpeg-devel] [PATCH] swresample/rematrix: handle 22.2 as a 9 channel layout
Jan Ekström
- [FFmpeg-devel] [PATCH] swresample/rematrix: handle 22.2 as a 9 channel layout
Jan Ekström
- [FFmpeg-devel] [PATCH] avutil/opt: Restore NULL input handling to set_string_video_rate()
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/dpx: Read alternative frame rate from television header
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] fate: disable automatic conversions on most filter tests.
Nicolas George
- [FFmpeg-devel] [PATCH v2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
Guangxin Xu
- [FFmpeg-devel] [PATCH] avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()
Guangxin Xu
- [FFmpeg-devel] [PATCH] avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()
James Almer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH v6] avdevice/xcbgrab: check return values of xcb query functions
Andriy Gelman
- [FFmpeg-devel] [PATCH 1/3] avcodec/v4l2_context: return EAGAIN to signal full buffers
Andriy Gelman
- [FFmpeg-devel] [PATCH 1/3] avcodec/v4l2_context: return EAGAIN to signal full buffers
Mark Thompson
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Mark Thompson
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] fate: disable automatic conversions on many tests.
Nicolas George
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
James Almer
- [FFmpeg-devel] [PATCH] avcodec/decode: move the ff_decode_frame_props() prototype to the proper header
James Almer
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
zhilizhao
- [FFmpeg-devel] [PATCH] avfilter/yadif: simplify the code for better readability
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
James Almer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/utils: check for integer overflow in av_get_frame_filename2()
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
zhilizhao
- [FFmpeg-devel] [PATCH] avformat/utils: check for integer overflow in av_get_frame_filename2()
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Marton Balint
- [FFmpeg-devel] [PATCH] avformat/utils: check for integer overflow in av_get_frame_filename2()
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/utils: check for integer overflow in av_get_frame_filename2()
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Gyan Doshi
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
zhilizhao
- [FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold for DST
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avformat/rmdec: sanity check coded_framesize
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/mpeg: Check avio_read() return value in get_pts()
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Alexander Strasser
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
zhilizhao
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold for DST
Peter Ross
- [FFmpeg-devel] [PATCH 1/3] avcodec/v4l2_context: return EAGAIN to signal full buffers
Andriy Gelman
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check duration value correct before split segment
zhilizhao
- [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport
zhilizhao
- [FFmpeg-devel] [PATCH] avformat/hls: Fix memleak when url is empty
Steven Liu
- [FFmpeg-devel] [PATCH 2/3] avformat/hls: Remove redundant resetting of AVPacket
Steven Liu
- [FFmpeg-devel] [PATCH 3/3] avformat/hls: Use av_init_pkt() directly
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH] fix memory leak in qsvenc.c
Alex Pokotilo
- [FFmpeg-devel] [PATCH V2] dnn/native: add log error message
Ting Fu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Nicolas George
- [FFmpeg-devel] [PATCH v3 5/5] avformat/argo_asf: strip file extension from name
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Alexander Strasser
- [FFmpeg-devel] [PATCH v3]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Peter van der Spek
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Nicolas George
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Paul B Mahol
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Paul B Mahol
- [FFmpeg-devel] [PATCH v3]libavfilter/asrc_atone.c : generate algorithmic music
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check the segment duration valid
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check duration value correct before split segment
Steven Liu
- [FFmpeg-devel] [PATCH v2] doc/encoders: Add all options for JPEG2000 encoder
Gyan Doshi
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH v3]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] 回复:Re: [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser
hbj515 at sina.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Alexander Strasser
- [FFmpeg-devel] 回复:Re: [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper
hbj515 at sina.com
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats
Joose Sainio
- [FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser
hwren
- [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper
hwren
- [FFmpeg-devel] [PATCH v3]libavfilter/asrc_atone.c : generate algorithmic music
Thilo Borgmann
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check duration value correct before split segment
Steven Liu
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check duration value correct before split segment
Steven Liu
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Paul B Mahol
- [FFmpeg-devel] [PATCH V2] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH] avformat/dashdec: check the root url length
Steven Liu
- [FFmpeg-devel] [PATCH] avformat/hlsenc: check duration value correct before split segment
Nicolas George
- [FFmpeg-devel] [PATCH v2]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH V2] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Anton Khirnov
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
James Almer
- [FFmpeg-devel] [PATCH 1/2] avcodec/dvbsub: remove useless indirection in dvbsub_encode.
Clément Bœsch
- [FFmpeg-devel] [PATCH 2/2] avcodec/dvbsub: add "enc" suffix to encoder
Clément Bœsch
- [FFmpeg-devel] [PATCH 2/2] avcodec/dvbsub: add "enc" suffix to encoder
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] avcodec/dvbsub: add "enc" suffix to encoder
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] avcodec/dvbsub: add "enc" suffix to encoder
Clément Bœsch
- [FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.
Nicolas George
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Dale Curtis
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Derek Buitenhuis
- [FFmpeg-devel] RTSP Video Stream - Buffer Overflow!
Yiğit (Yeet) Uyan
- [FFmpeg-devel] [PATCH 2/2] lavc/ratecontrol: Fix error logging for parsing and evaluation of rc_eq
Michael Niedermayer
- [FFmpeg-devel] [PATCH] configure: Add additional glslang libraries to make linking work
Philip Langdale
- [FFmpeg-devel] RTSP Video Stream - Buffer Overflow!
Zane van Iperen
- [FFmpeg-devel] [PATCH] examples/decode_video: flush parser to fix missing frame
quinkblack at foxmail.com
- [FFmpeg-devel] RTSP Video Stream - Buffer Overflow!
Andriy Gelman
- [FFmpeg-devel] [PATCH V2] dnn/native: add log error message
Guo, Yejun
- [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] avformat/hlsenc: process hls_time value too small sence
Steven Liu
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Dale Curtis
- [FFmpeg-devel] [v2] dnn_backend_native_layer_mathbinary: add floormod support
Mingyu Yin
- [FFmpeg-devel] [PATCH V3] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Paul B Mahol
- [FFmpeg-devel] [PATCH V3] dnn_backend_openvino.c: parse options in openvino backend
Paul B Mahol
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Jan Ekström
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Jan Ekström
- [FFmpeg-devel] [PATCH V3] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH 2/2] avcodec/dvbsub: add "enc" suffix to encoder
Michael Niedermayer
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold for DST
Michael Niedermayer
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Derek Buitenhuis
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathbinary: add floormod support
Yin, Mingyu
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Jan Ekström
- [FFmpeg-devel] [PATCH] avfilter/f_sidedata: Add SEI_UNREGISTERED frame side data type
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] libavformat/mxfenc: Allow more bitrates for NTSC IMX50
Mark Himsley
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Peter van der Spek
- [FFmpeg-devel] [PATCH V4] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/ac3dec: detect fairplay encryption
Niki Bowe
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Paul B Mahol
- [FFmpeg-devel] [PATCH v4 0/4] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v4 1/4] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v4 3/4] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v4 4/4] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v4 4/4] lavc, doc: add libuavs3d video decoder wrapper
Paul B Mahol
- [FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser
Andreas Rheinhardt
- [FFmpeg-devel] [aarch64] yuv2planeX - unroll outer loop by 4 to increase performance by 6.3%
Sebastian Pop
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 07/21] avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 07/21] avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of error
Paul B Mahol
- [FFmpeg-devel] [PATCH 0/3] avcodec/aacdec_template: improvements to 22.2 layout logic
Jan Ekström
- [FFmpeg-devel] [PATCH 1/3] avcodec/aacdec_template: keep tabs on layout in sniff_channel_order
Jan Ekström
- [FFmpeg-devel] [PATCH 2/3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH 3/3] avcodec/aacdec_template: log the element order before/after reordering
Jan Ekström
- [FFmpeg-devel] [PATCH 1/4] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH 2/4] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH 3/4] libavcodec/jpeg2000: Modify cleanup
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH] avformat/mpegts: only reset timestamps to NOPTS for DVB teletext
Jan Ekström
- [FFmpeg-devel] [PATCH 0/2] avcodec/decode: use a packet list for last_pkt_props
James Almer
- [FFmpeg-devel] [PATCH 1/2][RFC] avcodec/packet: move AVPacketList definition and function helpers over from libavformat
James Almer
- [FFmpeg-devel] [PATCH 2/2] avcodec/decode: use a packet list to store packet properties
James Almer
- [FFmpeg-devel] [PATCH] swresample/rematrix: handle 22.2 as a 9 channel layout
Jan Ekström
- [FFmpeg-devel] [PATCH 2/2] avcodec/decode: use a packet list to store packet properties
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avcodec/decode: use a packet list to store packet properties
James Almer
- [FFmpeg-devel] [PATCH 1/4] libavcodec/jpeg2000: Make tag tree functions non static
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] [PATCH 1/5] avcodec/dvbsubenc: merge rectangle encode code blocks
Clément Bœsch
- [FFmpeg-devel] [PATCH 2/5] avcodec/dvbsubenc: reindent after previous commit
Clément Bœsch
- [FFmpeg-devel] [PATCH 3/5] avcodec/dvbsubenc: fix onject/object typo
Clément Bœsch
- [FFmpeg-devel] [PATCH 4/5] avcodec/dvbsubdec: request samples for missing coding methods
Clément Bœsch
- [FFmpeg-devel] [PATCH 5/5] avcodec/dvbsubdec: error out on unsupported coding methods
Clément Bœsch
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/1] Added avs2 tags for MKV
Ze Yuan
- [FFmpeg-devel] [PATCH] avformat/avidec: Fix memleak when error happens after creating DV stream
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/1] Added avs2 tags for MKV
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/1] Added avs2 tags for MKV
Ze Yuan
- [FFmpeg-devel] [PATCH 1/1] Added avs2 tags for MKV
Ze Yuan
- [FFmpeg-devel] [PATCH] qsv: add ${includedir}/mfx to the search path for old version of libmfx
Haihao Xiang
- [FFmpeg-devel] [PATCH 1/2] qsv: needn't load user plugin since libmfx 1.28
Haihao Xiang
- [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code
Haihao Xiang
- [FFmpeg-devel] [PATCH v4 4/4] lavc, doc: add libuavs3d video decoder wrapper
hwren
- [FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser
hwren
- [FFmpeg-devel] [PATCH v5 0/5] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v5 1/5] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v5 4/5] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v5 5/5] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Peter van der Spek
- [FFmpeg-devel] [PATCH 2/4] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [PATCH] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams.
ManojGuptaBonda
- [FFmpeg-devel] [PATCH 1/1] Added avs2 tags for MKV
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/5] avcodec/dvbsubdec: request samples for missing coding methods
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/5] avcodec/dvbsubenc: merge rectangle encode code blocks
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code
mypopy at gmail.com
- [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code
Nicolas George
- [FFmpeg-devel] [aarch64] yuv2planeX - unroll outer loop by 4 to increase performance by 6.3%
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH 1/4] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH 2/4] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH 3/4] libavcodec/jpeg2000: Modify cleanup
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
Nicolas George
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Michael Niedermayer
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] dnn/native: rename struct ConvolutionalNetwork to NativeModel
Ting Fu
- [FFmpeg-devel] [PATCH 7/7] avcodec/aacdec_template: add support for 22.2 / channel_config 13
Jan Ekström
- [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser
Moritz Barsnick
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
Moritz Barsnick
- [FFmpeg-devel] [PATCH v5 5/5] lavc, doc: add libuavs3d video decoder wrapper
Moritz Barsnick
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avcodec/h2645_parse: always return 0 on successful h{264, evc}_parse_nal_header() calls
James Almer
- [FFmpeg-devel] [PATCH] avcodec/proresenc: add support for PQ and HLG
zhilizhao
- [FFmpeg-devel] [PATCH] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams.
James Almer
- [FFmpeg-devel] [PATCH 1/7] avfilter/formats: Make check for buffer overflow redundant
Nicolas George
- [FFmpeg-devel] [PATCH 2/7] avfilter/formats: Avoid allocations when merging formats and samplerates
Nicolas George
- [FFmpeg-devel] [PATCH 3/7] avfilter/formats: Resize potentially oversized arrays
Nicolas George
- [FFmpeg-devel] [PATCH 4/7] avfilter/formats: Avoid code duplication when merging samplerates
Nicolas George
- [FFmpeg-devel] [PATCH 5/7] avfilter/formats: Factor checking for mergeability out of ff_merge_*
Nicolas George
- [FFmpeg-devel] [PATCH 6/7] avfilter/formats: Always keep longer references list when merging lists
Nicolas George
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/6] avfilter/formats: Remove ff_make_formatu64_list()
Paul B Mahol
- [FFmpeg-devel] [PATCH 7/7] avfilter/formats: Cosmetics
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/3] avformat/mlvdec: Only store dimensions after having validated them
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avformat/vividas: Check return value before storing it in smaller type
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Paul B Mahol
- [FFmpeg-devel] ffmpeg software and patch management
Carter, Tenisha [USA]
- [FFmpeg-devel] [PATCH 2/4] lavfi/vaf_spectrumsynth: switch to activate.
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/4] lavfi/vf_overlay_qsv: remove needs_fifo.
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/4] lavfi: remove needs_fifo.
Paul B Mahol
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH 1/4] lavfi/buffersink: remove redundant channel layouts.
Paul B Mahol
- [FFmpeg-devel] [PATCH] libavcodec/options_table: Add missing colorspace options
Harry Mallon
- [FFmpeg-devel] [aarch64] yuv2planeX - unroll outer loop by 4 to increase performance by 6.3%
Sebastian Pop
- [FFmpeg-devel] [PATCH 2/4] lavfi/buffersink: clearly document that the Params struct are unused.
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/4] lavfi/buffersink: add a summary documentation of the API.
Paul B Mahol
- [FFmpeg-devel] ffmpeg software and patch management
Timo Rothenpieler
- [FFmpeg-devel] [PATCH 4/4] ffplay: do not set redundant channel count on abuffersink.
Paul B Mahol
- [FFmpeg-devel] ffmpeg software and patch management
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 4/4] lavfi: remove request_samples.
Paul B Mahol
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Paul B Mahol
- [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support
Paul B Mahol
- [FFmpeg-devel] [PATCH 5/5] avcodec/dvbsubdec: error out on unsupported coding methods
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/5] avcodec/dvbsubenc: fix onject/object typo
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/5] avcodec/dvbsubenc: reindent after previous commit
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/3] avformat/mlvdec: Don't leak open AVIOContexts on error
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/8] avcodec/smacker: Don't warn for Huffmann tables with one element
Paul B Mahol
- [FFmpeg-devel] [PATCH 20/21] avcodec/smacker: Use unsigned for prediction values
Paul B Mahol
- [FFmpeg-devel] [PATCH 7/8] avcodec/smacker: Use same variable for return values and errors
Paul B Mahol
- [FFmpeg-devel] [PATCH 13/21] avfilter/vf_remap: Fix double-free of AVFilterFormats on error
Paul B Mahol
- [FFmpeg-devel] [PATCH 6/8] avcodec/smacker: Directly goto error in case of error
Paul B Mahol
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 5/8] avcodec/smacker: Improve header table error checks
Paul B Mahol
- [FFmpeg-devel] [PATCH 4/8] avcodec/smacker: Remove code duplication when decoding header trees
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/internal: Remove wrong documentation
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/siff: Reject audio packets without audio stream
Paul B Mahol
- [FFmpeg-devel] [PATCH 6/8] avcodec/smacker: Directly goto error in case of error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 6/8] avcodec/smacker: Directly goto error in case of error
Paul B Mahol
- [FFmpeg-devel] [PATCH] libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.
Thierry Foucu
- [FFmpeg-devel] [PATCH V4] dnn_backend_openvino.c: parse options in openvino backend
Alexander Strasser
- [FFmpeg-devel] [PATCH] avformat/movenc: write the colr atom by default
Michael Bradshaw
- [FFmpeg-devel] [PATCH] avformat/movenc: write the colr atom by default
Paul B Mahol
- [FFmpeg-devel] [PATCH] libavcodec/options_table: Add missing colorspace options
Harry Mallon
- [FFmpeg-devel] [PATCH] libavcodec/proresdec2: Setup qmat_chroma according to RDD36
Harry Mallon
- [FFmpeg-devel] [PATCH v2] avfilter/formats: Avoid code duplication when merging samplerates
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/7] avfilter/formats: Resize potentially oversized arrays
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 0/3] avcodec/aacdec_template: improvements to 22.2 layout logic
Jan Ekström
- [FFmpeg-devel] [PATCH 6/7] avfilter/formats: Always keep longer references list when merging lists
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.
James Almer
- [FFmpeg-devel] [PATCH] libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.
Thierry Foucu
- [FFmpeg-devel] [PATCH 0/3] avcodec/aacdec_template: improvements to 22.2 layout logic
James Almer
- [FFmpeg-devel] [PATCH 4/4] ffplay: do not set redundant channel count on abuffersink.
Marton Balint
- [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code
Xiang, Haihao
- [FFmpeg-devel] [PATCH V4] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH] avcodec/proresenc: add support for PQ and HLG
Michael Bradshaw
- [FFmpeg-devel] [PATCH] avcodec/proresenc: add support for PQ and HLG
Michael Bradshaw
- [FFmpeg-devel] [PATCH] avcodec/proresenc: add support for PQ and HLG
Michael Bradshaw
- [FFmpeg-devel] [PATCH] dnn/native: rename struct ConvolutionalNetwork to NativeModel
Guo, Yejun
- [FFmpeg-devel] [PATCH] dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model
Guo, Yejun
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH v5 5/5] lavc, doc: add libuavs3d video decoder wrapper
hwren
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
hwren
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
hwren
- [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser
hwren
- [FFmpeg-devel] [PATCH] avutil/video_enc_params: fix code comment
leozhang
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
hwren
- [FFmpeg-devel] [PATCH v6 0/5] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v6 1/5] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v6 2/5] lavc/avs3: add AVS3 related definitions
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v6 3/5] lavc/avs3_parser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v6 4/5] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v6 5/5] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH 1/3] lavc/avs2_parser.c, lavf/davs2.c: Add AVS2_* prefix
hwrenx at 126.com
- [FFmpeg-devel] [PATCH 2/3] lavf/davs2.c: Rename as avs2dec.c for better understanding
hwrenx at 126.com
- [FFmpeg-devel] [PATCH 3/3] lavc/avs2_parser.c, lavf/avs2dec.c: fix code style
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH v2] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams It help initialize chroma format and other info properly Chroma format wasn't correct if I use below code: avformat_find_stream_info(fmtc, NULL); iVideoStream = av_find_best_stream(fmtc, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); eChromaFormat = (AVPixelFormat)fmtc->streams[iVideoStream]->codecpar->format;
Vikas Agrawal (Engrg-SW)
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [PATCH 4/4] ffplay: do not set redundant channel count on abuffersink.
Nicolas George
- [FFmpeg-devel] [PATCH 4/4] ffplay: do not set redundant channel count on abuffersink.
Marton Balint
- [FFmpeg-devel] [PATCH] lavc/qsv: fix transcode with interlaced clip
Fei Wang
- [FFmpeg-devel] [PATCH] avfilter: add shufflepixels video filter
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Check the linearization table size
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/4] avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8
Michael Niedermayer
- [FFmpeg-devel] [PATCH 3/4] avcodec/tiff: Restrict tag order based on specification
Michael Niedermayer
- [FFmpeg-devel] [PATCH 4/4] avcodec/tiff: Check jpeg context against jpeg frame parameters
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/3] lavf/davs2.c: Rename as avs2dec.c for better understanding
hwren
- [FFmpeg-devel] [PATCH v2 1/3] lavc/avs2_parser.c, lavf/davs2.c: Add AVS2_* prefix
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v2 2/3] lavf/davs2.c: Rename as avs2dec.c for better understanding
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v2 3/3] lavc/avs2_parser.c, lavf/avs2dec.c: fix code style
hwrenx at 126.com
- [FFmpeg-devel] [PATCH] avformat/siff: Reject audio packets without audio stream
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH 3/4] libavcodec/jpeg2000: Modify cleanup
Moritz Barsnick
- [FFmpeg-devel] [PATCH] avutil/video_enc_params: fix code comment
Steven Liu
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Moritz Barsnick
- [FFmpeg-devel] [PATCH v4] avformat/mxfdec: Read video range from PictureDescriptor
Tomas Härdin
- [FFmpeg-devel] [PATCH] avformat/avidec: Fix memleak when error happens after creating DV stream
Michael Niedermayer
- [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH] libavformat/mxfenc: Allow more bitrates for NTSC IMX50
Tomas Härdin
- [FFmpeg-devel] [PATCH] avformat/avidec: Fix memleak when error happens after creating DV stream
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Moritz Barsnick
- [FFmpeg-devel] [PATCH 3/4] lavfi/buffersink: add a summary documentation of the API.
Nicolas George
- [FFmpeg-devel] [PATCH 4/4] ffplay: do not set redundant channel count on abuffersink.
Nicolas George
- [FFmpeg-devel] [PATCH 2/4] lavfi/buffersink: clearly document that the Params struct are unused.
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Michael Niedermayer
- [FFmpeg-devel] [PATCH] libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.
Michael Niedermayer
- [FFmpeg-devel] [PATCH] libavcodec/proresdec2: Setup qmat_chroma according to RDD36
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2 2/3] lavf/davs2.c: Rename as avs2dec.c for better understanding
James Almer
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH] libavfilter/vf_libvmaf: document log_fmt = csv
Harry Mallon
- [FFmpeg-devel] [PATCH v5 1/2] avformat/mxfdec: Read video range from CDCIEssenceDescriptor
Harry Mallon
- [FFmpeg-devel] [PATCH v5 2/2] libavformat/mxfenc: color_range should be inclusive
Harry Mallon
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
James Almer
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Nicolas George
- [FFmpeg-devel] [RFC PATCH 3/4] libavcodec/jpeg2000: Modify cleanup
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH v4]libavfilter/asrc_atone.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH v4] avformat/libsrt: Close listen fd in listener mode
Marton Balint
- [FFmpeg-devel] [PATCH 1/4] lavfi: regroup formats lists in a single structure.
Nicolas George
- [FFmpeg-devel] [PATCH 2/4] lavfi/formats: simplify a macro parameters.
Nicolas George
- [FFmpeg-devel] [PATCH 3/4] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH 4/4] lavfi/buffersink: remove redundant channel layouts.
Nicolas George
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Nicolas George
- [FFmpeg-devel] [PATCH 6/7] avfilter/formats: Always keep longer references list when merging lists
Nicolas George
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Peter van der Spek
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH v2] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams It help initialize chroma format and other info properly Chroma format wasn't correct if I use below code: avformat_find_stream_info(fmtc, NULL); iVideoStream = av_find_best_stream(fmtc, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); eChromaFormat = (AVPixelFormat)fmtc->streams[iVideoStream]->codecpar->format;
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH] libavfilter/vf_libvmaf: document log_fmt = csv
Gyan Doshi
- [FFmpeg-devel] [RFC PATCH 3/4] libavcodec/jpeg2000: Modify cleanup
Moritz Barsnick
- [FFmpeg-devel] [PATCH v2] libavfilter/vf_libvmaf: document log_fmt = csv
Harry Mallon
- [FFmpeg-devel] [PATCH] avcodec/proresenc: add support for PQ and HLG
Michael Bradshaw
- [FFmpeg-devel] [PATCH] libavformat/http, tls: honor http_proxy command line variable for HTTPS
Moritz Barsnick
- [FFmpeg-devel] [PATCH V4] dnn_backend_openvino.c: parse options in openvino backend
Alexander Strasser
- [FFmpeg-devel] [PATCH] configure: Add additional glslang libraries to make linking work
Christopher Degawa
- [FFmpeg-devel] [PATCH 4/4] lavfi: remove request_samples.
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [RFC PATCH 4/4] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH] libavformat/http, tls: honor http_proxy command line variable for HTTPS
Martin Storsjö
- [FFmpeg-devel] [PATCH] libavformat/ffmetadecc.c: Fix Use-of-uninitialized-value
Thierry Foucu
- [FFmpeg-devel] [PATCH] libavformat/http, tls: honor http_proxy command line variable for HTTPS
Moritz Barsnick
- [FFmpeg-devel] [PATCH] libavformat/http, tls: honor http_proxy command line variable for HTTPS
Martin Storsjö
- [FFmpeg-devel] [PATCH] avformat/avidec: Fix memleak when error happens after creating DV stream
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avformat/flvdec: RtmpSampleAccess no longer breaks stream detection
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/3] avcodec/aacdec_template: keep tabs on layout in sniff_channel_order
Jan Ekström
- [FFmpeg-devel] Curly braces around single statements (was avformat/avidec: Fix memleak when error) happens after creating DV stream
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] ffmpeg: add disable_all_auto_conversion_filters option.
Alexander Strasser
- [FFmpeg-devel] [PATCH] fftools: Accept more negative prefixes
Mark Thompson
- [FFmpeg-devel] Curly braces around single statements (was avformat/avidec: Fix memleak when error) happens after creating DV stream
Mark Thompson
- [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats
Mark Thompson
- [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats
James Almer
- [FFmpeg-devel] [PATCH] fix memory leak in qsvenc.c
Xiang, Haihao
- [FFmpeg-devel] [PATCH V4] dnn_backend_openvino.c: parse options in openvino backend
Guo, Yejun
- [FFmpeg-devel] [PATCH V3 1/2] dnn/native: unify error return to DNN_ERROR
Ting Fu
- [FFmpeg-devel] [PATCH V3 2/2] dnn/native: add log error message
Ting Fu
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Haihao Xiang
- [FFmpeg-devel] [PATCH v2] libavfilter/vf_libvmaf: document log_fmt = csv
Gyan Doshi
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Fei Wang
- [FFmpeg-devel] [PATCH 2/2] avcodec: add av1 VAAPI decoder
Fei Wang
- [FFmpeg-devel] [PATCH V2] dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model
Guo, Yejun
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Soft Works
- [FFmpeg-devel] [PATCH] fftools: Accept more negative prefixes
Moritz Barsnick
- [FFmpeg-devel] [PATCH 4/4] lavfi/buffersink: remove redundant channel layouts.
Michael Niedermayer
- [FFmpeg-devel] [PATCH] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams
Vikas Agrawal (Engrg-SW)
- [FFmpeg-devel] [PATCH] fix memory leak in qsvenc.c
Alex Pokotilo
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Xiang, Haihao
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_mathbinary: change to function pointer
Mingyu Yin
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Max Dmitrichenko
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Soft Works
- [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code
Thilo Borgmann
- [FFmpeg-devel] [PATCH] avcodec: add RPZA encoder
Paul B Mahol
- [FFmpeg-devel] [PATCH v2] avformat/http, tls: honor http_proxy command line variable for HTTPS
Moritz Barsnick
- [FFmpeg-devel] [PATCH V3 1/2] dnn_backend_native_layer_mathbinary: add floormod support
Mingyu Yin
- [FFmpeg-devel] [PATCH V3 2/2] dnn_backend_native_layer_mathbinary: change to function pointer
Mingyu Yin
- [FFmpeg-devel] [PATCH v2] avformat/http, tls: honor http_proxy command line variable for HTTPS
Martin Storsjö
- [FFmpeg-devel] [PATCH] avfilter/fifo: Remove unused functions and header
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avfilter/fifo: Remove unused functions and header
Nicolas George
- [FFmpeg-devel] [PATCH] lavu/avstring: deprecate av_d2str().
Nicolas George
- [FFmpeg-devel] [PATCH v2] avfilter/fifo: Remove unused functions and headers
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Alex Pokotilo
- [FFmpeg-devel] [PATCH v2] avfilter/fifo: Remove unused functions and headers
Nicolas George
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Nicolas George
- [FFmpeg-devel] [PATCH V2] dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model
Fu, Ting
- [FFmpeg-devel] [PATCH] lavu/buffer: forward av_buffer_realloc() error code.
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] avcodec/cfhd: Remove unused-but-set variable
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avfilter/vf_overlay: Remove superfluous ;
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Moritz Barsnick
- [FFmpeg-devel] [PATCH] doc/APIchanges: Remove version conflict separator
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] doc/APIchanges: Remove version conflict separator
Nicolas George
- [FFmpeg-devel] [PATCH V3 2/2] dnn_backend_native_layer_mathbinary: change to function pointer
Guo, Yejun
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Alex Pokotilo
- [FFmpeg-devel] [PATCH V3 1/2] dnn_backend_native_layer_mathbinary: add floormod support
Guo, Yejun
- [FFmpeg-devel] Curly braces around single statements (was avformat/avidec: Fix memleak when error) happens after creating DV stream
Alexander Strasser
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Alexander Strasser
- [FFmpeg-devel] [PATCH V3 1/2] dnn/native: unify error return to DNN_ERROR
Guo, Yejun
- [FFmpeg-devel] [PATCH V3 2/2] dnn/native: add log error message
Guo, Yejun
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Nicolas George
- [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] fate: remove "-v 0" from ffprobe tests.
Nicolas George
- [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats
mypopy at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/2] avfilter/vf_overlay: Remove superfluous ;
Paul B Mahol
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assert
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] Documentation: proposed changes in the structure
Nicolas George
- [FFmpeg-devel] Documentation: proposed changes in the structure
Timo Rothenpieler
- [FFmpeg-devel] Documentation: proposed changes in the structure
Jean-Baptiste Kempf
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Moritz Barsnick
- [FFmpeg-devel] [PATCH V4 1/2] dnn_backend_native_layer_mathbinary: change to function pointer
Mingyu Yin
- [FFmpeg-devel] [PATCH V4 2/2] dnn_backend_native_layer_mathbinary: add floormod support
Mingyu Yin
- [FFmpeg-devel] Documentation: proposed changes in the structure
Gyan Doshi
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Moritz Barsnick
- [FFmpeg-devel] [PATCH 1/2] avfilter/audio: Remove unused array, move used-only-once array
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avfilter/formats: Remove unused functions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] avfilter/audio: Remove unused array, move used-only-once array
Paul B Mahol
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assert
Guo, Yejun
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assert
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assert
Guo, Yejun
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH] dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assert
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeight
Derek Buitenhuis
- [FFmpeg-devel] [PATCH 1/2] avfilter/audio: Remove unused array, move used-only-once array
Nicolas George
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Alexander Strasser
- [FFmpeg-devel] [PATCH] avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeight
James Almer
- [FFmpeg-devel] Documentation: proposed changes in the structure
Alexander Strasser
- [FFmpeg-devel] Documentation: proposed changes in the structure
Alexander Strasser
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Hendrik Leppkes
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Derek Buitenhuis
- [FFmpeg-devel] [PATCH] avformat/movenc: write the colr atom by default
Michael Bradshaw
- [FFmpeg-devel] Documentation: proposed changes in the structure
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH] avcodec/proresenc: infer array lengths
Michael Bradshaw
- [FFmpeg-devel] [PATCH] avcodec/proresenc: add support for PQ and HLG
Michael Bradshaw
- [FFmpeg-devel] [PATCH] avcodec: add RPZA encoder
Paul B Mahol
- [FFmpeg-devel] Documentation: proposed changes in the structure
Oneric
- [FFmpeg-devel] [PATCH] avcodec: add RPZA encoder
Paul B Mahol
- [FFmpeg-devel] Documentation: proposed changes in the structure
Clément Bœsch
- [FFmpeg-devel] Documentation: proposed changes in the structure
Clément Bœsch
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Soft Works
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] [PATCH v2 18/21] avfilter/vf_hwdownload: Fix leak of formats list upon error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH] libavformat/ffmetadecc.c: Fix Use-of-uninitialized-value
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Andreas Rheinhardt
- [FFmpeg-devel] Documentation: proposed changes in the structure
Nicolas George
- [FFmpeg-devel] [PATCH 0/3 v2] avcodec/aacdec_template: improvements to 22.2 layout logic
Jan Ekström
- [FFmpeg-devel] [PATCH 1/3 v2] avcodec/aacdec_template: keep tabs on layout in sniff_channel_order
Jan Ekström
- [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH 3/3] avcodec/aacdec_template: log the element order before/after reordering
Jan Ekström
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH] avcodec/proresenc: infer array lengths
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/rzpaenc: Remove set-but-unused variable
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeight
Derek Buitenhuis
- [FFmpeg-devel] Documentation: proposed changes in the structure
Clément Bœsch
- [FFmpeg-devel] Documentation: proposed changes in the structure
Clément Bœsch
- [FFmpeg-devel] [PATCH 1/1] libavformat/nut: Support SSA and ASS subtitles
hax at riseup.net
- [FFmpeg-devel] [PATCH v2] avutil/mem: Mark DECLARE_ASM_ALIGNED as visibility("hidden") for __GNUC__
Fangrui Song
- [FFmpeg-devel] [PATCH] avcodec/rzpaenc: Remove set-but-unused variable
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] doc/texi2pod: support @float.
Nicolas George
- [FFmpeg-devel] [PATCH 2/3] doc/general: move contents into a separate file.
Nicolas George
- [FFmpeg-devel] [PATCH 3/3] doc: include general in *-all pages.
Nicolas George
- [FFmpeg-devel] [PATCH 1/1] libavformat/nut: Support SSA and ASS subtitles
Michael Niedermayer
- [FFmpeg-devel] [FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] lavfi/avf_concat: check input timestamp.
Nicolas George
- [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 3/3] avcodec/aacdec_template: log the element order before/after reordering
Michael Niedermayer
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH 3/3] avcodec/aacdec_template: log the element order before/after reordering
Jan Ekström
- [FFmpeg-devel] [PATCH 1/3] doc/texi2pod: support @float.
Gyan Doshi
- [FFmpeg-devel] Documentation: proposed changes in the structure
Nicolas George
- [FFmpeg-devel] [PATCH v2 18/21] avfilter/vf_hwdownload: Fix leak of formats list upon error
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Nicolas George
- [FFmpeg-devel] Documentation: proposed changes in the structure
Soft Works
- [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.
Andreas Rheinhardt
- [FFmpeg-devel] Documentation: proposed changes in the structure
Alexander Strasser
- [FFmpeg-devel] [FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().
Alexander Strasser
- [FFmpeg-devel] [PATCH] fate: add fate-sub-dvb test
Clément Bœsch
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
Marton Balint
- [FFmpeg-devel] [PATCH 1/5] avcodec/dvbsubenc: merge rectangle encode code blocks
Clément Bœsch
- [FFmpeg-devel] [PATCH v2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
Marton Balint
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v6 2/4] lavfmt: add FLIF demuxing support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v6 3/4] configure: add FLIF dependencies
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v6 4/4] doc: add documentation entries for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add RPZA encoder
Alexander Strasser
- [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Michael Niedermayer
- [FFmpeg-devel] Documentation: proposed changes in the structure
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [PATCH] fftools: Accept more negative prefixes
Mark Thompson
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] Documentation: proposed changes in the structure
Jim DeLaHunt
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Mark Thompson
- [FFmpeg-devel] [PATCH] cbs_av1: Fill tile width/height values when uniform_tile_spacing_flag is set
Mark Thompson
- [FFmpeg-devel] [PATCH 1/3] avfilter/graphparser: Fix leaks when parsing inputs fails
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/3] avfilter/graphparser: Don't set pointer to one beyond '\0' of string
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/3] avfilter/allfilters: Don't cast const away
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v2] avformat/mpegtsenc: support DVB 6A descriptor for AC-3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: add derived frame size to AV1RawFrameHeader
James Almer
- [FFmpeg-devel] [PATCH 2/3] avcodec/av1_parser: read frame dimensions directly from AV1RawFrameHeader
James Almer
- [FFmpeg-devel] [PATCH 3/3] avcodec/cbs_av1: remove frame dimensions from CodedBitstreamAV1Context
James Almer
- [FFmpeg-devel] [PATCH 3/3] avfilter/allfilters: Don't cast const away
Zhao Zhili
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
Marton Balint
- [FFmpeg-devel] [PATCH 2/2] lavfi/avf_concat: check input timestamp.
Michael Niedermayer
- [FFmpeg-devel] [PATCH 3/3] avfilter/allfilters: Don't cast const away
Andreas Rheinhardt
- [FFmpeg-devel] Documentation: proposed changes in the structure
Alexander Strasser
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH V4 1/2] dnn_backend_native_layer_mathbinary: change to function pointer
Guo, Yejun
- [FFmpeg-devel] [PATCH 1/3] avfilter/graphparser: Fix leaks when parsing inputs fails
Nicolas George
- [FFmpeg-devel] [PATCH 4/7] avfilter/graphparser: Check allocations for success
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 5/7] fftools/ffmpeg: Fix leak of AVFilterInOut in case of error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 6/7] avfilter/graphparser: Avoid check whose result is known in advance
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 7/7] avfilter/graphparser: Fix memleak when linking filters fails
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] lavf/formats: more logical testing of inputs and outputs.
Nicolas George
- [FFmpeg-devel] [PATCH 2/3] avfilter/graphparser: Don't set pointer to one beyond '\0' of string
Nicolas George
- [FFmpeg-devel] [PATCH 4/7] avfilter/graphparser: Check allocations for success
Nicolas George
- [FFmpeg-devel] [PATCH 5/7] fftools/ffmpeg: Fix leak of AVFilterInOut in case of error
Nicolas George
- [FFmpeg-devel] [PATCH 7/7] avfilter/graphparser: Fix memleak when linking filters fails
Nicolas George
- [FFmpeg-devel] [PATCH 6/7] avfilter/graphparser: Avoid check whose result is known in advance
Nicolas George
- [FFmpeg-devel] [PATCH 2/2] lavfi/avf_concat: check input timestamp.
Nicolas George
- [FFmpeg-devel] [RFC PATCH v2 1/4] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v2 2/4] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v2 3/4] libavcodec/jpeg2000: Modify cleanup
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v2 4/4] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/cfhd: add x86 SIMD
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: add derived frame size to AV1RawFrameHeader
Mark Thompson
- [FFmpeg-devel] [PATCH v3] avformat/http, tls: honor http_proxy command line variable for HTTPS
Moritz Barsnick
- [FFmpeg-devel] [PATCH] [GSoC v3 1/7] avformat/abr: Adaptive Bitrate support
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 2/7] avformat/http: Add ffabr to whitelist
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 3/7] avformat/hls: use abr to switch streams
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 4/7] avformat/hls allow crypto works as ffabr's subprotocol
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 5/7] ffplay: add an option to enable abr
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 6/7] avformat/hls add metadata "abr_initial" for ffplay
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 7/7] ffplay: fix for unwanted pkts when using abr
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] [GSoC v3 1/7] avformat/abr: Adaptive Bitrate support
Hongcheng Zhong
- [FFmpeg-devel] [PATCH] configure: Add additional glslang libraries to make linking work
Moritz Barsnick
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
Marton Balint
- [FFmpeg-devel] [PATCH] avfilter/vf_chromakey: The chromakey filter preserves non-opaque alpha transparency.
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: add derived frame size to AV1RawFrameHeader
James Almer
- [FFmpeg-devel] [PATCH 16/21] avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on error
Nicolas George
- [FFmpeg-devel] [PATCH 7/8] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 17/21] avfilter/formats: Fix double frees and memleaks on error
Nicolas George
- [FFmpeg-devel] [PATCH v2 1/2] ffmpeg: add auto_conversion_filters option.
Nicolas George
- [FFmpeg-devel] [PATCH v2 2/2] fate: disable automatic conversions on many tests.
Nicolas George
- [FFmpeg-devel] [PATCH V5 1/2] dnn_backend_native_layer_mathbinary: change to function pointer
Mingyu Yin
- [FFmpeg-devel] [PATCH V5 2/2] dnn_backend_native_layer_mathbinary: add floormod support
Mingyu Yin
- [FFmpeg-devel] Documentation: proposed changes in the structure
Nicolas George
- [FFmpeg-devel] [RFC] Built-in documentation API
Nicolas George
- [FFmpeg-devel] [PATCH 3/3] avfilter/allfilters: Don't cast const away
Zhao Zhili
- [FFmpeg-devel] Documentation: proposed changes in the structure
Nicolas George
- [FFmpeg-devel] [PATCH V3 1/2] dnn/native: unify error return to DNN_ERROR
Fu, Ting
- [FFmpeg-devel] unsubscribe
Gibson Tang
- [FFmpeg-devel] [PATCH V4 1/2] dnn/native: unify error return to DNN_ERROR
Ting Fu
- [FFmpeg-devel] [PATCH V4 2/2] dnn/native: add log error message
Ting Fu
- [FFmpeg-devel] [PATCH] cbs_av1: Fix test for presence of buffer_removal_time element
Mark Thompson
- [FFmpeg-devel] [PATCH 17/21] avfilter/formats: Fix double frees and memleaks on error
Andreas Rheinhardt
- [FFmpeg-devel] [RFC] Built-in documentation API
Marton Balint
- [FFmpeg-devel] [PATCH] avformat/http: fix memleak
Zhao Zhili
- [FFmpeg-devel] [RFC] Built-in documentation API
Nicolas George
- [FFmpeg-devel] [RFC] Built-in documentation API
Marton Balint
- [FFmpeg-devel] [PATCH] cbs_av1: Fix test for presence of buffer_removal_time element
James Almer
- [FFmpeg-devel] [RFC] Built-in documentation API
Nicolas George
- [FFmpeg-devel] [PATCH] cbs_av1: Fix test for presence of buffer_removal_time element
Mark Thompson
- [FFmpeg-devel] [PATCH 1/3] avcodec/v4l2_context: return EAGAIN to signal full buffers
Andriy Gelman
- [FFmpeg-devel] [RFC] Built-in documentation API
Hendrik Leppkes
- [FFmpeg-devel] [PATCH 17/21] avfilter/formats: Fix double frees and memleaks on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 17/21] avfilter/formats: Fix double frees and memleaks on error
Nicolas George
- [FFmpeg-devel] Documentation: proposed changes in the structure
Michael Niedermayer
- [FFmpeg-devel] [RFC] Built-in documentation API
Nicolas George
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: infer frame sizes when not coded in the bitstream
James Almer
- [FFmpeg-devel] [PATCH 2/3] avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame
James Almer
- [FFmpeg-devel] [PATCH 3/3] avcodec/av1_parser: read frame properties directly from AV1RawFrameHeader
James Almer
- [FFmpeg-devel] [PATCH] lavf/formats: more logical testing of inputs and outputs.
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v3] avformat/http, tls: honor http_proxy command line variable for HTTPS
Martin Storsjö
- [FFmpeg-devel] [RFC] Built-in documentation API
Alexander Strasser
- [FFmpeg-devel] [RFC PATCH v2 2/4] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v2 4/4] libavcodec/j2kenc: Support for multiple layers
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/8] cbs: Implement common parts of cbs-based bitstream filters separately
Mark Thompson
- [FFmpeg-devel] [PATCH 2/8] h264_metadata_bsf: Use common cbs bsf implementation
Mark Thompson
- [FFmpeg-devel] [PATCH 3/8] h265_metadata_bsf: Use common cbs bsf implementation
Mark Thompson
- [FFmpeg-devel] [PATCH 4/8] mpeg2_metadata_bsf: Use common cbs bsf implementation
Mark Thompson
- [FFmpeg-devel] [PATCH 5/8] vp9_metadata_bsf: Use common cbs bsf implementation
Mark Thompson
- [FFmpeg-devel] [PATCH 6/8] av1_metadata_bsf: Use common cbs bsf implementation
Mark Thompson
- [FFmpeg-devel] [PATCH 7/8] h264_redundant_pps_bsf: Use common cbs bsf implementation
Mark Thompson
- [FFmpeg-devel] [PATCH 8/8] RFC: editing HDR properties in H.265 metadata BSF
Mark Thompson
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: infer frame sizes when not coded in the bitstream
Mark Thompson
- [FFmpeg-devel] [PATCH] avcodec/cbs_av1: add a function to return an upscaled frame width
James Almer
- [FFmpeg-devel] [PATCH] avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()
James Almer
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: infer frame sizes when not coded in the bitstream
James Almer
- [FFmpeg-devel] [PATCH V5 2/2] dnn_backend_native_layer_mathbinary: add floormod support
Guo, Yejun
- [FFmpeg-devel] [PATCH V2] dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model
Guo, Yejun
- [FFmpeg-devel] [PATCH] web/documentation: Updated list of FFmpeg books
Zane van Iperen
- [FFmpeg-devel] [PATCH 2/2] avcodec: add av1 VAAPI decoder
James Almer
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Wang, Fei W
- [FFmpeg-devel] [PATCH v7 0/5] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v7 1/5] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v7 2/5] lavc/avs3: add AVS3 related definition
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v7 3/5] lavc/avs3_parser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v7 4/5] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v7 5/5] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] [RFC] Built-in documentation API
Jim DeLaHunt
- [FFmpeg-devel] [PATCH] web/documentation: Updated list of FFmpeg books
Steven Liu
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Alex Pokotilo
- [FFmpeg-devel] [RFC] Built-in documentation API
Chris Miceli
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Xiang, Haihao
- [FFmpeg-devel] [PATCH] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams
Vikas Agrawal (Engrg-SW)
- [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code
Xiang, Haihao
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Xiang, Haihao
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Wang, Fei W
- [FFmpeg-devel] [PATCH 2/3] avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame
Xu, Guangxin
- [FFmpeg-devel] [PATCH v5 1/2] avformat/mxfdec: Read video range from CDCIEssenceDescriptor
Tomas Härdin
- [FFmpeg-devel] [PATCH v5 2/2] libavformat/mxfenc: color_range should be inclusive
Tomas Härdin
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Wang, Fei W
- [FFmpeg-devel] [PATCH] web/documentation: Updated list of FFmpeg books
Zane van Iperen
- [FFmpeg-devel] [PATCH v5 2/2] libavformat/mxfenc: color_range should be inclusive
Harry Mallon
- [FFmpeg-devel] [PATCH v3 1/4] lavfi: regroup formats lists in a single structure.
Nicolas George
- [FFmpeg-devel] [PATCH v3 2/4] lavfi/formats: simplify a macro parameters.
Nicolas George
- [FFmpeg-devel] [PATCH v3 3/4] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH v3 4/4] lavfi/buffersink: remove redundant channel layouts.
Nicolas George
- [FFmpeg-devel] [PATCH 8/8] RFC: editing HDR properties in H.265 metadata BSF
Harry Mallon
- [FFmpeg-devel] [PATCH v2 1/2] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v2 2/2] avformat/mpegtsenc: reindent the code
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] fate: remove "-v 0" from ffprobe tests.
Nicolas George
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
James Almer
- [FFmpeg-devel] [PATCH 2/3] avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame
James Almer
- [FFmpeg-devel] [PATCH] libavfilter/vf_overlay_cuda: Pass the main frame to the output if secondary frame is not available. now filter fails if secondary frame is not available due to e.g secondary source delay.
Alex Pokotilo
- [FFmpeg-devel] [PATCH] avformat/http: set hostname and lower_url buffer size properly
Zhao Zhili
- [FFmpeg-devel] [PATCH v3 3/4] lavfi: check the validity of formats lists.
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/network: fix comments
Zhao Zhili
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1Context
James Almer
- [FFmpeg-devel] [PATCH 2/3] avcodec/cbs_av1: infer frame_type in show_existing_frame frames earlier
James Almer
- [FFmpeg-devel] [PATCH 3/3] avcodec/cbs_av1: fix handling reference frames on show_existing_frame frames
James Almer
- [FFmpeg-devel] [PATCH] flvdec: Remove unnecessary initializations
Zhao Zhili
- [FFmpeg-devel] [PATCH 1/2] avformat/utils: remove always true if()
Zhao Zhili
- [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport
Zhao Zhili
- [FFmpeg-devel] [PATCH v3 3/4] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH v3 3/4] lavfi: check the validity of formats lists.
Andreas Rheinhardt
- [FFmpeg-devel] [RFC PATCH v3 1/5] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v3 2/5] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v3 3/5] libavcodec/jpeg2000: Modify cleanup
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v3 4/5] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v3 5/5] doc/encoders.texi: Add documentation for JPEG2000 layers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH v3 3/4] lavfi: check the validity of formats lists.
Nicolas George
- [FFmpeg-devel] [PATCH v2 1/2] qsv: needn't load user plugin since libmfx 1.28
Soft Works
- [FFmpeg-devel] [PATCH] Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams
James Almer
- [FFmpeg-devel] [RFC] Built-in documentation API
Jim DeLaHunt
- [FFmpeg-devel] [PATCH]lavf/mxfdec: Limit score for strangely cut files
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH]lavf/mpegts: Support mulaw audio in Lorex LNC recordings
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Paul B Mahol
- [FFmpeg-devel] [PATCH]lavf/mpegts: Support mulaw audio in Lorex LNC recordings
Marton Balint
- [FFmpeg-devel] [PATCH v2 1/2] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
Marton Balint
- [FFmpeg-devel] [PATCH v2 2/2] avformat/mpegtsenc: reindent the code
Marton Balint
- [FFmpeg-devel] [PATCH]lavf/mpegts: Support mulaw audio in Lorex LNC recordings
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 2/3 v3] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2
Jan Ekström
- [FFmpeg-devel] [RFC PATCH v3 2/5] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [PATCH]lavf/mxfdec: Limit score for strangely cut files
Tomas Härdin
- [FFmpeg-devel] [PATCH]lavf/mxfdec: Limit score for strangely cut files
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/3] avformat: add moflex demuxer
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/3] avcodec: add ADPCM IMA MOFLEX decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/3] avcodec: add FastAudio decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH]lavfi/hflip: Support Bayer pixel formats
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH v2 1/2] avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH 1/3] avformat: add moflex demuxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/2] avcodec: add av1 hardware acceleration decoder
Wang, Fei W
- [FFmpeg-devel] [RFC PATCH v3 2/5] libavcodec/j2kenc: Fix tag tree coding
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH V5 1/2] dnn/native: unify error return to DNN_ERROR
Ting Fu
- [FFmpeg-devel] [PATCH V5 2/2] dnn/native: add log error message
Ting Fu
- [FFmpeg-devel] [RFC PATCH v4 1/5] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v4 2/5] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v4 3/5] libavcodec/jpeg2000: Modify cleanup
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v4 4/5] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v4 5/5] doc/encoders.texi: Add documentation for JPEG2000 layers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH V5 2/2] dnn/native: add log error message
Guo, Yejun
- [FFmpeg-devel] [RFC PATCH v4 2/5] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v4 5/5] doc/encoders.texi: Add documentation for JPEG2000 layers
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v4 4/5] libavcodec/j2kenc: Support for multiple layers
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v4 3/5] libavcodec/jpeg2000: Modify cleanup
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
Xu Guangxin
- [FFmpeg-devel] [RFC PATCH v4 4/5] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [RFC PATCH v4 5/5] doc/encoders.texi: Add documentation for JPEG2000 layers
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH 1/3] avformat: add moflex demuxer
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avformat: add moflex demuxer
Andreas Rheinhardt
- [FFmpeg-devel] [RFC PATCH v4 2/5] libavcodec/j2kenc: Fix tag tree coding
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH] avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SAR
Derek Buitenhuis
- [FFmpeg-devel] [RFC PATCH v5 1/3] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v5 2/3] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v5 3/3] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH 01/19] avfilter/avfilter: Fix indentation
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 02/19] avfilter/af_anequalizer: Fix memleak when inserting pad fails
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 03/19] avfilter/af_anequalizer: Don't allocate outpad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 04/19] avfilter/vf_premultiply: Fix leak of names of inpads
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 05/19] avfilter/vf_fieldmatch: Don't allocate inpad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 06/19] avfilter/vf_decimate: Don't allocate inpad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 07/19] avfilter/src_movie: Avoid intermediate buffer for writing string
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 08/19] avfilter/f_ebur128: Don't allocate outpad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 09/19] avfilter/vf_bm3d: Don't allocate inpad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 10/19] avfilter/avf_aphasemeter: Don't allocate outpad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 11/19] avfilter/af_aiir: Fix segfault and leak upon allocation failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 12/19] avfilter/af_afir: Avoid allocating AVFilterPad names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 13/19] avfilter/af_aiir: Avoid temporary buffer when drawing image
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 14/19] avfilter/af_amerge: Fix segfault upon allocation failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 15/19] avfilter/vf_signature: Fix leak of inpads' names
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 16/19] avfilter/vf_signature: Fix leak of string upon error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 17/19] avfilter/vf_signature: Avoid cast from function pointer to void*
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 18/19] avfilter/vf_signature: Allocate arrays together
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 19/19] avfilter/af_headphone: Fix segfault upon allocation failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 20/20] avfilter/af_headphone: Fix leak of channel layouts list on error
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SAR
James Almer
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
James Almer
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
Guangxin Xu
- [FFmpeg-devel] [PATCH v5]libavfilter/asrc_fluidsynthmusic.c : generate algorithmic music
Ashutosh Pradhan
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
James Almer
- [FFmpeg-devel] [PATCH]doc/examples: Always open files as "binary", not "text"
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH]lavc: Lower MediaFoundation encoder priority
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 01/19] avfilter/avfilter: Fix indentation
Nicolas George
- [FFmpeg-devel] [PATCH 13/19] avfilter/af_aiir: Avoid temporary buffer when drawing image
Nicolas George
- [FFmpeg-devel] [PATCH]lavf/rtpdec_jpeg: Fix JFIF version
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 13/19] avfilter/af_aiir: Avoid temporary buffer when drawing image
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1Context
James Almer
- [FFmpeg-devel] [PATCH] avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()
James Almer
- [FFmpeg-devel] [PATCH 1/3] avformat: add moflex demuxer
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()
Derek Buitenhuis
- [FFmpeg-devel] [PATCH] avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()
James Almer
- [FFmpeg-devel] [PATCH] avcodec/mpegvideo_enc: Replace some s->avctx by avctx
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v5 2/3] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v5 2/3] libavcodec/j2kenc: Fix tag tree coding
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH] avformat/libsrt: Fix epoll fd leak
Nicolas Sugino
- [FFmpeg-devel] [RFC PATCH v5 2/3] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [PATCH v3 1/2] libavcodec: add support for animated WebP decoding
Josef Zlomek
- [FFmpeg-devel] [PATCH v3 2/2] libavformat: add WebP demuxer
Josef Zlomek
- [FFmpeg-devel] [PATCH v3 2/2] libavformat: add WebP demuxer
Andreas Rheinhardt
- [FFmpeg-devel] [RFC PATCH v5 2/3] libavcodec/j2kenc: Fix tag tree coding
Gautam Ramakrishnan
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Jesper Ek
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Nicolas George
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
Moritz Barsnick
- [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser
Moritz Barsnick
- [FFmpeg-devel] [PATCH] avcodec/nvenc_hevc: add ff_nvenc_encode_flush() for .flush
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Moritz Barsnick
- [FFmpeg-devel] [RFC PATCH v5 2/3] libavcodec/j2kenc: Fix tag tree coding
Michael Niedermayer
- [FFmpeg-devel] [PATCH v6 2/4] lavfmt: add FLIF demuxing support
Moritz Barsnick
- [FFmpeg-devel] [PATCH v6 3/4] configure: add FLIF dependencies
Moritz Barsnick
- [FFmpeg-devel] [PATCH v6 4/4] doc: add documentation entries for FLIF
Moritz Barsnick
- [FFmpeg-devel] [PATCH] fftools: Accept more negative prefixes
Moritz Barsnick
- [FFmpeg-devel] [RFC PATCH v6 1/4] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v6 2/4] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v6 3/4] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v6 4/4] libavcodec/jpeg2000: fix tag tree reset
gautamramk at gmail.com
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH] libavcodec/vp9: export block structure when segmentation isn't enable
Yongle Lin
- [FFmpeg-devel] [PATCH] ffplay: fix autoexit doesn't work in the case of pb->error
Zhao Zhili
- [FFmpeg-devel] [PATCH v6 3/4] configure: add FLIF dependencies
Anamitra Ghorui
- [FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Check the linearization table size
Michael Niedermayer
- [FFmpeg-devel] [PATCH 11/19] avfilter/af_aiir: Fix segfault and leak upon allocation failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 20/20] avfilter/af_headphone: Fix leak of channel layouts list on error
Paul B Mahol
- [FFmpeg-devel] [PATCH 19/19] avfilter/af_headphone: Fix segfault upon allocation failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 12/19] avfilter/af_afir: Avoid allocating AVFilterPad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 05/19] avfilter/vf_fieldmatch: Don't allocate inpad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 10/19] avfilter/avf_aphasemeter: Don't allocate outpad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 04/19] avfilter/vf_premultiply: Fix leak of names of inpads
Paul B Mahol
- [FFmpeg-devel] [PATCH 08/19] avfilter/f_ebur128: Don't allocate outpad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 06/19] avfilter/vf_decimate: Don't allocate inpad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 09/19] avfilter/vf_bm3d: Don't allocate inpad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 03/19] avfilter/af_anequalizer: Don't allocate outpad names
Paul B Mahol
- [FFmpeg-devel] [PATCH 02/19] avfilter/af_anequalizer: Fix memleak when inserting pad fails
Paul B Mahol
- [FFmpeg-devel] [PATCH 16/19] avfilter/vf_signature: Fix leak of string upon error
Paul B Mahol
- [FFmpeg-devel] [PATCH 15/19] avfilter/vf_signature: Fix leak of inpads' names
Paul B Mahol
- [FFmpeg-devel] [PATCH 17/19] avfilter/vf_signature: Avoid cast from function pointer to void*
Paul B Mahol
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/yadif: simplify the code for better readability
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: fix align issue
quinkblack at foxmail.com
- [FFmpeg-devel] [PATCH 2/2] avcodec/videotoolboxenc: fix use after destroy
quinkblack at foxmail.com
- [FFmpeg-devel] [PATCH v2] avcodec/cfhd: Remove unused-but-set variable
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: don't wait when flushing data
zhilizhao
- [FFmpeg-devel] [FFmpeg-cvslog] avfilter/yadif: simplify the code for better readability
lance.lmwang at gmail.com
- [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: don't wait when flushing data
Steven Liu
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser
hwren
- [FFmpeg-devel] [PATCH v3 2/2] libavformat: add WebP demuxer
Zlomek, Josef
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH 1/2] dnn/openvino: add log error message
Ting Fu
- [FFmpeg-devel] [PATCH 2/2] dnn/tensorflow: add log error message
Ting Fu
- [FFmpeg-devel] [PATCH v8 0/5] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v8 1/5] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v8 2/5] lavc/avs3: add AVS3 related definitions
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v8 3/5] lavc/avs3_parser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v8 4/5] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v8 5/5] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Jim DeLaHunt
- [FFmpeg-devel] [PATCH v8 2/5] lavc/avs3: add AVS3 related definitions
mypopy at gmail.com
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Moritz Barsnick
- [FFmpeg-devel] [PATCH] ffplay: fix autoexit doesn't work in the case of pb->error
Marton Balint
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Marton Balint
- [FFmpeg-devel] [RFC PATCH v6 3/4] libavcodec/j2kenc: Support for multiple layers
Moritz Barsnick
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Jesper Ek
- [FFmpeg-devel] [PATCH] lavf/mux: allow unofficial extension by default for spatial data in mp4
Linjie Fu
- [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queue
zhilizhao
- [FFmpeg-devel] [PATCH v2] avcodec/cfhd: Remove unused-but-set variable
Paul B Mahol
- [FFmpeg-devel] [RFC PATCH v6 3/4] libavcodec/j2kenc: Support for multiple layers
Gautam Ramakrishnan
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Lynne
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Dale Curtis
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Nicolas George
- [FFmpeg-devel] [PATCH v6 1/4] lavc: add FLIF decoding support
Nicolas George
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Nicolas George
- [FFmpeg-devel] [RFC PATCH v7 1/4] libavcodec/jpeg2000: Make tag tree functions non static
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v7 2/4] libavcodec/j2kenc: Fix tag tree coding
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v7 3/4] libavcodec/j2kenc: Support for multiple layers
gautamramk at gmail.com
- [FFmpeg-devel] [RFC PATCH v7 4/4] libavcodec/jpeg2000: fix tag tree reset
gautamramk at gmail.com
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Marton Balint
- [FFmpeg-devel] [PATCH 3/3] avfilter/allfilters: Don't cast const away
zhilizhao
- [FFmpeg-devel] [PATCH] avformat/wavdec: add support for demuxing Broadcast Wave 64Bit
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/wavdec: add support for demuxing Broadcast Wave 64Bit
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Michael Niedermayer
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Jim DeLaHunt
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Paul B Mahol
- [FFmpeg-devel] [PATCH] lavf/mux: allow unofficial extension by default for spatial data in mp4
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avcodec/videotoolboxenc: fix use after destroy
Steven Liu
- [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queue
Steven Liu
- [FFmpeg-devel] [PATCH] avcodec/v4l2_buffers: remove unused function argument
Andriy Gelman
- [FFmpeg-devel] [PATCH] lavf/mux: allow unofficial extension by default for spatial data in mp4
Linjie Fu
- [FFmpeg-devel] [PATCH v4 1/2] libavcodec/webp: add support for animated WebP decoding
Josef Zlomek
- [FFmpeg-devel] [PATCH v4 2/2] libavformat/webp: add WebP demuxer
Josef Zlomek
- [FFmpeg-devel] [PATCH] lavf/mux: allow unofficial extension by default for spatial data in mp4
Linjie Fu
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Moritz Barsnick
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Jim DeLaHunt
- [FFmpeg-devel] [PATCH 3/3] avfilter/allfilters: Don't cast const away
Moritz Barsnick
- [FFmpeg-devel] [PATCH v3 3/4] lavfi: check the validity of formats lists.
Moritz Barsnick
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Marton Balint
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Paul B Mahol
- [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer
Nicolas George
- [FFmpeg-devel] Adding 0YUV support for packed 4:4:4 pixel format
赵娟
- [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: don't wait when flushing data
Rick Kern
- [FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.
Derek Buitenhuis
- [FFmpeg-devel] [PATCH v7 0/6] Add FLIF decoding and demuxing support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 1/6] avcodec: add FLIF decoding support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 2/6] avformat: add FLIF demuxing support
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 3/6] changelog: add entries for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 4/6] doc/general: add entry for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 5/6] doc/decoders: add entry for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 6/6] doc/demuxers: add entry for FLIF
Anamitra Ghorui
- [FFmpeg-devel] [PATCH v7 0/6] Add FLIF decoding and demuxing support
Anamitra Ghorui
- [FFmpeg-devel] [FFmpeg-dev] build error at libavformat/udp.o
Hyoung Kim
- [FFmpeg-devel] Initialize `layout_map` on declaration
Xiaohan Wang (王消寒)
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Paul B Mahol
- [FFmpeg-devel] Initialize `layout_map` on declaration
Jan Ekström
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Michael Niedermayer
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/4] avcodec: add ADPCM IMA MOFLEX decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/4] avcodec: add FastAudio decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/4] avcodec: add MobiClip video decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 4/4] avformat: add moflex demuxer
Paul B Mahol
- [FFmpeg-devel] [PATCH] hwcontext_vaapi: Don't require a render node when deriving from DRM
Mark Thompson
- [FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option
Aman Verma
- [FFmpeg-devel] [PATCH] x86/cfhddsp: zero extend int arguments
James Almer
- [FFmpeg-devel] [PATCH 4/4] avformat: add moflex demuxer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option
Jim DeLaHunt
- [FFmpeg-devel] [PATCH 1/2] avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enabled_flag
Xu Guangxin
- [FFmpeg-devel] [PATCH 2/2] fate/hevc-conformance: add clip for persistent_rice_adaptation_enabled_flag
Xu Guangxin
- [FFmpeg-devel] [PATCH] avcodec/cfhd: Check transform type
Reto Kromer
- [FFmpeg-devel] [PATCH] avcodec/truemotion2: Avoid duplicating array, fix memleak
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/4][VERSION 2] avcodec: add ADPCM IMA MOFLEX decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/4][VERSION 2] avcodec: add FastAudio decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 3/4][VERSION 2] avcodec: add MobiClip video decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 4/4][VERSION 2] avformat: add moflex demuxer
Paul B Mahol
- [FFmpeg-devel] [PATCH v5 2/2] libavformat/mxfenc: color_range should be inclusive
Tomas Härdin
- [FFmpeg-devel] [PATCH v2 1/2] adtsenc: Add ability to write MPEG2 ID
Marvin Scholz
- [FFmpeg-devel] [PATCH v2 2/2] docs: muxers: document ADTS muxer options
Marvin Scholz
- [FFmpeg-devel] [PATCH] avcodec/truemotion2: Avoid duplicating array, fix memleak
Paul B Mahol
- [FFmpeg-devel] [PATCH v2 1/2] adtsenc: Add ability to write MPEG2 ID
Kieran Kunhya
- [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport
Andriy Gelman
- [FFmpeg-devel] [PATCH 01/13] avcodec/cinepakenc: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 02/13] avcodec/eacmv: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 03/13] avcodec/interplayvideo: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 04/13] avcodec/mss3: Remove unnecessary free of unallocated packet
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 05/13] avcodec/mss3: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 06/13] avcodec/roqvideodec: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 07/13] avcodec/roqvideoenc: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 08/13] avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleak
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 09/13] avcodec/wnv1: Move temporary variables from context to stack
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 10/13] avcodec/bitstream: Remove outdated comment
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 11/13] avcodec/yuv4enc: Remove empty functions
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 12/13] avcodec/y41penc: Remove empty close function
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 13/13] avcodec/truemotion1: Cleanup generically after init failure
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 08/13] avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleak
Paul B Mahol
- [FFmpeg-devel] [PATCH 11/13] avcodec/yuv4enc: Remove empty functions
Paul B Mahol
- [FFmpeg-devel] [PATCH 01/13] avcodec/cinepakenc: Cleanup generically after init failure
Tomas Härdin
- [FFmpeg-devel] [PATCH 12/13] avcodec/y41penc: Remove empty close function
Paul B Mahol
- [FFmpeg-devel] [PATCH 13/13] avcodec/truemotion1: Cleanup generically after init failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 03/13] avcodec/interplayvideo: Cleanup generically after init failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 02/13] avcodec/eacmv: Cleanup generically after init failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 09/13] avcodec/wnv1: Move temporary variables from context to stack
Paul B Mahol
- [FFmpeg-devel] [PATCH 04/13] avcodec/mss3: Remove unnecessary free of unallocated packet
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec: add PhotoCD decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 07/13] avcodec/roqvideoenc: Cleanup generically after init failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 05/13] avcodec/mss3: Cleanup generically after init failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 06/13] avcodec/roqvideodec: Cleanup generically after init failure
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec: add PhotoCD decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] avcodec/cfhd: Replace a few literal numbers by named constants
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] avcodec/cfhd: More strictly check tag order
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avcodec/cfhd: Replace a few literal numbers by named constants
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/2] avcodec/cfhd: More strictly check tag order
Paul B Mahol
- [FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option
Aman Verma
- [FFmpeg-devel] [PATCH 2/2] avcodec/cfhd: More strictly check tag order
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2] avcodec/cfhd: More strictly check tag order
Michael Niedermayer
- [FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option
Jim DeLaHunt
- [FFmpeg-devel] [PATCH 04/13] avcodec/mss3: Remove unnecessary free of unallocated packet
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec: add PhotoCD decoder
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport
Zhao Zhili
- [FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option
Gyan Doshi
- [FFmpeg-devel] [PATCH 04/13] avcodec/mss3: Remove unnecessary free of unallocated packet
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec: add PhotoCD decoder
Paul B Mahol
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
Guangxin Xu
- [FFmpeg-devel] [PATCH] avcodec/mpegvideo_enc: Replace some s->avctx by avctx
Paul B Mahol
- [FFmpeg-devel] [PATCH v2 1/2] ffmpeg: add auto_conversion_filters option.
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/2] lavfi/avf_concat: check input timestamp.
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] avcodec/roqvideodec: Move transient GetByteContext to the stack
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avcodec/roqvideodec: Remove set-but-unused frame stats
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH] avcodec/mpegvideo_enc: Replace some s->avctx by avctx
Michael Niedermayer
- [FFmpeg-devel] [PATCH v2 1/2] adtsenc: Add ability to write MPEG2 ID
Michael Niedermayer
- [FFmpeg-devel] [RFC PATCH v7 1/4] libavcodec/jpeg2000: Make tag tree functions non static
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/2] avcodec/cfhd: Replace a few literal numbers by named constants
Michael Niedermayer
- [FFmpeg-devel] Initialize `layout_map` on declaration
Michael Niedermayer
- [FFmpeg-devel] [PATCH 1/5] avdevice/lavfi: Use av_packet_move_ref() for packet ownership transfer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/5] avdevice/lavfi: Don't reimplement av_frame_get_side_data()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 3/5] avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionary
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 4/5] avdevice/lavfi: Remove redundant av_packet_unref()
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 5/5] avdevice/lavfi: Don't set pkt->size to the value it already has
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 2/2] avcodec/roqvideodec: Remove set-but-unused frame stats
Paul B Mahol
- [FFmpeg-devel] [PATCH 2/5] avdevice/lavfi: Don't reimplement av_frame_get_side_data()
Paul B Mahol
- [FFmpeg-devel] [PATCH 5/5] avdevice/lavfi: Don't set pkt->size to the value it already has
Paul B Mahol
- [FFmpeg-devel] libopenjpeg decoder not correctly setting the pixel format for cinema JP2K wrapped MXF
Rémi Achard
- [FFmpeg-devel] [PATCH v2] doc/decoders: Document default value of ac3's drc_scale option
Aman Verma
- [FFmpeg-devel] [PATCH] avcodec/ff_mpv_encode_end: fix a crash for null s->avctx
Michael Niedermayer
- [FFmpeg-devel] [PATCH 14/19] avfilter/af_amerge: Fix segfault upon allocation failure
Paul B Mahol
- [FFmpeg-devel] [PATCH 10/13] avcodec/bitstream: Remove outdated comment
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/2] avcodec/roqvideodec: Move transient GetByteContext to the stack
Paul B Mahol
- [FFmpeg-devel] [PATCH 07/19] avfilter/src_movie: Avoid intermediate buffer for writing string
Paul B Mahol
- [FFmpeg-devel] libopenjpeg decoder not correctly setting the pixel format for cinema JP2K wrapped MXF
Carl Eugen Hoyos
- [FFmpeg-devel] libopenjpeg decoder not correctly setting the pixel format for cinema JP2K wrapped MXF
Paul B Mahol
- [FFmpeg-devel] [PATCH v3] avcodec/cfhd: More strictly check tag order and multiplicity
Michael Niedermayer
- [FFmpeg-devel] libopenjpeg decoder not correctly setting the pixel format for cinema JP2K wrapped MXF
Carl Eugen Hoyos
- [FFmpeg-devel] libopenjpeg decoder not correctly setting the pixel format for cinema JP2K wrapped MXF
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH] avfilter/vf_alphamerge: use framesync
Paul B Mahol
- [FFmpeg-devel] [PATCH v4] avcodec/cfhd: More strictly check tag order and multiplicity
Michael Niedermayer
- [FFmpeg-devel] [PATCH 2/2] dnn/tensorflow: add log error message
Guo, Yejun
- [FFmpeg-devel] Data Partition and FMO
13018256776
- [FFmpeg-devel] [PATCH] avcodec/encode: unref the packet on AVCodec.receive_packet() failure
James Almer
- [FFmpeg-devel] [PATCH] libavformat/dashenc: Reduce confusion in par error message
Chris Miceli
- [FFmpeg-devel] [PATCH] cbs_av1: Fill tile width/height values when uniform_tile_spacing_flag is set
Wang, Fei W
- [FFmpeg-devel] [FFmpeg-user] ffplay.exe leaves fullscreen mode and iconifies when losing focus
Norbert Marouschek
- [FFmpeg-devel] [PATCH v4] avcodec/cfhd: More strictly check tag order and multiplicity
Paul B Mahol
- [FFmpeg-devel] [FFmpeg-user] ffplay.exe leaves fullscreen mode and iconifies when losing focus
Paul B Mahol
- [FFmpeg-devel] [PATCH] libavformat/dashenc: Reduce confusion in par error message
Jeyapal, Karthick
- [FFmpeg-devel] [PATCH] avformat/wavdec: add support for chapters
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/5] avdevice/lavfi: Use av_packet_move_ref() for packet ownership transfer
Paul B Mahol
- [FFmpeg-devel] libopenjpeg decoder not correctly setting the pixel format for cinema JP2K wrapped MXF
Tomas Härdin
- [FFmpeg-devel] [PATCH v9 0/5] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v9 1/5] lavc: add AVS3 codec id and desc
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v9 2/5] lavc/avs3: add AVS3 related definitions
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v9 3/5] lavc/avs3_parser: add avs3 parser
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v9 4/5] lavf/avs3dec: add raw avs3 demuxer
hwrenx at 126.com
- [FFmpeg-devel] [PATCH v9 5/5] lavc, doc: add libuavs3d video decoder wrapper
hwrenx at 126.com
- [FFmpeg-devel] [PATCH] avformat/wavdec: add support for demuxing Broadcast Wave 64Bit
Paul B Mahol
- [FFmpeg-devel] [PATCH] avformat/wavdec: allow to change max size of single demuxed packet
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/5] avdevice/lavfi: Use av_packet_move_ref() for packet ownership transfer
Andreas Rheinhardt
- [FFmpeg-devel] [PATCH 1/3][GSoC] Add mutithread function for dnn_backend_native_layer_conv2d.c
xujunzz at sjtu.edu.cn
- [FFmpeg-devel] [PATCH 2/3][GSoC] Add x86-sse4 optimization for dnn_execute_layer_conv2d
xujunzz at sjtu.edu.cn
- [FFmpeg-devel] [PATCH 3/3][GSoC] Add x86-avx2 optimization for dnn_execute_layer_conv2d
xujunzz at sjtu.edu.cn
- [FFmpeg-devel] [PATCH 2/3] lavfi/sine: switch to activate.
Paul B Mahol
- [FFmpeg-devel] [PATCH] avfilter/src_movie: switch to activate
Paul B Mahol
- [FFmpeg-devel] [PATCH v4] avcodec/cfhd: More strictly check tag order and multiplicity
Michael Niedermayer
- [FFmpeg-devel] [PATCH v4] avcodec/cfhd: More strictly check tag order and multiplicity
Paul B Mahol
- [FFmpeg-devel] [PATCH 1/3] avformat/mxfdec: Read Mastering Display Colour Volume from MXF
Harry Mallon
- [FFmpeg-devel] [PATCH 2/3] avformat/mxfenc: Write Mastering Display Colour Volume to MXF
Harry Mallon
- [FFmpeg-devel] [PATCH 3/3] avformat/mxfdec: Read Apple private Content Light Level from MXF
Harry Mallon
- [FFmpeg-devel] [PATCH 1/3][GSoC] Add mutithread function for dnn_backend_native_layer_conv2d.c
Mark Thompson
- [FFmpeg-devel] [PATCH] hwcontext_vaapi: Don't require a render node when deriving from DRM
Mark Thompson
Last message date:
Mon Aug 31 23:48:47 EEST 2020
Archived on: Mon Aug 31 23:48:56 EEST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).