1730 Commits (b01020a0501aefc6decce15901437d4e03c4bbbf)

Author SHA1 Message Date
  Dale Curtis b01020a050 avformat/utils: Prevent undefined shift with wrap_bits > 64. 8 years ago
  Luca Barbato 66754f0a96 avformat: Free the internal codec context at the end 8 years ago
  Steven Siloti a371850d58 avformat/utils: fix memory leak in avformat_free_context 8 years ago
  Michael Niedermayer 641b38c9c8 avformat/options: log filename on open 8 years ago
  Aaron Levinson c54a76bf71 avformat/utils: free AVStream.codec properly in free_stream() 8 years ago
  Michael Niedermayer 198c8924c6 avformat/utils: Print verbose error message if stream count exceeds max_streams 9 years ago
  Michael Niedermayer 7dd1cc6076 avformat: Add max_streams option 9 years ago
  Michael Niedermayer 66e8f87ebc avformat/utils: Check start/end before computing duration in update_stream_timings() 9 years ago
  Andreas Cadhalpun 0009cf348a avformat: prevent triggering request_probe assert in ff_read_packet 9 years ago
  Xinzheng Zhang f2f7d49f41 avformat/utils: fix timebase error in avformat_seek_file() 9 years ago
  Carl Eugen Hoyos 73b644cdee lavf/utils: Avoid an overflow for huge negative durations. 9 years ago
  Michael Niedermayer 1b47c278a6 avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STREAM_RETRY 9 years ago
  Michael Niedermayer 7f864badc0 avformat/utils: avoid overflow in compute_chapters_end() with huge durations 9 years ago
  Michael Niedermayer cc1e01d8b6 avformat/utils: avoid overflow in update_stream_timings() with huge durations 9 years ago
  Chris Cunningham 145b18ce9a avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id() 9 years ago
  Michael Niedermayer e5d167149d avformat/utils: Do not compute the bitrate from duration == 0 9 years ago
  Michael Niedermayer 79181b97d4 avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id() 9 years ago
  Michael Niedermayer 756f4b586a avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay 10 years ago
  Marton Balint a573e6c103 avformat/utils: remove ff_iso8601_to_unix_time 10 years ago
  Marton Balint e942454daf avformat/utils: add ff_parse_creation_time_metadata 10 years ago
  Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 10 years ago
  Michael Niedermayer a7305c780b Print the whitelists if entities are not found on them 10 years ago
  Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 10 years ago
  Michael Niedermayer 2039b3e751 avformat: Add integer fps from 31 to 60 to get_std_framerate() 10 years ago
  Hendrik Leppkes b966a403dd avcodec/utils: fix AVPacket lifetime in seek_frame_generic 10 years ago
  Rodger Combs 822e80fde3 lavf: add internal API to append a bsf to a stream's list 10 years ago
  Rodger Combs 4caa3e1c6c lavf: add API to apply a list of bsfs to a packet 10 years ago
  Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 10 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" 10 years ago
  Nicolas George 3ab1e5a48c lavf: add FFERROR_REDO to let demuxers return no packet. 10 years ago
  Michael Niedermayer ec7a3be11e avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale 10 years ago
  Michael Niedermayer d872643cfe avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use 10 years ago
  Matthieu Bouron 72eaf72623 lavf/utils: avoid decoding a frame to get the codec parameters 10 years ago
  Timothy Gu f2d9ae6e49 avformat/utils: Fix indentation 10 years ago
  John Stebbins 7f4ec4364b avformat: expose av_stream_new_side_data helper 10 years ago
  Michael Niedermayer 1ef336e912 avformat/utils: Do not init parser if probing is unfinished 10 years ago
  Rainer Hochecker 2d8c2f1a28 avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec 10 years ago
  Hendrik Leppkes c03ffe1712 avformat/utils: re-factor freeing AVStreams 10 years ago
  Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 10 years ago
  Anton Khirnov aeda1121c9 lavf: factor out freeing an AVStream 11 years ago
  Anton Khirnov a0c71a5751 lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing 10 years ago
  Hendrik Leppkes 55abb94b7d avformat: unref packet after storing it in internal packet queue 10 years ago
  Hendrik Leppkes b64fe49371 avformat: always unref the packet after parsing 10 years ago
  Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 10 years ago
  Luca Barbato d584533cf3 avformat: Rework add_to_pktbuf 10 years ago
  Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 10 years ago
  Luca Barbato a5d4204309 avformat: Always return ref-counted AVPacket 10 years ago
  Rodger Combs 9825a24e5b lavf/utils: avoid giving up probing early with long subtitle events 10 years ago
  wm4 948f3c19a8 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 10 years ago
  Hendrik Leppkes 3a8e447712 lavf/utils: remove some left-over cruft from the 32-bit size fields 10 years ago