summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer2018-10-181-2/+3
* avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer2018-10-181-1/+1
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-071-1/+3
* avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer2018-10-071-21/+21
* avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer2018-10-071-6/+2
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-251-0/+34
* avformat/utils: set AV_PKT_FLAG_KEY for data packetsBaptiste Coudurier2018-09-241-1/+1
* avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time.Dale Curtis2018-09-091-1/+1
* avformat/utils: avoid undefined integer overflow behavior in update_stream_ti...Fredrik Hubinette2018-08-221-1/+1
* avformat: correct fdebug loglevelGyan Doshi2018-08-141-2/+2
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-291-0/+22
* avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta2018-05-181-0/+1
* avformat: add skip_estimate_duration_from_ptsAman Gupta2018-05-171-0/+6
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-201-11/+10
* avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta2018-04-201-2/+12
* avformat/utils: use the existing packet reference when parsing complete framesJames Almer2018-04-131-3/+20
* avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer2018-04-131-0/+1
* avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer2018-04-131-1/+1
* avformat/utils: Stream specifier enhancement 2.Bela Bodecs2018-04-131-0/+28
* avformat/utils: Stream specifier enhancementBela Bodecs2018-04-121-5/+60
* avformat/utils: optimize ff_packet_list_free()James Almer2018-04-041-3/+6
* avformat/utils: make AVPacketList helper functions sharedJames Almer2018-04-041-24/+33
* avformat/utils: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-021-7/+3
* lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva2018-03-241-1/+3
* avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer2018-03-071-1/+1
* avformat/utils: simplify ff_alloc_extradata()James Almer2018-03-061-15/+11
* avformat/utils: free existing extradata before trying to allocate a new oneJames Almer2018-03-061-0/+1
* avformat/utils: don't overwrite the return value of read_packet()James Almer2018-02-261-3/+3
* Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-241-0/+1
* avformat: deprecate AVFormatContext filename fieldMarton Balint2018-01-281-0/+8
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* avformat: add url field to AVFormatContextMarton Balint2018-01-281-0/+14
* avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-241-0/+2
* avformat: make avformat_network_init() explicitly optionalwm42018-01-161-2/+0
* avformat: deprecate another ffserver API leftoverwm42018-01-161-0/+12
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-291-0/+5
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-261-0/+13
* avformat/utils: fix mixed declarations and codeJames Almer2017-11-241-1/+1
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2017-11-241-2/+3
* avformat/utils: remove usage of AVCodecContext accessorsJames Almer2017-11-151-5/+9
* avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer2017-11-111-4/+12
* avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packetJohn Stebbins2017-11-111-0/+1
* aptx: add raw muxer and demuxer for aptXAurelien Jacobs2017-11-101-0/+1
* avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-071-3/+3
* avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer2017-10-291-0/+4
* Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'James Almer2017-10-281-6/+1
|\
| * avformat: Free the internal codec context at the endLuca Barbato2017-04-131-5/+1
| * utils: Add av_stream_add_side_data()James Almer2016-11-231-10/+27
| * lavf: check that the codec is supported by extract_extradataAnton Khirnov2016-10-211-0/+10
* | avformat: remove dead av_stream_get_side_data() cruftJames Almer2017-10-221-5/+0
OpenPOWER on IntegriCloud