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
2019-03-25avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer
2019-03-21avformat/gdv: Check fpsMichael Niedermayer
2019-03-21avformat/webmdashenc: Check id in adaption_setsMichael Niedermayer
2019-03-21avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian
2019-03-21avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393Wenxiang Qian
2019-03-21avformat/matroskadec: Do not leak queued packets on sync errorsMichael Niedermayer
2019-03-21avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer
2019-03-21avformat/mov: validate chunk_count vs stsc_datachcunningham
2019-03-21avformat/mov.c: require tfhd to begin parsing trunchcunningham
2019-03-21avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer
2019-03-21avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()Michael Niedermayer
2019-03-21avformat/libopenmpt: Fix successfull typoMichael Niedermayer
2019-03-21avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant
2019-03-21avformat/mpegts: Fix side data type for stream idMichael Niedermayer
2019-03-21lavf/id3v2: fail read_apic on EOF reading mimetypechcunningham
2019-03-21avformat/nutenc: Document trailer index assert betterMichael Niedermayer
2019-03-21lavf/mov: ensure only one tkhd per trakchcunningham
2018-12-19avformat/dsfdec: fix calculation of size of data chunkPaul B Mahol
2018-12-19avformat/dsfdec: properly handle padded last packetPaul B Mahol
2018-11-02avformat/ftp: return AVERROR_EOF for EOFMarton Balint
2018-10-23avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer
2018-10-23avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer
2018-10-07avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer
2018-10-07avformat/mov: Error on too large stsd entry counts.Dale Curtis
2018-10-07avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer
2018-10-07avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer
2018-10-07avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer
2018-10-07avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer
2018-10-07avformat/flvenc: Check audio packet sizeMichael Niedermayer
2018-09-02lavf/libsmbclient: return AVERROR_EOF for EOF.Nicolas George
2018-07-28avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler
2018-07-16avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer
2018-07-16avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer
2018-07-16avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer
2018-07-16avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer
2018-07-16avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer
2018-07-16avformat/movenc: Check input sample countMichael Niedermayer
2018-07-16avformat/mms: Add missing chunksize checkMichael Niedermayer
2018-07-16avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer
2018-07-16avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_c...Michael Niedermayer
2018-07-16avformat/asfdec_o: Check size_bmp more fullyMichael Niedermayer
2018-07-16avformat/mxfdec: Fix av_log contextMichael Niedermayer
2018-07-16avformat/movenc: Use mov->fc consistently for av_log()Michael Niedermayer
2018-07-16avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer
2018-07-16avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer
2018-06-18avformat/mpegts: parse large PMTs with multiple tablesAman Gupta
2018-06-15avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer
2018-06-15avformat/movenc: fix recognization of cover image streamsTimo Teräs
2018-06-15avformat/movenc: properly handle cover image codecsTimo Teräs
2018-06-15avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer