902 Commits (38fd4c2e664a38e17663d2d469c5e0f1ecec3269)

Author SHA1 Message Date
Michael Niedermayer 774668763a ffplay: display information on stream cycling 11 years ago
Marton Balint 23e77f0e33 ffplay: flush subtitle codecs as well with null packets 11 years ago
Marton Balint cec6dec7c8 ffplay: reorder the filters to ensure that inputs of the custom filters are merged first 11 years ago
Lukasz Marek 9d087ab5ef ffplay: remove redundant prototype 11 years ago
Marton Balint ac7b4bfdeb ffplay: do not wait for the picture allocation to finish on exit 11 years ago
Marton Balint e90aef9195 ffplay: remove two unneeded av_free_packet calls 11 years ago
Marton Balint e3ff6938b5 ffplay: remove some unneded av_frame_unref calls 11 years ago
Marton Balint 379caaa778 ffplay: remove unneeded avcodec_get_frame_defaults 11 years ago
Marton Balint e37d4920c1 ffplay: use precalculated frame size and bytes per sec values 11 years ago
Marton Balint e98cd24a89 ffplay: precalculate audio output frame size and byte per sec 11 years ago
Marton Balint ad01fae86d ffplay: set default window size before starting audio 11 years ago
Marton Balint 2b377fb4c0 ffplay: factor out function setting default window size 11 years ago
Marton Balint eff4820eb2 ffplay: remove no longer necessary codec flush 11 years ago
Marton Balint 318bf57c3f ffplay: do not wait for flushing the picture queue on flush packet 11 years ago
Stefano Sabatini 5e1c57f5cb ffplay: do not call avcodec_register_all() explicitly 11 years ago
Marton Balint 2803140457 ffplay: calculate last frame duration from vp->pts instead of frame_last_pts 11 years ago
Marton Balint 02b76aa377 ffplay: simplify early frame drop code 11 years ago
Marton Balint 5ecfcc7dff ffplay: add smarter method for determining video picture duration 11 years ago
Marton Balint 61dd319770 ffplay: add frame duration estimated from frame rate to VideoPicture 11 years ago
Marton Balint 105d4748cf ffplay: avoid code duplication in AVFILTER enabled and disabled case 11 years ago
Marton Balint 44758b4d17 ffplay: add support for libswresample options 11 years ago
Marton Balint 04de0e04c5 ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos 11 years ago
Marton Balint 2d059d8de1 ffplay: factor out picture freeing code 11 years ago
Marton Balint 060c42bc3d ffplay: update and extend documentation for channel and stream switching 11 years ago
Marton Balint 3130416aec ffplay: add support for changing the channel by the C key 11 years ago
Marton Balint 543d81a707 ffplay: cycle through the streams of the current program, and not every stream 11 years ago
Marton Balint 0258e4dc8b ffplay: add null packet after attached pics packet 11 years ago
Marton Balint b118d3e24d ffplay: factor out putting null packet into the queue 11 years ago
Michael Niedermayer c7fe2a3733 ffplay: avoid direct access to lowres use av_codec_g/set_lowres() 11 years ago
Michael Niedermayer b72040daad ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres() 11 years ago
Michael Niedermayer 5c6a58746b ffplay: make next_nb_channels[] static const 11 years ago
Marton Balint 18be3fac1d ffplay: check for filter EOF return codes 11 years ago
Marton Balint e84ca8d38a ffplay: ensure the decoder is flushed before exiting or looping 11 years ago
Marton Balint 608989f6bf ffplay: fix memleak of non-bitmap subtitles 11 years ago
Marton Balint 9f120e034f ffplay: free subtitle pictures on exit 11 years ago
Stefano Sabatini f9f7f4c9bb ffplay: improve error message in case of failure, mention filtergraph configuration 11 years ago
Marton Balint b198e33ad8 ffplay: fix build with disabled avfilter 11 years ago
Marton Balint 73b2043d72 ffplay: use start_time as next audio pts on flush when seeking is not supported 11 years ago
Marton Balint b383498ea8 ffplay: estimate audio frame pts from the previous frame pts values 11 years ago
Marton Balint 782e06e292 ffplay: simplify audio decoding 11 years ago
Michael Niedermayer 786b0968dd ffplay: remove explicit idct option 12 years ago
Marton Balint f07cb53ab9 ffplay: assume 0 stream start time if start time is unset in duration check 12 years ago
Marton Balint 3886572a83 ffplay: do not update audio clock with old audio pts if current frame is AV_NOPTS_VALUE 12 years ago
Stefano Sabatini 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 12 years ago
Marton Balint 02fc61a5a6 ffplay: always send zero packets to flush audio decoders 12 years ago
Marton Balint 447d2e31d1 ffplay: use frame->pkt_pts instead of pkt->pts in audio pts calculation 12 years ago
Marton Balint 9fac752afa ffplay: simplify and fix flushing out old subtitles on seeking 12 years ago
Marton Balint 96b33ddbd0 ffplay: remove remains of the old audio and video clock VideoState variables 12 years ago
Marton Balint 05f0d53170 ffplay: fix missed conversion of video_current_pts to vidclk.pts in subtitles 12 years ago
Marton Balint f73d6d2af7 ffplay: cast vp->height to int64 in buffer size check 12 years ago