Show patches with: Submitter = Andreas Rheinhardt       |    Archived = No       |   6657 patches
« 1 2 3 466 67 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,2/2] avformat/aviobuf: Forward error codes in avio_seek - - - - --- 2019-05-14 Andreas Rheinhardt New
[FFmpeg-devel,01/37] avformat/matroskadec: Remove unused variables - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,02/37] avformat/matroskadec: Correct outdated error message - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,03/37] avformat/matroskadec: Compactify structure - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,04/37] avformat/matroskadec: Don't zero unnecessarily - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,05/37] avformat/matroskadec: Get rid of cluster size field assumption - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,06/37] avformat/matroskadec: Use generic size check for signed integers - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,07/37] avformat/matroskadec: Set offset of first cluster - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,08/37] avformat/matroskadec: Don't copy attached pictures - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,09/37] avformat/matroskadec: Remove redundant initialization - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,10/37] avformat/matroskadec: Properly check return values - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,11/37] avformat/matroskadec: Improve read error/EOF checks I - - - - --- 2019-05-16 Andreas Rheinhardt Superseded
[FFmpeg-devel,12/37] avformat/matroskadec: Improve read error/EOF checks II - - - - --- 2019-05-16 Andreas Rheinhardt Superseded
[FFmpeg-devel,13/37] avformat/matroskadec: Improve error/EOF checks III - - - - --- 2019-05-16 Andreas Rheinhardt Superseded
[FFmpeg-devel,14/37] avformat/matroskadec: Remove non-incremental parsing of clusters - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,15/37] avformat/matroskadec: Don't keep old blocks - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,16/37] avformat/matroskadec: Treat SimpleBlock as EBML_BIN - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,17/37] avformat/matroskadec: Don't abort resyncing upon seek failure - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,18/37] avformat/matroskadec: Add function to reset status - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,19/37] avformat/matroskadec: Use proper levels after discontínuity - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,20/37] avformat/matroskadec: Refactor some functions - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,21/37] avformat/matroskadec: Introduce a "last known good" position - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,22/37] avformat/matroskadec: Link to parents in syntax tables - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,23/37] avformat/matroskadec: Redo level handling - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,24/37] avformat/matroskadec: Make cluster parsing level compatible - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,25/37] avformat/matroskadec: Don't reset cluster position - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,26/37] avformat/matroskadec: Combine arrays - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,27/37] avformat/matroskadec: Redo EOF handling - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,28/37] avformat/matroskadec: Reuse positions - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,29/37] avformat/matroskadec: Typos, nits and cosmetics - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,30/37] avformat/matroskadec: Don't skip too much when unseekable - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,31/37] avformat/matroskadec: Improve invalid length error handling - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,32/37] avformat/matroskadec: Accept more unknown-length elements - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,33/37] avformat/matroskadec: Fix probing of unknown-length headers - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,34/37] avformat/matroskadec: Accept more unknown-length elements II - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,35/37] avformat/matroskadec: Reindent after previous commit - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,36/37] avformat/matroskadec: Use file offsets for level 1 elements - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,37/37] avformat/matroskadec: Improve check for level 1 duplicates - - - - --- 2019-05-16 Andreas Rheinhardt Accepted
[FFmpeg-devel,01/11] cbs_mpeg2: Correct and use enum values - - - - --- 2019-05-22 Andreas Rheinhardt Accepted
[FFmpeg-devel,02/11] cbs_mpeg2: Improve checks for invalid values - - - - --- 2019-05-22 Andreas Rheinhardt Accepted
[FFmpeg-devel,03/11] mpeg2_metadata, cbs_mpeg2: Fix handling of colour_description - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel,04/11] cbs_mpeg2: Fix storage type for frame_centre_*_offset - - - - --- 2019-05-22 Andreas Rheinhardt Accepted
[FFmpeg-devel,05/11] cbs_mpeg2: Correct error codes - - - - --- 2019-05-22 Andreas Rheinhardt Accepted
[FFmpeg-devel,06/11] cbs, cbs_mpeg2, cbs_jpeg: Don't av_freep local variables - - - - --- 2019-05-22 Andreas Rheinhardt Rejected
[FFmpeg-devel,07/11] cbs: Remove useless initializations - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel,08/11] avcodec/cbs_mpeg2: fix leak of extra_information_slice buffer in cbs_mpeg2_rea… - - - - --- 2019-05-22 Andreas Rheinhardt Accepted
[FFmpeg-devel,09/11] cbs_mpeg2: Fix parsing of slice headers - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel,10/11] cbs_mpeg2: Fix parsing of picture headers - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel] cbs_mpeg2: Fix storage type for frame_centre_*_offset - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel] cbs_mpeg2: Fix parsing of picture headers - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel] cbs_mpeg2: Fix parsing of slice headers - - - - --- 2019-05-22 Andreas Rheinhardt Superseded
[FFmpeg-devel] avformat/hcom: Remove unused variables - - - - --- 2019-05-31 Andreas Rheinhardt Superseded
[FFmpeg-devel,v3] avformat/hcom: Remove unused variables - - - - --- 2019-05-31 Andreas Rheinhardt Superseded
[FFmpeg-devel,1/5] startcode: Use common macro - - - - --- 2019-06-01 Andreas Rheinhardt New
[FFmpeg-devel,2/5] startcode: Switch to aligned reads - - - - --- 2019-06-01 Andreas Rheinhardt Superseded
[FFmpeg-devel,3/5] startcode: Stop overreading - - - - --- 2019-06-01 Andreas Rheinhardt Superseded
[FFmpeg-devel,4/5] startcode: Don't return false positives - - - - --- 2019-06-01 Andreas Rheinhardt Superseded
[FFmpeg-devel,5/5] startcode: Filter out non-startcodes earlier - - - - --- 2019-06-01 Andreas Rheinhardt Superseded
[FFmpeg-devel,1/4] mpeg2_metadata, cbs_mpeg2: Fix handling of colour_description - - - - --- 2019-06-02 Andreas Rheinhardt Superseded
[FFmpeg-devel,2/4] cbs: Remove useless initializations - - - - --- 2019-06-02 Andreas Rheinhardt Superseded
[FFmpeg-devel,3/4] cbs_mpeg2: Fix parsing of picture and slice headers - - - - --- 2019-06-02 Andreas Rheinhardt Superseded
[FFmpeg-devel,4/4] cbs_mpeg2: Remove zero byte stuffing - - - - --- 2019-06-02 Andreas Rheinhardt Superseded
[FFmpeg-devel] doc/bitstream_filters: Correct dump_extradata description - 1 - - --- 2019-06-04 Andreas Rheinhardt Superseded
[FFmpeg-devel] bitstream_filters: Correct dump_extradata description - - - - --- 2019-06-04 Andreas Rheinhardt Accepted
[FFmpeg-devel] cbs_h2645: Fix infinite loop in more_rbsp_data - - - - --- 2019-06-05 Andreas Rheinhardt Accepted
[FFmpeg-devel] cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undef - - - - --- 2019-06-07 Andreas Rheinhardt Accepted
[FFmpeg-devel] cbs_h264: Fix type of abs_diff_pic_num_minus1 - - - - --- 2019-06-07 Andreas Rheinhardt New
[FFmpeg-devel] cbs_h264: Fix types of abs_diff_pic_num_minus1 and - - - - --- 2019-06-07 Andreas Rheinhardt New
[FFmpeg-devel,1/5] startcode: Use common macro and switch to pointer arithmetic - - - - --- 2019-06-09 Andreas Rheinhardt New
[FFmpeg-devel,2/5] startcode: Switch to aligned reads - - - - --- 2019-06-09 Andreas Rheinhardt New
[FFmpeg-devel,3/5] startcode: Stop overreading - - - - --- 2019-06-09 Andreas Rheinhardt New
[FFmpeg-devel,4/5] startcode: Don't return false positives - - - - --- 2019-06-09 Andreas Rheinhardt New
[FFmpeg-devel,5/5] startcode: Filter out non-startcodes earlier - - - - --- 2019-06-09 Andreas Rheinhardt New
[FFmpeg-devel,01/18] cbs: Allow non-blank packets in ff_cbs_write_packet - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,02/18] av1_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,03/18] filter_units: Unref packet on failure - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,04/18] filter_units: Don't use fake loop - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,05/18] filter_units: Reindent after previous commit - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,06/18] filter_units: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,08/18] h264_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,09/18] h264_metadata: Localize code for display orientation - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,10/18] cbs: Remove superfluous checks for ff_cbs_delete_unit - - - - --- 2019-06-17 Andreas Rheinhardt Superseded
[FFmpeg-devel,11/18] cbs_h264, h264_metadata: Deleting SEI messages never fails - - - - --- 2019-06-17 Andreas Rheinhardt Superseded
[FFmpeg-devel,12/18] h264_redundant_pps: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,13/18] h264_redundant_pps: Fix looping over an access unit's units - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,14/18] h265_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,15/18] h265_metadata: Correct error check - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,16/18] mpeg2_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,17/18] mpeg2_metadata: Localize inserting of sequence display extensions - - - - --- 2019-06-17 Andreas Rheinhardt Accepted
[FFmpeg-devel,18/18] vp9_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-17 Andreas Rheinhardt Superseded
[FFmpeg-devel] libavcodec: Reduce the size of some arrays - - - - --- 2019-06-19 Andreas Rheinhardt Accepted
[FFmpeg-devel,10/31] av1_metadata: Error out if fragment is empty - - - - --- 2019-06-19 Andreas Rheinhardt Accepted
[FFmpeg-devel,11/31] cbs: Remove superfluous checks for ff_cbs_delete_unit - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,12/31] cbs_h264, h264_metadata: Deleting SEI messages never fails - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,13/31] h264_redundant_pps: Avoid allocations and copies of packet structures - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,14/31] h264_redundant_pps: Fix looping over an access unit's units - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,15/31] h265_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,16/31] h265_metadata: Correct error check - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,17/31] mpeg2_metadata: Avoid allocations and copies of packet structures - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
[FFmpeg-devel,18/31] mpeg2_metadata: Localize inserting of sequence display extensions - - - - --- 2019-06-19 Andreas Rheinhardt Superseded
« 1 2 3 466 67 »