972 Commits (n0.9.2)

Author SHA1 Message Date
  Michael Niedermayer 0a5bca957d lavf: use avg_frame_rate and packet number to exit find_stream_info 14 years ago
  Michael Niedermayer 0f61521f69 lavf: revert commit bb99ae3ae9 14 years ago
  Michael Niedermayer 4ae111cf71 lavf: ffio_limit(), treat avio_size()==0 as error. 14 years ago
  Michael Niedermayer 0231a68ecd avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes remain. 14 years ago
  Michael Niedermayer 3461d27506 lavf: split out ffio_limit() 14 years ago
  Michael Niedermayer 5ca4ec76b7 lavf: print an error if a packet has been truncated due to filesize 14 years ago
  Michael Niedermayer dd5d2de5ec lavf: Update AVIOContext.maxsize when hitting the end. 14 years ago
  Michael Niedermayer 349cca9f12 lavf: add internal AVIOContext.maxsize 14 years ago
  Michael Niedermayer 0177ac9637 lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps. 14 years ago
  Anton Khirnov 60cb07196f lavf: add avformat_close_input(). 14 years ago
  Nicolas George e91c088055 lavf: lower the log level of "parser not found". 14 years ago
  Diego Biurrun c7e8187d9d avformat/utils: Drop unused goto label. 14 years ago
  Justin Ruggles f08e54e83d avformat: use avcodec_decode_audio4() in avformat_find_stream_info() 14 years ago
  Michael Niedermayer ec20fc1581 lavf: allow grouping packets in chunks of a user specified size and duration. 14 years ago
  Michael Niedermayer 31f9032b78 lavf: add audio_preload option, this allows interleaving audio earlier 14 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 14 years ago
  Anton Khirnov 2092232581 lavf: estimate frame duration from r_frame_rate. 14 years ago
  Michael Niedermayer 98d1e9f915 lavf: give more weight to the extension during probing if there is a id3 14 years ago
  Michael Niedermayer 6a3a54f5e3 lavf: minor cleanup of av_probe_input_format3() 14 years ago
  Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 14 years ago
  Michael Niedermayer 36a60fad62 lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking. 14 years ago
  Martin Storsjö 18579f08e7 avformat: Accept the ISO8601 separate format as input, too 14 years ago
  Martin Storsjö 4a83541650 avformat: Interpret times in ff_iso8601_to_unix_time as UTC 14 years ago
  Michael Niedermayer cd6851c5ef lavf: if timestamps are invalid (pts=dts) only drop dts. 14 years ago
  Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 14 years ago
  Anton Khirnov 32caa7b13c lavf: pass options from AVFormatContext to avio. 14 years ago
  Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 14 years ago
  Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 14 years ago
  Michael Niedermayer 26ae9a5d7c pthreads: drop has_b_frames mangling, its buggy in many many ways, 14 years ago
  Andrey Utkin 055a141e44 lavf: don't leak corrupted packets 14 years ago
  Carl Eugen Hoyos 4d7c71c364 Check for OOM after av_mallocz() in ff_interleave_add_packet(). 14 years ago
  Martin Storsjö 1c8c41ff07 avformat: Avoid a warning about mixed declarations and code 14 years ago
  Martin Storsjö ce145690b6 avformat: Warn about using network functions without calling avformat_network_init 14 years ago
  Anton Khirnov eb0de71058 lavf: don't return from void av_update_cur_dts() 14 years ago
  Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 14 years ago
  Stefano Sabatini 41ab24bad8 lavf: remove commented check in compute_pkt_fields2() 14 years ago
  Martin Storsjö b6d08f40aa avformat: Add functions for doing global network initialization 14 years ago
  Michael Niedermayer bb99ae3ae9 lavf: fix null pointer dereference in rdt 14 years ago
  Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 14 years ago
  Michael Niedermayer 1ed9eb5a59 lavf: Do not set cur_dts to undetermined before first_dts has been calculated as this would upset the start_time and first_dts calculation. 14 years ago
  Ronald S. Bultje 38a4be3fa7 lavf: use number of output pictures for delay checks. 14 years ago
  Alex Converse 61856d06eb probe: Restore identification of files with very large id3 tags and no extension. 14 years ago
  Alex Converse 7a773d4d59 probe: Remove id3 tag presence as a criteria to do file extension checking. 14 years ago
  Anton Khirnov a2faa95151 lavf: make some seeking functions private 14 years ago
  Anton Khirnov a75034300f lavf: simplify by using FFMAX/FFMIN. 14 years ago
  Michael Niedermayer 08d4408a90 utils: disable debuging code at the end of av_gen_search() 14 years ago
  Michael Niedermayer f73f68b894 utils: flush on successfull av_seek_frame_binary() 14 years ago
  Michael Niedermayer 27f7589ab1 seek: Fix av_gen_search() so that seeks outside max/min do not successfully seek to random 14 years ago
  Anton Khirnov 0842d58998 lavc: use avpriv_ prefix for ff_toupper4. 14 years ago
  Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 14 years ago