summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula2016-07-28
* avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky2016-07-16
* avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-16
* avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes2016-06-30
* lavf: update auto-bsf to new BSF APIRodger Combs2016-06-25
* lavf: deprecate av_apply_bitstream_filtersRodger Combs2016-06-25
* lavf/utils: fix const warning at a find_decoder() callClément Bœsch2016-06-25
* avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...Michael Niedermayer2016-06-22
* avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()Michael Niedermayer2016-06-22
* avformat/utils: in debug mode, print number of streams found before avformat_...Aman Gupta2016-06-14