| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding. | Sasi Inguva | 2016-09-19 | 1 | -0/+3 |
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg | Clément Bœsch | 2016-09-14 | 1 | -0/+23 |
* | lavf: add a flag to enable/disable automatic bitstream filtering | Rodger Combs | 2016-09-12 | 1 | -0/+1 |
* | avformat/mux: implement AVFMT_FLAG_SHORTEST | Michael Niedermayer | 2016-09-11 | 1 | -0/+1 |
* | lavf: mark stream as const pointer in av_stream_get_side_data() for next bump | Clément Bœsch | 2016-08-17 | 1 | -0/+5 |
* | avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE | Michael Niedermayer | 2016-08-04 | 1 | -0/+7 |
* | doxygen: Standardize root-level modules | Timothy Gu | 2016-08-02 | 1 | -2/+4 |
* | avformat/avformat: Move new field to the end of AVStream | Michael Niedermayer | 2016-06-30 | 1 | -11/+11 |
* | Merge commit '14634429b915333f3612eaf41db3954222dc4aaf' | Hendrik Leppkes | 2016-06-26 | 1 | -3/+3 |
|\ |
|
| * | lavf: update muxing doxy | Anton Khirnov | 2016-05-23 | 1 | -3/+3 |
* | | lavf: deprecate av_apply_bitstream_filters | Rodger Combs | 2016-06-25 | 1 | -0/+3 |
* | | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed' | Matthieu Bouron | 2016-06-23 | 1 | -0/+4 |
|\| |
|
| * | movenc: Use packets in interleaving queues for the duration at the end of fra... | Martin Storsjö | 2016-05-18 | 1 | -0/+4 |
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avformat: Document where the AVOption names can be found for the fields of AV... | Michael Niedermayer | 2016-06-01 | 1 | -0/+6 |
* | | Merge commit '75b90ef722b7cdfc70118ab987e298d087aae693' | Derek Buitenhuis | 2016-05-12 | 1 | -1/+1 |
|\| |
|
| * | libavformat: Update the comment about AVOutputFormat flags | Martin Storsjö | 2016-04-21 | 1 | -1/+1 |
| * | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -2/+2 |
* | | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-04-21 | 1 | -2/+2 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -9/+15 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -9/+15 |
| * | lavf: add a protocol whitelist/blacklist for file opened internally | Anton Khirnov | 2016-02-22 | 1 | -0/+18 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -2/+2 |
* | | lavf: allow BSFs to drop packets. | Ronald S. Bultje | 2016-03-11 | 1 | -1/+3 |
* | | avformat: Fix member name 10L | Derek Buitenhuis | 2016-03-04 | 1 | -2/+2 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -2/+9 |
* | | Merge commit '7fbb3b5b9857276b4cd17b2a530c7e0880d2bc0a' | Derek Buitenhuis | 2016-02-29 | 1 | -3/+3 |
|\| |
|
| * | lavf: use the io_open callbacks for files opened from open_input() as well | Anton Khirnov | 2016-02-22 | 1 | -3/+3 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | 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 |