| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Add max_streams option | Michael Niedermayer | 2016-12-10 | 1 | -0/+7 |
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -3/+37 |
|\ |
|
| * | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -0/+33 |
* | | avformat: add protocol_whitelist | Michael Niedermayer | 2016-02-02 | 1 | -0/+7 |
* | | avformat: Document urls a bit | Michael Niedermayer | 2016-01-24 | 1 | -0/+12 |
* | | avformat/avformat: Replace some references to filenames by urls | Michael Niedermayer | 2016-01-21 | 1 | -7/+7 |
* | | avformat: Add integer fps from 31 to 60 to get_std_framerate() | Michael Niedermayer | 2016-01-09 | 1 | -1/+1 |
* | | lavf: add automatic bitstream filtering; bump version | Rodger Combs | 2015-12-28 | 1 | -0/+23 |
* | | lavf: add API to apply a list of bsfs to a packet | Rodger Combs | 2015-12-28 | 1 | -0/+11 |
* | | lavf/avformat: add av_warn_unused_result to avformat_write_header | Ganesh Ajjanagadde | 2015-12-21 | 1 | -0/+1 |
* | | avformat: Add av_program_add_stream_index() | Michael Niedermayer | 2015-12-11 | 1 | -0/+2 |
* | | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e' | Derek Buitenhuis | 2015-11-22 | 1 | -0/+10 |
|\| |
|
| * | avformat: expose av_stream_new_side_data helper | John Stebbins | 2015-11-18 | 1 | -0/+10 |
* | | Merge commit '21ab6fd01b9107d7171fc1a77c2bfacff845a97a' | Derek Buitenhuis | 2015-11-22 | 1 | -8/+21 |
|\| |
|
| * | lavf: document that passing valid timestamps to muxers is now mandatory | Anton Khirnov | 2015-11-18 | 1 | -8/+21 |
* | | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8' | Hendrik Leppkes | 2015-11-11 | 1 | -0/+8 |
|\| |
|
| * | lavf: deprecate compute_pkt_fields2 | Anton Khirnov | 2015-11-09 | 1 | -0/+8 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | | Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e' | Hendrik Leppkes | 2015-10-14 | 1 | -2/+4 |
|\| |
|
| * | avformat: Do not use AVFMT_RAWPICTURE | Luca Barbato | 2015-10-13 | 1 | -2/+4 |
* | | lavc/lavf: remove incompatible abi checks for the new 64bit fields | James Almer | 2015-09-17 | 1 | -36/+9 |
* | | lavf: Switch probesize and max_analyze_duration to 64bit. | Carl Eugen Hoyos | 2015-09-15 | 1 | -3/+3 |
* | | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested. | Carl Eugen Hoyos | 2015-09-15 | 1 | -0/+4 |
* | | avformat/avformat: remove dead code | James Almer | 2015-09-09 | 1 | -6/+1 |
* | | lavf: Remove probesize32 and max_analyze_duration32 on version bump. | Carl Eugen Hoyos | 2015-09-01 | 1 | -0/+10 |
* | | avformat: Remove use of AVFrac and AVStream->pts | Michael Niedermayer | 2015-08-23 | 1 | -0/+2 |
* | | avformat: Move MAX_PROBE_PACKETS to internal.h | Michael Niedermayer | 2015-08-12 | 1 | -1/+0 |
* | | doc: avoid incorrect phrase 'allows to' | Andreas Cadhalpun | 2015-06-16 | 1 | -3/+3 |
* | | avformat/avformat: slightly more verbose documentation for open_cb() | Michael Niedermayer | 2015-05-11 | 1 | -1/+1 |
* | | avformat: add callback for opening further files | Michael Niedermayer | 2015-05-11 | 1 | -0/+21 |
* | | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 | wm4 | 2015-04-22 | 1 | -0/+1 |
* | | avformat: add common mechanism for skipping samples at the start of file | wm4 | 2015-04-22 | 1 | -0/+9 |
* | | lavf: add documentation on directory listing API | Mariusz Szczepańczyk | 2015-04-18 | 1 | -0/+47 |
* | | avformat/avformat: improve the text about headerless formats in avformat_flush() | Reimar Döffinger | 2015-03-05 | 1 | -2/+3 |
* | | avformat: add avformat_flush() | wm4 | 2015-03-05 | 1 | -0/+17 |
* | | Merge commit 'bb7701684c7170dfd5f33a3c7d827265844619f2' | Michael Niedermayer | 2015-02-17 | 1 | -0/+4 |
|\| |
|
| * | lavf: Document the codec context initialization | Vittorio Giovara | 2015-02-17 | 1 | -0/+4 |
* | | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -51/+0 |
|\| |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -49/+0 |
* | | avformat: Improve data streams/codec support | Anshul Maheshwari | 2015-01-16 | 1 | -0/+17 |
* | | Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28' | Michael Niedermayer | 2015-01-05 | 1 | -2/+2 |
|\| |
|
| * | libavformat: Remove a misleading/incorrect comment | Martin Storsjö | 2015-01-04 | 1 | -2/+2 |
* | | doc: fix spelling errors | Andreas Cadhalpun | 2014-12-01 | 1 | -2/+2 |
* | | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr... | Michael Niedermayer | 2014-11-21 | 1 | -1/+1 |
* | | Read (display) aspect ratio from mxf files. | Carl Eugen Hoyos | 2014-11-17 | 1 | -0/+7 |
* | | lavf/ffm: store/restore private codec context | Lukasz Marek | 2014-11-16 | 1 | -0/+8 |
* | | Merge commit '1384df641994bf3d6cb51084290aa94752737bae' | Michael Niedermayer | 2014-11-07 | 1 | -11/+12 |
|\| |
|
| * | lavf: Add an option for avoiding negative timestamps | Michael Niedermayer | 2014-11-07 | 1 | -0/+12 |
* | | avformat: Add format_whitelist | Michael Niedermayer | 2014-10-19 | 1 | -0/+16 |