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-04-21ffplay: check av_samples_get_buffer_size() returnMichael Niedermayer
2013-04-20ffplay: only do early frame drop if video queue is not emptyMarton Balint
2013-04-20ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0Marton Balint
2013-04-20ffplay: simplify aspect ratio calculationMarton Balint
2013-04-17ffplay: use format title metadata to set window caption.Clément Bœsch
2013-04-12ffplay: replace opaque/params for buffersinksMichael Niedermayer
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-09ffplay: simplify video pts calculationMarton Balint
2013-04-09ffplay: fix indentationMarton Balint
2013-04-09ffplay: handle audio buffersink output properly with buffering filtersMarton Balint
2013-04-09ffplay: set time_base of audio filter buffer srcMarton Balint
2013-04-02ffplay: use seek per time for ogg by defaultMichael Niedermayer
2013-03-30ffplay: always queue attachment pictures after flushing the video packet queueMarton Balint
2013-03-30ffplay: fix early frame dropped pts serialMarton Balint
2013-03-30ffplay: use av_guess_frame_rate()Michael Niedermayer
2013-03-23ffplay: avoid frame data leak on early frame dropMarton Balint
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