321 Commits (5e3f9979fae32fe837dab6cff5bde7de3c387611)

Author SHA1 Message Date
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Justin Ruggles fd41cb4370 avconv: improve sample format negotiation for decoder request 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Janne Grunau 2f34021d57 avconv: flush filtered frames before reconfiguring filters 12 years ago
Anton Khirnov 11d957fbd8 avtools: remove the distinction between func_arg and func2_arg. 13 years ago
Anton Khirnov bbcedade00 avconv: make the -passlogfile option per-stream. 13 years ago
Anton Khirnov 44b0b85fe9 avconv: prefer user-forced input framerate when choosing output framerate 13 years ago
Anton Khirnov 3c0df90584 avconv: make -shortest a per-output file option. 13 years ago
Mans Rullgard d752509b74 Use log2(x) instead of log(x) / log(2) 13 years ago
Anton Khirnov ab29609701 avconv: allow no input files. 13 years ago
Anton Khirnov a5fd7c607f avconv: prevent invalid reads in transcode_init() 13 years ago
Anton Khirnov 57d2422559 avconv: rename OutputStream.is_past_recording_time to finished. 13 years ago
Anton Khirnov 0c00fd80ee avconv: split the code for processing input packets out of transcode() 13 years ago
Anton Khirnov f154ef1ae5 avconv: send EOF to lavfi even if flushing the decoder fails 13 years ago
Anton Khirnov cc2133b66a avconv: get rid of pointless temporary variable. 13 years ago
Anton Khirnov 8391602913 avconv: simplify transcode(). 13 years ago
Anton Khirnov c0fbf9713c avconv: cosmetics 13 years ago
Anton Khirnov 0b26ef4228 avconv: replace no_packet array in transcode() with a var in InputStream 13 years ago
Anton Khirnov d64901f99d avconv: remove commented out cruft. 13 years ago
Anton Khirnov a4f5011065 avconv: maintain sync on lavfi outputs. 13 years ago
Anton Khirnov fe2147e936 avconv: split configuring filter configuration to a separate file. 13 years ago
Anton Khirnov f5e668273a avconv: split option parsing into a separate file. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Mans Rullgard 82494835c4 rational: add av_inv_q() returning the inverse of an AVRational 13 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
Ronald S. Bultje dcb7ef5483 avprobe/avconv: fix tentative declaration compile errors on MSVS. 13 years ago
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