summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avformat: remove ABI portion of the side data merging APIJames Almer2017-10-221-7/+0
* | avformat: fix id3 chaptersLukas Stabe2017-10-051-0/+2
* | lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos2017-09-201-1/+1
* | avformat/utils: always av_reduce r_frame_rateMarton Balint2017-08-171-2/+2
* | avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-08-051-1/+1
* | lavf: consider codec framerate for framerate detectionwm42017-06-071-0/+10
* | avformat/utils: Slightly un-clutter code in determinable_frame_size() by usin...Michael Niedermayer2017-06-061-5/+6
* | avformat/utils: change bitrate to int64_t in av_find_best_streamMarton Balint2017-06-041-2/+4
* | avformat/utils: return impaired streams in av_find_best_stream if only those ...Marton Balint2017-06-041-8/+9
* | avformat/options: log filename on openMichael Niedermayer2017-06-031-1/+1
* | avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson2017-05-061-3/+1
* | lavf: use the new bitstream filter for extracting extradataJames Almer2017-04-071-13/+133
* | Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"James Almer2017-03-231-110/+13
OpenPOWER on IntegriCloud