Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-31avformat/asfdec_o: limit recursion depth in asf_read_unknown()Michael Niedermayer
2022-08-29avformat/mov: Check count sums in build_open_gop_key_points()Michael Niedermayer
2022-08-29libavformat/iff: Check for overflow in body_end calculationMichael Niedermayer
2022-08-29avformat/avidec: Prevent entity expansion attacksMichael Niedermayer
2022-08-29avformat/subviewerdec: Make read_ts() more flexibleMichael Niedermayer
2022-08-15ipfsgateway: Remove default gatewayDerek Buitenhuis
2022-08-08avformat/avisynth: use ch_layout.nb_channels for channel countStephen Hutchinson
2022-07-22avformat/flvdec: Check for EOF in index readingMichael Niedermayer
2022-07-22avformat/nutdec: Check get_packetheader() in mainheaderMichael Niedermayer
2022-07-22avformat/mov: Check for EOF in mov_read_iloc()Michael Niedermayer
2022-07-22avformat/asfdec_f: Use 64bit for packet start timeMichael Niedermayer
2022-07-13Bump Versions for 5.1 branchMichael Niedermayer
2022-07-12avformat/rtsp: break on unknown protocolsMichael Niedermayer
2022-07-12avformat/aaxdec: Check for empty segmentsMichael Niedermayer
2022-07-12avformat/avienc: Check video dimensionsMichael Niedermayer
2022-07-12avformat/iff: simplify duration calculationMichael Niedermayer
2022-07-12avformat/mov: fix possible crash in cenc_scheme_decryptShuangxiLi
2022-07-09avformat/flvenc: Add deinit functionAndreas Rheinhardt
2022-07-09avformat/movenc: Ensure packet is writable before modifying itAndreas Rheinhardt
2022-07-09av(format|device): Add const to muxer packet data pointersAndreas Rheinhardt
2022-07-09avformat/apngenc: Add const where possibleAndreas Rheinhardt
2022-07-09avformat/apngenc: Don't modify input packetAndreas Rheinhardt
2022-07-09avformat/apngenc: Check fcTL sizeAndreas Rheinhardt
2022-07-09avformat/apngenc: Check for incomplete chunksAndreas Rheinhardt
2022-07-09avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt
2022-07-09Support for 16:9 DV in QuickTimeBrion Vibber
2022-07-07avformat/sctp: close socket on errorsMichael Niedermayer
2022-07-07avformat/cinedec: Check size and pos moreMichael Niedermayer
2022-07-07avformat/img2enc: use unmatched filename for an invalid or missing sequence p...Marton Balint
2022-07-07avformat/img2enc: fix first image checkMarton Balint
2022-07-07avformat/mov: disallow a zero sample size in trun atomsMarton Balint
2022-07-07Revert "avformat/demux: Make read_frame_internal() return AVERREOR(EAGAIN) on...Marton Balint
2022-07-07Revert "avformat/demux: Count EAGAIN as 100 bytes in relation to read limit i...Marton Balint
2022-07-05avformat/mov: prevent potential use of uninitialized valueMartijn van Beurden
2022-07-05avformat/cafdec: Implement FLAC-in-CAF parsingMartijn van Beurden
2022-07-04avformat/matroskadec: fix setting channel layout using the Channels elementJames Almer
2022-07-04avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt dataAndreas Rheinhardt
2022-07-03avcodec: add PHM decoder and encoderPaul B Mahol
2022-07-03avformat/mlpdec: Remove unused-but-set variableAndreas Rheinhardt
2022-07-03avformat/bintext: Remove set-but-unused variableAndreas Rheinhardt
2022-07-02avformat/aiffdec: cleanup size handling for extreem casesMichael Niedermayer
2022-06-30avformat/movenc: Fix invalid checkAndreas Rheinhardt
2022-06-30avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8Jan Ekström
2022-06-30avformat/movenc: handle OOM situations when parsing AC-3 headersJan Ekström
2022-06-30avformat/movenc: utilize existing AC-3 parsing workflow for AC-3Jan Ekström
2022-06-30avformat/movenc: move eac3_info definition so that it can be used for AC-3Jan Ekström
2022-06-30avformat/movenc: enable handle_eac3 to handle AC-3 tracksJan Ekström
2022-06-30{configure,avformat/movenc}: enable AC-3 parser for movencJan Ekström
2022-06-29avformat/mov: Only read the primary item for AVIFVignesh Venkatasubramanian
2022-06-29avformat/hlsenc: Add resend_headers optionhuheng