[FFmpeg-devel] [PATCH 0/5] Add IPFS and IPNS protocol support
2022-01-31 16:31 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] Early version of IPFS "
` [FFmpeg-devel] [PATCH 2/5] Fix up IPNS support
` [FFmpeg-devel] [PATCH 3/5] Merge IPNS and IPFS handling
` [FFmpeg-devel] [PATCH 4/5] Implement logic to determine the IPFS gateway
` [FFmpeg-devel] [PATCH 5/5] Fix review feedback
[FFmpeg-devel] [PATCH 01/41] avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecs
2022-01-31 15:37 UTC (47+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/41] avcodec/mjpegenc: Remove nonsense assert
` [FFmpeg-devel] [PATCH 03/41] avcodec/mjpegenc: Fix files with slices > 1, but threads == 1
` [FFmpeg-devel] [PATCH 04/41] avcodec/mpegvideo: Enable private contexts
` [FFmpeg-devel] [PATCH 05/41] avcodec/h261: Separate decode and encode contexts
` [FFmpeg-devel] [PATCH 06/41] avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion()
` [FFmpeg-devel] [PATCH 07/41] avcodec/idctdsp: Constify the permutation parameter of ff_init_scantable
` [FFmpeg-devel] [PATCH 08/41] avcodec/wmv2: Move initializing abt_scantables to the decoder
` [FFmpeg-devel] [PATCH 09/41] avcodec/wmv2: Split Wmv2Context into decoder and encoder context
` [FFmpeg-devel] [PATCH 10/41] avcodec/msmpeg4.h: Move encoder-only stuff to a new header
` [FFmpeg-devel] [PATCH 11/41] avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to it
` [FFmpeg-devel] [PATCH 12/41] avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h
` [FFmpeg-devel] [PATCH 13/41] avcodec/mpegvideo: Move encoder-only stuff to a new header
` [FFmpeg-devel] [PATCH 14/41] avcodec/avcodec: Avoid MpegEncContext in AVHWAccel.decode_mb
` [FFmpeg-devel] [PATCH 15/41] avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to it
` [FFmpeg-devel] [PATCH 16/41] avcodec/mpegvideo: Use typedefs for MPV(Main)?(Dec|Enc)?Context
` [FFmpeg-devel] [PATCH 17/41] avcodec/mpegvideo_enc: Don't find encoder by ID
` [FFmpeg-devel] [PATCH 18/41] avcodec/mpegvideoenc: Add proper MPVMainEncContext
` [FFmpeg-devel] [PATCH 19/41] avcodec/mpegvideoenc: Move tmp bframes to MPVMainEncContext
` [FFmpeg-devel] [PATCH 20/41] avcodec/mpegvideoenc: Move ratecontrol "
` [FFmpeg-devel] [PATCH 21/41] avcodec/mpegvideo: Move me_pre and me_penalty_compensation to enc-ctx
` [FFmpeg-devel] [PATCH 22/41] avcodec/mpegvideo: Move gop_size to MPVMainEncContext
` [FFmpeg-devel] [PATCH 23/41] avcodec/mpegvideo_enc: Don't set picture_in_gop_number for slice threads
` [FFmpeg-devel] [PATCH 24/41] avcodec/mpegvideo: Move picture_in_gop_number to MPVMainEncContext
` [FFmpeg-devel] [PATCH 25/41] avcodec/mpegvideo: Move pts and dts fields "
` [FFmpeg-devel] [PATCH 26/41] avcodec/mpegvideo: Move input_picture list "
` [FFmpeg-devel] [PATCH 27/41] avcodec/mpegvideo: Remove write-only [fb]_code
` [FFmpeg-devel] [PATCH 28/41] avcodec/mpegvideo: Move last-pic information to MPVMainEncContext
` [FFmpeg-devel] [PATCH 29/41] avcodec/mpegvideo: Move header_bits "
` [FFmpeg-devel] [PATCH 30/41] avcodec/mpegvideo_enc: Remove unused function parameters
` [FFmpeg-devel] [PATCH 31/41] avcodec/mpegvideo_enc: Remove unused parameter from encode_mb_hq()
` [FFmpeg-devel] [PATCH 32/41] avcodec/mpegvideo: Move vbv_delay to Mpeg1Context
` [FFmpeg-devel] [PATCH 33/41] avcodec/mpegvideo: Move brd_scale to MPVMainEncContext
` [FFmpeg-devel] [PATCH 34/41] avcodec/mpegvideo: Move ratecontrol parameters "
` [FFmpeg-devel] [PATCH 35/41] avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.c
` [FFmpeg-devel] [PATCH 36/41] avcodec/mpegvideo: Move encoder-only base-arrays to MPVMainEncContext
` [FFmpeg-devel] [PATCH 37/41] avcodec/mpegvideo_enc: Initialize non-JPEG q-matrices only once
` [FFmpeg-devel] [PATCH 38/41] avcodec/mpegvideo_enc: Avoid allocations for q_int(er|ra)_matrix tables
` [FFmpeg-devel] [PATCH 39/41] avcodec/mpegvideo: Move scenechange_threshold to MPVMainEncContext
` [FFmpeg-devel] [PATCH 40/41] avcodec/mpegvideo: Move dummy dst for depr. opts "
` [FFmpeg-devel] [PATCH 41/41] avcodec/mpegvideo: Move frame_skip_(exp|cmp) "
[FFmpeg-devel] http: honor response headers in redirect caching
2022-01-31 14:37 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/4] Cleanup avfoundation input
2022-01-31 14:19 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] Use appropriate method for device discovery, fix crash with bogus device index
` [FFmpeg-devel] [PATCH 2/4] libavdevice/avfoundation.m: Allow to select devices by unique ID
` [FFmpeg-devel] [PATCH 3/4] libavdevice/avfoundation.m: use setAudioSettings, extend supported formats
` [FFmpeg-devel] [PATCH 4/4] libavdevice/avfoundation.m: Replace mutex-based concurrency handling in avfoundation.m by a thread-safe fifo queue with maximum length
[FFmpeg-devel] [PATCH] libavutil: include assembly with full path from source root
2022-01-31 13:29 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 001/293 v8] avutil/channel_layout: Add a new channel layout API
2022-01-31 13:27 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] lavfi/drawtext: Add localtime_ms for millisecond precision
2022-01-31 13:08 UTC (18+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: Added siti filter
2022-01-31 11:55 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libRIST: allow setting fifo size and fail on overflow
2022-01-31 8:12 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffprobe: allow side-data selection by element
2022-01-31 5:41 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/4] avformat/imf: open resources only when first needed
2022-01-30 22:28 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/4] avformat/imf: fix missing error reporting when opening resources
` [FFmpeg-devel] [PATCH v1 3/4] avformat/imf: fix packet pts, dts and muxing
` [FFmpeg-devel] [PATCH v1 4/4] avformat/imf: document IMFVirtualTrackResourcePlaybackCtx
[FFmpeg-devel] [PATCH 1/2] avutil/random_seed: Speed up fate test
2022-01-30 18:23 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Add AudioToolbox audio input device
2022-01-30 17:22 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/http: Fix double-free on error
2022-01-30 6:13 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/rtpdec: Fix negative missed packets in warning message
2022-01-30 5:40 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avformat/dashdec: avoid calling strlen multiple times
[FFmpeg-devel] [PATCH v2 1/3] lavc/qsv: allow to add more parameter buffers to QSV frame
2022-01-30 1:02 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/5] macos avdevice fixes and improvements
2022-01-29 20:43 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/5] Add AudioToolbox audio input device
[FFmpeg-devel] [PATCH] configure: link to libatomic when it's present
2022-01-29 20:38 UTC (11+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1] avfilter/vf_gblur_vulkan: add sizeV option
2022-01-29 16:44 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 3/3] avfilter/af_apsyclip: increase protection for high frequencies
2022-01-29 1:15 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/3] avfilter/af_apsyclip: fix peak overestimation
2022-01-29 1:12 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avfilter/af_apsyclip: fix FFT bin indexing
2022-01-29 1:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avformat/hls Implement support for using AVSEEK_FLAG_BACKWARD when seeking
2022-01-28 20:23 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] avformat/hls: "
[FFmpeg-devel] [PATCH 000/281 v3] New channel layout API
2022-01-28 14:15 UTC (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 027/281] apc: convert to new "
` [FFmpeg-devel] [PATCH 043/281] cdxl: "
` [FFmpeg-devel] [PATCH 045/281] dash: "
` [FFmpeg-devel] [PATCH 059/281] flic: "
` [FFmpeg-devel] [PATCH 090/281] lxfdec: "
` [FFmpeg-devel] [PATCH 096/281] mov: "
` [FFmpeg-devel] [PATCH 135/281] rtp: "
[FFmpeg-devel] [PATCH] avcodec/jpeg2000dec: Move preparations to main thread, fix race
2022-01-28 13:35 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mips: Support old style mmi instruction mnemonics
2022-01-28 12:55 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info
2022-01-28 12:25 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/21] avcodec/h263: Remove declaration for inexistent function
2022-01-28 11:36 UTC (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 22/33] avcodec/mpegvideo_enc: Localize check for invalid number of b-frames
` [FFmpeg-devel] [PATCH 23/33] avcodec/mpegvideo_enc: Don't hardcode list of codecs supporting bframes
` [FFmpeg-devel] [PATCH 24/33] avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4
` [FFmpeg-devel] [PATCH 25/33] avcodec/mpegvideo: Fix crash when using lowres with 10bit MPEG-4
` [FFmpeg-devel] [PATCH 26/33] fate/mpeg4: Add test for MPEG-4 Simple Studio Profile
` [FFmpeg-devel] [PATCH 27/33] avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodec
` [FFmpeg-devel] [PATCH 28/33] avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4video
` [FFmpeg-devel] [PATCH 29/33] avcodec/mpegpicture: Let ff_mpeg_unref_picture() free picture tables
` [FFmpeg-devel] [PATCH 30/33] avcodec/mpegpicture: Add function to completely free MPEG-Picture
` [FFmpeg-devel] [PATCH 31/33] avcodec/h264data: Add missing rational.h inclusion
` [FFmpeg-devel] [PATCH 32/33] avcodec/mpegvideo: Use offset instead of pointer for vbv_delay
` [FFmpeg-devel] [PATCH 33/33] avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data race
[FFmpeg-devel] [PATCH 1/2] avutil/tx: remove deadcode of the control flow
2022-01-28 7:30 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/tx: add null pointer check after av_mallocz
[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info
2022-01-28 5:16 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info
2022-01-28 3:53 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box
2022-01-28 3:24 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/movenc: fix type of 'Title of the content' in udta box
2022-01-28 3:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info
2022-01-28 2:29 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] configure: fix setting OBJCCFLAGS
2022-01-27 18:32 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 7/7] lavfi/metal: fix build with pre-10.11 deployment targets
[FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist
2022-01-27 17:06 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/h264_ps, h264dec: Remove ALLOW_INTERLACED cruft
2022-01-27 16:40 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavf/udp: set ttl upper bound to 255
2022-01-27 15:21 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] hwcontext_vulkan: workaround MoltenVK's bug which leads to segmentation fault
2022-01-27 9:43 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] configure: add libplacebo to help message
2022-01-27 9:06 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH V5 1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface
2022-01-27 5:35 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V5 2/2] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl
[FFmpeg-devel] [PATCH] Fix setsockopt IP_MULTICAST_TTL on OpenBSD
2022-01-27 5:16 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility
[FFmpeg-devel] [PATCH] hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeatures to check for timeline semaphore supporting
2022-01-27 3:39 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Check codec whitelist in av_find_best_stream
2022-01-27 2:12 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/libxvid: Don't set AVCodecContext.codec_id
2022-01-26 23:13 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86/tx_float: do not build tx_float_init.c if x86 assembly is disabled
2022-01-26 22:50 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/9] lavu/pix_fmt: add P012 pixel format
2022-01-26 22:30 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] configure error: pkg not found even though it is available
2022-01-26 20:38 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] lavf/rtpproto: set ttl upper bound to 255
2022-01-26 16:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Allow to recognize SCTE-35 stream in MPEG TS if Registration descriptor put on stream section instead of program. Some muxers (Harmonic for example) do it
2022-01-26 15:25 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 01/18] avcodec/h264dec: Move find_start_code() to its only user
2022-01-26 14:04 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 14/18] lavc/svq3: stop including h264dec.h
` [FFmpeg-devel] [PATCH v2 04/18] lavc/h264dec.h: Move MMCOOpcode to h264_parse.h
[FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection
2022-01-26 14:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fix bs2b parameter description
2022-01-26 11:30 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 01/18] avcodec/h264dec: Move find_start_code() to its only user
2022-01-26 11:18 UTC - mbox.gz / Atom
[FFmpeg-devel] avformat/mkv: add mkv tags for AVS2 and AVS3 codecs
2022-01-26 8:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavu/tx: rewrite internal code as a tree-based codelet constructor
2022-01-26 3:31 UTC (4+ 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