Show patches with: Submitter = James Almer       |    Archived = No       |   2766 patches
« 1 2 ... 5 6 727 28 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,v2,1/2] avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c… [FFmpeg-devel,v2,1/2] avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c… - - - - 4-- 2023-06-29 James Almer New
[FFmpeg-devel] fftools/ffplay: remove usage of internal AVInputFormat.read_seek field [FFmpeg-devel] fftools/ffplay: remove usage of internal AVInputFormat.read_seek field - 1 - - 4-- 2023-06-29 James Almer Accepted
[FFmpeg-devel,v2] fate/cbs: add VVC tests [FFmpeg-devel,v2] fate/cbs: add VVC tests - - - - 2-2 2023-06-29 James Almer New
[FFmpeg-devel] fate/cbs: add VVC tests [FFmpeg-devel] fate/cbs: add VVC tests - - - - 2-2 2023-06-29 James Almer New
[FFmpeg-devel] avcodec/cbs_h2645: fix storing Picture Header references in the context [FFmpeg-devel] avcodec/cbs_h2645: fix storing Picture Header references in the context - - - - 4-- 2023-06-29 James Almer New
[FFmpeg-devel] avcodec/j2kenc: use uint64_t type for the lambda value [FFmpeg-devel] avcodec/j2kenc: use uint64_t type for the lambda value - 2 - - 4-- 2023-06-24 James Almer Accepted
[FFmpeg-devel,7/7] avcodec/evc_ps: use unsigned types in structs where corresponds [FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket - - - - --- 2023-06-22 James Almer Accepted
[FFmpeg-devel,6/7] avcodec/evc_parse: use unsigned types in structs where corresponds [FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket - - - - --- 2023-06-22 James Almer New
[FFmpeg-devel,5/5] avformat/evc: remove duplicate defines [FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket - - - - --- 2023-06-22 James Almer Accepted
[FFmpeg-devel,4/5] avformat/evc: add range checks to evcc_parse_sps and return proper error codes [FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket - - - - --- 2023-06-22 James Almer New
[FFmpeg-devel,3/5] avformat/evc: remove duplicate check [FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket - - - - --- 2023-06-22 James Almer Accepted
[FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket [FFmpeg-devel,1/5] avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket - - - - 4-- 2023-06-22 James Almer Accepted
[FFmpeg-devel,3/3] avformat: use AV_PKT_MAX_PAYLOAD_SIZE [FFmpeg-devel,1/3] avcodec/packet: add a define for the max buffer size a packet can hold - - - - 4-- 2023-06-21 James Almer New
[FFmpeg-devel,2/3] avcodec: use AV_PKT_MAX_PAYLOAD_SIZE [FFmpeg-devel,1/3] avcodec/packet: add a define for the max buffer size a packet can hold - - - - 4-- 2023-06-21 James Almer New
[FFmpeg-devel,1/3] avcodec/packet: add a define for the max buffer size a packet can hold [FFmpeg-devel,1/3] avcodec/packet: add a define for the max buffer size a packet can hold - - - - 4-- 2023-06-21 James Almer New
[FFmpeg-devel,3/3] avcodec/evc_frame_merge: copy input packet props to output [FFmpeg-devel,1/3] avcodec/evc_frame_merge: properly support packets with more than one NALU - - - - 4-- 2023-06-21 James Almer New
[FFmpeg-devel,2/3] avcodec/evc_frame_merge: reindent after previous commit [FFmpeg-devel,1/3] avcodec/evc_frame_merge: properly support packets with more than one NALU - - - - 4-- 2023-06-21 James Almer Accepted
[FFmpeg-devel,1/3] avcodec/evc_frame_merge: properly support packets with more than one NALU [FFmpeg-devel,1/3] avcodec/evc_frame_merge: properly support packets with more than one NALU - - - - 42- 2023-06-21 James Almer New
[FFmpeg-devel] avformat/id3v2: check the return value of avio_close_dyn_buf() [FFmpeg-devel] avformat/id3v2: check the return value of avio_close_dyn_buf() - 1 - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,9/9] avformat/evc: move NALU length and type parsing functions to a header [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - -22 2023-06-20 James Almer Accepted
[FFmpeg-devel,8/9] avcodec/evc_parser: use a GetBitContext to parse entire NALUs [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - --2 2023-06-20 James Almer Accepted
[FFmpeg-devel,7/9] avcodec/evc_frame_merge: use a GetBitContext to parse entire NALUs [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,6/9] avcodec/evc_parse: pass a GetBitContext to the slice header parsing function [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,5/9] avcodec/evc_ps: pass a GetBitContext to the SPS and PPS parsing functions [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,4/9] avformat/evcdec: use an unsigned type for nalu_size [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,3/9] avformat/evcdec: flush the bsf on EOF [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,2/9] avformat/evcdec: remove unnecessary av_packet_unref() calls [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback [FFmpeg-devel,1/9] avformat/evcdec: ensure there are enough bytes to seekback - - - - 2-2 2023-06-20 James Almer Accepted
[FFmpeg-devel,11/17,v2] avformat/evc: don't use an AVIOContext as log context Untitled series #9138 - - - - --- 2023-06-19 James Almer New
[FFmpeg-devel,3/3] fate/cbs: simplify calling discard tests [FFmpeg-devel,1/3] fate/cbs: remove unnecessary remuxing step on hevc-discard tests - - - - 2-2 2023-06-19 James Almer New
[FFmpeg-devel,2/3] fate/cbs: fix h264-discard dependencies [FFmpeg-devel,1/3] fate/cbs: remove unnecessary remuxing step on hevc-discard tests - - - - 2-2 2023-06-19 James Almer New
[FFmpeg-devel,1/3] fate/cbs: remove unnecessary remuxing step on hevc-discard tests [FFmpeg-devel,1/3] fate/cbs: remove unnecessary remuxing step on hevc-discard tests - - - - 2-2 2023-06-19 James Almer New
[FFmpeg-devel,17/17] avcodec/evc_ps: Check log2_sub_gop_length [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer Accepted
[FFmpeg-devel,16/17] avcodec/evc_ps: make ff_evc_parse_{sps, pps} return an error code [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer New
[FFmpeg-devel,15/17] avformat/evcdec: don't set AVCodecParameters.framerate [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer Accepted
[FFmpeg-devel,14/17] avformat/evcdec: simplify au_end_found check [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer Accepted
[FFmpeg-devel,13/17] avformat/evcdec: simplify probe function [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer New
[FFmpeg-devel,12/17] avformat/evcdec: deduplicate nalu length and type parsing functions [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer New
[FFmpeg-devel,11/17] avformat/evc: don't use an AVIOContext as log context [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-18 James Almer New
[FFmpeg-devel,10/10] avcodec/evc_parse: remove ff_evc_parse_nal_unit() [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer New
[FFmpeg-devel,09/10] avcodec/evc_frame_merge_bsf: make ff_evc_parse_nal_unit() local to the filter [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer Accepted
[FFmpeg-devel,08/10] avcodec/evc_parser: remove write only variable [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - 1 - - 2-2 2023-06-17 James Almer Accepted
[FFmpeg-devel,07/10] avcodec/evc_parser: make ff_evc_parse_nal_unit() local to the parser [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer Accepted
[FFmpeg-devel,06/10] avcodec/evc_parse: split off deriving PoC [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer Accepted
[FFmpeg-devel,05/10] avcodec/evc_parser: stop exporting delay and gop_size [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer Accepted
[FFmpeg-devel,04/10] avcodec/evc_parse: split off Parameter Set parsing into its own file [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer New
[FFmpeg-devel,3/3] fate/lavf-container: add a test to remux raw evc into mp4 [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 2-2 2023-06-17 James Almer Accepted
[FFmpeg-devel,2/3] avcodec/evc_frame_merge_bsf: use av_new_packet() [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 4-- 2023-06-17 James Almer Accepted
[FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() [FFmpeg-devel,1/3] avcodec/evc_frame_merge: use av_fast_realloc() - - - - 4-- 2023-06-17 James Almer Accepted
[FFmpeg-devel,11/11] avcodec/evc_frame_merge_bsf: free EVCFMergeContext on flush and close [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,10/11] avcodec/evc_frame_merge_bsf: ceck for av_memdup() failure [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,09/11] avcodec/evc_parse: make freeing EVCParserContext buffers a shared function [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,08/11] avcodec/evc_parse: free pps struct on parsing failure [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,07/11] avcodec/evc_parse: use the correct sps when parsing slice headers [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,06/11] avcodec/evc_parse: use the correct struct size when allocating pps [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer New
[FFmpeg-devel,05/11] avcodec/evc_parse: use a local EVCParserSliceHeader when parsing slices [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,04/11] avcodec/evc_parse: zero sps, pps and sh structs [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,03/11] avcodec/evc_parser: export framerate to the AVCodecContext [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,02/11] avcodec/evc_parser: remove superfluous memset calls [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - 1 - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS [FFmpeg-devel,01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS - - - - 4-- 2023-06-15 James Almer Accepted
[FFmpeg-devel,3/3] avformat/av1: reduce the scope of a variable [FFmpeg-devel,1/3,v2] avformat/av1dec: fix EOF check in Annex-B demuxer - - - - 4-- 2023-06-04 James Almer Accepted
[FFmpeg-devel,2/3] avformat/av1dec: don't return EIO when the input file is truncated [FFmpeg-devel,1/3,v2] avformat/av1dec: fix EOF check in Annex-B demuxer - - - - 4-- 2023-06-04 James Almer Accepted
[FFmpeg-devel,1/3,v2] avformat/av1dec: fix EOF check in Annex-B demuxer [FFmpeg-devel,1/3,v2] avformat/av1dec: fix EOF check in Annex-B demuxer - - - - 4-- 2023-06-04 James Almer Accepted
[FFmpeg-devel] avformat/av1dec: fix EOF check in Annex-B demuxer [FFmpeg-devel] avformat/av1dec: fix EOF check in Annex-B demuxer - - - - 4-- 2023-06-02 James Almer New
[FFmpeg-devel] avcodec/cbs: reset the fragment on reading failure [FFmpeg-devel] avcodec/cbs: reset the fragment on reading failure - - - - 4-- 2023-06-02 James Almer New
[FFmpeg-devel] avformat/oggparseflac: use the GetByteContext API [FFmpeg-devel] avformat/oggparseflac: use the GetByteContext API - - - - 3-1 2023-05-30 James Almer Accepted
[FFmpeg-devel] fftools/ffmpeg_dec: abort if avcodec_send_packet() returns EAGAIN [FFmpeg-devel] fftools/ffmpeg_dec: abort if avcodec_send_packet() returns EAGAIN - - - - 2-- 2023-05-24 James Almer New
[FFmpeg-devel] fftools/ffmpeg_dec: abort if avcodec_send_packet() returns EAGAIN [FFmpeg-devel] fftools/ffmpeg_dec: abort if avcodec_send_packet() returns EAGAIN - - - - --1 2023-05-22 James Almer New
[FFmpeg-devel,v3] avcodec/av1dec: convert to receive_frame() [FFmpeg-devel,v3] avcodec/av1dec: convert to receive_frame() - - - - 4-- 2023-05-20 James Almer New
[FFmpeg-devel] avcodec/libdav1d: only return EAGAIN when there are no buffered packets [FFmpeg-devel] avcodec/libdav1d: only return EAGAIN when there are no buffered packets - - - - 4-- 2023-05-20 James Almer New
[FFmpeg-devel] avcodec/libdav1d: only return EAGAIN when there are no buffered packets [FFmpeg-devel] avcodec/libdav1d: only return EAGAIN when there are no buffered packets - - - - 4-- 2023-05-20 James Almer New
[FFmpeg-devel] avformat/matroskaenc: change default audio codec for Matroska output [FFmpeg-devel] avformat/matroskaenc: change default audio codec for Matroska output - - - - 4-- 2023-05-20 James Almer New
[FFmpeg-devel] avfilter/src_movie: stop using AVPacket on stack [FFmpeg-devel] avfilter/src_movie: stop using AVPacket on stack - - - - 3-1 2023-05-20 James Almer New
[FFmpeg-devel,v2] avcodec/av1dec: convert to receive_frame() [FFmpeg-devel,v2] avcodec/av1dec: convert to receive_frame() - - - - 3-1 2023-05-20 James Almer New
[FFmpeg-devel] avcodec/av1dec: convert to receive_frame() [FFmpeg-devel] avcodec/av1dec: convert to receive_frame() - - - - 3-1 2023-05-19 James Almer New
[FFmpeg-devel,2/2] avcodec/h264dec: remove the last few ff_h264_ref_picture() calls [FFmpeg-devel,1/2] avcodec/av1dec: use av_frame_replace() - - - - 2-- 2023-05-18 James Almer New
[FFmpeg-devel,1/2] avcodec/av1dec: use av_frame_replace() [FFmpeg-devel,1/2] avcodec/av1dec: use av_frame_replace() - - - - 2-- 2023-05-18 James Almer New
[FFmpeg-devel] avutil/frame: deprecate palette_has_changed [FFmpeg-devel] avutil/frame: deprecate palette_has_changed - - - - 2-- 2023-05-18 James Almer Accepted
[FFmpeg-devel] avformat/yuvmpegenc: add support for rawvideo input [FFmpeg-devel] avformat/yuvmpegenc: add support for rawvideo input - - - - 2-- 2023-05-17 James Almer Accepted
[FFmpeg-devel,v2] avcodec/libdav1d: export decoder frame delay [FFmpeg-devel,v2] avcodec/libdav1d: export decoder frame delay - - - - --- 2023-05-16 James Almer New
[FFmpeg-devel] avfilter/formats: fix format negotiation when multiple channel_layouts are provided [FFmpeg-devel] avfilter/formats: fix format negotiation when multiple channel_layouts are provided - 1 - - 4-- 2023-05-13 James Almer Accepted
[FFmpeg-devel,2/2] avfilter/af_surround: replace double constants with float variants [FFmpeg-devel,1/2] avutil/mathematics: add missing constants - - - - 4-- 2023-05-11 James Almer Accepted
[FFmpeg-devel,1/2] avutil/mathematics: add missing constants [FFmpeg-devel,1/2] avutil/mathematics: add missing constants - - - - 4-- 2023-05-11 James Almer New
[FFmpeg-devel] avfilter/af_surround: define M_PI and M_LN10 as a float values [FFmpeg-devel] avfilter/af_surround: define M_PI and M_LN10 as a float values - - - - 4-- 2023-05-11 James Almer New
[FFmpeg-devel,v2] avfilter/ccfifo: remove unnecessary context allocations [FFmpeg-devel,v2] avfilter/ccfifo: remove unnecessary context allocations - - - - 4-- 2023-05-11 James Almer New
[FFmpeg-devel] avfilter/ccfifo: remove unnecessary context allocations [FFmpeg-devel] avfilter/ccfifo: remove unnecessary context allocations - - - - 2-2 2023-05-11 James Almer New
[FFmpeg-devel] avcodec/eac3dec: remove function duplicates [FFmpeg-devel] avcodec/eac3dec: remove function duplicates - - - - 4-- 2023-05-11 James Almer New
[FFmpeg-devel] avcodec/libdav1d: export decoder frame delay [FFmpeg-devel] avcodec/libdav1d: export decoder frame delay - 1 - - 4-- 2023-05-11 James Almer New
[FFmpeg-devel] web/download: link to the latest release instead of a snapshot in the main download … [FFmpeg-devel] web/download: link to the latest release instead of a snapshot in the main download … - - - - -1- 2023-05-09 James Almer New
[FFmpeg-devel,4/4] fate/vcodec: add bitpacked tests [FFmpeg-devel,1/4] avcodec/bitpacked_enc: add support for uyvy422 encoding - - - - 4-- 2023-05-06 James Almer New
[FFmpeg-devel,3/4] aformat/rawvideodec: don't force the rawvideo decoder for uyvy422 bitpacked stre… [FFmpeg-devel,1/4] avcodec/bitpacked_enc: add support for uyvy422 encoding - - - - 4-- 2023-05-06 James Almer New
[FFmpeg-devel,2/4] avcodec/bitpacked_dec: add missing props to decoded uyvy422 streams [FFmpeg-devel,1/4] avcodec/bitpacked_enc: add support for uyvy422 encoding - - - - 4-- 2023-05-06 James Almer New
[FFmpeg-devel,1/4] avcodec/bitpacked_enc: add support for uyvy422 encoding [FFmpeg-devel,1/4] avcodec/bitpacked_enc: add support for uyvy422 encoding - - - - 4-- 2023-05-06 James Almer New
[FFmpeg-devel] fftools/ffprobe: print exported stream AVOptions [FFmpeg-devel] fftools/ffprobe: print exported stream AVOptions - 1 - - -2- 2023-05-05 James Almer New
[FFmpeg-devel,2/2] doc/examples/transcode_aac: use av_calloc to allocate the array of input samples… [FFmpeg-devel,1/2] doc/examples/transcode_aac: free the converted input samples buffer with av_free - - - - 4-- 2023-05-04 James Almer New
[FFmpeg-devel,1/2] doc/examples/transcode_aac: free the converted input samples buffer with av_free [FFmpeg-devel,1/2] doc/examples/transcode_aac: free the converted input samples buffer with av_free - - - - 4-- 2023-05-04 James Almer New
[FFmpeg-devel] fftools/ffmpeg_filter: fix leak of AVIOContext in read_binary() [FFmpeg-devel] fftools/ffmpeg_filter: fix leak of AVIOContext in read_binary() - - - - 2-- 2023-04-28 James Almer Accepted
[FFmpeg-devel,2/2] avcodec/hevc_ps: use get_{ue, se}_golomb() for some PPS Range extension fields [FFmpeg-devel] avcodec/hevc_ps: use get_ue_golomb() for some PPS Screen Content Coding extension fi… - - - - 2-- 2023-04-27 James Almer Accepted
[FFmpeg-devel] avcodec/hevc_ps: use get_ue_golomb() for some PPS Screen Content Coding extension fi… [FFmpeg-devel] avcodec/hevc_ps: use get_ue_golomb() for some PPS Screen Content Coding extension fi… - - - - 2-- 2023-04-27 James Almer Accepted
[FFmpeg-devel] avcodec/parser: fill avctx dimensions if unset [FFmpeg-devel] avcodec/parser: fill avctx dimensions if unset - - - - 2-- 2023-04-27 James Almer Accepted
« 1 2 ... 5 6 727 28 »