916 Commits (8646d610ff123f01811760abf279c63a2f2d49b1)

Author SHA1 Message Date
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
Nicolas George 73a5287482 lavf/utils: replace deprecated url_ferror. 13 years ago
Nicolas George 86af962830 lavf/utils: use correct format string for int64_t. 13 years ago
Nicolas George 9c98af13af lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code. 13 years ago
Carl Eugen Hoyos cab2860c8a Use a colon in the stream description, this matches how -map works now. 13 years ago
Diego Biurrun 5cc2530fc2 prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() 13 years ago
Michael Niedermayer e8d8517b16 lavf/utils: only complain about aspect missmatch when the difference is "meassureable" 13 years ago
Michael Niedermayer 65655a0499 lavf/utils: better dts wrap correction. 13 years ago
David Goldwich 63d64228a7 lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 13 years ago
Michael Niedermayer 5c5306df96 lavf/utils: rewrite real fps calculation code. 13 years ago
Elvis Presley 5554de13b2 ProRes Decoder 13 years ago
Joakim Plate cdced09ef6 Don't override duration from file header with bitrate duration 13 years ago
Alex Converse 940173d4d1 lavf utils: Remove write-only variable 13 years ago
Alex Converse 4439caa482 lavf utils: Rename shadowing variable 13 years ago
Michael Niedermayer 38670356f9 libavformat/utils: print ts in the "invalid dts/pts combination" case. 13 years ago
Joakim Plate 6796b82407 libavformat/utils: Only require first packet to be known for all audio and video streams 13 years ago
Wolfram Gloger 6dcbbe34e8 av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts. 13 years ago
Gavin Kinsey d64066f6e8 Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is set 13 years ago
Joseph Wecker 4c05042978 flvdec: Properly decoding in-band metadata packets as data frames. 14 years ago
Michael Niedermayer 9243454e31 libavformat/utils: only run delta_dts_min calculation code when its value is used. 14 years ago
Michael Niedermayer effbeff503 libavformat/utils: use FFMIN() where possible 14 years ago
wg 37ed5df5c5 libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds have passed without a packet 14 years ago
Diego Biurrun aebb56e184 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Marton Balint dacd827b81 Rename find_program_from_stream to av_find_program_from_stream and add it to avformat.h 14 years ago
Michael Niedermayer 941bb552c6 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 14 years ago
Alex Converse 7e6029f98a lavf utils: Fix bad indentation. 14 years ago
Nicolas George aeba058340 lavf: warn when a parser is needed and not found. 14 years ago
Carl Eugen Hoyos 7bdc5de33d Autodetect LOAS in transport streams. 14 years ago
Anton Khirnov 48f9e457ea lavf: add avformat_query_codec(). 14 years ago