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-04-04ffmpeg: fix a few typo.Clément Bœsch
2012-04-02ffmpeg: affect source stream index in new_output_stream functionMatthieu Bouron
2012-04-01ffmpeg: fix plain -profile supportMichael Niedermayer
2012-03-30ffmpeg: check pts like dts for being in the past.Michael Niedermayer
2012-03-29ffmpeg: switch duration calculation code from avg to r frame_rate.Michael Niedermayer
2012-03-29ffmpeg: pass bitexact flag to vsrc_bufferMichael Niedermayer
2012-03-29ffmpeg: dont disable dr1 when changing dimensions are encountered in codec_ge...Michael Niedermayer
2012-03-29ffmpeg: disable dr1 when frame sizes change.Michael Niedermayer
2012-03-29doc/ffmpeg: update and extend documentation for -copytbStefano Sabatini
2012-03-27ffmpeg: fix handling or empty audio packetsMichael Niedermayer
2012-03-27ffmpeg: more verbose error messages in case of audio encoding failure.Michael Niedermayer
2012-03-27ffmpeg: more expressive sample rate automatic selection.Clément Bœsch
2012-03-25Fix SVCD scan_offset optionJulien Ramseier
2012-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25ffmpeg: drop struct from SwrContext.Michael Niedermayer
2012-03-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-23ffmpeg: check samplerate from decoder.Michael Niedermayer
2012-03-22Support dropping audio dts/pts via -async -1.Reimar Döffinger
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-17ffmpeg: allow selective and complete disabling of map_metadata.Michael Niedermayer
2012-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-14ffmpeg: Fix planar audio input.Michael Niedermayer
2012-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-09lavf: Add system to seperate relative timestamps from absolute ones.Michael Niedermayer
2012-03-08ffmpeg: show fps more accurately when it is small.Nicolas George
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04ffm options should also set discard automatically.Rick van der Zwet
2012-02-29get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer
2012-02-28ffmpeg: Fix division by 0 due to invalid timebaseMichael Niedermayer
2012-02-27Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos
2012-02-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Add missing av_free_packet.Reimar Döffinger
2012-02-18ffmpeg: Fix setting flags for codec copy.Michael Niedermayer
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-15ffmpeg: Fix image allocation.Michael Niedermayer
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14ffmpeg.c: implement -debug_ts optionStefano Sabatini
2012-02-14ffmpeg: remove unneeded ost->picref check.Clément Bœsch
2012-02-14ffmpeg: remove pointless avcodec_get_frame_defaults().Clément Bœsch
2012-02-14ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure.Clément Bœsch
2012-02-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-12Simplify: use local variable with same contents directly.Reimar Döffinger
2012-02-12ffmpeg: fix passlogfile with multiple libx264 streams.Michael Niedermayer
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10ffmpeg: prefer NULL over 0 for av_log context pointer parameter.Clément Bœsch
2012-02-10ffmpeg: move quality parameter to do_video_out() scope.Clément Bœsch
2012-02-10ffmpeg: make use of ret error out in transcode_video().Clément Bœsch
2012-02-10ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope.Clément Bœsch
2012-02-10ffmpeg: move do_video_stats() above do_video_out().Clément Bœsch
2012-02-10ffmpeg: move video stats code to do_video_out().Clément Bœsch