1079 Commits (50059bde77674977d9134f3c1151a63cb7a2391c)

Author SHA1 Message Date
Carl Eugen Hoyos cab2860c8a Use a colon in the stream description, this matches how -map works now. 14 years ago
Diego Biurrun 5cc2530fc2 prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() 14 years ago
Michael Niedermayer e8d8517b16 lavf/utils: only complain about aspect missmatch when the difference is "meassureable" 14 years ago
Michael Niedermayer 65655a0499 lavf/utils: better dts wrap correction. 14 years ago
David Goldwich 63d64228a7 lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
Michael Niedermayer 5c5306df96 lavf/utils: rewrite real fps calculation code. 14 years ago
Elvis Presley 5554de13b2 ProRes Decoder 14 years ago
Joakim Plate cdced09ef6 Don't override duration from file header with bitrate duration 14 years ago
Alex Converse 940173d4d1 lavf utils: Remove write-only variable 14 years ago
Alex Converse 4439caa482 lavf utils: Rename shadowing variable 14 years ago
Michael Niedermayer 38670356f9 libavformat/utils: print ts in the "invalid dts/pts combination" case. 14 years ago
Joakim Plate 6796b82407 libavformat/utils: Only require first packet to be known for all audio and video streams 14 years ago
Wolfram Gloger 6dcbbe34e8 av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts. 14 years ago
Gavin Kinsey d64066f6e8 Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is set 14 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
Zohar Kelrich 73e8e8dbf9 lavf: Add an option to discard corrupted frames 14 years ago
Alex Converse 5ef953e84f probe: Fix insane flow control. 14 years ago
Stefano Sabatini fdd130a213 prefer "SAR" over "PAR" in av_dump_format() 14 years ago
Michael Niedermayer 2962049ac3 muxer opts: fix avdict use in case of early private context alloc 14 years ago
Stefano Sabatini 25dfda7f31 lavf: rename enc variable in utils.c:has_codec_parameters() 14 years ago
Anton Khirnov d3bb71914b lavf/utils: drop av_ prefixes from static functions. 14 years ago
Diego Biurrun 5a819c5e23 avformat_open_input(): Add braces to shut up gcc warning. 14 years ago
Anton Khirnov e358f7ee90 lavf: fix invalid reads in avformat_find_stream_info() 14 years ago
Anton Khirnov 13551ad1e3 lavf: fix segfault in av_open_input_stream() 14 years ago
Alex Converse a58858d60d lavf: Cleanup try_decode_frame() logic. 14 years ago
Anton Khirnov 6379900c53 Add a check for strptime(). 14 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Reimar Döffinger 896e59758a Move resetting of channels, sample_rate back to av_find_stream_info. 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov a67c061e0f lavf: add avformat_find_stream_info() 14 years ago
Anton Khirnov 1c6d2b7df0 lavf: update AVStream.nb_frames when muxing. 14 years ago
Reimar Döffinger 4e59c8ecf1 Fix av_open_input_stream with uninitialized context pointer. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov 4f731c4429 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
Anton Khirnov 5001d6ef4a lavf: use the correct pointer in av_open_input_stream(). 14 years ago
Nicolas George b442ca69d9 lavf: add an API to get output timestamps. 14 years ago
Benjamin Larsson dafaef2fe1 Add support for aac streams in mp4/mov without extradata. 14 years ago
Ami Fischman 59ca3955fb av_find_stream_info: simplify EAGAIN handling. 14 years ago
Reimar Döffinger c956907eca Revert needless API change in 05e84c95. 14 years ago
Michael Niedermayer 4aeb776913 dump_metadata: Fix 0xd in metadata 14 years ago