425 Commits (3eeb7edfc2a1157b7b0e0ce21ac2cd44d55d405b)

Author SHA1 Message Date
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
Justin Ruggles d8b06521a9 avconv: check for an incompatible changing channel layout 13 years ago
Justin Ruggles b1041f8048 avconv: only set the "channels" option when it exists for the specified input format 13 years ago
Anton Khirnov 9e8aae443b avconv: flush decoders immediately after an EOF. 13 years ago
Anton Khirnov 89605e4aa0 avconv: send EOF to vsrc_buffer. 13 years ago
Anton Khirnov 3e901cbc75 avconv: reindent. 13 years ago
Anton Khirnov 3b266da3d3 avconv: add support for complex filtergraphs. 13 years ago
Anton Khirnov 560f7774a4 avconv: make filtergraphs global. 13 years ago
Anton Khirnov 836ce90566 avconv: move filtered_frame from InputStream to OutputStream. 13 years ago
Anton Khirnov 6c9eac1998 avconv: don't set output width/height directly from input value. 13 years ago
Anton Khirnov e77c86629f avconv: move resample_{width,height,pix_fmt} to InputStream. 13 years ago
Anton Khirnov 9dced85426 avconv: remove a useless variable from OutputStream. 13 years ago
Anton Khirnov b7327887ea avconv: get output pixel format from lavfi. 13 years ago
Anton Khirnov 2e21526790 avconv: change {input,output}_{streams,files} into arrays of pointers. 13 years ago
Anton Khirnov ea9367e921 avconv: don't pass input/output streams to some functions. 13 years ago
Stefano Sabatini 91d3cbe0fd avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
Justin Ruggles d3c59d5003 avconv: use default channel layouts when they are unknown 13 years ago
Justin Ruggles 95a8dac57b avconv: parse channel layout string 13 years ago
Justin Ruggles b073819bc9 avconv: allow '-async -1' to disable timestamp sync for audio encoding 13 years ago
Justin Ruggles 679a973e97 avconv: use default alignment for audio buffer 13 years ago
Anton Khirnov b6c4518a87 avconv: remove OutputStream.picref. 13 years ago