summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: use AVFrame accessor functionsMichael Niedermayer2013-03-01
* ffplay: do not cycle through unavailable show modesMarton Balint2013-02-27
* ffplay: add option to disable subtitlingMarton Balint2013-02-27
* ffplay: use NAN to signal invalid external clockMarton Balint2013-02-27
* ffplay: if audio or video clock is invalid return NANMarton Balint2013-02-27
* ffplay: allow frame dropping if we redisplay an already displayed frameMarton Balint2013-02-27
* ffplay: return true for pictq_prev_picture if it was successfulMarton Balint2013-02-27
* ffplay: only quit from audio_decode_frame before decoding when pausedMarton Balint2013-02-27
* ffplay: drop remaining frames in current audio avpacket when seekingMarton Balint2013-02-27
* ffplay: signal seek event to read threadMarton Balint2013-02-27
* ffplay: reindent and remove pointless cast in audio_decode_frame() codeStefano Sabatini2013-02-24
* ffplay: set type for channel_layout AudioParams field to int64_tStefano Sabatini2013-02-24
* ffplay: only display frames if there are no pending eventsMarton Balint2013-02-15
* ffplay: remove remains of video_clockMarton Balint2013-02-15
* ffplay: remove refresh thread to achieve more precise frame delayMarton Balint2013-02-15
* Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'"Michael Niedermayer2013-02-10
* Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'Michael Niedermayer2013-02-10
|\
* | ffplay: report video frame changes only in debug modeStefano Sabatini2013-02-06
* | ffplay: extend feedback in case of video changesStefano Sabatini2013-02-06
* | ffplay: remove misleading comment from audio_decode_frame()Stefano Sabatini2013-02-03
* | ffplay: rename audio_decode_frame() variable "pts" to "audio_clock0"Stefano Sabatini2013-02-03
* | ffplay: remove pts_ptr argument from audio_decode_frame()Stefano Sabatini2013-02-03
* | ffplay: drop redundant NULL sws_freeContext() check in stream_close()Stefano Sabatini2013-02-03
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-02-02
|\ \
| * | ffplay: step to next frame if paused when seekingMarton Balint2013-02-02
| * | ffplay: move up pause functionsMarton Balint2013-02-02
| * | ffplay: remember last window dimensionsMarton Balint2013-02-02
| * | ffplay: fix order of setting show_modeMarton Balint2013-02-02
| * | ffplay: dynamically allocate audio bufferMarton Balint2013-02-02
* | | ffplay: extend doxy for audio_decode_frame()Stefano Sabatini2013-02-02
|/ /
* | ffplay: flush video filters on seekMarton Balint2013-01-19
* | ffplay: use videoq.serial to detect obsolete framesMarton Balint2013-01-19
* | ffplay: fix sws_flagsMichael Niedermayer2013-01-13
* | ffplay: extend documentation for the -vf optionStefano Sabatini2013-01-13
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-03
* | ffplay: fix type of time_diff in waveform displayMarton Balint2012-12-28
* | ffplay: always display audio visualization if mode is setMarton Balint2012-12-28
* | ffplay: hide cursor on no mouse movementMarton Balint2012-12-28
* | ffplay: reset external clock to unknown on startMarton Balint2012-12-28
* | ffplay: only drop frames if not in frame step modeMarton Balint2012-12-28
* | ffplay: move frame step pause from the video thread to video_refreshMarton Balint2012-12-28
* | ffplay: fix greenish line on the right edge with some xv sizesMarton Balint2012-12-25
* | ffplay: fix another use of context instead of frame parametersMichael Niedermayer2012-12-22
* | ffplay: fix handling of resolution changes with h264-mtMichael Niedermayer2012-12-21
* | ffplay: provide some feedback in case the codec cannot be setStefano Sabatini2012-12-16
* | ffplay: set codec_id in codec contextStefano Sabatini2012-12-16
* | ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini2012-12-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-29
|\|
* | ffplay: increase maximum frame duration to 1 hour for streams without TS disc...Marton Balint2012-11-28
* | ffplay: fix updating external clock after seekingMarton Balint2012-11-28