951 Commits (8e576d58306df95d6373dd0ca2c1f21f1afaeca9)

Author SHA1 Message Date
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
Martin Storsjö ce145690b6 avformat: Warn about using network functions without calling avformat_network_init 13 years ago
Anton Khirnov eb0de71058 lavf: don't return from void av_update_cur_dts() 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Stefano Sabatini 41ab24bad8 lavf: remove commented check in compute_pkt_fields2() 13 years ago
Martin Storsjö b6d08f40aa avformat: Add functions for doing global network initialization 13 years ago
Michael Niedermayer bb99ae3ae9 lavf: fix null pointer dereference in rdt 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 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. 13 years ago
Ronald S. Bultje 38a4be3fa7 lavf: use number of output pictures for delay checks. 13 years ago
Alex Converse 61856d06eb probe: Restore identification of files with very large id3 tags and no extension. 13 years ago
Alex Converse 7a773d4d59 probe: Remove id3 tag presence as a criteria to do file extension checking. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov a75034300f lavf: simplify by using FFMAX/FFMIN. 13 years ago
Michael Niedermayer 08d4408a90 utils: disable debuging code at the end of av_gen_search() 13 years ago
Michael Niedermayer f73f68b894 utils: flush on successfull av_seek_frame_binary() 13 years ago
Michael Niedermayer 27f7589ab1 seek: Fix av_gen_search() so that seeks outside max/min do not successfully seek to random 13 years ago
Anton Khirnov 0842d58998 lavc: use avpriv_ prefix for ff_toupper4. 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Justin Ruggles 9ef6c7977f avformat: do not require frame_size for Speex. 13 years ago
Anton Khirnov 569129a6dc lavf: add avformat_new_stream as a replacement for av_new_stream. 13 years ago
Chris Kennedy c108a4aa1e fix memleak in packet corrupt dropping code 13 years ago
Anton Khirnov c10731e78b lavf: deprecate AVFormatContext.file_size 13 years ago
Justin Ruggles b631fba936 avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. 13 years ago
Justin Ruggles 0041cdba98 avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. 13 years ago
Michael Niedermayer d69fda9127 lavf: check stream_index from read_packet() for validity. 13 years ago
Mans Rullgard a31e9f68a4 lavf: fix signed overflow in avformat_find_stream_info() 13 years ago
Michael Niedermayer 63b6d5f33f update_stream_timings: Remove redundant check. 13 years ago
Michael Niedermayer f9bd979476 generic seeking: fail if there are 1000 non keyframes found with no keyframe. 13 years ago
Michael Niedermayer 85ea5c6e73 lavf/utils: fix overestimation of the rational number density. 13 years ago
Michael Niedermayer 2a93f28a4b avformat_free_context: favor av_freep() 13 years ago
Martin Storsjö e81e5e8ad2 lavf: Avoid using av_malloc(0) in av_dump_format 13 years ago
Alex Converse 3b0e242825 lavf/utils: Drop old hack for implicit HE-AAC signaling. 13 years ago
Michael Niedermayer 78972a69e3 lavf/utils: ignore subtitle timestamps in timings calculation 13 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 13 years ago
Mans Rullgard bb416bd68c lavf: do not set codec_tag for rawvideo 13 years ago