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-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
2012-02-08ffmpeg: Fix (next)_dts/pts init.Michael Niedermayer
2012-02-08ffmpeg: use ist->dts instead of passing an argument into transcode_video().Michael Niedermayer
2012-02-08ffmpeg: Init dts variables in output_packet()Michael Niedermayer
2012-02-08ffmpeg: add (next_dts/dts) variables.Michael Niedermayer
2012-02-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06ffmpeg: document the unit for the -fs option parameterStefano Sabatini
2012-02-06lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini
2012-02-05ffmpeg: document avi special caseMichael Niedermayer
2012-02-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31ffmpeg: fix -map_channel being ignored when resampling is not needed.Clément Bœsch
2012-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-29Fallback to input timestamps for non-delay encoders.Reimar Döffinger
2012-01-29Add -vsync drop.Reimar Döffinger
2012-01-29Compare video_sync_method against the appropriate defines.Reimar Döffinger
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-26ffmpeg: fix -qscale X breaking audio codecsMichael Niedermayer
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25ffmpeg: add image size check to codec_get_buffer()Michael Niedermayer
2012-01-24ffmpeg: Allocate buffers of the size needed by the decoder.Michael Niedermayer
2012-01-24Remove ffmpeg.Anton Khirnov
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-19cosmetics: Rename ffsink to avsink.Diego Biurrun