1184 Commits (6c180b35c43f0738d8a3d5c08a01209b51eda569)

Author SHA1 Message Date
  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. 13 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() 13 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() 13 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 12 years ago
  Michael Niedermayer 2cd491a47c lavf: move generic index generation code to a later point 12 years ago
  Michael Niedermayer 2880c31660 parse_packet: use pkt.pos always instead of the avparser offset. 12 years ago
  Michael Niedermayer 9054f6b66b probe_codec: fix memory corruption 12 years ago
  Michael Niedermayer da62b4326b av_find_stream_info: skip flushing codecs and estimating timings if probe_size==0 12 years ago
  Michael Niedermayer 1c2beff04a lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files. 12 years ago
  Michael Niedermayer e2fd18d40d lavf: factor AVStream st out 12 years ago
  Michael Niedermayer 6b38101df5 parse_packet: reset pkt->pos after it has been used 12 years ago
  Michael Niedermayer 01272e7662 Revert "lavf: count skipped samples for initial timestamps." 12 years ago
  Peter Ross 1be55c82a5 av_url_split: dont let '/' char whallop '?' char 12 years ago
  Nicolas George b0629366a2 lavf: make cmdutils's check_stream_specifier public. 13 years ago
  Nicolas George 885fc05865 lavf: count skipped samples for initial timestamps. 13 years ago
  Nicolas George 0e57d79b0c lavf: set pkt_timebase at the same time as stream->time_base. 13 years ago
  Stefano Sabatini 5784a46986 lavf/utils: show the number of stream in case of missing parameter 13 years ago
  Stefano Sabatini 739ec710c4 lavf/utils: suggest what to do in case of missing codec information 13 years ago
  Stefano Sabatini a293549b32 lavf/utils: extend has_codec_parameters() to make it show what info is missing 13 years ago
  Michael Niedermayer 018601dbf9 lavf: inject sample skip side data when requested by the demuxer 13 years ago
  Michael Niedermayer d8ce478c43 lavf: limit "Adjusting PTS forward" code to video streams 13 years ago
  Michael Niedermayer a08efa2e36 has_decode_delay_been_guessed: tighten up the heuristic. 13 years ago
  Michael Niedermayer 4e9e0700fb has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is available 13 years ago
  Michael Niedermayer 2c883c6acf has_decode_delay_been_guessed: improve heuristic 13 years ago
  Stefano Sabatini 3cd4f9fd76 lavf: allow multiple names in output devices selected by av_guess_format() 13 years ago
  Hendrik Leppkes 5916313967 avformat: offset fps calculation by one to include 60.00 fps 13 years ago
  Hendrik Leppkes 6d887ecac2 avformat: add 48 fps to the NTSC framerates 13 years ago
  Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
  Michael Bradshaw 2243f0d078 lavf: add field for how duration is estimated 13 years ago
  Anton Khirnov a5db8e4a1a lavf: don't segfault when a NULL filename is passed to avformat_open_input() 13 years ago