| Commit message (Expand) | Author | Age | Files | Lines |
* | ffplay: make next_nb_channels[] static const | Michael Niedermayer | 2013-08-24 | 1 | -1/+1 |
* | ffplay: check for filter EOF return codes | Marton Balint | 2013-08-09 | 1 | -0/+4 |
* | ffplay: ensure the decoder is flushed before exiting or looping | Marton Balint | 2013-08-09 | 1 | -8/+17 |
* | ffplay: fix memleak of non-bitmap subtitles | Marton Balint | 2013-08-09 | 1 | -0/+2 |
* | ffplay: free subtitle pictures on exit | Marton Balint | 2013-08-09 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-26 | 1 | -1/+2 |
|\ |
|
* | | ffplay: improve error message in case of failure, mention filtergraph configu... | Stefano Sabatini | 2013-07-21 | 1 | -1/+2 |
* | | ffplay: fix build with disabled avfilter | Marton Balint | 2013-07-21 | 1 | -0/+4 |
* | | ffplay: use start_time as next audio pts on flush when seeking is not supported | Marton Balint | 2013-07-20 | 1 | -0/+2 |
* | | ffplay: estimate audio frame pts from the previous frame pts values | Marton Balint | 2013-07-20 | 1 | -2/+9 |
* | | ffplay: simplify audio decoding | Marton Balint | 2013-07-20 | 1 | -13/+7 |
* | | ffplay: remove explicit idct option | Michael Niedermayer | 2013-07-13 | 1 | -3/+0 |
* | | ffplay: assume 0 stream start time if start time is unset in duration check | Marton Balint | 2013-07-09 | 1 | -1/+3 |
* | | ffplay: do not update audio clock with old audio pts if current frame is AV_N... | Marton Balint | 2013-07-09 | 1 | -5/+8 |
* | | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the... | Stefano Sabatini | 2013-07-03 | 1 | -1/+1 |
* | | ffplay: always send zero packets to flush audio decoders | Marton Balint | 2013-07-01 | 1 | -2/+1 |
* | | ffplay: use frame->pkt_pts instead of pkt->pts in audio pts calculation | Marton Balint | 2013-07-01 | 1 | -2/+2 |
* | | ffplay: simplify and fix flushing out old subtitles on seeking | Marton Balint | 2013-06-26 | 1 | -24/+9 |
* | | ffplay: remove remains of the old audio and video clock VideoState variables | Marton Balint | 2013-06-17 | 1 | -4/+0 |
* | | ffplay: fix missed conversion of video_current_pts to vidclk.pts in subtitles | Marton Balint | 2013-06-17 | 1 | -2/+2 |
* | | ffplay: cast vp->height to int64 in buffer size check | Marton Balint | 2013-06-17 | 1 | -1/+1 |
* | | Use av_log() instead of fprintf() in ffplay. | Carl Eugen Hoyos | 2013-06-04 | 1 | -33/+48 |
* | | ffplay: detect when the created overlay buffers are not valid for the wanted ... | Marton Balint | 2013-06-01 | 1 | -1/+3 |
* | | ffplay: do not allow wider window than 16383 | Marton Balint | 2013-06-01 | 1 | -3/+8 |
* | | ffplay: use 0 frame delay if redisplaying an already displayed frame | Marton Balint | 2013-06-01 | 1 | -1/+4 |
* | | ffplay: use more sane frame timer resetting logic | Marton Balint | 2013-06-01 | 1 | -2/+3 |
* | | ffplay: only update pts if not redisplaying a frame | Marton Balint | 2013-06-01 | 1 | -1/+1 |
* | | ffplay: fix compute_target_delay to better handle frames with long durations | Marton Balint | 2013-06-01 | 1 | -5/+11 |
* | | ffplay: if playing only audio or video only, show the master clock diff in st... | Marton Balint | 2013-06-01 | 1 | -1/+6 |
* | | ffplay: factorize clock functions | Marton Balint | 2013-06-01 | 1 | -80/+75 |
* | | ffplay: decrease video picture queue size to 3 | Marton Balint | 2013-06-01 | 1 | -4/+4 |
* | | ffplay: dont forget passing lowres to private options | Michael Niedermayer | 2013-05-28 | 1 | -0/+2 |
* | | Merge commit '26a44143efb513a602542fb59aee87b1fc62af51' | Michael Niedermayer | 2013-04-28 | 1 | -1/+1 |
|\| |
|
* | | ffplay: check av_samples_get_buffer_size() return | Michael Niedermayer | 2013-04-21 | 1 | -0/+4 |
* | | ffplay: only do early frame drop if video queue is not empty | Marton Balint | 2013-04-20 | 1 | -1/+2 |
* | | ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0 | Marton Balint | 2013-04-20 | 1 | -11/+11 |
* | | ffplay: simplify aspect ratio calculation | Marton Balint | 2013-04-20 | 1 | -5/+2 |
* | | ffplay: use format title metadata to set window caption. | Clément Bœsch | 2013-04-17 | 1 | -0/+3 |
* | | ffplay: replace opaque/params for buffersinks | Michael Niedermayer | 2013-04-12 | 1 | -26/+24 |
* | | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da' | Michael Niedermayer | 2013-04-12 | 1 | -1/+0 |
|\| |
|
* | | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | Michael Niedermayer | 2013-04-11 | 1 | -1/+0 |
|\| |
|
* | | ffplay: simplify video pts calculation | Marton Balint | 2013-04-08 | 1 | -29/+12 |
* | | ffplay: fix indentation | Marton Balint | 2013-04-08 | 1 | -25/+24 |
* | | ffplay: handle audio buffersink output properly with buffering filters | Marton Balint | 2013-04-08 | 1 | -8/+18 |
* | | ffplay: set time_base of audio filter buffer src | Marton Balint | 2013-04-08 | 1 | -4/+7 |
* | | ffplay: use seek per time for ogg by default | Michael Niedermayer | 2013-04-02 | 1 | -1/+1 |
* | | ffplay: always queue attachment pictures after flushing the video packet queue | Marton Balint | 2013-03-30 | 1 | -5/+12 |
* | | ffplay: fix early frame dropped pts serial | Marton Balint | 2013-03-30 | 1 | -1/+3 |
* | | ffplay: use av_guess_frame_rate() | Michael Niedermayer | 2013-03-30 | 1 | -0/+3 |
* | | ffplay: avoid frame data leak on early frame drop | Marton Balint | 2013-03-23 | 1 | -0/+1 |