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
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
2018-06-15avformat/bintext: Reduce detection for random .bin files as it more likely is...Michael Niedermayer
2018-06-15avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer
2018-06-15avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer
2018-06-15avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer
2018-06-15avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer
2018-05-28lavf/libssh: translate a read of 0 to EOFJan Ekström
2018-05-19avformat/mpegts: fix incorrect indentationAman Gupta
2018-05-19avformat/mpegts: initialize section_buf to fix valgrind test failureAman Gupta
2018-05-19avformat/mpegts: reindent after last changeAman Gupta
2018-05-19avformat/mpegts: parse sections with multiple tablesAman Gupta
2018-05-19avformat/mpegts: clean up whitespaceAman Gupta
2018-05-19avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded valueAman Gupta
2018-05-19avformat/mpegts: skip non-PMT tids earlierAman Gupta
2018-05-16avformat/webm_chunk: always use a static buffer for get_chunk_filenameMarton Balint
2018-05-10lavf/bluray: translate a read of 0 to EOFJan Ekström
2018-05-04lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs
2018-05-01avformat/qtpalette: parse color table according to the QuickTime file format ...Marton Balint
2018-04-22avformat/segafilm - revert keyframe detectionGyan Doshi
2018-04-20avformat/utils: refactor upstream_stream_timingsAman Gupta