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-10-18avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer
2018-10-18avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer
2018-10-07avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer
2018-10-07avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer
2018-10-07avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer
2018-09-25avformat/utils: move mkdir_p to utilsSteven Liu
2018-09-24avformat/utils: set AV_PKT_FLAG_KEY for data packetsBaptiste Coudurier
2018-09-09avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time.Dale Curtis
2018-08-22avformat/utils: avoid undefined integer overflow behavior in update_stream_ti...Fredrik Hubinette
2018-08-14avformat: correct fdebug loglevelGyan Doshi
2018-05-29avformat/utils: function to get the formatted ntp timeVishwanath Dixit
2018-05-19avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta
2018-05-17avformat: add skip_estimate_duration_from_ptsAman Gupta
2018-04-20avformat/utils: refactor upstream_stream_timingsAman Gupta
2018-04-20avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta
2018-04-14avformat/utils: use the existing packet reference when parsing complete framesJames Almer
2018-04-13avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer
2018-04-13avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer
2018-04-13avformat/utils: Stream specifier enhancement 2.Bela Bodecs
2018-04-13avformat/utils: Stream specifier enhancementBela Bodecs
2018-04-04avformat/utils: optimize ff_packet_list_free()James Almer
2018-04-04avformat/utils: make AVPacketList helper functions sharedJames Almer
2018-04-02avformat/utils: use av_packet_make_refcounted to ensure packets are ref countedJames Almer
2018-03-24lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva
2018-03-07avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer
2018-03-07avformat/utils: simplify ff_alloc_extradata()James Almer
2018-03-07avformat/utils: free existing extradata before trying to allocate a new oneJames Almer
2018-02-27avformat/utils: don't overwrite the return value of read_packet()James Almer
2018-02-24Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin
2018-01-29avformat: deprecate AVFormatContext filename fieldMarton Balint
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-29avformat: add url field to AVFormatContextMarton Balint
2018-01-24avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer
2018-01-16avformat: make avformat_network_init() explicitly optionalwm4
2018-01-16avformat: deprecate another ffserver API leftoverwm4
2017-12-29avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal
2017-12-26lavc, lavf: move avformat static mutex from avcodec to avformatwm4
2017-11-24avformat/utils: fix mixed declarations and codeJames Almer
2017-11-24avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2017-11-15avformat/utils: remove usage of AVCodecContext accessorsJames Almer
2017-11-11avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer
2017-11-11avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packetJohn Stebbins
2017-11-11aptx: add raw muxer and demuxer for aptXAurelien Jacobs
2017-11-08avformat: move priv_pts from AVStream to an internal structJames Almer
2017-10-29avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer
2017-10-28Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'James Almer
2017-10-22avformat: remove dead av_stream_get_side_data() cruftJames Almer
2017-10-22avformat: remove ABI portion of the side data merging APIJames Almer
2017-10-05avformat: fix id3 chaptersLukas Stabe
2017-09-20lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos