951 Commits (d09321b68e8373435aa98801929c0a5714efd104)

Author SHA1 Message Date
Michael Niedermayer a228f7d5e5 avformat/avformat: slightly more verbose documentation for open_cb() 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
wm4 748d4816d9 avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 10 years ago
wm4 7dd8bf53bd avformat: add common mechanism for skipping samples at the start of file 10 years ago
Mariusz Szczepańczyk e623e8cbb0 lavf: add documentation on directory listing API 10 years ago
Reimar Döffinger 7c2e35d1d0 avformat/avformat: improve the text about headerless formats in avformat_flush() 10 years ago
wm4 cca44764b9 avformat: add avformat_flush() 10 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
Anshul Maheshwari a47c9331ef avformat: Improve data streams/codec support 10 years ago
Martin Storsjö c4aa0f865f libavformat: Remove a misleading/incorrect comment 10 years ago
Andreas Cadhalpun b28652599d doc: fix spelling errors 10 years ago
Michael Niedermayer 367c9d33d6 avformat: replace some odd 30-60 rates by higher less odd ones in get_std_framerate() 10 years ago
Carl Eugen Hoyos 92c07acce7 Read (display) aspect ratio from mxf files. 10 years ago
Lukasz Marek 6690d4c3f5 lavf/ffm: store/restore private codec context 10 years ago
Michael Niedermayer 1384df6419 lavf: Add an option for avoiding negative timestamps 10 years ago
Michael Niedermayer 057ea2a982 avformat: Add format_whitelist 10 years ago
Michael Niedermayer cf7b90dea2 fix seperator typo 10 years ago
Michael Niedermayer f0a6874de8 avformat: Allow choosing the dump format field separator. 10 years ago
Andreas Cadhalpun b15b06ebf5 avformat: use const char* instead of uint8_t* for AVProbeData.mime_type 10 years ago
James Almer ddc3768161 avformat: remove obsolete FF_API_READ_PACKET cruft 10 years ago
James Almer ecf457f3ac avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft 10 years ago
James Almer 3bd9f17b8a avformat: remove obsolete FF_API_SET_PTS_INFO cruft 10 years ago
James Almer a578b93c73 avformat: remove obsolete FF_API_NEW_STREAM cruft 10 years ago
James Almer cc787709ee avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft 10 years ago
James Almer 903a0acba4 avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft 10 years ago
wm4 6c7f1155bb avformat/mp3dec: avoid early EOF with concatenated gapless mp3s 10 years ago
wm4 d87fe2687f avformat/mp3dec: fix gapless audio support 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. 10 years ago
Anton Khirnov 24c788f487 Remove obsolete FF_API_REFERENCE_DTS cruft. 10 years ago
Anton Khirnov 24e87f7f42 Remove obsolete FF_API_PROBE_MIME cruft. 10 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 10 years ago
Michael Niedermayer 9694695a21 avformat: fix probe mime version checks 10 years ago
Luca Barbato 3a19405d57 avformat: Use the mime type information in input probe 10 years ago
Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 10 years ago
Diego Biurrun ec4f04da1a avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const 10 years ago
Michael Niedermayer 62227a70f0 avformat: add av_stream_get_parser() to access avformat AVParser 10 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
Michael Niedermayer a3c479fc49 avformat/avformat: minor grammar improvement 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
Carl Eugen Hoyos 5482780a3b Allow values >31bit for -analyzeduration. 11 years ago
Carl Eugen Hoyos d58bcc1921 Allow >2G for skip_initial_bytes. 11 years ago
Luca Barbato 6d212599aa avformat: Provide a standard compliance flag 11 years ago
Michael Niedermayer 52887aa409 avformat: move default for max_analyze_duration into utils.c 11 years ago
Michael Niedermayer c37d179295 avformat: add format_probesize to allow tuning the maximum amount of bytes to identify the filetype 11 years ago
Michael Niedermayer 7f7080dc73 avformat: add av_stream_get_end_pts() 11 years ago
Janne Grunau c23c96b638 lavf: add av_stream_get_side_data 11 years ago