344 Commits (a053dbfcfb3aca091773c38e82bdd0863216fc7b)

Author SHA1 Message Date
Anton Khirnov 8cd472d3f9 avconv: make output -ss insert trim/atrim filters. 12 years ago
Anton Khirnov a83c0da539 avconv: make -t insert trim/atrim filters. 12 years ago
Anton Khirnov fa2a34cd40 lavfi: change the filter registering system to match the other libraries 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Anton Khirnov a4208b9b7d avconv: add options for reading filtergraphs from a file. 12 years ago
Anton Khirnov 9b2dc29534 avconv: convert to new refcounted AVFrame API 12 years ago
Ronald S. Bultje 54b298fe56 lavc: Deprecate the deinterlace functions in libavcodec 12 years ago
Martin Storsjö df0229a7ca avconv: Apply codec options to streams that are copied as well 12 years ago
Justin Ruggles 5c7db097eb avconv: pass libavresample options to AVFilterGraph 12 years ago
Martin Storsjö a23abaf302 avconv: Increase the SDP buffer size to fit xiph SDPs 12 years ago
Anton Khirnov 77bd1bc73a avconv: use new options parser. 12 years ago
Justin Ruggles 9a71d362a6 avconv: deprecate the -vol option 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles 3ba416408a avconv: rescale packet duration to muxer time base when flushing encoders 12 years ago
Anton Khirnov c8977f6d26 avconv: do not free muxed packet on streamcopy. 12 years ago
Diego Biurrun 70478746a9 avconv: Drop unused function argument from do_video_stats() 12 years ago
Janne Grunau 1b891d17c5 avconv: fix bitrate report when writing to /dev/null 12 years ago
Anton Khirnov 8e84f2055c avconv: remove now unneeded calls to avcodec_get_frame_defaults(). 12 years ago
Mans Rullgard 3f65eff408 Include sys/time.h before sys/resource.h 12 years ago
Nathan Caldwell c854102da7 avcodec: handle AVERROR_EXPERIMENTAL 12 years ago
Diego Biurrun c1ef30a6ba De-doxygenize some top-level files 12 years ago
Anton Khirnov fb722a900f avconv: remove -same_quant 12 years ago
Diego Biurrun 8be5b0d6d5 avconv/avprobe: Add missing 'void' to exit_program() definition 12 years ago
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. 12 years ago
Anton Khirnov bbcedade00 avconv: make the -passlogfile option per-stream. 12 years ago
Anton Khirnov 44b0b85fe9 avconv: prefer user-forced input framerate when choosing output framerate 12 years ago
Anton Khirnov 3c0df90584 avconv: make -shortest a per-output file option. 12 years ago
Mans Rullgard d752509b74 Use log2(x) instead of log(x) / log(2) 12 years ago
Anton Khirnov ab29609701 avconv: allow no input files. 12 years ago
Anton Khirnov a5fd7c607f avconv: prevent invalid reads in transcode_init() 12 years ago
Anton Khirnov 57d2422559 avconv: rename OutputStream.is_past_recording_time to finished. 12 years ago
Anton Khirnov 0c00fd80ee avconv: split the code for processing input packets out of transcode() 12 years ago
Anton Khirnov f154ef1ae5 avconv: send EOF to lavfi even if flushing the decoder fails 12 years ago
Anton Khirnov cc2133b66a avconv: get rid of pointless temporary variable. 12 years ago
Anton Khirnov 8391602913 avconv: simplify transcode(). 12 years ago
Anton Khirnov c0fbf9713c avconv: cosmetics 12 years ago
Anton Khirnov 0b26ef4228 avconv: replace no_packet array in transcode() with a var in InputStream 12 years ago
Anton Khirnov d64901f99d avconv: remove commented out cruft. 12 years ago
Anton Khirnov a4f5011065 avconv: maintain sync on lavfi outputs. 12 years ago
Anton Khirnov fe2147e936 avconv: split configuring filter configuration to a separate file. 12 years ago
Anton Khirnov f5e668273a avconv: split option parsing into a separate file. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 82494835c4 rational: add av_inv_q() returning the inverse of an AVRational 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Ronald S. Bultje dcb7ef5483 avprobe/avconv: fix tentative declaration compile errors on MSVS. 12 years ago
Anton Khirnov 5417efbbf3 avconv: print an error message when demuxing fails. 13 years ago