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
2022-01-21avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLEDAndreas Rheinhardt
2021-04-27avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm optionAndreas Rheinhardt
2021-04-27avformat: Remove remnants of side data mergingAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2019-12-31avformat/options_table: err_detect compliant and aggressive should also enabl...Michael Niedermayer
2019-11-03avformat: Add max_probe_packets optionAndriy Gelman
2018-06-13avformat: deprecate unused MP4A_LATM flagGyan Doshi
2018-05-17avformat: add skip_estimate_duration_from_ptsAman Gupta
2018-04-03avformat/options_table: Change the seek2any location in opt table.Jun Zhao
2017-12-06avformat/mux: stop delaying writing the headerJames Almer
2017-10-29avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer
2017-06-24avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2016-12-13avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer
2016-12-08avformat: Add max_streams optionMichael Niedermayer
2016-09-13lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-05-02avformat/options_table: Add missing identifier for very strict complianceMichael Niedermayer
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-18lavf/options_table: mark use_wallclock_as_timestamps as booleanMoritz Barsnick
2016-02-02avformat: add protocol_whitelistMichael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-09-17lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer
2015-09-15lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos
2015-09-01lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos
2015-04-22avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm4
2014-11-08Merge commit '1384df641994bf3d6cb51084290aa94752737bae'Michael Niedermayer
2014-11-07lavf: Add an option for avoiding negative timestampsMichael Niedermayer
2014-10-19avformat: Add format_whitelistMichael Niedermayer
2014-10-09avformat: Allow choosing the dump format field separator.Michael Niedermayer
2014-10-05avformat/options_table: add FF_COMPLIANCE_UNOFFICIALMichael Niedermayer
2014-08-25Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-07-30Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos
2014-06-28avformat/options_table: Fix flush_packet flag flagsMichael Niedermayer
2014-06-10Allow values >31bit for -analyzeduration.Carl Eugen Hoyos
2014-06-06Allow >2G for skip_initial_bytes.Carl Eugen Hoyos
2014-05-29Merge commit '6d212599aa684f30511fb08ca30fe2378405304e'Michael Niedermayer
2014-05-29avformat: Provide a standard compliance flagLuca Barbato
2014-05-27avformat: move default for max_analyze_duration into utils.cMichael Niedermayer
2014-05-26avformat: add format_probesize to allow tuning the maximum amount of bytes to...Michael Niedermayer
2014-05-15Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-05-04avformat: add AV_EF_IGNORE_ERRMichael Niedermayer
2014-03-12avformat: extracting NTP timestamp from RTCPFred Rothganger
2014-02-24avformat/options_table: add named constants for avoid_negative_tsMichael Niedermayer
2014-02-23avformat/mux: support shifting timestamps so they start at 0Michael Niedermayer
2014-02-05Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931'Michael Niedermayer
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
2014-02-02lavf: add output_ts_offset option to AVFormatContextStefano Sabatini