aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2018-01-081-2/+3
* avformat: Free the internal codec context at the endLuca Barbato2018-01-081-6/+1
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-09-171-1/+1
* avformat/options: log filename on openMichael Niedermayer2017-06-161-1/+1
* avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson2017-05-111-3/+1
* lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz2017-01-261-1/+1
* avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2017-01-261-1/+4
* avformat: Add max_streams optionMichael Niedermayer2016-12-111-1/+1
* avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer2016-12-061-2/+5
* avformat/utils: Fix type mismatchMichael Niedermayer2016-12-061-1/+1
* avformat: close parser if codec changedAndreas Cadhalpun2016-11-171-0/+12
* avformat/flvdec: Fix regression loosing streamsMichael Niedermayer2016-11-171-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
* avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()Michael Niedermayer2016-06-221-2/+2
* avformat/utils: in debug mode, print number of streams found before avformat_...Aman Gupta2016-06-141-2/+2
* lavf/utils: fix timestamp trace log in estimate_timings() functionStefano Sabatini2016-06-141-4/+4
* avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer2016-06-131-2/+2
* avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer2016-06-091-0/+3