summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ffplay: drop redundant NULL sws_freeContext() check in stream_close()Stefano Sabatini2013-02-031-2/+1
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-02-021-30/+41
|\ \
| * | ffplay: step to next frame if paused when seekingMarton Balint2013-02-021-0/+2
| * | ffplay: move up pause functionsMarton Balint2013-02-021-14/+14
| * | ffplay: remember last window dimensionsMarton Balint2013-02-021-11/+14
| * | ffplay: fix order of setting show_modeMarton Balint2013-02-021-1/+2
| * | ffplay: dynamically allocate audio bufferMarton Balint2013-02-021-4/+9
* | | ffplay: extend doxy for audio_decode_frame()Stefano Sabatini2013-02-021-1/+7
|/ /
* | ffplay: flush video filters on seekMarton Balint2013-01-191-1/+4
* | ffplay: use videoq.serial to detect obsolete framesMarton Balint2013-01-191-8/+3
* | ffplay: fix sws_flagsMichael Niedermayer2013-01-131-0/+1
* | ffplay: extend documentation for the -vf optionStefano Sabatini2013-01-131-1/+1
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-6/+6
* | ffplay: fix type of time_diff in waveform displayMarton Balint2012-12-281-1/+1
* | ffplay: always display audio visualization if mode is setMarton Balint2012-12-281-10/+4
* | ffplay: hide cursor on no mouse movementMarton Balint2012-12-281-0/+13
* | ffplay: reset external clock to unknown on startMarton Balint2012-12-281-1/+2
* | ffplay: only drop frames if not in frame step modeMarton Balint2012-12-281-1/+1
* | ffplay: move frame step pause from the video thread to video_refreshMarton Balint2012-12-281-3/+3
* | ffplay: fix greenish line on the right edge with some xv sizesMarton Balint2012-12-251-0/+20
* | ffplay: fix another use of context instead of frame parametersMichael Niedermayer2012-12-221-3/+3
* | ffplay: fix handling of resolution changes with h264-mtMichael Niedermayer2012-12-211-7/+7
* | ffplay: provide some feedback in case the codec cannot be setStefano Sabatini2012-12-161-5/+11
* | ffplay: set codec_id in codec contextStefano Sabatini2012-12-161-0/+1
* | ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini2012-12-161-8/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-291-3/+3
|\ \ | |/
* | ffplay: increase maximum frame duration to 1 hour for streams without TS disc...Marton Balint2012-11-281-1/+4
* | ffplay: fix updating external clock after seekingMarton Balint2012-11-281-1/+6
* | ffplay: disallow seeking before the start of the fileMarton Balint2012-11-281-0/+2
* | ffplay: adjust external clock speed based on buffer fullness for realtime sou...Marton Balint2012-11-041-2/+35
* | ffplay: remove redundant !codec checkMarton Balint2012-11-011-2/+1
* | ffplay: only initialize codec opts before using itMarton Balint2012-11-011-1/+1
* | ffplay: always free buffersink_params in configure_video_filtersMarton Balint2012-11-011-6/+7
* | ffplay: remove uneeded format filter, buffersink format is setMarton Balint2012-11-011-8/+2
* | ffplay: check for buffersink_params allocation successMarton Balint2012-11-011-0/+3
* | ffplay: always free inputs and outputs in configure_filtergraphMarton Balint2012-11-011-1/+1
* | ffplay: fill the unused part of the window with blackMarton Balint2012-11-011-0/+43
* | ffplay: add update parameter to fill_rectangleMarton Balint2012-11-011-7/+8
* | ffplay: if there is no audio stream, use external clock by defaultMarton Balint2012-10-211-1/+1
* | ffplay: use get_master_sync_type where necessaryMarton Balint2012-10-211-7/+4
OpenPOWER on IntegriCloud