Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-12avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson
2017-01-26lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz
2017-01-26avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2016-12-11avformat: Add max_streams optionMichael Niedermayer
2016-12-06avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-12-06avformat/utils: Fix type mismatchMichael Niedermayer
2016-11-18avformat: close parser if codec changedAndreas Cadhalpun
2016-11-17avformat/flvdec: Fix regression loosing streamsMichael Niedermayer
2016-10-26Revert "avformat/utils: Discard huge timestamps which would cause overflows i...Michael Niedermayer
2016-10-26avformat/utils: Discard huge timestamps which would cause overflows if used i...Michael Niedermayer
2016-10-20avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun
2016-10-10avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer
2016-10-06lavf/utils: avoid using programs for duration when there's only oneRodger Combs
2016-10-06lavf/utils: ignore outlier subtitle and data stream end times as wellRodger Combs
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-24lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos
2016-09-23avformat/utils: avoid using marked decoders for probingTimo Rothenpieler
2016-09-22avformat/utils: force native h264 decoder for probingTimo Rothenpieler
2016-09-21ffmpeg: switch to codecparClément Bœsch
2016-09-19lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di...Sasi Inguva
2016-09-14avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang
2016-09-14lavf/utils: add missing ismv in MOV-like formatsClément Bœsch
2016-09-14lavf/utils: simplify matching MOV-like formatsClément Bœsch
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-07avformat: Export ticks_per_frame in st->codecMichael Niedermayer
2016-08-27avformat/utils: fix a codecpar non useJames Almer
2016-08-27avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer
2016-08-23libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-08-18avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint
2016-08-17lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch
2016-08-17lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch
2016-08-05avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer
2016-07-28avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula
2016-07-16avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky
2016-07-16avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky
2016-06-30avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes
2016-06-25lavf: update auto-bsf to new BSF APIRodger Combs
2016-06-25lavf: deprecate av_apply_bitstream_filtersRodger Combs
2016-06-25lavf/utils: fix const warning at a find_decoder() callClément Bœsch
2016-06-22avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...Michael Niedermayer
2016-06-22avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()Michael Niedermayer
2016-06-14avformat/utils: in debug mode, print number of streams found before avformat_...Aman Gupta
2016-06-14lavf/utils: fix timestamp trace log in estimate_timings() functionStefano Sabatini
2016-06-13avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer
2016-06-09avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer
2016-06-09avformat/utils: Open decoder even if there are no packets if parameters are m...Michael Niedermayer
2016-06-09avformat/utils: Initialize st in loopMichael Niedermayer
2016-06-02avformat: Copy properties from internal contextMichael Niedermayer
2016-05-29avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer