Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-26avconv: prefer user-forced input framerate when choosing output framerateAnton Khirnov
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-08avconv: allow no input files.Anton Khirnov
2012-08-08avconv: prevent invalid reads in transcode_init()Anton Khirnov
2012-08-08avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov
2012-08-08avconv: split the code for processing input packets out of transcode()Anton Khirnov
2012-08-08avconv: send EOF to lavfi even if flushing the decoder failsAnton Khirnov
2012-08-08avconv: get rid of pointless temporary variable.Anton Khirnov
2012-08-08avconv: simplify transcode().Anton Khirnov
2012-08-08avconv: cosmeticsAnton Khirnov
2012-08-08avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov
2012-08-08avconv: remove commented out cruft.Anton Khirnov
2012-08-08avconv: maintain sync on lavfi outputs.Anton Khirnov
2012-08-08avconv: split configuring filter configuration to a separate file.Anton Khirnov
2012-08-08avconv: split option parsing into a separate file.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-05rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-28avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje
2012-07-17avconv: print an error message when demuxing fails.Anton Khirnov
2012-07-09avconv: propagate fatal errors from lavfi.Anton Khirnov
2012-07-06avconv: use only meaningful timestamps in start time check.Anton Khirnov
2012-07-06avconv: fix the check for -ss as an output option.Anton Khirnov
2012-07-05avconv: fix parsing of -force_key_frames option.Reimar Döffinger
2012-07-05avconv: Set audio filter time base to the sample rateMartin Storsjö
2012-06-30cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö
2012-06-26avconv: add an assert to silence an uninitialized variable warning.Anton Khirnov
2012-06-26avconv: shut up an uninitialized variable warning.Anton Khirnov
2012-06-26avconv: don't include vsrc_buffer.h, which doesn't exist anymoreAnton Khirnov
2012-06-26avconv: fix -force_key_framesAnton Khirnov
2012-06-24avconv: remove a forgotten debugging printf.Anton Khirnov
2012-06-24avconv: use more descriptive names for hardcoded filters.Anton Khirnov
2012-06-24avconv: remove redundant handling of async.Anton Khirnov
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-14avconv: don't try to free threads that were not initialized.Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-12avconv: support only native pthreads.Anton Khirnov
2012-06-10avconv: multithreaded demuxing.Anton Khirnov
2012-06-05avtools: move buffer management code from avconv to cmdutils.Anton Khirnov
2012-06-05avconv: don't use InputStream in the buffer management code.Anton Khirnov
2012-06-05avconv: fix exiting when max frames is reached.Anton Khirnov
2012-06-04avconv: check output stream recording time before each frame returned from fi...Anton Khirnov
2012-06-04avconv: split selecting input file out of transcode().Anton Khirnov
2012-06-04avconv: split checking for active outputs out of transcode().Anton Khirnov
2012-05-29avconv: extend -r to work on any input stream.Anton Khirnov
2012-05-29avconv: don't print filters inserted by avconv in stream mappings.Anton Khirnov