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
2011-10-31Revert "Remove detection of mmsh protocol in ffplay."Michael Niedermayer
2011-10-25ffplay: add frame drop statisticsMarton Balint
2011-10-25ffplay: consider estimated time of filter in early frame dropMarton Balint
2011-10-25ffplay: reimplement early frame dropMarton Balint
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21ffplay: reallocate SDL overlays for OSX when changing full screenMarton Balint
2011-10-16ffplay: avoid window resize crash on osx with libsdl 1.2.14Jean First
2011-10-16ffplay: add delay multiple times to frame_timer if it is less than current timeMarton Balint
2011-10-16ffplay: remove early frame drop functionalityMarton Balint
2011-10-16ffplay: calculate target clock dynamically, make code more readableMarton Balint
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-03ffplay: use libswresample instead of av_audio_convertMarton Balint
2011-10-02ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistentlyMarton Balint
2011-10-02ffplay: remove now unnecessary request_channels, we set it now with optionsMarton Balint
2011-10-02ffplay: set request_channels to 2Michael Niedermayer
2011-09-28ffplay: fix forgotten codec_name checksMichael Niedermayer
2011-09-27ffplay: support -codec:avs to force a specific decoder implementationMichael Niedermayer
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24ffplay: fix order of operations for sdl audio open.Michael Niedermayer
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-14ffplay: dont drop all frames if realtime decoding is impossibleMichael Niedermayer
2011-09-13ffplay: remove thread command line option code, it is unneeded for -threads X...Michael Niedermayer
2011-09-13avcodec: move "thread emulation" warning to common codeMichael Niedermayer
2011-09-06lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini
2011-09-06lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-08-26ffplay: fix a crash caused by aborting the video queueMarton Balint
2011-08-25ffplay: use lock manager callback to make libavcodec thread-safeMarton Balint
2011-08-21ffplay: remove unnecessary if (cur_stream) checksMarton Balint
2011-08-21ffplay: get rid of the global cur_stream variableMarton Balint
2011-08-21ffplay: make step variable a member of the VideoState structMarton Balint
2011-08-17ffplay: do not erase the content of vfiltersStefano Sabatini
2011-08-17ffplay: increase log level of the message issued when the stream frame size c...Stefano Sabatini
2011-08-17ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary va...Stefano Sabatini
2011-08-17ffplay: in input_config_props(), honour the SAR specified in the codec contextStefano Sabatini
2011-08-17Fix compilation with --disable-avfilter.Carl Eugen Hoyos
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15ffplay: more precise audio clock based on current timeMarton Balint
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-10NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer
2011-08-09ffplay: pass frame durations clearly to video video_refreshMarton Balint
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-08-01Unbreak ffplay -s and ffplay -pix_fmt.Carl Eugen Hoyos
2011-07-30ffplay: set input link sample aspect ratio in input_config_props()Stefano Sabatini
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-28cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17ffplay: warn that -pix_fmt is no longer working, suggest alternativeStefano Sabatini