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-03-12Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer
2013-03-02ffplay: use AVFrame accessor functionsMichael Niedermayer
2013-02-28ffplay: do not cycle through unavailable show modesMarton Balint
2013-02-28ffplay: add option to disable subtitlingMarton Balint
2013-02-28ffplay: use NAN to signal invalid external clockMarton Balint
2013-02-28ffplay: if audio or video clock is invalid return NANMarton Balint
2013-02-28ffplay: allow frame dropping if we redisplay an already displayed frameMarton Balint
2013-02-28ffplay: return true for pictq_prev_picture if it was successfulMarton Balint
2013-02-28ffplay: only quit from audio_decode_frame before decoding when pausedMarton Balint
2013-02-28ffplay: drop remaining frames in current audio avpacket when seekingMarton Balint
2013-02-28ffplay: signal seek event to read threadMarton Balint
2013-02-25ffplay: reindent and remove pointless cast in audio_decode_frame() codeStefano Sabatini
2013-02-25ffplay: set type for channel_layout AudioParams field to int64_tStefano Sabatini
2013-02-15ffplay: only display frames if there are no pending eventsMarton Balint
2013-02-15ffplay: remove remains of video_clockMarton Balint
2013-02-15ffplay: remove refresh thread to achieve more precise frame delayMarton Balint
2013-02-10Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'"Michael Niedermayer
2013-02-10Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'Michael Niedermayer
2013-02-06ffplay: report video frame changes only in debug modeStefano Sabatini
2013-02-06ffplay: extend feedback in case of video changesStefano Sabatini
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