1333 Commits (ae8d435ba8bc3a7ead9b5c6ad6ce54b4cc8111af)

Author SHA1 Message Date
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
Duncan Salerno eea003814c url: Handle relative urls being just a new query string 12 years ago
Duncan Salerno a6363e3d89 url: Don't treat slashes in query parameters as directory separators 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Luca Barbato 55f9037f38 avformat: split muxing functions from util.c 12 years ago
Diego Biurrun d3c40a7d1d avformat: const correctness for av_hex_dump / av_hex_dump_log 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Michael Niedermayer 44a7a6300d lavf: free probe data in case we close before probing finished 12 years ago
Michael Niedermayer 2e4ec8947d lavf: fill in past dts based on reordered pts once the delay becomes known. 12 years ago
Michael Niedermayer a8e3815db5 lavf: factorize timestamp shift in update_initial_timestamps() 12 years ago
Michael Niedermayer 3ba0dab76a lavf: Add support offset timestamps on muxing. 12 years ago
Michael Niedermayer 299c0b30a6 lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0 12 years ago
Duncan Salerno 4b80a619b7 Handle the following type of relative URL correctly: 12 years ago
Clément Bœsch 4390f8c28d Fix two "skiping" typo. 12 years ago
Michael Niedermayer 6bcbe768bb lavf: dont add apic streams for demuxers that dont support it. 12 years ago
Stefano Sabatini bbe9fe469a lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame() 12 years ago
Anton Khirnov 9eb296572e lavf: use a malloced AVFrame in try_decode_frame(). 12 years ago