295 Commits (7339340787aaefaaa1519f6cc0ead1e1259878f9)

Author SHA1 Message Date
Anton Khirnov 5417efbbf3 avconv: print an error message when demuxing fails. 13 years ago
Anton Khirnov 8a645bfc31 avconv: propagate fatal errors from lavfi. 13 years ago
Anton Khirnov 53ddd43f0c avconv: use only meaningful timestamps in start time check. 13 years ago
Anton Khirnov b98c8f4f2b avconv: fix the check for -ss as an output option. 13 years ago
Reimar Döffinger 4c679750cb avconv: fix parsing of -force_key_frames option. 13 years ago
Martin Storsjö 715129cdc4 avconv: Set audio filter time base to the sample rate 13 years ago
Martin Storsjö d3ed1c9571 cmdutils: Pass the actual chosen encoder to filter_codec_opts 13 years ago
Anton Khirnov c29c1a1b6b avconv: add an assert to silence an uninitialized variable warning. 13 years ago
Anton Khirnov 74853ed3f8 avconv: shut up an uninitialized variable warning. 13 years ago
Anton Khirnov b8c632a720 avconv: don't include vsrc_buffer.h, which doesn't exist anymore 13 years ago
Anton Khirnov 19ad567311 avconv: fix -force_key_frames 13 years ago
Anton Khirnov fd269d6253 avconv: remove a forgotten debugging printf. 13 years ago
Anton Khirnov df98bf22cb avconv: use more descriptive names for hardcoded filters. 13 years ago
Anton Khirnov 6fc7d9a078 avconv: remove redundant handling of async. 13 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Anton Khirnov 9034b0ed66 avconv: don't try to free threads that were not initialized. 13 years ago
Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
Anton Khirnov 47b812e9ce avconv: support only native pthreads. 13 years ago
Anton Khirnov 5db5169e46 avconv: multithreaded demuxing. 13 years ago
Anton Khirnov d55c2e05b5 avtools: move buffer management code from avconv to cmdutils. 13 years ago
Anton Khirnov 3ffa233595 avconv: don't use InputStream in the buffer management code. 13 years ago
Anton Khirnov e58b75f7ff avconv: fix exiting when max frames is reached. 13 years ago
Anton Khirnov bb7431f4fc avconv: check output stream recording time before each frame returned from filters 13 years ago
Anton Khirnov a508e7a1ff avconv: split selecting input file out of transcode(). 13 years ago
Anton Khirnov 2f51ec2b94 avconv: split checking for active outputs out of transcode(). 13 years ago
Anton Khirnov c9cc76290f avconv: extend -r to work on any input stream. 13 years ago
Anton Khirnov cf6c38c62b avconv: don't print filters inserted by avconv in stream mappings. 13 years ago
Anton Khirnov 8daf21d567 avconv: merge configuration code for complex and simple filters 13 years ago
Anton Khirnov a977d91e28 avconv: split configuring input filters out of configure_complex_filter 13 years ago
Martin Storsjö a1a6cdc26e avconv: Display the error returned by avformat_write_header 13 years ago
Anton Khirnov 0629f6128e avconv: rename transcode_audio/video to decode_audio/video. 13 years ago
Anton Khirnov 39885a4bd7 avconv: reindent 13 years ago
Anton Khirnov 74b961db77 avconv: replace -vsync cfr code with the fps filter. 13 years ago
Anton Khirnov 0ad26cdf24 avconv: add support for audio in complex filtergraphs. 13 years ago
Anton Khirnov 01e98b1b00 avconv: fix behavior with -ss as an output option. 13 years ago
Anton Khirnov 6eeb9a0433 avconv: automatically insert asyncts when -async is used. 13 years ago
Anton Khirnov 369cb092ec avconv: add support for audio filters. 13 years ago
Anton Khirnov 720c6b78d1 buffersrc: add av_buffersrc_write_frame(). 13 years ago
Mans Rullgard 4f1500689d avconv: use lrint() for rounding double timestamps 13 years ago
Anton Khirnov a5117a2444 lavc: pad last audio frame with silence when needed. 13 years ago
Anton Khirnov ac71230902 lavfi: add video buffer sink, and use it in avtools 13 years ago
Anton Khirnov dce415e7f1 avconv: remove stray useless comment. 13 years ago
Mans Rullgard 3527a73933 avutil: add av_parse_cpu_flags() function 13 years ago
Justin Ruggles bcb82fe1f4 avconv: use libavresample 13 years ago
Anton Khirnov 8c4022aceb avconv: fix a segfault on -c copy with -filter_complex. 13 years ago
Luca Barbato 1381081cdb avconv: fix off by one check in complex_filter 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Anton Khirnov 2994913d70 avconv: fix a segfault when default encoder for a format doesn't exist. 13 years ago