690 Commits (02cf0c9e42967de1e4d2803bee3573bc5b735fdd)

Author SHA1 Message Date
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
Luca Barbato 596e5d4783 lavf: Add a flag to enable/disable per-packet flushing 11 years ago
John Stebbins 26b241c079 matroskaenc: Allow chapters to be written in trailer 11 years ago
Diego Biurrun 64af59bc49 avformat: Fix references to removed av_close_input_file in Doxygen 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 7b486ab13b lavf: remove disabled FF_API_AV_GETTIME cruft 12 years ago
Anton Khirnov 32e5194969 lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft 12 years ago
Anton Khirnov 435c2a31ad lavf: remove disabled FF_API_READ_PACKET cruft 12 years ago
Anton Khirnov 0a7c4daf46 lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Luca Barbato 3b4296f414 avformat: clarify stream id for muxing 12 years ago
Anton Khirnov 9221efef79 lavf: fix av_interleaved_write_frame() doxy. 12 years ago
Anton Khirnov 717a450993 lavf: clarify the lifetime of demuxed packets. 12 years ago
Martin Storsjö 0af1fe845a avformat: Fix references to the removed function av_write_header in comments 12 years ago
Diego Biurrun d3c40a7d1d avformat: const correctness for av_hex_dump / av_hex_dump_log 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 13 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 13 years ago
Mans Rullgard c19e0ebe53 lavf: include libavutil/time.h instead of redeclaring av_gettime() 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago