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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-24ffmpeg: Allocate buffers of the size needed by the decoder.Michael Niedermayer
2012-01-22git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch ffmpeg.cMichael Niedermayer
2012-01-20ffmpeg: remove unused and commented variable OutputStream.sync_iptsStefano Sabatini
2012-01-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-18Fix memleak after switch to encode_audio2 API.Reimar Döffinger
2012-01-17ffmpeg: check tcgetattr result.Reimar Döffinger
2012-01-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-14Increase maximum encoding video buffer size.Carl Eugen Hoyos
2012-01-13ffmpeg: fix return value in opt_old2new after e3127db4.Clément Bœsch
2012-01-13ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak.Clément Bœsch
2012-01-13ffmpeg: fix parse_option() string memleak.Clément Bœsch
2012-01-13ffmpeg.c: transcode_video(): do not go through filter network if encoding is ...Nicolas Noirbent
2012-01-13ffmpeg: clarify error message in case of bitstream filter opening failureStefano Sabatini
2012-01-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint
2012-01-07cmdutils: make show_usage() use av_log()Stefano Sabatini
2012-01-07ffmpeg: Fix segfault with zzufed 4xm file.Oana Stratulat
2012-01-06ffmpeg: check if number of input and output channels are valid.Oana Stratulat
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03ffmpeg: fix compiler warning for uninitialized variablesJean First
2012-01-03ffmpeg: use avformat_close_input instead of av_close_input_fileJean First
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-27ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini
2011-12-27ffmpeg: Check that frames are user type before treating them as suchMichael Niedermayer
2011-12-27ffmpeg: disable dr1 in case of resolution changes, as this does not work curr...Michael Niedermayer
2011-12-27ffmpeg: add remaining hunks to enable dr1 supportMichael Niedermayer
2011-12-26ffmpeg: fix non ANSI C for(intMichael Niedermayer
2011-12-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-16ffmpeg: Fix killing [Y/n] prompt with ctrl-cMichael Niedermayer
2011-12-16ffmpeg: exit() on repeated ctrl-cMichael Niedermayer
2011-12-16ffmpeg: check return code from av_vsrc_buffer_add_frame()Michael Niedermayer
2011-12-13ffmpeg: reset dts/pts after decoding the first subpacketMichael Niedermayer
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12ffmpeg: fix codecids with ffserver + ffmpeg + ffmMichael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11ffmpeg: better warning about loop_inputMichael Niedermayer
2011-12-09ffmpeg: Use the buffer sinks poll instead of its input.Michael Niedermayer
2011-12-08ffmpeg: more exact comment about libavformat.Michael Niedermayer
2011-12-06ffmpeg: Warn if filters poll & request frame behave wrongly.Michael Niedermayer
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05ffmpeg: Avoid directly accessing AVFrame fields that differ between forks.Michael Niedermayer
2011-12-05ffmpeg: handle stream copy timebase selection for mp4 as if it had VFPS set.Michael Niedermayer
2011-12-04ffmpeg: select best pixel format for the encoder if no exact match.Michael Niedermayer