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
2013-02-03ffplay: remove misleading comment from audio_decode_frame()Stefano Sabatini
2013-02-03ffplay: rename audio_decode_frame() variable "pts" to "audio_clock0"Stefano Sabatini
2013-02-03ffplay: remove pts_ptr argument from audio_decode_frame()Stefano Sabatini
2013-02-03ffplay: drop redundant NULL sws_freeContext() check in stream_close()Stefano Sabatini
2013-02-02Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2013-02-02ffplay: extend doxy for audio_decode_frame()Stefano Sabatini
2013-02-02ffplay: step to next frame if paused when seekingMarton Balint
2013-02-02ffplay: move up pause functionsMarton Balint
2013-02-02ffplay: remember last window dimensionsMarton Balint
2013-02-02ffplay: fix order of setting show_modeMarton Balint
2013-02-02ffplay: dynamically allocate audio bufferMarton Balint
2013-01-19ffplay: flush video filters on seekMarton Balint
2013-01-19ffplay: use videoq.serial to detect obsolete framesMarton Balint
2013-01-14ffplay: fix sws_flagsMichael Niedermayer
2013-01-13ffplay: extend documentation for the -vf optionStefano Sabatini
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2012-12-28ffplay: fix type of time_diff in waveform displayMarton Balint
2012-12-28ffplay: always display audio visualization if mode is setMarton Balint
2012-12-28ffplay: hide cursor on no mouse movementMarton Balint
2012-12-28ffplay: reset external clock to unknown on startMarton Balint
2012-12-28ffplay: only drop frames if not in frame step modeMarton Balint
2012-12-28ffplay: move frame step pause from the video thread to video_refreshMarton Balint
2012-12-25ffplay: fix greenish line on the right edge with some xv sizesMarton Balint
2012-12-22ffplay: fix another use of context instead of frame parametersMichael Niedermayer
2012-12-21ffplay: fix handling of resolution changes with h264-mtMichael Niedermayer
2012-12-16ffplay: provide some feedback in case the codec cannot be setStefano Sabatini
2012-12-16ffplay: set codec_id in codec contextStefano Sabatini
2012-12-16ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini
2012-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-29ffplay: increase maximum frame duration to 1 hour for streams without TS disc...Marton Balint
2012-11-29ffplay: fix updating external clock after seekingMarton Balint
2012-11-29ffplay: disallow seeking before the start of the fileMarton Balint
2012-11-04ffplay: adjust external clock speed based on buffer fullness for realtime sou...Marton Balint
2012-11-01ffplay: remove redundant !codec checkMarton Balint
2012-11-01ffplay: only initialize codec opts before using itMarton Balint
2012-11-01ffplay: always free buffersink_params in configure_video_filtersMarton Balint
2012-11-01ffplay: remove uneeded format filter, buffersink format is setMarton Balint
2012-11-01ffplay: check for buffersink_params allocation successMarton Balint
2012-11-01ffplay: always free inputs and outputs in configure_filtergraphMarton Balint
2012-11-01ffplay: fill the unused part of the window with blackMarton Balint
2012-11-01ffplay: add update parameter to fill_rectangleMarton Balint
2012-10-21ffplay: if there is no audio stream, use external clock by defaultMarton Balint
2012-10-21ffplay: use get_master_sync_type where necessaryMarton Balint
2012-10-21ffplay: add get_master_sync_type functionMarton Balint
2012-10-21ffplay: only check external clock if current frame serial matches the display...Marton Balint
2012-10-21ffplay: add serial field to PacketQueue entry and populate itMarton Balint
2012-10-21ffplay: fix external time sync modeMarton Balint
2012-10-21ffplay: initialize audio and video pts driftMarton Balint
2012-10-21ffplay: fix nosync threshold check in synchronize_audioMarton Balint
2012-10-21ffplay: use framedrop by default when sync is not done to videoMarton Balint