summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 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
* | ffplay: disallow seeking before the start of the fileMarton Balint2012-11-28
* | ffplay: adjust external clock speed based on buffer fullness for realtime sou...Marton Balint2012-11-04
* | ffplay: remove redundant !codec checkMarton Balint2012-11-01
* | ffplay: only initialize codec opts before using itMarton Balint2012-11-01
* | ffplay: always free buffersink_params in configure_video_filtersMarton Balint2012-11-01
* | ffplay: remove uneeded format filter, buffersink format is setMarton Balint2012-11-01
* | ffplay: check for buffersink_params allocation successMarton Balint2012-11-01
* | ffplay: always free inputs and outputs in configure_filtergraphMarton Balint2012-11-01
* | ffplay: fill the unused part of the window with blackMarton Balint2012-11-01
* | ffplay: add update parameter to fill_rectangleMarton Balint2012-11-01
* | ffplay: if there is no audio stream, use external clock by defaultMarton Balint2012-10-21
* | ffplay: use get_master_sync_type where necessaryMarton Balint2012-10-21
* | ffplay: add get_master_sync_type functionMarton Balint2012-10-21
* | ffplay: only check external clock if current frame serial matches the display...Marton Balint2012-10-21
* | ffplay: add serial field to PacketQueue entry and populate itMarton Balint2012-10-21
* | ffplay: fix external time sync modeMarton Balint2012-10-21
* | ffplay: initialize audio and video pts driftMarton Balint2012-10-21
* | ffplay: fix nosync threshold check in synchronize_audioMarton Balint2012-10-21
* | ffplay: use framedrop by default when sync is not done to videoMarton Balint2012-10-21
* | ffplay: Prevent 0/0 aspect from being passed on to lavfiMichael Niedermayer2012-10-14
* | ffplay: use audio parameters from the decoded frame instead of AVCodecContextMichael Niedermayer2012-10-13
* | Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'Michael Niedermayer2012-10-13
|\|
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
* | ffplay: autodetect realtime streams and enable infbufMichael Niedermayer2012-10-04
* | ffplay: add a 3rd state to infbuf for autodetectionMichael Niedermayer2012-10-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-02
|\|
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
* | ffplay: dont wait 100ms if data is not yet readyMarton Balint2012-09-16
* | ffplay: use PTS from the AVSubtitle structure.Nicolas George2012-09-15
* | ffplay: increase sample array bufferMarton Balint2012-09-11
* | ffplay: ensure that pictq_prev_picture never fills the picture queueMarton Balint2012-09-11
* | ffplay: simplify picture allocationMarton Balint2012-09-11
* | ffplay: make initial window size calculation based on aspect ratioMarton Balint2012-09-11
* | ffplay: factor display rectangle calculation to its own functionMarton Balint2012-09-11