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-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
2012-02-10ffmpeg: move filtered_frame to video stream processing scope.Clément Bœsch
2012-02-10ffmpeg: reindent after video frame polling simplification.Clément Bœsch
2012-02-10ffmpeg: simplify video frame polling.Clément Bœsch
2012-02-10ffmpeg: use exit_program() if configure_video_filters() fails.Clément Bœsch
2012-02-10ffmpeg: Add threshold to discard crazy/damaged timestamps.Michael Niedermayer
2012-02-09ffmpeg: better dox for *pts.Michael Niedermayer
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09ffmpeg: change sync_opts code to be more similar to qatar.Michael Niedermayer
2012-02-08ffmpeg: update (next_)pts in the stream copy caseMichael Niedermayer
2012-02-08ffmpeg: use ist->dts in rate_emu_sleep()Michael Niedermayer
2012-02-08ffmpeg: use ist->dts in do_streamcopy()Michael Niedermayer
2012-02-08ffmpeg: remove setting fb->pts.Anton Khirnov
2012-02-08ffmpeg: reduce overloading for InputStream.pts.Anton Khirnov
2012-02-08ffmpeg: update dts variables in transcode_audio()Michael Niedermayer
2012-02-08ffmpeg: move next_dts/pts update out of transcode_video()Michael Niedermayer
2012-02-08ffmpeg: update ist->pts in transcode_audio with the audio decoders output.Michael Niedermayer
2012-02-08ffmpeg: print more details and rescaled timestamps in debug code.Michael Niedermayer
2012-02-08ffmpeg: use (next_)dts in timestamp discontinuity detection code.Michael Niedermayer
2012-02-08ffmpeg: Use the correct (dts) variables for stream copy.Michael Niedermayer