summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer2016-11-211-1/+1
* avformat/utils: check for overflow before reallocating side dataJames Almer2016-11-191-1/+4
* avformat/utils: add av_stream_add_side_data()James Almer2016-11-181-9/+23
* avformat: close parser if codec changedAndreas Cadhalpun2016-11-021-0/+12
* Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-011-38/+4
* img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-011-4/+38
* avformat/flvdec: Fix regression loosing streamsMichael Niedermayer2016-10-281-0/+2
* Revert "avformat/utils: Discard huge timestamps which would cause overflows i...Michael Niedermayer2016-10-261-6/+0
* avformat/utils: Discard huge timestamps which would cause overflows if used i...Michael Niedermayer2016-10-261-0/+6
* avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun2016-10-191-1/+1
* avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer2016-10-101-10/+11
* lavf/utils: avoid using programs for duration when there's only oneRodger Combs2016-10-061-1/+1
* lavf/utils: ignore outlier subtitle and data stream end times as wellRodger Combs2016-10-061-2/+12
* avformat: add av_stream_get_codec_timebase()James Almer2016-09-271-0/+12
* lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos2016-09-241-1/+1
* avformat/utils: avoid using marked decoders for probingTimo Rothenpieler2016-09-231-1/+18
* avformat/utils: force native h264 decoder for probingTimo Rothenpieler2016-09-221-3/+15
* ffmpeg: switch to codecparClément Bœsch2016-09-211-1/+1
* lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di...Sasi Inguva2016-09-191-0/+10
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-141-0/+1
* lavf/utils: add missing ismv in MOV-like formatsClément Bœsch2016-09-141-1/+1
* lavf/utils: simplify matching MOV-like formatsClément Bœsch2016-09-141-3/+1
* lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-141-0/+64
* avformat: Export ticks_per_frame in st->codecMichael Niedermayer2016-09-071-1/+3
* avformat/utils: fix a codecpar non useJames Almer2016-08-271-1/+1
* avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer2016-08-271-1/+4
* libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä2016-08-231-1/+6
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-181-0/+2
* avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint2016-08-171-14/+2
* lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch2016-08-171-2/+7
* lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch2016-08-171-3/+3
* avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-041-2/+7
* avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula2016-07-281-1/+1
* avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky2016-07-161-0/+10
* avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-161-0/+57
* avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes2016-06-301-0/+9
* lavf: update auto-bsf to new BSF APIRodger Combs2016-06-251-10/+49
* lavf: deprecate av_apply_bitstream_filtersRodger Combs2016-06-251-0/+4
* lavf/utils: fix const warning at a find_decoder() callClément Bœsch2016-06-251-1/+1
* avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...Michael Niedermayer2016-06-221-0/+2
OpenPOWER on IntegriCloud