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
2018-06-13avformat: deprecate unused MP4A_LATM flagGyan Doshi
2018-05-19avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta
2018-05-17avformat/mpegts: tag video streams with still imagesAman Gupta
2018-05-17avformat: add skip_estimate_duration_from_ptsAman Gupta
2018-04-02lavf: move avpriv function definition to internal.hJosh de Kock
2018-04-01lavd: remove linked listsJosh de Kock
2018-02-24avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta
2018-02-06lavf: add new API for iterating muxers and demuxersJosh de Kock
2018-01-29avformat: deprecate AVFormatContext filename fieldMarton Balint
2018-01-29avformat: add url field to AVFormatContextMarton Balint
2018-01-27avformat, hls: add a flag to signal unavailability of seekingwm4
2018-01-18avformat: small AVFormatContext doxy cosmeticsJames Almer
2018-01-18avformat: small cosmetics after 6512ff72f9James Almer
2018-01-16avformat: make avformat_network_init() explicitly optionalwm4
2018-01-16avformat: deprecate another ffserver API leftoverwm4
2017-12-06avformat/mux: stop delaying writing the headerJames Almer
2017-11-19avformat: remove unnecessary AVStreamParseType enum offsetJames Almer
2017-11-11avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer
2017-11-08avformat: move priv_pts from AVStream to an internal structJames Almer
2017-10-29avformat/avformat.h: fix pairs typoJames Almer
2017-10-29avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer
2017-10-29avformat: move public AVStream fields up in the structJames Almer
2017-10-29avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer
2017-10-27lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos
2017-10-22avformat: remove dead av_stream_get_side_data() cruftJames Almer
2017-10-21Merge commit '263358e0c9e7ffaa965fdbe986c8b18381d2b24a'James Almer
2017-06-30libavformat/avformat.h: Move docs inside of #ifMax Weber
2017-03-23lavf: Drop deprecated AVFract type and related fieldVittorio Giovara
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-03-02avformat: fix AVStream private fields markerwm4
2017-03-02avcodec, avutil, avformat: remove AVOption requirement for some fieldswm4
2017-01-19ffmpeg: pass output stream duration as a hint to the muxerTobias Rapp
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-11-23utils: Add av_stream_add_side_data()James Almer
2016-11-19avformat/utils: add av_stream_add_side_data()James Almer
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-24lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs
2016-10-24lavf/mux: add avformat_init_outputRodger Combs
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-19avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding.Sasi Inguva
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-13lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-08-17lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch
2016-08-05avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-06-30avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer
2016-06-26Merge commit '14634429b915333f3612eaf41db3954222dc4aaf'Hendrik Leppkes