summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '26a44143efb513a602542fb59aee87b1fc62af51'Michael Niedermayer2013-04-281-1/+1
|\
* | ffplay: check av_samples_get_buffer_size() returnMichael Niedermayer2013-04-211-0/+4
* | ffplay: only do early frame drop if video queue is not emptyMarton Balint2013-04-201-1/+2
* | ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0Marton Balint2013-04-201-11/+11
* | ffplay: simplify aspect ratio calculationMarton Balint2013-04-201-5/+2
* | ffplay: use format title metadata to set window caption.Clément Bœsch2013-04-171-0/+3
* | ffplay: replace opaque/params for buffersinksMichael Niedermayer2013-04-121-26/+24
* | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-121-1/+0
|\ \ | |/
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-111-1/+0
|\ \ | |/
* | ffplay: simplify video pts calculationMarton Balint2013-04-081-29/+12
* | ffplay: fix indentationMarton Balint2013-04-081-25/+24
* | ffplay: handle audio buffersink output properly with buffering filtersMarton Balint2013-04-081-8/+18
* | ffplay: set time_base of audio filter buffer srcMarton Balint2013-04-081-4/+7
* | ffplay: use seek per time for ogg by defaultMichael Niedermayer2013-04-021-1/+1
* | ffplay: always queue attachment pictures after flushing the video packet queueMarton Balint2013-03-301-5/+12
* | ffplay: fix early frame dropped pts serialMarton Balint2013-03-301-1/+3
* | ffplay: use av_guess_frame_rate()Michael Niedermayer2013-03-301-0/+3
* | ffplay: avoid frame data leak on early frame dropMarton Balint2013-03-231-0/+1
* | ffplay: silence warning of mixed enumeration typesPaul B Mahol2013-03-191-1/+1
* | ffplay: remove options skiploop, skipidct, skipframeStefano Sabatini2013-03-171-9/+0
* | ffplay: remove unused variable "codec"Stefano Sabatini2013-03-171-1/+0
* | ffplay: add -af optionMarton Balint2013-03-171-2/+167
* | ffplay: use refcounted frames for audioMarton Balint2013-03-171-3/+5
* | ffplay: use frame->pts if available for setting the audio clockMarton Balint2013-03-171-8/+11
* | ffplay: restructure audio stream opening codeMarton Balint2013-03-171-12/+12
* | Merge commit '2eaa3663fda750dac66d41fe8541a8744d5563a4'Michael Niedermayer2013-03-131-2/+0
|\ \ | |/
* | Remove references to the "ff" variant of buffersink.Nicolas George2013-03-121-1/+1
* | Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-121-60/+19
|\ \ | |/
* | ffplay: use AVFrame accessor functionsMichael Niedermayer2013-03-011-6/+6
* | ffplay: do not cycle through unavailable show modesMarton Balint2013-02-271-5/+11
* | ffplay: add option to disable subtitlingMarton Balint2013-02-271-1/+3
* | ffplay: use NAN to signal invalid external clockMarton Balint2013-02-271-5/+4
* | ffplay: if audio or video clock is invalid return NANMarton Balint2013-02-271-4/+16
* | ffplay: allow frame dropping if we redisplay an already displayed frameMarton Balint2013-02-271-3/+7
* | ffplay: return true for pictq_prev_picture if it was successfulMarton Balint2013-02-271-1/+4
* | ffplay: only quit from audio_decode_frame before decoding when pausedMarton Balint2013-02-271-1/+1
* | ffplay: drop remaining frames in current audio avpacket when seekingMarton Balint2013-02-271-0/+3
* | ffplay: signal seek event to read threadMarton Balint2013-02-271-0/+1
* | ffplay: reindent and remove pointless cast in audio_decode_frame() codeStefano Sabatini2013-02-241-2/+2
* | ffplay: set type for channel_layout AudioParams field to int64_tStefano Sabatini2013-02-241-1/+1
* | ffplay: only display frames if there are no pending eventsMarton Balint2013-02-151-7/+6
* | ffplay: remove remains of video_clockMarton Balint2013-02-151-23/+6
* | ffplay: remove refresh thread to achieve more precise frame delayMarton Balint2013-02-151-37/+36
* | Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'"Michael Niedermayer2013-02-101-3/+0
* | Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'Michael Niedermayer2013-02-101-0/+3
|\ \ | |/
* | ffplay: report video frame changes only in debug modeStefano Sabatini2013-02-061-1/+1
* | ffplay: extend feedback in case of video changesStefano Sabatini2013-02-061-2/+6
* | ffplay: remove misleading comment from audio_decode_frame()Stefano Sabatini2013-02-031-1/+0
* | ffplay: rename audio_decode_frame() variable "pts" to "audio_clock0"Stefano Sabatini2013-02-031-4/+4
* | ffplay: remove pts_ptr argument from audio_decode_frame()Stefano Sabatini2013-02-031-5/+3
OpenPOWER on IntegriCloud