1878 Commits (7b3b3119d548e6057df87880c7cd6e1e38971245)

Author SHA1 Message Date
  Michael Niedermayer 7b3b3119d5 avformat/utils: reorder duration computation to avoid overflow 4 years ago
  Michael Niedermayer 31098af56d avformat/utils: Fix integer overflow with complex time bases in avformat_find_stream_info() 5 years ago
  Dale Curtis b89759ea54 avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index() 5 years ago
  Andreas Rheinhardt 39c249d75e avformat/utils: Fix memleaks in avformat_open_input() 5 years ago
  Michael Niedermayer b60455c715 avformat/utils: Check rfps_duration_sum for overflow 5 years ago
  Michael Niedermayer a1416c6c8d avformat/utils: Check timebase before use in estimate_timings() 5 years ago
  Michael Niedermayer 079d1a7175 avformat/utils: Never store negative values in last_IP_duration 6 years ago
  Michael Niedermayer 4e19cfcfa3 avformat/utils: Fix integer overflow in discontinuity check 6 years ago
  Michael Niedermayer 0a41a8bf29 avformat/utils: Fix potential integer overflow in extract_extradata() 6 years ago
  Michael Niedermayer b4a1ccfc41 avformat/utils: Do not use "i" as a context pointer, "i" is normally the integer counter in loops 6 years ago
  Michael Niedermayer beb3aea48e avformat/utils: Do not ignore failure in extract_extradata_init() 6 years ago
  Steven Liu bb660800a5 avformat/utils: move mkdir_p to utils 6 years ago
  Baptiste Coudurier dc58e33dd3 avformat/utils: set AV_PKT_FLAG_KEY for data packets 6 years ago
  Dale Curtis 8ef7fb86d6 avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time. 6 years ago
  Fredrik Hubinette 5ecd580953 avformat/utils: avoid undefined integer overflow behavior in update_stream_timings() 6 years ago
  Gyan Doshi 02741853d7 avformat: correct fdebug loglevel 6 years ago
  Vishwanath Dixit f09635f2a2 avformat/utils: function to get the formatted ntp time 7 years ago
  Aman Gupta 2b2f2f65f3 avformat: add fields to AVProgram/AVStream for PMT change tracking 7 years ago
  Aman Gupta 2734f8d63a avformat: add skip_estimate_duration_from_pts 7 years ago
  Aman Gupta 7b8daa771c avformat/utils: refactor upstream_stream_timings 7 years ago
  Aman Gupta fd6e89586c avformat/utils: ignore outlier durations on subtitle/data streams as well 7 years ago
  James Almer 23e994ca49 avformat/utils: use the existing packet reference when parsing complete frames 7 years ago
  Michael Niedermayer 37d46dc21d avformat/utils: Check cur_dts in update_initial_timestamps() more 7 years ago
  Michael Niedermayer c48ceff786 avformat/utils: Fix integer overflow in end time calculation in update_stream_timings() 7 years ago
  Bela Bodecs 3e1204b94d avformat/utils: Stream specifier enhancement 2. 7 years ago
  Bela Bodecs 37d0213968 avformat/utils: Stream specifier enhancement 7 years ago
  James Almer 58ce4fdeae avformat/utils: optimize ff_packet_list_free() 7 years ago
  James Almer 3a4d74c1ff avformat/utils: make AVPacketList helper functions shared 7 years ago
  James Almer 02ae52db87 avformat/utils: use av_packet_make_refcounted to ensure packets are ref counted 7 years ago
  Sasi Inguva 829aebf95d lavf/utils.c: Don't compute start_time from DISCARD packets for video. 7 years ago
  Michael Niedermayer 1b1362e408 avformat/utils: Fix integer overflow of fps_first/last_dts 7 years ago
  James Almer 2aa42fac77 avformat/utils: simplify ff_alloc_extradata() 7 years ago
  James Almer 0ca33b1d4e avformat/utils: free existing extradata before trying to allocate a new one 7 years ago
  James Almer f235359b2b avformat/utils: don't overwrite the return value of read_packet() 7 years ago
  Tomas Härdin 5655048c73 Add muxer/demuxer for raw codec2 and .c2 files 7 years ago
  Marton Balint fa8308d3d4 avformat: deprecate AVFormatContext filename field 7 years ago
  Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
  Marton Balint ea3672b7d6 avformat: add url field to AVFormatContext 7 years ago
  Richard Shaffer 8a4cc0a256 avformat: add option to parse/store ID3 PRIV tags in metadata. 7 years ago
  wm4 631c56a8e4 avformat: make avformat_network_init() explicitly optional 7 years ago
  wm4 6512ff72f9 avformat: deprecate another ffserver API leftover 7 years ago
  Karthick Jeyapal e8f71ef338 avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use 7 years ago
  wm4 86a13bf2ff lavc, lavf: move avformat static mutex from avcodec to avformat 7 years ago
  James Almer 31de45d20b avformat/utils: fix mixed declarations and code 7 years ago
  Dale Curtis 03fbc0daa7 avformat/utils: Prevent undefined shift with wrap_bits > 64. 7 years ago
  James Almer d8ea66ab33 avformat/utils: remove usage of AVCodecContext accessors 7 years ago
  Michael Niedermayer b197d83ca3 avformat/utils: Look at the first 3 frames if timestamps indicate frame reorder but decoder delay does not 7 years ago
  John Stebbins c84bc81158 avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packet 7 years ago
  Aurelien Jacobs 018eef1a1b aptx: add raw muxer and demuxer for aptX 7 years ago
  James Almer cd1ff3e45d avformat: move priv_pts from AVStream to an internal struct 7 years ago