| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' | Michael Niedermayer | 2014-02-10 | 1 | -4/+39 |
|\ |
|
* | | ffplay: flush subtitle codecs as well with null packets | Marton Balint | 2014-02-05 | 1 | -0/+2 |
* | | ffplay: reorder the filters to ensure that inputs of the custom filters are m... | Marton Balint | 2014-02-05 | 1 | -1/+6 |
* | | ffplay: remove redundant prototype | Lukasz Marek | 2014-01-27 | 1 | -2/+0 |
* | | ffplay: do not wait for the picture allocation to finish on exit | Marton Balint | 2013-12-29 | 1 | -1/+1 |
* | | ffplay: remove two unneeded av_free_packet calls | Marton Balint | 2013-12-29 | 1 | -2/+0 |
* | | ffplay: remove some unneded av_frame_unref calls | Marton Balint | 2013-12-29 | 1 | -2/+0 |
* | | ffplay: remove unneeded avcodec_get_frame_defaults | Marton Balint | 2013-12-29 | 1 | -2/+0 |
* | | ffplay: use precalculated frame size and bytes per sec values | Marton Balint | 2013-12-29 | 1 | -6/+3 |
* | | ffplay: precalculate audio output frame size and byte per sec | Marton Balint | 2013-12-29 | 1 | -0/+8 |
* | | Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4' | Michael Niedermayer | 2013-12-11 | 1 | -1/+0 |
|\| |
|
* | | ffplay: set default window size before starting audio | Marton Balint | 2013-12-06 | 1 | -0/+7 |
* | | ffplay: factor out function setting default window size | Marton Balint | 2013-12-06 | 1 | -6/+10 |
* | | ffplay: remove no longer necessary codec flush | Marton Balint | 2013-12-06 | 1 | -1/+0 |
* | | ffplay: do not wait for flushing the picture queue on flush packet | Marton Balint | 2013-12-06 | 1 | -9/+4 |
* | | ffplay: do not call avcodec_register_all() explicitly | Stefano Sabatini | 2013-11-25 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
* | | ffplay: calculate last frame duration from vp->pts instead of frame_last_pts | Marton Balint | 2013-11-16 | 1 | -27/+5 |
* | | ffplay: simplify early frame drop code | Marton Balint | 2013-11-16 | 1 | -6/+5 |
* | | ffplay: add smarter method for determining video picture duration | Marton Balint | 2013-11-05 | 1 | -1/+13 |
* | | ffplay: add frame duration estimated from frame rate to VideoPicture | Marton Balint | 2013-11-05 | 1 | -2/+8 |
* | | ffplay: avoid code duplication in AVFILTER enabled and disabled case | Marton Balint | 2013-11-05 | 1 | -6/+5 |
* | | ffplay: add support for libswresample options | Marton Balint | 2013-10-26 | 1 | -0/+8 |
* | | ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos | Marton Balint | 2013-10-26 | 1 | -2/+2 |
* | | ffplay: factor out picture freeing code | Marton Balint | 2013-10-26 | 1 | -10/+11 |
* | | ffplay: update and extend documentation for channel and stream switching | Marton Balint | 2013-10-26 | 1 | -2/+2 |
* | | ffplay: add support for changing the channel by the C key | Marton Balint | 2013-10-13 | 1 | -0/+6 |
* | | ffplay: cycle through the streams of the current program, and not every stream | Marton Balint | 2013-10-13 | 1 | -2/+20 |
* | | ffplay: add null packet after attached pics packet | Marton Balint | 2013-10-13 | 1 | -0/+1 |
* | | ffplay: factor out putting null packet into the queue | Marton Balint | 2013-10-13 | 1 | -14/+14 |
* | | ffplay: avoid direct access to lowres use av_codec_g/set_lowres() | Michael Niedermayer | 2013-10-03 | 1 | -6/+7 |
* | | ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres() | Michael Niedermayer | 2013-10-03 | 1 | -3/+3 |
* | | 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 |