aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'James Almer2017-03-231-13/+110
|\|
| * lavf: use the new bitstream filter for extracting extradataAnton Khirnov2016-10-161-13/+110
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
| * lavf: use new decode APIwm42016-03-231-12/+12
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-211-0/+4
* | avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer2017-02-191-2/+5
* | avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier2017-01-281-1/+16
* | lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz2016-12-301-1/+1
* | avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen2016-12-171-0/+1
* | avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2016-12-131-1/+4
* | avformat: Add max_streams optionMichael Niedermayer2016-12-081-1/+1
* | lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao2016-12-051-3/+3
* | avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer2016-12-031-2/+5
* | avformat/utils: Fix type mismatchMichael Niedermayer2016-11-271-1/+1
* | lavf: always forward codec_whitelist in avformat_find_stream_infoAndreas Cadhalpun2016-11-261-1/+5