summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* | avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson2017-05-06
* | lavf: use the new bitstream filter for extracting extradataJames Almer2017-04-07
* | Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"James Almer2017-03-23
* | Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'James Almer2017-03-23
|\|
| * lavf: use the new bitstream filter for extracting extradataAnton Khirnov2016-10-16
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
| * lavf: use new decode APIwm42016-03-23
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-21
* | avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer2017-02-19
* | avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier2017-01-28
* | lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz2016-12-30
* | avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen2016-12-17
* | avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2016-12-13
* | avformat: Add max_streams optionMichael Niedermayer2016-12-08
* | lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao2016-12-05
* | avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer2016-12-03
* | avformat/utils: Fix type mismatchMichael Niedermayer2016-11-27
* | lavf: always forward codec_whitelist in avformat_find_stream_infoAndreas Cadhalpun2016-11-26
* | avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer2016-11-21
* | avformat/utils: check for overflow before reallocating side dataJames Almer2016-11-19
* | avformat/utils: add av_stream_add_side_data()James Almer2016-11-18
* | avformat: close parser if codec changedAndreas Cadhalpun2016-11-02
* | Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-01
* | img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-01