1739 Commits (83065939cb84d79f1880bf3470e031619b55988b)

Author SHA1 Message Date
Michael Niedermayer 824906a541 avformat/utils: Do not detect video codecs when audio is expected 9 years ago
wm4 656b07b5a9 lavf: use new decode API 9 years ago
Michael Niedermayer a0b92788a8 avformat/utils: Remove use of caps_internal as it is not public API 9 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Derek Buitenhuis 2691a8399f Revert "Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'" 9 years ago
Michael Niedermayer 196cfc278d avformat/utils: use av_codec_g/set_lowres() 9 years ago
Hendrik Leppkes 6518cbc52a lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformat 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
wm4 8bc4accc37 lavf: use new decode API 9 years ago
Michael Niedermayer 6e65b9bb1f avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec instead of 5, we already scan 90sec in some cases by default) 9 years ago
Marton Balint 25f707694c avformat/utils: increase detected start_time with skip_samples 9 years ago
Michael Niedermayer 0ffa9e6eba avformat/utils: Do not wait for more than 1 frame on attachments 9 years ago
Sasi Inguva 895dd09671 lavf/utils: Fix DTS for short H264 streams. 9 years ago
Sasi Inguva e939dde48d avformat/utils: factor update_dts_from_pts() out 9 years ago
Ronald S. Bultje 6d8ab358a3 lavf: allow BSFs to drop packets. 9 years ago
Michael Niedermayer de1de49324 avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 1ceb07eb31 avformat_find_stream_info: move duration guessing after updating codec parameters 9 years ago
Mats Peterson ba40b3520d lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette() 9 years ago
Marton Balint e7dd97b5d8 avformat/utils: add a function to standardize creation time 9 years ago
Mats Peterson 2be0366a7f lavf/utils: Add ff_get_packet_palette() 9 years ago
Michael Niedermayer 77524ee2dc avformat/utils: Be slightly more tolerant with fps vs. stream timebase 9 years ago
Rodger Combs a21a3c25dc probe TrueHD in MPEGTS 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 7fbb3b5b98 lavf: use the io_open callbacks for files opened from open_input() as well 9 years ago
Marton Balint 51afd9f4e1 avformat/dvbtxt: add raw demuxer for dvb teletext probing 9 years ago
Marton Balint a573e6c103 avformat/utils: remove ff_iso8601_to_unix_time 9 years ago
Marton Balint e942454daf avformat/utils: add ff_parse_creation_time_metadata 9 years ago
Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 9 years ago
Michael Niedermayer a7305c780b Print the whitelists if entities are not found on them 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Michael Niedermayer 2039b3e751 avformat: Add integer fps from 31 to 60 to get_std_framerate() 9 years ago
Hendrik Leppkes b966a403dd avcodec/utils: fix AVPacket lifetime in seek_frame_generic 9 years ago
Rodger Combs 822e80fde3 lavf: add internal API to append a bsf to a stream's list 9 years ago
Rodger Combs 4caa3e1c6c lavf: add API to apply a list of bsfs to a packet 9 years ago
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Michael Niedermayer cafb195604 avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed integer overflow: -2450238577049583619 - 9223090561878065151 cannot be represented in type long long" 9 years ago
Nicolas George 3ab1e5a48c lavf: add FFERROR_REDO to let demuxers return no packet. 9 years ago
Michael Niedermayer ec7a3be11e avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale 9 years ago
Michael Niedermayer d872643cfe avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use 9 years ago
Matthieu Bouron 72eaf72623 lavf/utils: avoid decoding a frame to get the codec parameters 9 years ago
Timothy Gu f2d9ae6e49 avformat/utils: Fix indentation 9 years ago
John Stebbins 7f4ec4364b avformat: expose av_stream_new_side_data helper 9 years ago
Michael Niedermayer 1ef336e912 avformat/utils: Do not init parser if probing is unfinished 9 years ago
Rainer Hochecker 2d8c2f1a28 avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec 9 years ago
Hendrik Leppkes c03ffe1712 avformat/utils: re-factor freeing AVStreams 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Anton Khirnov aeda1121c9 lavf: factor out freeing an AVStream 9 years ago
Anton Khirnov a0c71a5751 lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing 9 years ago
Hendrik Leppkes 55abb94b7d avformat: unref packet after storing it in internal packet queue 9 years ago