| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931' | Michael Niedermayer | 2014-02-05 | 1 | -0/+1 |
|\| |
|
| * | lavf: improve handling of sparse streams when muxing | Luca Barbato | 2014-02-04 | 1 | -0/+1 |
* | | lavf: add output_ts_offset option to AVFormatContext | Stefano Sabatini | 2014-02-02 | 1 | -0/+1 |
* | | AVFormatContext: add metadata_header_padding field | James Darnley | 2014-01-24 | 1 | -0/+1 |
* | | correct the AVOption documentation for AV_EF_CAREFUL | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | lavf/options_table: improve option help text | Michael Niedermayer | 2013-09-17 | 1 | -2/+2 |
* | | Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1' | Michael Niedermayer | 2013-09-17 | 1 | -1/+2 |
|\| |
|
| * | lavf: Add a flag to enable/disable per-packet flushing | Luca Barbato | 2013-09-16 | 1 | -1/+2 |
* | | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
|\| |
|
| * | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -1/+1 |
* | | lavf: fix documentation for avoid_negative_ts | Stefano Sabatini | 2013-07-05 | 1 | -1/+1 |
* | | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -2/+2 |
* | | lavf/mux: add the flush_packets option. | Nicolas George | 2013-03-24 | 1 | -0/+1 |
* | | lavf: add seek2any to allow forcing seeking to non keyframes via AVOptions | Michael Niedermayer | 2013-02-07 | 1 | -0/+1 |
* | | lavf: clarify/extend documentation for AVFormatContext::analyzeduration | Stefano Sabatini | 2013-01-13 | 1 | -1/+1 |
* | | Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a' | Michael Niedermayer | 2012-12-18 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Use consistent names for multiple inclusion guards. | Diego Biurrun | 2012-12-17 | 1 | -3/+3 |
* | | lavf: Provide a monotonic timestamp to the outside world | Harald Axmann | 2012-12-15 | 1 | -0/+1 |
* | | lavf: improve avoid_negative_ts help text | Reimar Döffinger | 2012-12-08 | 1 | -1/+1 |
* | | fix tipo | Michael Niedermayer | 2012-12-06 | 1 | -1/+1 |