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-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
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