1269 Commits (fe508f807abd218b0edd272c49f736149ea21279)

Author SHA1 Message Date
Anton Khirnov 0c270239c2 lavf: cosmetics, reformat av_write_trailer(). 12 years ago
Michael Niedermayer e2d643efcd lavf/compute_pkt_fields: only run pts by duration correction if reference ts is available 12 years ago
Luca Barbato 44272c1ccc avformat: refactor avformat_close_input 12 years ago
Luca Barbato 4d1f443c3d avformat: simplify avformat_close_input 12 years ago
Michael Niedermayer 062091f87f compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames. 12 years ago
Michael Niedermayer 8470e6c96f lavf/avformat_seek_file: fix harmless integer overflow 12 years ago
Michael Niedermayer 41dba453f9 utils/update_stream_timings: fix division by zero 12 years ago
Michael Niedermayer b422e2c58a compute_pkt_fields: fix harmless integer overflow 12 years ago
Michael Niedermayer 8a0118b4b4 ffio_read: dont spam the user at EOF with a truncation error 12 years ago
Stefano Sabatini 25f139e72f lavf/utils: fix typo in has_codec_parameters 12 years ago
Michael Niedermayer a7fbc7d7b7 lavf: factor codec id forcing out 12 years ago
Stefano Sabatini 29e972f67c lavu/parseutils: add av_small_strptime() 12 years ago
Clément Bœsch 5620088494 lavf: fix a few typo in some comments. 12 years ago
Clément Bœsch 9d9f34a3c1 lavf: remove a few useless AV_NOWARN_DEPRECATED(). 12 years ago
Michael Niedermayer 19d8954966 find_stream_info: update last_dts more often 12 years ago
Michael Niedermayer 12b1512e85 lavf/utils: Try to unwrap pts/dts so as to minimize wraps 12 years ago
Michael Niedermayer 254917f078 lavf/utils: run update_initial_timestamps() outside some if() 12 years ago
Clément Bœsch 26ec392a0e lavf: remove unused AVStream pointer. 12 years ago
Clément Bœsch 3dba9e19c8 lavf: add const qualifier to AVCodecDescriptor pointer in is_intra_only(). 12 years ago
Michael Niedermayer 85a576775e lavf: factor ff_free_stream() out 12 years ago
Michael Niedermayer 28ff17fa97 lavf: add use_wallclock_as_timestamps 12 years ago
Mans Rullgard edb5238ccb libavformat: add const to AVCodec pointers 12 years ago
Michael Niedermayer 11f8f2c0f3 avformat: export queue_attached_pictures 12 years ago
Andrey Utkin aec9390a9d Check for avio fail in avformat_write_header, av_write_frame 12 years ago
Nicolas George b1511e00f6 lavf: probe PGS subtitles definition. 12 years ago
Michael Niedermayer d5c90ff23b lavf: reimplement is_intra_only() by using the AVCodecContext codec descriptor 12 years ago
Martin Storsjö bdefe22b8e lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 12 years ago
Martin Storsjö 30c26c2442 lavf: Initialize the stream info timestamps in avformat_new_stream 12 years ago
Michael Niedermayer a036ac5782 lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ism 12 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 12 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 12 years ago
Michael Niedermayer b615dbb319 lavf: block special characters in dump metadata 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Martin Storsjö 6c071a2b38 lavf: Declare an AVRational struct without a struct literal 12 years ago
Michael Niedermayer 3e1cf49676 compute_pkt_fields: do not attempt to calculate dts when the delay hasnt been estimated. 12 years ago
Michael Niedermayer 2107009e7d lavf: move nb_decoded_frames out of info. 12 years ago
Michael Niedermayer b288b4c63f has_decode_delay_been_guessed: adjust value for has_b_frames=0 12 years ago
Michael Niedermayer c91ca5b95d lavf: move has_decode_delay_been_guessed() up to make it accessible to earlier functions 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Anton Khirnov f66eeff1c8 lavf: round estimated average fps to a "standard" fps. 12 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 12 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 12 years ago
Anton Khirnov efd34918ba lavf: remove commented out cruft in avformat_find_stream_info() 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Michael Niedermayer 12d1ee6a5e ff_add_index_entry: reject AV_NOPTS_VALUE 13 years ago
Michael Niedermayer 2cd491a47c lavf: move generic index generation code to a later point 13 years ago
Michael Niedermayer 2880c31660 parse_packet: use pkt.pos always instead of the avparser offset. 13 years ago
Michael Niedermayer 9054f6b66b probe_codec: fix memory corruption 13 years ago
Michael Niedermayer da62b4326b av_find_stream_info: skip flushing codecs and estimating timings if probe_size==0 13 years ago