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-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
2016-05-29avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer
2016-05-26avformat/utils: Fix use of uninitialized variableMichael Niedermayer
2016-05-18avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham
2016-05-16avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer
2016-05-11avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer
2016-05-04avformat/utils: Do not detect video codecs when audio is expectedMichael Niedermayer
2016-04-21lavf: use new decode APIwm4
2016-04-21avformat/utils: Remove use of caps_internal as it is not public APIMichael Niedermayer
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-13Revert "Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'"Derek Buitenhuis
2016-04-13Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'Derek Buitenhuis
2016-04-12avformat/utils: use av_codec_g/set_lowres()Michael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-04-03lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes
2016-03-29fix some a/an typosLou Logan
2016-03-21avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec inste...Michael Niedermayer
2016-03-20avformat/utils: increase detected start_time with skip_samplesMarton Balint
2016-03-20avformat/utils: Do not wait for more than 1 frame on attachmentsMichael Niedermayer
2016-03-12lavf/utils: Fix DTS for short H264 streams.Sasi Inguva
2016-03-12avformat/utils: factor update_dts_from_pts() outSasi Inguva