853 Commits (n0.7.13)

Author SHA1 Message Date
  Mans Rullgard 2c99aa48d7 lavf: fix signed overflow in avformat_find_stream_info() 14 years ago
  Martin Storsjö 151aaf539f lavf: Avoid using av_malloc(0) in av_dump_format 14 years ago
  Mans Rullgard d6f763659c lavf: fix multiplication overflow in avformat_find_stream_info() 14 years ago
  Anton Khirnov e297459eb6 lavf: fix invalid reads in avformat_find_stream_info() 14 years ago
  Anton Khirnov afe2726089 lavf: add avformat_find_stream_info() 14 years ago
  Mans Rullgard edc942202b lavf: fix signed overflow in avformat_find_stream_info() 14 years ago
  Michael Niedermayer a39b603bf6 lavf/utils: fix overestimation of the rational number density. 14 years ago
  Michael Niedermayer 57f51e843e lavf/utils: fix overestimation of the rational number density. 14 years ago
  Martin Storsjö 932b5f3cbb lavf: Avoid using av_malloc(0) in av_dump_format 14 years ago
  Michael Niedermayer 3aad92f3e6 lavf/utils: only complain about aspect missmatch when the difference is "meassureable" 14 years ago
  Michael Niedermayer 4d36f7cf88 avformat_free_context: favor av_freep() 14 years ago
  Mans Rullgard e257eebd17 lavf: do not set codec_tag for rawvideo 14 years ago
  David Goldwich 9973ca992e lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
  Anton Khirnov 9c2a024660 lavf: fix segfault in av_open_input_stream() 14 years ago
  Michael Niedermayer 56634b2328 libavformat/utils: print ts in the "invalid dts/pts combination" case. 14 years ago
  David Goldwich dd606be909 lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
  Anton Khirnov 44b3f05309 lavf: fix segfault in av_open_input_stream() 14 years ago
  Gavin Kinsey e6df35b3be Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is set 14 years ago
  Michael Niedermayer f597825052 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 14 years ago
  Reimar Döffinger 95345e942c Avoid crash due to ic being NULL if avformat_open_input fails. 14 years ago
  Reimar Döffinger 0a48a67e57 Fix av_open_input_stream with uninitialized context pointer. 14 years ago
  Reimar Döffinger e8baa8eb7f Fix av_open_input_stream with uninitialized context pointer. 14 years ago
  Anton Khirnov b263e94f77 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
  Anton Khirnov 9da3063e1c lavf: use the correct pointer in av_open_input_stream(). 14 years ago
  Reimar Döffinger 3fedb3e65c Revert needless API change in 05e84c95. 14 years ago
  Michael Niedermayer 4aeb776913 dump_metadata: Fix 0xd in metadata 14 years ago
  Ronald S. Bultje dbafb0e06f lavf: prevent crash in av_open_input_file() if ap == NULL. 14 years ago
  Anton Khirnov 84bd2b4bf5 lavf: add a forgotten NULL check in convert_format_parameters(). 14 years ago
  Anton Khirnov 25de5958c8 lavf: add avformat_write_header() as a replacement for av_write_header(). 14 years ago
  Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
  Anton Khirnov 05e84c95c7 lavf: add avformat_open_input() as a replacement for av_open_input_* 14 years ago
  Diego Biurrun 35bdaf3d42 utils: Drop pointless '#if 1' preprocessor directive. 14 years ago
  Michael Niedermayer a8fd2f4e02 lavf: initialise reference_dts in av_estimate_timings_from_pts. 15 years ago
  Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
  Stefano Sabatini 996bbdbf1f lavf: make compute_pkt_fields2() return meaningful error values 15 years ago
  Anton Khirnov dbaba52ed2 lavf: don't try to free private options if priv_data is NULL. 14 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
  Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
  Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
  Clément Bœsch fd38a15adf Fix various bad printf format warnings 14 years ago
  James Zern 094aa84b03 muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps. 14 years ago
  Anton Khirnov 9749cdf775 lavf: initialize demuxer private options. 14 years ago
  Alex Converse 30315a8d9c avformat: Add fpsprobesize as an AVOption. 14 years ago
  John Stebbins 656566d7a4 Fix end time of last chapter in compute_chapters_end 14 years ago
  John Stebbins a3da17730e Fix end time of last chapter in compute_chapters_end(). 14 years ago
  Stefano Sabatini 5045786b7e lavf: fix style for avformat_alloc_output_context2() 14 years ago
  Stefano Sabatini 5ecdfd008b lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_output_context2() 14 years ago
  Michael Niedermayer 5c08c7b215 Add a flag to disable side data merging. 14 years ago
  Michael Niedermayer 94eadee7ef Merge/split side data. 15 years ago
  Michael Niedermayer 8529f9b36b av_find_stream_info: Print more details about max anaylize duration failures. 14 years ago