summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-29
* avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta2018-05-18
* avformat: add skip_estimate_duration_from_ptsAman Gupta2018-05-17
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-20
* avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta2018-04-20
* avformat/utils: use the existing packet reference when parsing complete framesJames Almer2018-04-13
* avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer2018-04-13
* avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer2018-04-13
* avformat/utils: Stream specifier enhancement 2.Bela Bodecs2018-04-13
* avformat/utils: Stream specifier enhancementBela Bodecs2018-04-12
* avformat/utils: optimize ff_packet_list_free()James Almer2018-04-04
* avformat/utils: make AVPacketList helper functions sharedJames Almer2018-04-04
* avformat/utils: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-02
* lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva2018-03-24
* avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer2018-03-07
* avformat/utils: simplify ff_alloc_extradata()James Almer2018-03-06
* avformat/utils: free existing extradata before trying to allocate a new oneJames Almer2018-03-06
* avformat/utils: don't overwrite the return value of read_packet()James Almer2018-02-26
* Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-24
* avformat: deprecate AVFormatContext filename fieldMarton Balint2018-01-28
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat: add url field to AVFormatContextMarton Balint2018-01-28
* avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-24
* avformat: make avformat_network_init() explicitly optionalwm42018-01-16
* avformat: deprecate another ffserver API leftoverwm42018-01-16
* avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal2017-12-29
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* avformat/utils: fix mixed declarations and codeJames Almer2017-11-24
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2017-11-24
* avformat/utils: remove usage of AVCodecContext accessorsJames Almer2017-11-15
* avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer2017-11-11
* avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packetJohn Stebbins2017-11-11
* aptx: add raw muxer and demuxer for aptXAurelien Jacobs2017-11-10
* avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-07
* avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer2017-10-29
* Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'James Almer2017-10-28
|\
| * avformat: Free the internal codec context at the endLuca Barbato2017-04-13
| * utils: Add av_stream_add_side_data()James Almer2016-11-23
| * lavf: check that the codec is supported by extract_extradataAnton Khirnov2016-10-21
* | avformat: remove dead av_stream_get_side_data() cruftJames Almer2017-10-22
* | avformat: remove ABI portion of the side data merging APIJames Almer2017-10-22
* | avformat: fix id3 chaptersLukas Stabe2017-10-05
* | lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos2017-09-20
* | avformat/utils: always av_reduce r_frame_rateMarton Balint2017-08-17
* | avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-08-05
* | lavf: consider codec framerate for framerate detectionwm42017-06-07
* | avformat/utils: Slightly un-clutter code in determinable_frame_size() by usin...Michael Niedermayer2017-06-06
* | avformat/utils: change bitrate to int64_t in av_find_best_streamMarton Balint2017-06-04
* | avformat/utils: return impaired streams in av_find_best_stream if only those ...Marton Balint2017-06-04
* | avformat/options: log filename on openMichael Niedermayer2017-06-03