715 Commits (3fcf788fbbccc4130868e7abe58a88990290f7c1)

Author SHA1 Message Date
James Almer 79ff9935ae utils: Add av_stream_add_side_data() 8 years ago
Anton Khirnov 14634429b9 lavf: update muxing doxy 9 years ago
Martin Storsjö e1eb0fc960 movenc: Use packets in interleaving queues for the duration at the end of fragments 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Martin Storsjö 75b90ef722 libavformat: Update the comment about AVOutputFormat flags 9 years ago
wm4 05f66706d1 lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 7fbb3b5b98 lavf: use the io_open callbacks for files opened from open_input() as well 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
John Stebbins 7f4ec4364b avformat: expose av_stream_new_side_data helper 9 years ago
Anton Khirnov 21ab6fd01b lavf: document that passing valid timestamps to muxers is now mandatory 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Luca Barbato 34ed5c2e4d avformat: Do not use AVFMT_RAWPICTURE 9 years ago
Vittorio Giovara bb7701684c lavf: Document the codec context initialization 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Martin Storsjö c4aa0f865f libavformat: Remove a misleading/incorrect comment 10 years ago
Michael Niedermayer 1384df6419 lavf: Add an option for avoiding negative timestamps 10 years ago
Andreas Cadhalpun b15b06ebf5 avformat: use const char* instead of uint8_t* for AVProbeData.mime_type 10 years ago
Anton Khirnov b263f8ffe7 lavf: add AVFormatContext.max_ts_probe 10 years ago
Andrew Stone afbd4b7e09 lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. 11 years ago
Anton Khirnov 24c788f487 Remove obsolete FF_API_REFERENCE_DTS cruft. 11 years ago
Anton Khirnov 24e87f7f42 Remove obsolete FF_API_PROBE_MIME cruft. 11 years ago
Luca Barbato 3a19405d57 avformat: Use the mime type information in input probe 11 years ago
Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 11 years ago
Diego Biurrun ec4f04da1a avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const 11 years ago
Anton Khirnov c9c1265c52 avformat: update muxing doxy 11 years ago
Roman Savchenko 3d90f27ad5 avformat_new_stream: make the AVCodec parameter const 11 years ago
Vittorio Giovara cdab9db2ad lavf: document av_dump_format() 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Luca Barbato 6d212599aa avformat: Provide a standard compliance flag 11 years ago
Janne Grunau c23c96b638 lavf: add av_stream_get_side_data 11 years ago
Anton Khirnov a312f71090 lavf: deprecate now unused AVStream.pts 11 years ago
Anton Khirnov 7a5f4f6853 lavf: extend avg_frame_rate documentation. 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
Anton Khirnov a738540366 lavf: properly document the distinction between flags and ctx_flags 11 years ago
Anton Khirnov 25b3258656 lavf: add an AVStream field for exporting stream-global side data 11 years ago
Diego Biurrun 2f2b2efd31 doxygen: Replace @parblock syntax with manual linebreaks 11 years ago
Diego Biurrun 4d7ab5cfeb doxygen: Add a number of missing function parameter descriptions 11 years ago
Anton Khirnov 394fb56c29 lavf: always unref the packet passed to av_interleaved_write_frame() on error 11 years ago
Anton Khirnov 18c896be3d lavf: extend / improve the AVFormatContext doxy 11 years ago
Anton Khirnov 54f7e79d47 lavf: add some basic documentation of the muxing process 11 years ago
Anton Khirnov 4c75059950 lavf: rewrite the av_write_frame() doxy 11 years ago
Anton Khirnov ad7f2b69a5 lavf: rewrite the av_interleaved_write_frame() doxy 11 years ago
Luca Barbato d9ae1031f5 lavf: improve handling of sparse streams when muxing 11 years ago
Anton Khirnov 33c859c142 lavf: ignore attachment streams for interleaving purposes 11 years ago
Anton Khirnov 8b64c2ba03 lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago