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
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
2013-12-29ffplay: do not wait for the picture allocation to finish on exitMarton Balint
2013-12-29ffplay: remove two unneeded av_free_packet callsMarton Balint
2013-12-29ffplay: remove some unneded av_frame_unref callsMarton Balint
2013-12-29ffplay: remove unneeded avcodec_get_frame_defaultsMarton Balint
2013-12-29ffplay: use precalculated frame size and bytes per sec valuesMarton Balint
2013-12-29ffplay: precalculate audio output frame size and byte per secMarton Balint
2013-12-12Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'Michael Niedermayer
2013-12-06ffplay: set default window size before starting audioMarton Balint
2013-12-06ffplay: factor out function setting default window sizeMarton Balint
2013-12-06ffplay: remove no longer necessary codec flushMarton Balint
2013-12-06ffplay: do not wait for flushing the picture queue on flush packetMarton Balint
2013-11-25ffplay: do not call avcodec_register_all() explicitlyStefano Sabatini
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-16ffplay: calculate last frame duration from vp->pts instead of frame_last_ptsMarton Balint
2013-11-16ffplay: simplify early frame drop codeMarton Balint
2013-11-06ffplay: add smarter method for determining video picture durationMarton Balint
2013-11-06ffplay: add frame duration estimated from frame rate to VideoPictureMarton Balint
2013-11-06ffplay: avoid code duplication in AVFILTER enabled and disabled caseMarton Balint
2013-10-26ffplay: add support for libswresample optionsMarton Balint
2013-10-26ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint
2013-10-26ffplay: factor out picture freeing codeMarton Balint
2013-10-26ffplay: update and extend documentation for channel and stream switchingMarton Balint