| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/demux: add duration_probesize AVOption | Nicolas Gaullier | 2024-04-02 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -40/+40 |
* | lavf: deprecate AVFMT_FLAG_SHORTEST | Anton Khirnov | 2023-09-18 | 1 | -1/+3 |
* | avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED | Andreas Rheinhardt | 2022-01-21 | 1 | -1/+1 |
* | avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm option | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | avformat: Remove remnants of side data merging | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -5/+5 |
* | avformat/options_table: err_detect compliant and aggressive should also enabl... | Michael Niedermayer | 2019-12-31 | 1 | -2/+2 |
* | avformat: Add max_probe_packets option | Andriy Gelman | 2019-11-03 | 1 | -0/+1 |
* | avformat: deprecate unused MP4A_LATM flag | Gyan Doshi | 2018-06-13 | 1 | -1/+3 |
* | avformat: add skip_estimate_duration_from_pts | Aman Gupta | 2018-05-17 | 1 | -0/+1 |
* | avformat/options_table: Change the seek2any location in opt table. | Jun Zhao | 2018-04-02 | 1 | -1/+1 |
* | avformat/mux: stop delaying writing the header | James Almer | 2017-12-06 | 1 | -1/+1 |
* | avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flag | James Almer | 2017-10-29 | 1 | -1/+1 |
* | avformat: make flush_packets a tri-state and set it to -1 (auto) by default | Marton Balint | 2017-06-24 | 1 | -2/+2 |
* | avcodec, avformat: deprecate anything related to side data merging | wm4 | 2017-03-21 | 1 | -0/+2 |
* | avformat/options_table: Set the default maximum number of streams to 1000 | Michael Niedermayer | 2016-12-13 | 1 | -1/+1 |
* | avformat: Add max_streams option | Michael Niedermayer | 2016-12-08 | 1 | -0/+1 |
* | lavf: add a flag to enable/disable automatic bitstream filtering | Rodger Combs | 2016-09-12 | 1 | -1/+2 |
* | avformat/mux: implement AVFMT_FLAG_SHORTEST | Michael Niedermayer | 2016-09-11 | 1 | -0/+1 |
* | avformat/options_table: Add missing identifier for very strict compliance | Michael Niedermayer | 2016-05-02 | 1 | -0/+1 |
* | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -0/+1 |
* | lavf/options_table: mark use_wallclock_as_timestamps as boolean | Moritz Barsnick | 2016-02-18 | 1 | -1/+1 |
* | avformat: add protocol_whitelist | Michael Niedermayer | 2016-02-02 | 1 | -0/+1 |
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -3/+3 |
* | lavc/lavf: remove incompatible abi checks for the new 64bit fields | James Almer | 2015-09-17 | 1 | -8/+0 |
* | lavf: Switch probesize and max_analyze_duration to 64bit. | Carl Eugen Hoyos | 2015-09-15 | 1 | -2/+2 |
* | lavf: Remove probesize32 and max_analyze_duration32 on version bump. | Carl Eugen Hoyos | 2015-09-01 | 1 | -0/+8 |
* | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 | wm4 | 2015-04-22 | 1 | -0/+1 |
* | Merge commit '1384df641994bf3d6cb51084290aa94752737bae' | Michael Niedermayer | 2014-11-07 | 1 | -5/+5 |
|\ |
|
| * | lavf: Add an option for avoiding negative timestamps | Michael Niedermayer | 2014-11-07 | 1 | -0/+4 |
* | | avformat: Add format_whitelist | Michael Niedermayer | 2014-10-19 | 1 | -0/+2 |
* | | avformat: Allow choosing the dump format field separator. | Michael Niedermayer | 2014-10-09 | 1 | -0/+1 |
* | | avformat/options_table: add FF_COMPLIANCE_UNOFFICIAL | Michael Niedermayer | 2014-10-05 | 1 | -0/+1 |
* | | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d' | Michael Niedermayer | 2014-08-25 | 1 | -0/+1 |
|\| |
|
| * | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 1 | -0/+1 |
* | | Add int64_t probesize2 instead of int probesize to AVFormatContext. | Carl Eugen Hoyos | 2014-07-30 | 1 | -1/+1 |
* | | avformat/options_table: Fix flush_packet flag flags | Michael Niedermayer | 2014-06-28 | 1 | -1/+1 |
* | | Allow values >31bit for -analyzeduration. | Carl Eugen Hoyos | 2014-06-10 | 1 | -1/+1 |
* | | Allow >2G for skip_initial_bytes. | Carl Eugen Hoyos | 2014-06-06 | 1 | -1/+1 |
* | | Merge commit '6d212599aa684f30511fb08ca30fe2378405304e' | Michael Niedermayer | 2014-05-29 | 1 | -0/+5 |
|\| |
|
| * | avformat: Provide a standard compliance flag | Luca Barbato | 2014-05-28 | 1 | -0/+5 |
* | | avformat: move default for max_analyze_duration into utils.c | Michael Niedermayer | 2014-05-26 | 1 | -1/+1 |
* | | avformat: add format_probesize to allow tuning the maximum amount of bytes to... | Michael Niedermayer | 2014-05-25 | 1 | -0/+2 |
* | | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52' | Michael Niedermayer | 2014-05-15 | 1 | -0/+1 |
|\| |
|
| * | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 1 | -0/+1 |
* | | avformat: add AV_EF_IGNORE_ERR | Michael Niedermayer | 2014-05-04 | 1 | -0/+1 |
* | | avformat: extracting NTP timestamp from RTCP | Fred Rothganger | 2014-03-12 | 1 | -0/+1 |
* | | avformat/options_table: add named constants for avoid_negative_ts | Michael Niedermayer | 2014-02-24 | 1 | -1/+5 |
* | | avformat/mux: support shifting timestamps so they start at 0 | Michael Niedermayer | 2014-02-22 | 1 | -1/+1 |