[FFmpeg-devel] [PATCH v5 0/3] ffmpeg: Add display_{rotation, hflip, vflip, scale} options
2022-09-25 16:15 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/3] lavu/display: Add scaling functions to the display matrix
[FFmpeg-devel] Bug on Bayer conversions
2022-09-25 15:54 UTC - mbox.gz / Atom
[FFmpeg-devel] Ping Re: [PATCH v1 1/2] avformat/imfdec: use CPL start timecode if available
2022-09-25 15:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/amrwbdec, lsp: Include mips headers only #if ARCH_MIPS
2022-09-25 15:06 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/lsp: Move ff_lsp2polyf() upwards in lsp.c
` [FFmpeg-devel] [PATCH 3/3] avcodec/lsp: Make ff_lsp2polyf() static
[FFmpeg-devel] [PATCHv5 00/31] RISC-V CPU extensions
2022-09-25 14:26 UTC (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/31] lavu/cpu: detect RISC-V base extensions
` [FFmpeg-devel] [PATCH 02/31] lavu/riscv: initial common header for assembler macros
` [FFmpeg-devel] [PATCH 03/31] lavc/audiodsp: RISC-V F vector_clipf
` [FFmpeg-devel] [PATCH 04/31] lavc/pixblockdsp: RISC-V I get_pixels
` [FFmpeg-devel] [PATCH 05/31] lavu/cpu: CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 06/31] configure: probe "
` [FFmpeg-devel] [PATCH 07/31] lavu/riscv: fallback macros for SH{1, 2, 3}ADD
` [FFmpeg-devel] [PATCH 08/31] lavu/floatdsp: RISC-V V vector_fmul_scalar
` [FFmpeg-devel] [PATCH 09/31] lavu/floatdsp: RISC-V V vector_dmul_scalar
` [FFmpeg-devel] [PATCH 10/31] lavu/floatdsp: RISC-V V vector_fmul
` [FFmpeg-devel] [PATCH 11/31] lavu/floatdsp: RISC-V V vector_dmul
` [FFmpeg-devel] [PATCH 12/31] lavu/floatdsp: RISC-V V vector_fmac_scalar
` [FFmpeg-devel] [PATCH 13/31] lavu/floatdsp: RISC-V V vector_dmac_scalar
` [FFmpeg-devel] [PATCH 14/31] lavu/floatdsp: RISC-V V vector_fmul_add
` [FFmpeg-devel] [PATCH 15/31] lavu/floatdsp: RISC-V V butterflies_float
` [FFmpeg-devel] [PATCH 16/31] lavu/floatdsp: RISC-V V vector_fmul_reverse
` [FFmpeg-devel] [PATCH 17/31] lavu/floatdsp: RISC-V V vector_fmul_window
` [FFmpeg-devel] [PATCH 18/31] lavu/floatdsp: RISC-V V scalarproduct_float
` [FFmpeg-devel] [PATCH 19/31] lavu/fixeddsp: RISC-V V butterflies_fixed
` [FFmpeg-devel] [PATCH 20/31] lavc/audiodsp: RISC-V V vector_clip_int32
` [FFmpeg-devel] [PATCH 21/31] lavc/audiodsp: RISC-V V vector_clipf
` [FFmpeg-devel] [PATCH 22/31] lavc/audiodsp: RISC-V V scalarproduct_int16
` [FFmpeg-devel] [PATCH 23/31] lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
` [FFmpeg-devel] [PATCH 24/31] lavc/fmtconvert: RISC-V V int32_to_float_fmul_array8
` [FFmpeg-devel] [PATCH 25/31] lavc/vorbisdsp: RISC-V V inverse_coupling
` [FFmpeg-devel] [PATCH 26/31] lavc/aacpsdsp: RISC-V V add_squares
` [FFmpeg-devel] [PATCH 27/31] lavc/aacpsdsp: RISC-V V mul_pair_single
` [FFmpeg-devel] [PATCH 28/31] lavc/aacpsdsp: RISC-V V hybrid_analysis
` [FFmpeg-devel] [PATCH 29/31] lavc/aacpsdsp: RISC-V V hybrid_analysis_ileave
` [FFmpeg-devel] [PATCH 30/31] lavc/aacpsdsp: RISC-V V hybrid_synthesis_deint
` [FFmpeg-devel] [PATCH 31/31] lavc/aacpsdsp: RISC-V V stereo_interpolate[0]
[FFmpeg-devel] [PATCH 1/6] opus: convert encoder and decoder to lavu/tx
2022-09-25 12:38 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] atrac9dec: switch "
` [FFmpeg-devel] [PATCH 3/6] ac3: convert encoder and decoder "
` [FFmpeg-devel] [PATCH 4/6] vorbisdec: convert "
` [FFmpeg-devel] [PATCH 5/6] twinvq: "
` [FFmpeg-devel] [PATCH 6/6] wmaprodec: "
[FFmpeg-devel] [PATCH v2] ffprobe: Check for invalid matrix error when printing rotation
2022-09-25 11:10 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] avformat/mp3dec: remove a call to avio_tell()
2022-09-25 4:28 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/mp3dec: avoid seek back and forth
2022-09-25 4:28 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/7] avcodec: Fix Doxygen trailing brief comments
2022-09-25 0:11 UTC (65+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/7] avdevice/avdevice: Fix mismatching argument name
` [FFmpeg-devel] [PATCH v2 3/7] avformat/avformat: Fix mismatching argument names
` [FFmpeg-devel] [PATCH v2 4/7] avutil: "
` [FFmpeg-devel] [PATCH v2 5/7] swresample/swresample: "
` [FFmpeg-devel] [PATCH v3 00/54] Various Doxygen fixes
` [FFmpeg-devel] [PATCH v3 01/54] avcodec: Fix Doxygen trailing brief comments
` [FFmpeg-devel] [PATCH v3 02/54] avdevice/avdevice: Fix mismatching argument name
` [FFmpeg-devel] [PATCH v3 03/54] avformat/avformat: Fix mismatching argument names
` [FFmpeg-devel] [PATCH v3 04/54] avutil: "
` [FFmpeg-devel] [PATCH v3 05/54] swresample/swresample: "
` [FFmpeg-devel] [PATCH v3 06/54] avformat/avformat: Improve doxy style
` [FFmpeg-devel] [PATCH v3 07/54] avcodec/avcodec: Escape Doxygen reference
` [FFmpeg-devel] [PATCH v3 08/54] avutil/channel_layout: Remove bogus closing group
` [FFmpeg-devel] [PATCH v3 09/54] avutil/channel_layout: Move to its own group
` [FFmpeg-devel] [PATCH v3 10/54] avutil/channel_layout: Group deprecated functions
` [FFmpeg-devel] [PATCH v3 11/54] avutil/channel_layout: Group pre-defined channel layouts
` [FFmpeg-devel] [PATCH v3 12/54] avutil/twofish: Fix doxy @param typo
` [FFmpeg-devel] [PATCH v3 13/54] avcodec/vdpau: Fix doxy comment typo
` [FFmpeg-devel] [PATCH v3 14/54] avcodec/codec_par: Add missing doxy group opening
` [FFmpeg-devel] [PATCH v3 15/54] avcodec/videotoolbox: Add proper doxy group
` [FFmpeg-devel] [PATCH v3 16/54] avutil/aes_ctr: "
` [FFmpeg-devel] [PATCH v3 17/54] avutil/display: consolidate group doxy
` [FFmpeg-devel] [PATCH v3 18/54] avutil/display: Add file to doxy group
` [FFmpeg-devel] [PATCH v3 19/54] avutil/spherical: consolidate group doxy
` [FFmpeg-devel] [PATCH v3 20/54] avutil/spherical: Add file to doxy group
` [FFmpeg-devel] [PATCH v3 21/54] avutil/stereo3d: consolidate group doxy
` [FFmpeg-devel] [PATCH v3 22/54] avutil/stereo3d: Add file to doxy group
` [FFmpeg-devel] [PATCH v3 23/54] avutil/csp: Fix bogus doxy filename
` [FFmpeg-devel] [PATCH v3 24/54] swscale: Fix bogus doxy comment #ifdefs
` [FFmpeg-devel] [PATCH v3 25/54] avcodec/mediacodec: use inline code for coderefs
` [FFmpeg-devel] [PATCH v3 26/54] avcodec/mediacodec: link to related documentation
` [FFmpeg-devel] [PATCH v3 27/54] doc/Doxyfile: Add FF_PAD_STRUCTURE to PREDEFINED
` [FFmpeg-devel] [PATCH v3 28/54] avutil/bprint: Improve doxy documentation
` [FFmpeg-devel] [PATCH v3 29/54] swresample: Fix Doxy reference to AVOptions
` [FFmpeg-devel] [PATCH v3 30/54] avutil/camellia: Fix doxy @param typo
` [FFmpeg-devel] [PATCH v3 31/54] avutil/channel_layout: Use inline code for Doxy
` [FFmpeg-devel] [PATCH v3 32/54] avutil/channel_layout: Document missing arguments
` [FFmpeg-devel] [PATCH v3 33/54] avfilter: Fix doxy references
` [FFmpeg-devel] [PATCH v3 34/54] avformat/avio: Add doxy for missing argument
` [FFmpeg-devel] [PATCH v3 35/54] avutil/detection_bbox: "
` [FFmpeg-devel] [PATCH v3 36/54] avutil/eval: Add doxy for missing arguments
` [FFmpeg-devel] [PATCH v3 37/54] avutil/file: "
` [FFmpeg-devel] [PATCH v3 38/54] avutil/lfg: Add doxy for missing argument
` [FFmpeg-devel] [PATCH v3 39/54] avutil/lfg: Minor doxy improvements
` [FFmpeg-devel] [PATCH v3 40/54] avutil/hwcontext: Add doxy for missing argument
` [FFmpeg-devel] [PATCH v3 41/54] avutil/parseutils: Add doxy for missing arguments
` [FFmpeg-devel] [PATCH v3 42/54] avutil/parseutils: Use inline code and properly escape
` [FFmpeg-devel] [PATCH v3 43/54] avutil/uuid: Remove bogus doxy return doc
` [FFmpeg-devel] [PATCH v3 44/54] avutil/rc4: Add doxy for missing arguments
` [FFmpeg-devel] [PATCH v3 45/54] avutil/frame: Add doxy for missing argument
` [FFmpeg-devel] [PATCH v3 46/54] avutil/avstring: "
` [FFmpeg-devel] [PATCH v3 47/54] avutil/des: Add doxy for missing arguments
` [FFmpeg-devel] [PATCH v3 48/54] avutil/crc: "
` [FFmpeg-devel] [PATCH v3 49/54] avutil/imgutils: document some "
` [FFmpeg-devel] [PATCH v3 50/54] swscale: "
` [FFmpeg-devel] [PATCH v3 51/54] avcodec/bsf: document "
` [FFmpeg-devel] [PATCH v3 52/54] avutil/aes: document some "
` [FFmpeg-devel] [PATCH v3 53/54] avutil/aes_ctr: "
` [FFmpeg-devel] [PATCH v3 54/54] avutil/samplefmt: document missing argument
[FFmpeg-devel] [PATCH 1/5] avcodec/avcodec: Move AV_ER_* and FF_COMPLIANCE_* to defs.h
2022-09-25 0:09 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avutil/pixdesc: Add av_chroma_location_(enum_to_pos|pos_to_enum)
[FFmpeg-devel] [PATCH] avformat/mov: Speed up finding MOVFragmentIndexItem
2022-09-24 23:20 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fixed_dsp: add missing av_restrict qualifiers
2022-09-24 22:41 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Makefile: Build complete doc with Doxygen
2022-09-24 21:09 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Update sample upload instructions
2022-09-24 15:43 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avutil/dict: Add av_dict_iterate
2022-09-24 14:36 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/5] "
` [FFmpeg-devel] [PATCH v2 2/5] avutil/dict: Use av_dict_iterate in av_dict_get
` [FFmpeg-devel] [PATCH v2 3/5] avutil/dict: Use av_dict_iterate in av_dict_copy
` [FFmpeg-devel] [PATCH v2 4/5] avutil/dict: Use av_dict_iterate in av_dict_get_string
` [FFmpeg-devel] [PATCH v2 5/5] avutil/dict: Improve documentation
[FFmpeg-devel] [PATCH v2 1/4] avcodec/h264_redundant_pps_bsf: Don't remove PPS
2022-09-24 14:11 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] fftools: Remove unused qsv declarations
2022-09-24 13:33 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools: Remove unused videotoolbox_init declaration
` [FFmpeg-devel] [PATCH v2 1/2] fftools: Remove unused qsv declarations
` [FFmpeg-devel] [PATCH v2 2/2] fftools: Remove unused videotoolbox_init declaration
[FFmpeg-devel] [PATCH] avformat/cafenc: derive Opus frame size from the relevant stream parameters
2022-09-23 21:20 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] libavcodec/qsvenc: fixy typo for min/max qp reset
2022-09-23 21:19 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/9] avformat/ape: Check frames size
2022-09-23 21:03 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/13] avformat/flvdec: Use 64bit for sum_flv_tag_size
2022-09-23 21:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/parser: Remove declaration of inexistent function
2022-09-23 20:30 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/opusdec: stop setting deprecated swr options
2022-09-23 20:04 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/jpeg2000dec: Set sample aspect ratio before getting buffer
2022-09-23 19:56 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/jpeg2000dec: Implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
[FFmpeg-devel] [PATCH 1/1] opus_silk: reset midonly flag after skipping LBRR
2022-09-23 19:04 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] fate/opus: add silk LBRR test (refs #9890)
[FFmpeg-devel] [PATCH] A-pac demuxer and decoder
2022-09-23 18:31 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] float in tiff
2022-09-23 18:14 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/examples/extract_mvs: add motion information
2022-09-23 17:50 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mjpegdec: fix -Wparentheses warning
2022-09-23 17:46 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCHv4 00/29] RISC-V CPU extensions
2022-09-23 14:57 UTC (26+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 04/29] lavc/pixblockdsp: RISC-V I get_pixels
` [FFmpeg-devel] [PATCH 05/29] lavu/cpu: CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 06/29] configure: probe "
` [FFmpeg-devel] [PATCH 09/29] lavu/floatdsp: RISC-V V vector_fmul
` [FFmpeg-devel] [PATCH 10/29] lavu/floatdsp: RISC-V V vector_dmul
` [FFmpeg-devel] [PATCH 11/29] lavu/floatdsp: RISC-V V vector_fmac_scalar
` [FFmpeg-devel] [PATCH 12/29] lavu/floatdsp: RISC-V V vector_dmac_scalar
` [FFmpeg-devel] [PATCH 13/29] lavu/floatdsp: RISC-V V vector_fmul_add
` [FFmpeg-devel] [PATCH 14/29] lavu/floatdsp: RISC-V V butterflies_float
` [FFmpeg-devel] [PATCH 15/29] lavu/floatdsp: RISC-V V vector_fmul_reversed
` [FFmpeg-devel] [PATCH 16/29] lavu/floatdsp: RISC-V V vector_fmul_window
` [FFmpeg-devel] [PATCH 17/29] lavu/floatdsp: RISC-V V scalarproduct_float
` [FFmpeg-devel] [PATCH 18/29] lavu/fixeddsp: RISC-V V butterflies_fixed
` [FFmpeg-devel] [PATCH 19/29] lavc/audiodsp: RISC-V V vector_clip_int32
` [FFmpeg-devel] [PATCH 20/29] lavc/audiodsp: RISC-V V vector_clipf
` [FFmpeg-devel] [PATCH 21/29] lavc/audiodsp: RISC-V V scalarproduct_int16
` [FFmpeg-devel] [PATCH 22/29] lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
` [FFmpeg-devel] [PATCH 23/29] lavc/fmtconvert: RISC-V V int32_to_float_fmul_array8
` [FFmpeg-devel] [PATCH 24/29] lavc/vorbisdsp: RISC-V V inverse_coupling
` [FFmpeg-devel] [PATCH 25/29] lavc/aacpsdsp: RISC-V V add_squares
` [FFmpeg-devel] [PATCH 26/29] lavc/aacpsdsp: RISC-V V mul_pair_single
` [FFmpeg-devel] [PATCH 27/29] lavc/aacpsdsp: RISC-V V hybrid_analysis
` [FFmpeg-devel] [PATCH 28/29] lavc/aacpsdsp: RISC-V V hybrid_analysis_ileave
` [FFmpeg-devel] [PATCH 29/29] lavc/aacpsdsp: RISC-V V hybrid_synthesis_deint
[FFmpeg-devel] [PATCH] avcodec: add a bsf to reorder DTS into PTS
2022-09-23 14:27 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/1] opus_silk: reset midonly flag after skipping LBRR
2022-09-23 11:43 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Media 100i decoder
2022-09-23 10:33 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] libavcodec/qsvenc: Add framerate reset support to qsv
2022-09-23 2:44 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] libavcodec/qsvenc: Add bitrate reset support to qsvenc
` [FFmpeg-devel] [PATCH 3/3] libavcodec/qsvenc: Add pic_timing_sei reset support to qsv
[FFmpeg-devel] [PATCH] tests/checkasm/lpc: print mismatching values
2022-09-22 21:18 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/movenc: Write auxi box for animated AVIF with alpha
2022-09-22 21:12 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/lpc: zero the middle odd sample in the output
2022-09-22 20:12 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] tests/checkasm/lpc: randomize buffer length
` [FFmpeg-devel] [PATCH 3/3] x86/lpc: use fused negative multiply-add instructions where useful
[FFmpeg-devel] [PATCH] lavc: export flag for MPEG audio dual channel
2022-09-22 20:02 UTC (6+ messages) - mbox.gz / Atom
page: next (older) | prev (newer) | latest
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git