| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -2/+2 |
* | 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 |
* | lavf: use the io_open callbacks for files opened from open_input() as well | Anton Khirnov | 2016-02-22 | 1 | -3/+3 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -0/+33 |
* | avformat: expose av_stream_new_side_data helper | John Stebbins | 2015-11-18 | 1 | -0/+10 |
* | lavf: document that passing valid timestamps to muxers is now mandatory | Anton Khirnov | 2015-11-18 | 1 | -8/+21 |
* | lavf: deprecate compute_pkt_fields2 | Anton Khirnov | 2015-11-09 | 1 | -0/+8 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | avformat: Do not use AVFMT_RAWPICTURE | Luca Barbato | 2015-10-13 | 1 | -2/+4 |
* | lavf: Document the codec context initialization | Vittorio Giovara | 2015-02-17 | 1 | -0/+4 |
* | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -49/+0 |
* | libavformat: Remove a misleading/incorrect comment | Martin Storsjö | 2015-01-04 | 1 | -2/+2 |
* | lavf: Add an option for avoiding negative timestamps | Michael Niedermayer | 2014-11-07 | 1 | -0/+12 |
* | avformat: use const char* instead of uint8_t* for AVProbeData.mime_type | Andreas Cadhalpun | 2014-10-08 | 1 | -1/+1 |
* | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 1 | -0/+6 |
* | lavf: add AVFormatContext/AVStream fields for signaling to the user when even... | Andrew Stone | 2014-08-13 | 1 | -0/+22 |
* | Remove obsolete FF_API_REFERENCE_DTS cruft. | Anton Khirnov | 2014-08-09 | 1 | -5/+0 |
* | Remove obsolete FF_API_PROBE_MIME cruft. | Anton Khirnov | 2014-08-09 | 1 | -2/+0 |
* | avformat: Use the mime type information in input probe | Luca Barbato | 2014-07-29 | 1 | -0/+11 |
* | avformat: Mark AVOutputFormat argument in avformat_query_codec as const | Diego Biurrun | 2014-07-26 | 1 | -1/+2 |
* | avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const | Diego Biurrun | 2014-07-26 | 1 | -2/+2 |
* | avformat: update muxing doxy | Anton Khirnov | 2014-07-09 | 1 | -3/+3 |
* | avformat_new_stream: make the AVCodec parameter const | Roman Savchenko | 2014-07-08 | 1 | -1/+1 |
* | lavf: document av_dump_format() | Vittorio Giovara | 2014-07-02 | 1 | -0/+10 |
* | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -3/+6 |
* | avformat: Provide a standard compliance flag | Luca Barbato | 2014-05-28 | 1 | -0/+5 |
* | lavf: add av_stream_get_side_data | Janne Grunau | 2014-05-20 | 1 | -0/+11 |
* | lavf: deprecate now unused AVStream.pts | Anton Khirnov | 2014-05-19 | 1 | -1/+6 |
* | lavf: extend avg_frame_rate documentation. | Anton Khirnov | 2014-05-18 | 1 | -0/+4 |
* | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 1 | -0/+7 |
* | lavf: properly document the distinction between flags and ctx_flags | Anton Khirnov | 2014-05-14 | 1 | -1/+9 |
* | lavf: add an AVStream field for exporting stream-global side data | Anton Khirnov | 2014-03-24 | 1 | -0/+22 |
* | doxygen: Replace @parblock syntax with manual linebreaks | Diego Biurrun | 2014-02-17 | 1 | -11/+7 |
* | doxygen: Add a number of missing function parameter descriptions | Diego Biurrun | 2014-02-17 | 1 | -0/+16 |
* | lavf: always unref the packet passed to av_interleaved_write_frame() on error | Anton Khirnov | 2014-02-10 | 1 | -1/+2 |
* | lavf: extend / improve the AVFormatContext doxy | Anton Khirnov | 2014-02-10 | 1 | -32/+69 |
* | lavf: add some basic documentation of the muxing process | Anton Khirnov | 2014-02-10 | 1 | -0/+52 |
* | lavf: rewrite the av_write_frame() doxy | Anton Khirnov | 2014-02-10 | 1 | -9/+25 |
* | lavf: rewrite the av_interleaved_write_frame() doxy | Anton Khirnov | 2014-02-10 | 1 | -18/+26 |
* | lavf: improve handling of sparse streams when muxing | Luca Barbato | 2014-02-04 | 1 | -0/+19 |
* | lavf: ignore attachment streams for interleaving purposes | Anton Khirnov | 2014-02-04 | 1 | -0/+7 |
* | lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv | Anton Khirnov | 2013-10-29 | 1 | -0/+5 |
* | lavf: remove unreliable timestamp guessing heuristic | Anton Khirnov | 2013-10-28 | 1 | -8/+0 |
* | lavf: Add a flag to enable/disable per-packet flushing | Luca Barbato | 2013-09-16 | 1 | -0/+1 |
* | matroskaenc: Allow chapters to be written in trailer | John Stebbins | 2013-09-04 | 1 | -0/+11 |
* | avformat: Fix references to removed av_close_input_file in Doxygen | Diego Biurrun | 2013-08-20 | 1 | -3/+3 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -3/+3 |