1293 Commits (986540b65f6eb6d9fed40d7da9e58b9bbcee35ae)

Author SHA1 Message Date
Stefano Sabatini 176b72a28c lavf/utils: provide feedback in case of invalid probe size 12 years ago
Carl Eugen Hoyos a1a707f728 Add a new function av_codec_get_tag2(). 12 years ago
Stefano Sabatini 78e27c44c3 lavf/utils: clarify/extend messages in avformat_find_stream_info() 12 years ago
Michael Niedermayer db1ba2213f lavf: use avpriv_find_pix_fmt instead of ff_ 12 years ago
Michael Niedermayer 953061ed95 lavf/utils: more complete dts checks 12 years ago
Michael Niedermayer 2713e43ac8 ff_get_audio_frame_size: try to fix wma in wav 12 years ago
Carl Eugen Hoyos c52e07bb6e Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4. 12 years ago
Reimar Döffinger c5142a95a5 Support more AVC-Intra files 12 years ago
Michael Niedermayer bbb11f383e lavf: add return to silence compiler warning 12 years ago
Clément Bœsch 491ca0e89f Replace references to "que" with the appropriate word. 12 years ago
Michael Niedermayer 98db905896 avformat_seek_file: Dont attempt to rescale INT64_MIN/MAX 12 years ago
Michael Niedermayer aa86d2d884 lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_seek_file() 12 years ago
Michael Niedermayer 341e40f1e1 lavf: Fix codec id forcing with probed codecs 12 years ago
Michael Niedermayer 3a6b6f425e lavf: move force_codec_ids() up 12 years ago
Michael Niedermayer 63753186cc lavf: Remove "Adjusting PTS forward" code 12 years ago
Michael Niedermayer 1166fc07a2 utils: fix duration calculation for strange_duration_example.ts 12 years ago
Michael Niedermayer 1e901ffc61 wrap_timestamp: remove unneeded check 12 years ago
Michael Niedermayer 1662bd350a lavf: fix integer overflows 12 years ago
Harald Axmann 2d74dea84f lavf: Provide a monotonic timestamp to the outside world 12 years ago
Michael Niedermayer 67c1b5b026 lavf: remove unneeded pb check 12 years ago
Michael Niedermayer a70b38d2dd lavf: fix memleak 12 years ago
Michael Niedermayer 20899c54f0 http/utils: rename "demuxer" to mime_type 12 years ago
Michael Niedermayer 68bc012190 http/utils: move mime -> demuxer maping from http to utils 12 years ago
Michael Niedermayer e3d95b54db probe: belive protocol content type if set and avoid lengthly probing. 12 years ago
Mans Rullgard 91ac403b13 lavf: fix arithmetic overflows in avformat_seek_file() 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Nicolas George 03847eb825 lavf: compute probe buffer size more reliably. 12 years ago
Michael Niedermayer 83ddedbbf2 lavf: the core rfps code needs 2 durations to estimate rfps 12 years ago
Justin Ruggles 261e9348ef lavf: add a common function for selecting a pcm codec from parameters 12 years ago
Janne Grunau 7709ce029a lavf: avoid integer overflow in ff_compute_frame_duration() 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Carl Eugen Hoyos d513fb1c75 Add -skip_initial_bytes option. 12 years ago
Gavin Kinsey 19660a8876 Allow use of @ character in username and passwords embedded in URLs 12 years ago
Marton Balint 4bee03034b lavf: let av_find_best_stream use bitrate info if available 12 years ago
Michael Niedermayer af9ec3dd1d av_probe_input_format3: support NULL as buffer. Fixes null ptr deref 12 years ago
Michael Niedermayer 7ec1fe1f47 lavf: Dont compare absolute to relative timestamps in duration gcd 12 years ago
Michael Niedermayer 2ca649f177 utils: fix integer overflow with DURATION_MAX_READ_SIZE 12 years ago
Michael Niedermayer f742c7b2ce lavf: fix integer overflow in rfps calculation 12 years ago
Michael Niedermayer 6992b0bfc2 utils: fix rounding of micro seconds 12 years ago
Paul B Mahol e12cfd044c lavf: const correctness for avformat_new_stream 12 years ago
Michael Niedermayer 5442c6cce3 lavf: fix duration estimation for multi program TS 12 years ago
Michael Niedermayer 31cdf6002a lavf: increase retries to guess duration from pts by 1 12 years ago
Michael Niedermayer ee23dcf534 avformat_free_context: allow NULL as argument 12 years ago
Michael Niedermayer 901f4bb6fc utils: consider mpeg4 in mp4/mov to have a unreliable timebase 12 years ago
Michael Niedermayer 45bd0d15f4 lavf: fix fps detection with PAFF H.264 12 years ago
Michael Niedermayer 120b38b966 avio: redesign ffio_rewind_with_probe_data() 12 years ago
Michael Niedermayer 59cbedfc3d update_initial_timestamps: increase pts_buffer size 12 years ago
Michael Niedermayer 317505b566 lavf: do not prematurely accept a format with low score in init_input() 12 years ago
Michael Niedermayer 94f5470a20 lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values. 12 years ago
Duncan Salerno 33893e6abc url: Handle relative urls starting with two slashes 12 years ago