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-06-06avformat/options: log filename on openMichael Niedermayer
2017-05-06avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson
2017-03-24Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"James Almer
2017-03-23Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'James Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-02-19avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer
2017-01-29avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier
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-16lavf: use the new bitstream filter for extracting extradataAnton Khirnov
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-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
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