summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* | avformat/flvdec: Fix regression loosing streamsMichael Niedermayer2016-10-28
* | Revert "avformat/utils: Discard huge timestamps which would cause overflows i...Michael Niedermayer2016-10-26
* | avformat/utils: Discard huge timestamps which would cause overflows if used i...Michael Niedermayer2016-10-26
* | avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun2016-10-19
* | avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer2016-10-10
* | lavf/utils: avoid using programs for duration when there's only oneRodger Combs2016-10-06
* | lavf/utils: ignore outlier subtitle and data stream end times as wellRodger Combs2016-10-06
* | avformat: add av_stream_get_codec_timebase()James Almer2016-09-27
* | lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos2016-09-24
* | avformat/utils: avoid using marked decoders for probingTimo Rothenpieler2016-09-23
* | avformat/utils: force native h264 decoder for probingTimo Rothenpieler2016-09-22
* | ffmpeg: switch to codecparClément Bœsch2016-09-21
* | lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di...Sasi Inguva2016-09-19
* | avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-14
* | lavf/utils: add missing ismv in MOV-like formatsClément Bœsch2016-09-14
* | lavf/utils: simplify matching MOV-like formatsClément Bœsch2016-09-14
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-14
* | avformat: Export ticks_per_frame in st->codecMichael Niedermayer2016-09-07
* | avformat/utils: fix a codecpar non useJames Almer2016-08-27
* | avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer2016-08-27
* | libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä2016-08-23
* | avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-18
* | avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint2016-08-17
* | lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch2016-08-17
* | lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch2016-08-17
* | avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-04