Show patches with: Submitter = Aman Karmani       |    Archived = No       |   276 patches
« 1 2 3 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,v2,1/4] avformat/http: avoid ff_http_do_new_request after http/1.0 response - - - - --- 2017-12-26 Aman Karmani Accepted
[FFmpeg-devel,v2,2/4] avformat/hls: respect http_persistent only for http playlist urls - - - - --- 2017-12-26 Aman Karmani New
[FFmpeg-devel,v2,3/4] avformat/http: export http_version from response - - - - --- 2017-12-26 Aman Karmani New
[FFmpeg-devel,v2,4/4] avformat/hls: enable http_multiple only for http/1.1 servers - - - - --- 2017-12-26 Aman Karmani New
[FFmpeg-devel] libavcodec/mediacodecdec: update to use new decoding api - - - - --- 2017-12-29 Aman Karmani New
[FFmpeg-devel,v2] libavcodec/mediacodecdec: switch to new decoder api - - - - --- 2017-12-29 Aman Karmani New
[FFmpeg-devel,1/2] avformat/avio: add new_http_request callback - - - - --- 2017-12-29 Aman Karmani New
[FFmpeg-devel,2/2] avformat/hls: use AVIOContext new_http_request callback - - - - --- 2017-12-29 Aman Karmani New
[FFmpeg-devel,1/2] avformat/http: return EINVAL if ff_http_do_new_request is called with non-http U… - - - - --- 2017-12-29 Aman Karmani Accepted
[FFmpeg-devel,2/2] avformat/hls: ignore http_persistent for segments requring crypto - - - - --- 2017-12-29 Aman Karmani Accepted
[FFmpeg-devel,v2] avformat/hls: release mem resource to fix memleak - - - - --- 2017-12-31 Aman Karmani Accepted
[FFmpeg-devel] avcodec/mediacodecdec: refactor to take advantage of new decoding api - - - - --- 2018-02-16 Aman Karmani New
[FFmpeg-devel] avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audio - - - - --- 2018-02-16 Aman Karmani New
[FFmpeg-devel] avcodec/aacdec: log configuration change details - 1 - - --- 2018-03-06 Aman Karmani Accepted
[FFmpeg-devel,1/2] avcodec/mediacodecdec: add delay_flush option - - - - --- 2018-03-06 Aman Karmani New
[FFmpeg-devel,2/2] avcodec/mediacodecdec: add more trace logging of input/output buffers - - - - --- 2018-03-06 Aman Karmani New
[FFmpeg-devel,1/2] avcodec/mediacodec: reduce loglevel for per-frame logging - 1 - - --- 2018-03-06 Aman Karmani Accepted
[FFmpeg-devel,2/2] MAINTAINERS: add myself to mediacodec - 1 - - --- 2018-03-06 Aman Karmani Accepted
[FFmpeg-devel] avcodec/mpeg12dec: ignore scte20 captions when a53 data is also present - - - - --- 2018-03-06 Aman Karmani New
[FFmpeg-devel] avcodec/mediacodecdec: add debug logging around hw buffer lifecycle - - - - --- 2018-03-11 Aman Karmani New
[FFmpeg-devel] avcodec/h264_slice: fix access to atomic error_count - - - - --- 2018-03-11 Aman Karmani New
[FFmpeg-devel] mpeg2_metadata: Add support for A/53 caption extraction and removal - - - - --- 2018-03-12 Aman Karmani New
[FFmpeg-devel,v2] avcodec: fix atomics usage for h264/mpeg error_count - - - - --- 2018-03-12 Aman Karmani Superseded
[FFmpeg-devel,v3] avcodec: fix atomics usage for h264/mpeg error_count - - - - --- 2018-03-13 Aman Karmani New
[FFmpeg-devel] avcodec/mediacodecdec: fix immediate EAGAIN with buffered packet - 1 - - --- 2018-03-13 Aman Karmani Accepted
[FFmpeg-devel] avcodec/mediacodecdec: propagate SAR to h/w frames - - - - --- 2018-03-19 Aman Karmani New
[FFmpeg-devel] avcodec/mediacodecdec: work around for decoding h264 with coded fields - - - - --- 2018-03-22 Aman Karmani Superseded
[FFmpeg-devel] avcodec/mpegpicture: guard "stride changed" failures against unknown uvlinesize - - - - --- 2018-04-10 Aman Karmani New
[FFmpeg-devel,v2] avcodec/mpegpicture: fix "stride changed" failures in gray mode - - - - --- 2018-04-10 Aman Karmani Accepted
[FFmpeg-devel,v2] avformat/hlsenc: add option hls_delete_threshold - - - - --- 2018-04-12 Aman Karmani Accepted
[FFmpeg-devel] avformat/utils: ignore outlier durations on subtitle/data streams as well - - - - --- 2018-04-19 Aman Karmani Superseded
[FFmpeg-devel] avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEVC on iOS - - - - --- 2018-04-19 Aman Karmani New
[FFmpeg-devel,v2,1/2] avformat/utils: ignore outlier durations on subtitle/data streams as well - - - - --- 2018-04-19 Aman Karmani Accepted
[FFmpeg-devel,v2,2/2] avformat/utils: refactor upstream_stream_timings - - - - --- 2018-04-19 Aman Karmani Accepted
[FFmpeg-devel] avformat/hls: fix seeking around EVENT playlist after media sequence changes - - - - --- 2018-04-24 Aman Karmani Accepted
[FFmpeg-devel,1/4] avcodec/mediacodecdec: clarify delay_flush specific code - 1 - - --- 2018-04-24 Aman Karmani New
[FFmpeg-devel,2/4] avcodec/mediacodecdec: use AV_TIME_BASE_Q - 1 - - --- 2018-04-24 Aman Karmani Accepted
[FFmpeg-devel,3/4] avcodec/mediacodecdec: refactor pts handling - 1 - - --- 2018-04-24 Aman Karmani Accepted
[FFmpeg-devel,4/4] avcodec/mediacodecdec: restructure mediacodec_receive_frame - - - - --- 2018-04-24 Aman Karmani Superseded
[FFmpeg-devel] avcodec: add minimal teletext subtitle decoder - - - - --- 2018-04-25 Aman Karmani New
[FFmpeg-devel,v2,1/4] avcodec/mediacodec_wrapper: add helper to fetch SDK_INT - - - - --- 2018-05-03 Aman Karmani Accepted
[FFmpeg-devel,v2,2/4] avcodec/mediacodecdec: restructure mediacodec_receive_frame - - - - --- 2018-05-03 Aman Karmani Accepted
[FFmpeg-devel,v2,3/4] avcodec/mediacodecdec: wait on first frame after input buffers are full - 1 - - --- 2018-05-03 Aman Karmani Accepted
[FFmpeg-devel,v2,4/4] avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoder - - - - --- 2018-05-03 Aman Karmani Accepted
[FFmpeg-devel,1/4] avcodec/videotoolbox: cleanups - - - - --- 2018-05-04 Aman Karmani Accepted
[FFmpeg-devel,2/4] avcodec/videotoolbox: split h264/hevc callbacks - - - - --- 2018-05-04 Aman Karmani Accepted
[FFmpeg-devel,3/4] avcodec/hevc: remove videotoolbox hack - - - - --- 2018-05-04 Aman Karmani Accepted
[FFmpeg-devel,4/4] avcodec/videotoolbox: fix decoding of some hevc videos - - - - --- 2018-05-04 Aman Karmani Superseded
[FFmpeg-devel] ffprobe: fix SEGV when new streams are added - - - - --- 2018-05-08 Aman Karmani Accepted
[FFmpeg-devel] avformat/mpegts: add skip_unknown_pids option - - - - --- 2018-05-08 Aman Karmani New
[FFmpeg-devel] avformat/mpegts: skip non-PMT tids earlier - - - - --- 2018-05-08 Aman Karmani Accepted
[FFmpeg-devel,1/2] avformat/mpegts: parse sections with multiple tables - - - - --- 2018-05-09 Aman Karmani Accepted
[FFmpeg-devel,2/2] avformat/mpegts: reindent after last change - - - - --- 2018-05-09 Aman Karmani Accepted
[FFmpeg-devel,1/2] avformat/mpegtsenc: set AVFMT_NODIMENSIONS - 1 - - --- 2018-05-10 Aman Karmani Accepted
[FFmpeg-devel,2/2] avformat/hlsenc: set AVFMT_NODIMENSIONS - - - - --- 2018-05-10 Aman Karmani Accepted
[FFmpeg-devel] avformat/mpegts: add merge_pmt_versions option - - - - --- 2018-05-14 Aman Karmani Superseded
[FFmpeg-devel] avformat/mpegts: tag video streams with still images - - - - --- 2018-05-15 Aman Karmani New
[FFmpeg-devel,v2] avformat/mpegts: add merge_pmt_versions option - - - - --- 2018-05-15 Aman Karmani Superseded
[FFmpeg-devel] ffprobe: add missing AV_DISPOSITION flags - - - - --- 2018-05-15 Aman Karmani New
[FFmpeg-devel] avformat: add skip_estimate_duration_from_pts - 1 - - --- 2018-05-15 Aman Karmani New
[FFmpeg-devel] avformat/hls: tag as AVFMT_TS_DISCONT - - - - --- 2018-05-16 Aman Karmani Accepted
[FFmpeg-devel,v2] avcodec/videotoolbox: fix decoding of some hevc videos - - - - --- 2018-05-17 Aman Karmani Accepted
[FFmpeg-devel,v3,1/3] avformat: update AVProgram to keep track of version and changes - - - - --- 2018-05-17 Aman Karmani New
[FFmpeg-devel,v3,2/3] avformat/mpegts: keep track of AVProgram.pmt_version and set AV_PROGRAM_CHANG… - - - - --- 2018-05-17 Aman Karmani New
[FFmpeg-devel,v3,3/3] avformat/mpegts: add merge_pmt_versions option - - - - --- 2018-05-17 Aman Karmani Superseded
[FFmpeg-devel] avformat/mpegts: add skip_unknown_pmt option - - - - --- 2018-05-18 Aman Karmani Accepted
[FFmpeg-devel,v3] avformat: keep track of PMT details in AVStream - - - - --- 2018-05-18 Aman Karmani New
[FFmpeg-devel,v4,1/3] avformat: add fields to AVProgram/AVStream for PMT change tracking - - - - --- 2018-05-18 Aman Karmani Accepted
[FFmpeg-devel,v4,2/3] avformat/mpegts: keep track of PMT details in AVProgram/AVStream - - - - --- 2018-05-18 Aman Karmani New
[FFmpeg-devel,v4,3/3] avformat/mpegts: add merge_pmt_versions option - - - - --- 2018-05-18 Aman Karmani New
[FFmpeg-devel] avcodec/h264_parser: create nalus without trailing bits - - - - --- 2018-05-18 Aman Karmani New
[FFmpeg-devel] avformat/mpegts: parse large PMTs with multiple tables - - - - --- 2018-06-11 Aman Karmani Accepted
[FFmpeg-devel,v2] avcodec/mediacodecdec: work around for decoding h264 with coded fields - - - - --- 2018-06-12 Aman Karmani New
[FFmpeg-devel] avcodec: parse options from AVCodec.bsfs - - - - --- 2018-07-18 Aman Karmani New
[FFmpeg-devel] avcodec/mediacodecdec: fix SEGV on modern nvidia decoders - - - - --- 2018-07-31 Aman Karmani Accepted
[FFmpeg-devel] avcodec/mediacodec: add av_mediacodec_render_buffer_at_time() - - - - --- 2018-08-01 Aman Karmani Accepted
[FFmpeg-devel,1/5] avcodec/avpacket: fix whitespace - - - - --- 2018-10-12 Aman Karmani Accepted
[FFmpeg-devel,2/5] avcodec/cbs_h2645: fix crash due to assert failure on empty nalu - - - - --- 2018-10-12 Aman Karmani New
[FFmpeg-devel,3/5] avcodec/cbs_h264: silence errors about end_of_seq nalus - - - - --- 2018-10-12 Aman Karmani Accepted
[FFmpeg-devel,4/5] avcodec/cbs: fix crash in sei_pic_timestamp - - - - --- 2018-10-12 Aman Karmani Accepted
[FFmpeg-devel,5/5] avcodec/cbs: ensure user_data is padded for GBC parsing - - - - --- 2018-10-12 Aman Karmani Accepted
[FFmpeg-devel] avformat/utils: use AVIOContext.read_seek for seeks if available - - - - --- 2019-04-03 Aman Karmani New
[FFmpeg-devel,RFC] avformat/utils: always seek back after avformat_find_stream_info() - - - - --- 2019-04-10 Aman Karmani New
[FFmpeg-devel] avformat/mpegts: index only keyframes to ensure accurate seeks - - - - --- 2019-05-07 Aman Karmani New
[FFmpeg-devel] avformat/mpegts: apply -merge_pmt_versions only when versions change - - - - --- 2019-05-07 Aman Karmani New
[FFmpeg-devel] fftools/ffprobe: process show_frame/show_packets last - - - - --- 2019-07-18 Aman Karmani New
[FFmpeg-devel] avcodec/vaapi_encode_h264: add support for a/53 closed caption sei - - - - --- 2019-08-01 Aman Karmani Superseded
[FFmpeg-devel,v2] avcodec/vaapi_encode_h264: add support for a/53 closed caption sei - - - - --- 2019-08-01 Aman Karmani Superseded
[FFmpeg-devel,v3] avcodec/vaapi_encode_h264: add support for a/53 closed caption sei - - - - --- 2019-08-05 Aman Karmani Superseded
[FFmpeg-devel,v4] avcodec/vaapi_encode_h264: add support for a/53 closed caption sei - - - - --- 2019-08-06 Aman Karmani New
[FFmpeg-devel] avcodec/vaapi_encode: respect -force_key_frames setting - - - - --- 2019-08-07 Aman Karmani Accepted
[FFmpeg-devel,1/2] vaapi_encode: ensure correct VBR bitrate is used in h264 SPS - - - - --- 2019-08-13 Aman Karmani Superseded
[FFmpeg-devel,2/2] vaapi_encode: work-around VBR driver bug in Intel Broxton/CherryView - - - - --- 2019-08-13 Aman Karmani New
[FFmpeg-devel,v2,1/2] vaapi_encode: ensure correct VBR bitrate is used in h264 SPS - - - - --- 2019-08-13 Aman Karmani New
[FFmpeg-devel,v2,2/2] vaapi_encode: fix VBR mode generating low bitrates - - - - --- 2019-08-13 Aman Karmani New
[FFmpeg-devel] avcodec/omx: add support for -force_key_frames - - - - --- 2019-08-21 Aman Karmani Accepted
[FFmpeg-devel,1/8] avcodec/v4l2_m2m: log planar mode used by driver - - - - --- 2019-08-22 Aman Karmani Accepted
[FFmpeg-devel,2/8] avcodec/v4l2_m2m: disable info logging during device probe - - - - --- 2019-08-22 Aman Karmani Accepted
[FFmpeg-devel,3/8] avcodec/v4l2_m2m: log requested pixel formats - - - - --- 2019-08-22 Aman Karmani Accepted
[FFmpeg-devel,4/8] avcodec/v4l2_m2m: remove trailing whitespace in output identifier - - - - --- 2019-08-22 Aman Karmani Accepted
« 1 2 3 »