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-12-18avconv: use new options parser.Anton Khirnov
2012-12-05avconv: deprecate the -vol optionJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-08avconv: rescale packet duration to muxer time base when flushing encodersJustin Ruggles
2012-11-02avconv: do not free muxed packet on streamcopy.Anton Khirnov
2012-10-29avconv: Drop unused function argument from do_video_stats()Diego Biurrun
2012-10-25avconv: fix bitrate report when writing to /dev/nullJanne Grunau
2012-10-24avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov
2012-10-23Include sys/time.h before sys/resource.hMans Rullgard
2012-10-22avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-03avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-10-01avconv: improve sample format negotiation for decoder requestJustin Ruggles
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-17avconv: flush filtered frames before reconfiguring filtersJanne Grunau
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