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
2015-03-22Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7'Michael Niedermayer
2015-03-04ffplay: Switch to show waves mode if allocation/init of RDFT failsMichael Niedermayer
2015-02-17Merge commit '733f4b05f0e120ddd0393b23f2b6d9106cf922e4'Michael Niedermayer
2015-02-17Merge commit '266f241193b2fa8c99bb8b1f007c66bedd3b7d97'Michael Niedermayer
2015-02-10ffplay: factorize thread starting and stopping code into decoderMarton Balint
2015-02-10ffplay: make eof part of videostate and signal it when opening a streamMarton Balint
2015-02-10ffplay: update frame timer based on last updated clock time when toggling pauseMarton Balint
2015-02-02ffplay: Fallback to dts if pts is unavailable in pkt_in_play_range calculationMichael Niedermayer
2015-01-01ffplay: dump format before selecting streamsMarton Balint
2015-01-01ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint
2015-01-01ffplay: remove unused no_background from videostateMarton Balint
2015-01-01ffplay: remove flushed state from decoder contextMarton Balint
2014-11-22ffplay: fix mem leak when opening input or parsing options fail.Benoit Fouet
2014-11-12ffplay: signal the frame queue before closing audioMarton Balint
2014-11-09Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos
2014-11-09ffplay: only output null packet once on EOFMarton Balint
2014-11-09ffplay: fix indentation after last commitMarton Balint
2014-11-09ffplay: implement separete audio decoder threadMarton Balint
2014-10-18ffplay: remove manual bug option handling codeMarton Balint
2014-10-18ffplay: remove delays when paused from video and subtitle threadMarton Balint
2014-10-17Merge commit 'e58a140cf91d1a9cdfa3115d73c923dab0e9e7dc'Michael Niedermayer
2014-10-17Merge commit 'cf83c0173917a44b89a25ea2b435429bbf9ee767'Michael Niedermayer
2014-10-10ffplay: dont leave swresampler in half initialized stateMarton Balint
2014-09-27ffplay: Separate AVFrame from AVSubtitleMichael Niedermayer
2014-09-24ffplay: use av_codec_get_pkt_timebase()Michael Niedermayer
2014-09-23ffplay: move pts calculating code to generic decoderMarton Balint
2014-09-23ffplay: factorize decoder functions to generic decoderMarton Balint
2014-09-23ffplay: handle fullscreen status on resize eventMarton Balint
2014-09-17ffplay: try to fix build failure on appleMichael Niedermayer
2014-09-17ffplay: use frame queue to determine last used posMarton Balint
2014-09-17ffplay: factorize frame queue operationsMarton Balint
2014-09-08Revert the default for ffplay to -noautoexit.Carl Eugen Hoyos
2014-09-06ffplay: make autoexit the defaultMichael Niedermayer
2014-08-26ffplay: use av_malloc_array()Michael Niedermayer
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-07-12ffplay: increase subtitle que sizeMichael Niedermayer
2014-06-24ffplay: decrease audio_diff_thresholdMarton Balint
2014-06-24ffplay: decrease max audio callbacks per secondMarton Balint
2014-06-24ffplay: calculate SDL audio buffer size based on sample rateMarton Balint
2014-06-24ffplay: pass simple integers to calculate_display_rect and set_default_window...Marton Balint
2014-06-24ffplay: eliminate pictq_prev_pictureMarton Balint
2014-06-17ffplay: remove -ec handling codeMichael Niedermayer
2014-05-24ffplay: support rotated video.Clément Bœsch
2014-05-17ffplay: Use av_gettime_relative()Olivier Langlois
2014-05-17ffplay: add support for toggling between multiple video filters with the w keyMarton Balint
2014-05-17ffplay: try multiple sample rates if audio open failsMarton Balint
2014-05-17cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because...John Peebles