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
2016-12-30lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz
2016-12-18avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen
2016-12-13avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2016-12-08avformat: Add max_streams optionMichael Niedermayer
2016-12-05lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao
2016-12-03avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-11-27avformat/utils: Fix type mismatchMichael Niedermayer
2016-11-27lavf: always forward codec_whitelist in avformat_find_stream_infoAndreas Cadhalpun
2016-11-22avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer
2016-11-20avformat/utils: check for overflow before reallocating side dataJames Almer
2016-11-19avformat/utils: add av_stream_add_side_data()James Almer
2016-11-03avformat: close parser if codec changedAndreas Cadhalpun
2016-11-02Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer
2016-11-02img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack
2016-10-28avformat/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