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
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
2014-05-17ffplay: fix compilation with Visual StudioMarton Balint
2014-05-17ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04Marton Balint
2014-04-15avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer
2014-03-12ffplay: display information on stream cyclingMichael Niedermayer
2014-02-10Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer
2014-02-05ffplay: flush subtitle codecs as well with null packetsMarton Balint
2014-02-05ffplay: reorder the filters to ensure that inputs of the custom filters are m...Marton Balint
2014-01-27ffplay: remove redundant prototypeLukasz Marek