[FFmpeg-devel] [PATCH 1/4] remove sccenc dependency on subtitles
2022-05-11 19:47 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/ccaption_dec: check the length of packet and return used length
` [FFmpeg-devel] [PATCH 3/4] avformat/sccenc: avoid potential invalid access
` [FFmpeg-devel] [PATCH 4/4] avcodec/dvdsubenc: return error if canvas_size is too small for subtitle render
[FFmpeg-devel] [PATCH] ffmpeg: set user-set rotation for encoded streams too
2022-05-11 19:15 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/9] fftools/ffmpeg: share the code encoding a single frame between video and audio
2022-05-11 18:53 UTC (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] fftools/ffmpeg: reuse the encoding code for flushing encoders
` [FFmpeg-devel] [PATCH 3/9] fftools/ffmpeg: reindent after previous commit
` [FFmpeg-devel] [PATCH 4/9] fftools/ffmpeg: drop a useless check and reduce indentation
` [FFmpeg-devel] [PATCH 5/9] fftools/ffmpeg: move do_video_stats() to avoid a forward declaration
` [FFmpeg-devel] [PATCH 6/9] fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats()
` [FFmpeg-devel] [PATCH 7/9] fftools/ffmpeg: stop using av_stream_get_end_pts() "
` [FFmpeg-devel] [PATCH 8/9] fftools/ffmpeg: merge variable declaration and initialization
` [FFmpeg-devel] [PATCH 9/9] fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()
[FFmpeg-devel] [PATCH] avcodec/internal: Hide stuff only used by the core decode API
2022-05-11 18:26 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/internal: Move FFERROR_REDO to demux.h
` [FFmpeg-devel] [PATCH 3/3] avformat/internal: Hide BSF stuff only used by the core APIs
[FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing
2022-05-11 17:25 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/wrapped_avframe: Don't attach FrameDecodeData unnecessarily
2022-05-11 16:17 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/decode: Don't allocate FrameDecodeData if it is unneeded
[FFmpeg-devel] [PATCH v2 0/7] Add UUID functionality to libavutil
2022-05-11 15:02 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/7] avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122
[FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi
2022-05-11 13:32 UTC (15+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avfilter/src_movie: add dec_opts for the opened file
2022-05-11 13:30 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec: add an AVCodecContext flag to export A53/SCTE20/DVD CC side data on demand
[FFmpeg-devel] [PATCH] configure: add check for sdl2 >= 2.23.0
2022-05-11 5:58 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] avcodec/vp9: ipred_vl_16x16_16 avx2 implementation
2022-05-11 4:18 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] (ping) "
[FFmpeg-devel] [PATCH 0/2] use av_fopen_utf8() instead of plain fopen()
2022-05-10 23:03 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] fftools: "
` [FFmpeg-devel] [PATCH 2/2] avfilter: "
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] avfilter/alimiter: Add an option "comp_delay" that removes the delay introduced by lookahead buffer
2022-05-10 22:45 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avfilter/alimiter:add latency compensation
[FFmpeg-devel] [PATCH v5 00/21] avdevice (mostly dshow) enhancements
2022-05-10 17:40 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 07/21] avdevice/avdevice: Revert "Deprecate AVDevice Capabilities API"
[FFmpeg-devel] [PATCH] avcodec/texturedspenc: Fix invalid shift
2022-05-10 16:21 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/avfilter: Fix compilation with TRACE defined
2022-05-10 12:53 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fate/matroska: Add test for remuxing DVB subtitles to Matroska
2022-05-10 10:06 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] doc/encoders.texi: Document cinepak encoder
2022-05-10 7:59 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lib*/version: Move library version functions into files of their own
2022-05-10 7:29 UTC (51+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/44] avformat/utils: Use av_realloc_array for reallocating array
` [FFmpeg-devel] [PATCH 03/44] avformat/internal: Move muxing-only functions to new mux.h header
` [FFmpeg-devel] [PATCH 04/44] avformat/mux: Move ff_choose_timebase to nutenc, its only user
` [FFmpeg-devel] [PATCH 05/44] avformat/mux: Move ff_choose_chroma_location to mxfenc, "
` [FFmpeg-devel] [PATCH 06/44] avformat/utils: Move ff_stream_add_bitstream_filter to mux.c
` [FFmpeg-devel] [PATCH 07/44] avformat/utils: Move stream_options, avformat_new_stream to options.c
` [FFmpeg-devel] [PATCH 08/44] avformat/mux_utils: Move ff_format_shift_data to new file for mux utils
` [FFmpeg-devel] [PATCH 09/44] avformat/utils: Move ff_get_packet_palette() to rawutils.c
` [FFmpeg-devel] [PATCH 10/44] avformat/utils: Move creation-time functions to mux_utils
` [FFmpeg-devel] [PATCH 11/44] avformat/utils: Move ff_format_output_open() to mux_utils.c
` [FFmpeg-devel] [PATCH 12/44] avformat/utils: Move avformat_query_codec() "
` [FFmpeg-devel] [PATCH 13/44] avformat/utils: Move av_stream_get_end_pts() "
` [FFmpeg-devel] [PATCH 14/44] avformat/utils: Move ff_stream_encode_params_copy() "
` [FFmpeg-devel] [PATCH 15/44] avformat/demux: Add new demux.h header
` [FFmpeg-devel] [PATCH 16/44] avformat/internal: Move definition of FFStream->info to demux.h
` [FFmpeg-devel] [PATCH 17/44] avformat/utils: Move parser functions to a new file, demux_utils.c
` [FFmpeg-devel] [PATCH 18/44] avdevice/v4l2*: Improve included headers
` [FFmpeg-devel] [PATCH 19/44] avformat/utils: Move avpriv_new_chapter to demux_utils.c
` [FFmpeg-devel] [PATCH 20/44] avformat/utils: Move av_format_inject_global_side_data "
` [FFmpeg-devel] [PATCH 21/44] avformat/utils: Move avformat_queue_attached_pictures "
` [FFmpeg-devel] [PATCH 22/44] avformat/utils: Move ff_add_attached_pic "
` [FFmpeg-devel] [PATCH 23/44] avformat/utils: Move ff_add_param_change "
` [FFmpeg-devel] [PATCH 24/44] avformat/utils: Move av_read_(play|pause) "
` [FFmpeg-devel] [PATCH 25/44] avformat/utils: Move ff_generate_avci_extradata "
` [FFmpeg-devel] [PATCH 26/44] avformat/internal: Make AVFormatContext* a logctx in ff_get_extradata
` [FFmpeg-devel] [PATCH 27/44] avformat/utils: Move ff_get_extradata to demux_utils.c
` [FFmpeg-devel] [PATCH 28/44] avformat/utils: Move freeing AVFormatContext to a new file avformat.c
` [FFmpeg-devel] [PATCH 29/44] avformat/utils: Move av_stream_*_side_data API to avformat.c
` [FFmpeg-devel] [PATCH 30/44] avformat/utils: Move adding AVProgram "
` [FFmpeg-devel] [PATCH 31/44] avformat/utils: Move internal stream timebase stuff "
` [FFmpeg-devel] [PATCH 32/44] avformat/utils: Move matching stream specificiers "
` [FFmpeg-devel] [PATCH 33/44] avformat/utils: Move guessing frame rate/SAR "
` [FFmpeg-devel] [PATCH 34/44] avformat/utils: Move av_find_program_from_stream "
` [FFmpeg-devel] [PATCH 35/44] avformat/utils: Move av_find_default_stream_index "
` [FFmpeg-devel] [PATCH 36/44] avformat/utils: Move av_find_best_stream "
` [FFmpeg-devel] [PATCH 37/44] avformat/asf: Move ASF GUIDs to a new file
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH 38/44] avformat/utils: Move ff_find_stream_index to demux_utils.c
` [FFmpeg-devel] [PATCH 39/44] avformat/utils: Move ff_is_intra_only to avformat.c
` [FFmpeg-devel] [PATCH 40/44] avformat/utils: Move ff_format_set_url "
` [FFmpeg-devel] [PATCH 41/44] avformat/utils: Move ff_copy_whiteblacklists "
` [FFmpeg-devel] [PATCH 42/44] avformat/utils: Move avpriv_set_pts_info() "
` [FFmpeg-devel] [PATCH 43/44] avformat/utils: Move ff_stream_side_data_copy "
` [FFmpeg-devel] [PATCH 44/44] avformat/utils: Move ff_format_io_close.* to options.c, avformat.c
[FFmpeg-devel] [PATCH 0/6] lavc/videotoolboxdec: improve HEVC stream compatibility
2022-05-10 4:26 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] lavc/videotoolboxdec: warn on nonzero status in the callback
` [FFmpeg-devel] [PATCH 2/6] lavc/videotoolboxdec: fix escaping sequential zero sequences
` [FFmpeg-devel] [PATCH 3/6] lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flags
` [FFmpeg-devel] [PATCH 4/6] lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fields
` [FFmpeg-devel] [PATCH 5/6] lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as well
` [FFmpeg-devel] [PATCH 6/6] lavc/h264_ps: always include the stop bit in [s|p]ps->data
[FFmpeg-devel] [PATCH 1/1] Add Mono/2D option to stereo3d filter
2022-05-09 20:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/2] avcodec/libsvtav1: update avctx bit rate according to RC mode
2022-05-09 20:10 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] avcodec/libsvtav1: signal CPB properties through side data
[FFmpeg-devel] [PATCH 1/3] lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments
2022-05-09 19:29 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/dhav: Don't truncate return value of avio_skip()
2022-05-09 19:18 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/oggparsevorbis: Fix oggvorbis duration parsing for small files
2022-05-09 18:19 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov: Only read the primary item for AVIF
2022-05-09 16:32 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v6 0/2] JPEG XL Colorspace Fixes
2022-05-09 13:43 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH v6 2/2] avcodec/libjxlenc: properly read input colorspace
[FFmpeg-devel] [PATCH] avfilter: Add blockdetect filter
2022-05-09 12:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] av_fopen_utf8 and cross-DLL CRT object sharing issue on Windows
2022-05-09 10:59 UTC (14+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov: fix timecode with rounded down tmcd nb_frames
2022-05-08 21:43 UTC (2+ messages) - mbox.gz / Atom
[PATCH 00/11] libavformat/asf: fix handling of byte array length values
2022-05-08 18:50 UTC (29+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH v2 01/11] "
` [FFmpeg-devel] [PATCH v2 02/11] libavformat/asfdec: fix get_value return type and add checks for
` [FFmpeg-devel] [PATCH v2 03/11] libavformat/asfdec: fix type of value_len
` [FFmpeg-devel] [PATCH v2 04/11] libavformat/asfdec: fixing get_tag
` [FFmpeg-devel] [PATCH v2 05/11] libavformat/asfdec: implement parsing of GUID values
` [FFmpeg-devel] [PATCH v2 06/11] libavformat/asfdec: remove unused parameters
` [FFmpeg-devel] [PATCH v2 07/11] libavformat/asfdec: fix macro definition and use
` [FFmpeg-devel] [PATCH v2 08/11] libavformat/asfdec: remove variable redefinition in inner scope
` [FFmpeg-devel] [PATCH v2 09/11] libavformat/asfdec: ensure variables are initialized
` [FFmpeg-devel] [PATCH v2 10/11] libavformat/asfdec: fix parameter type in asf_read_stream_propertie()
` [FFmpeg-devel] [PATCH v2 11/11] libavformat/asfdec: fix variable types and add checks for unsupported values
` [FFmpeg-devel] [PATCH v3 00/11] libavformat/asf: fix handling of byte array length values
` [FFmpeg-devel] [PATCH v3 01/11] "
` [FFmpeg-devel] [PATCH v3 02/11] libavformat/asfdec: fix get_value return type and add checks for
` [FFmpeg-devel] [PATCH v3 03/11] libavformat/asfdec: fix type of value_len
` [FFmpeg-devel] [PATCH v3 04/11] libavformat/asfdec: fixing get_tag
` [FFmpeg-devel] [PATCH v3 05/11] libavformat/asfdec: implement parsing of GUID values
` [FFmpeg-devel] [PATCH v3 06/11] libavformat/asfdec: remove unused parameters
` [FFmpeg-devel] [PATCH v3 07/11] libavformat/asfdec: fix macro definition and use
` [FFmpeg-devel] [PATCH v3 08/11] libavformat/asfdec: remove variable redefinition in inner scope
` [FFmpeg-devel] [PATCH v3 09/11] libavformat/asfdec: ensure variables are initialized
` [FFmpeg-devel] [PATCH v3 10/11] libavformat/asfdec: fix parameter type in asf_read_stream_propertie()
` [FFmpeg-devel] [PATCH v3 11/11] libavformat/asfdec: fix variable types and add checks for unsupported values
[FFmpeg-devel] [PATCH 3/3] avformat/mov: fix use invalid box size/type due to eof
2022-05-08 16:23 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/2] avformat/hlsenc: check discont_program_date_time before use it in parse_playlist
2022-05-08 10:54 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: expand the scope of flags from int32_t to int64_t
[FFmpeg-devel] [PATCH] avfilter/geq: unbreak alpha processing
2022-05-08 4:37 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavcodec/mpeg12dec: extract embedded CC of particular type only
2022-05-08 4:30 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] lavc/libuavs3d: fix incorrect comments
2022-05-08 2:53 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] lavf/cavsvideodec: Add GuangDian profile support
[FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: check option before set discont_program_date_time
2022-05-08 0:54 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/hlsenc: expand the scope of flags from int32_t to int64_t
[FFmpeg-devel] [PATCH] avformat/http: remove unused function ff_http_get_shutdown_status
2022-05-07 23:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi
2022-05-07 17:57 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 2/6] libavformat/avisynth.c: Remove MAX_PATH limit
[FFmpeg-devel] PATCH - libmad MP3 decoding support
2022-05-07 11:43 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/jpeg2000: Fast fail if HTJ2K codeblocks are present
2022-05-07 8:44 UTC (5+ 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