952 Commits (98eb1ac901276c1f348ad52f9eea8f11d66b511c)

Author SHA1 Message Date
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
Michael Niedermayer f3743901d7 avformat: Fix decoder search in find stream info 11 years ago
Michael Niedermayer ef818d8bf0 avformat: add av_format_inject_global_side_data(), and disable it by default 11 years ago
Michael Niedermayer 289f02f923 avformat/utils: Inject global side data into first packet. 11 years ago
Lukasz Marek 6db42a2b6b lavd: add device capabilities API 11 years ago
Roman Fietze 74aeb6b584 libavformat/utils.c: av_pkt_dump_log2: use const pointers 11 years ago
Anton Khirnov 25b3258656 lavf: add an AVStream field for exporting stream-global side data 11 years ago
Fred Rothganger 3f3229cd10 avformat: extracting NTP timestamp from RTCP 11 years ago
Anshul Maheshwari 61f96be08a Documented av_dump_format 11 years ago
Michael Niedermayer 2dcaa1b9d1 avformat/utils: detect MPEG streams with faulty DTS and discard affected DTS 11 years ago
Michael Niedermayer 3c096751ff avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames is too large but the correct one is constant 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
Lukasz Marek 81c3f81d6f lavd: add list devices API 11 years ago
Nicolas George 1b05ac220e lavf: add write_uncoded_frame() API. 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
Michael Niedermayer 1bc2fa447c avformat: use AVPROBE_SCORE_STREAM_RETRY, instead of AVPROBE_SCORE_RETRY - 1 11 years ago
Stefano Sabatini 5871ee5072 lavf: add output_ts_offset option to AVFormatContext 11 years ago
Stefano Sabatini a535d3952c lavf/avformat.h: fix typos 11 years ago
Lukasz Marek 102bd64168 lavd: add avdevice_dev_to_app_control_message API 11 years ago
Lukasz Marek 7151411b9c lavd: add avdevice_app_to_dev_control_message API 11 years ago
James Darnley 86bee7984e AVFormatContext: add metadata_header_padding field 11 years ago
wm4 1a193c438c lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags() 11 years ago
Michael Niedermayer 4bfcedb33f avformat: dont run update_initial_duration() twice 11 years ago
Michael Niedermayer d600b18f22 avformat/utils: limit rfps to values larger than fps 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
Michael Niedermayer 5082fcc0e2 avformat: add support to force specific AVCodecs 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
Michael Niedermayer e31db621bf avformat: export probe score 11 years ago
Diego Biurrun 64af59bc49 avformat: Fix references to removed av_close_input_file in Doxygen 12 years ago
Alexis Ballier 7a48b1c492 Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54. 12 years ago
Anshul Maheshwari a553cb4683 documented that av_codec_close is required to call 12 years ago
Michael Niedermayer f9d7431272 avformat/AVFormatContext: Move fields down to match the fork 12 years ago
Matthew Heaney bc35df29c1 lavf: add AV_DISPOSITION flags for WebVTT text track kinds 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Nicolas George 3fc66dfef2 lavf: filter out AVSEEK_FLAG_BACKWARD in new API. 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Michael Niedermayer eba33396f0 avformat/mux: set avoid_negative_ts based on flags if not overridden by user or muxer 12 years ago