1000 Commits (c130428ab5a17911d0bfa11f804ec05e6f7a53e6)

Author SHA1 Message Date
  Anton Khirnov aa2e4bb058 lavf: free packets for muxers implementing interleave_packet(). 13 years ago
  Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
  Michael Niedermayer 72c5828c93 lavf: Add forgotten line from 212fd3a1f1 13 years ago
  Michael Niedermayer c8e309c2a6 lavf: Do not attempt to use frame multi threading when probing. 13 years ago
  Reimar Döffinger 4dfb74cd4f Flush decoders correctly in avformat_find_stream_info(). 13 years ago
  Anton Khirnov f9b9dd8740 lavf: cosmetics, reformat av_read_frame(). 13 years ago
  Anton Khirnov 6450599e22 lavf: refactor av_read_frame() to make it easier to understand. 13 years ago
  Michael Niedermayer ad8e3304f7 lavf: use avg_frame_rate and packet number to exit find_stream_info 13 years ago
  Michael Niedermayer 1171d938af lavf: revert commit bb99ae3ae9 13 years ago
  Michael Niedermayer 6072a19b4f lavf: Fix try_decode_frame() so it doesnt loop infinitely. 13 years ago
  Anton Khirnov 212fd3a1f1 lavf: flush decoders in avformat_find_stream_info(). 13 years ago
  Janne Grunau e4e30256f8 threads: default to automatic thread count detection 13 years ago
  Michael Niedermayer e6362f3a3c lavf: ffio_limit(), treat avio_size()==0 as error. 13 years ago
  Michael Niedermayer 27d323577c avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes remain. 13 years ago
  Michael Niedermayer 2a85358d4f libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100 13 years ago
  Martin Storsjö 3e79c2adb1 libavformat: Add a utility function for adding parameter change side data 13 years ago
  Michael Niedermayer e39eeb10d1 lavf: split out ffio_limit() 13 years ago
  Anton Khirnov 93fc5a9ff6 lavf: force threads to 1 in avformat_find_stream_info() 13 years ago
  Michael Niedermayer ee181f84a3 lavf: print an error if a packet has been truncated due to filesize 13 years ago
  Michael Niedermayer 559ae20dda lavf: Update AVIOContext.maxsize when hitting the end. 13 years ago
  Michael Niedermayer 47572323f2 lavf: add internal AVIOContext.maxsize 13 years ago
  Michael Niedermayer 7f9369b743 lavf: update rfps debug code. 13 years ago
  Michael Niedermayer d19ca77f42 lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps. 13 years ago
  Panagiotis H.M. Issaris 9b01a8ad5e Prevent segfault if iformat was not yet initialized. 13 years ago
  Luca Barbato 4badb386ce lavf: dealloc private options in av_write_trailer 13 years ago
  Anton Khirnov 526604545f lavf: add avformat_close_input(). 13 years ago
  Anton Khirnov 3a7f7678eb lavf: deprecate av_close_input_stream(). 13 years ago
  Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
  Nicolas George e91c088055 lavf: lower the log level of "parser not found". 13 years ago
  Diego Biurrun c7e8187d9d avformat/utils: Drop unused goto label. 13 years ago
  Justin Ruggles f08e54e83d avformat: use avcodec_decode_audio4() in avformat_find_stream_info() 13 years ago
  Michael Niedermayer ec20fc1581 lavf: allow grouping packets in chunks of a user specified size and duration. 13 years ago
  Michael Niedermayer 31f9032b78 lavf: add audio_preload option, this allows interleaving audio earlier 13 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
  Anton Khirnov 2092232581 lavf: estimate frame duration from r_frame_rate. 13 years ago
  Michael Niedermayer 98d1e9f915 lavf: give more weight to the extension during probing if there is a id3 13 years ago
  Michael Niedermayer 6a3a54f5e3 lavf: minor cleanup of av_probe_input_format3() 13 years ago
  Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 13 years ago
  Michael Niedermayer 36a60fad62 lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking. 13 years ago
  Martin Storsjö 18579f08e7 avformat: Accept the ISO8601 separate format as input, too 13 years ago
  Martin Storsjö 4a83541650 avformat: Interpret times in ff_iso8601_to_unix_time as UTC 13 years ago
  Michael Niedermayer cd6851c5ef lavf: if timestamps are invalid (pts=dts) only drop dts. 13 years ago
  Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 13 years ago
  Anton Khirnov 32caa7b13c lavf: pass options from AVFormatContext to avio. 13 years ago
  Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
  Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
  Michael Niedermayer 26ae9a5d7c pthreads: drop has_b_frames mangling, its buggy in many many ways, 13 years ago
  Andrey Utkin 055a141e44 lavf: don't leak corrupted packets 13 years ago
  Carl Eugen Hoyos 4d7c71c364 Check for OOM after av_mallocz() in ff_interleave_add_packet(). 13 years ago
  Martin Storsjö 1c8c41ff07 avformat: Avoid a warning about mixed declarations and code 13 years ago