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-19ffplay: silence warning of mixed enumeration typesPaul B Mahol
2013-03-17ffplay: remove options skiploop, skipidct, skipframeStefano Sabatini
2013-03-17ffplay: remove unused variable "codec"Stefano Sabatini
2013-03-17ffplay: add -af optionMarton Balint
2013-03-17ffplay: use refcounted frames for audioMarton Balint
2013-03-17ffplay: use frame->pts if available for setting the audio clockMarton Balint
2013-03-17ffplay: restructure audio stream opening codeMarton Balint
2013-03-13Merge commit '2eaa3663fda750dac66d41fe8541a8744d5563a4'Michael Niedermayer
2013-03-13Remove references to the "ff" variant of buffersink.Nicolas George
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