summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-151-0/+2
* ffplay: display information on stream cyclingMichael Niedermayer2014-03-121-0/+5
* Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer2014-02-101-4/+39
|\
* | ffplay: flush subtitle codecs as well with null packetsMarton Balint2014-02-051-0/+2
* | ffplay: reorder the filters to ensure that inputs of the custom filters are m...Marton Balint2014-02-051-1/+6
* | ffplay: remove redundant prototypeLukasz Marek2014-01-271-2/+0
* | ffplay: do not wait for the picture allocation to finish on exitMarton Balint2013-12-291-1/+1
* | ffplay: remove two unneeded av_free_packet callsMarton Balint2013-12-291-2/+0
* | ffplay: remove some unneded av_frame_unref callsMarton Balint2013-12-291-2/+0
* | ffplay: remove unneeded avcodec_get_frame_defaultsMarton Balint2013-12-291-2/+0
* | ffplay: use precalculated frame size and bytes per sec valuesMarton Balint2013-12-291-6/+3
* | ffplay: precalculate audio output frame size and byte per secMarton Balint2013-12-291-0/+8
* | Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'Michael Niedermayer2013-12-111-1/+0
|\ \ | |/
* | ffplay: set default window size before starting audioMarton Balint2013-12-061-0/+7
* | ffplay: factor out function setting default window sizeMarton Balint2013-12-061-6/+10
* | ffplay: remove no longer necessary codec flushMarton Balint2013-12-061-1/+0
* | ffplay: do not wait for flushing the picture queue on flush packetMarton Balint2013-12-061-9/+4
* | ffplay: do not call avcodec_register_all() explicitlyStefano Sabatini2013-11-251-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/
* | ffplay: calculate last frame duration from vp->pts instead of frame_last_ptsMarton Balint2013-11-161-27/+5
* | ffplay: simplify early frame drop codeMarton Balint2013-11-161-6/+5
* | ffplay: add smarter method for determining video picture durationMarton Balint2013-11-051-1/+13
* | ffplay: add frame duration estimated from frame rate to VideoPictureMarton Balint2013-11-051-2/+8
* | ffplay: avoid code duplication in AVFILTER enabled and disabled caseMarton Balint2013-11-051-6/+5
* | ffplay: add support for libswresample optionsMarton Balint2013-10-261-0/+8
* | ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint2013-10-261-2/+2
* | ffplay: factor out picture freeing codeMarton Balint2013-10-261-10/+11
* | ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-261-2/+2
* | ffplay: add support for changing the channel by the C keyMarton Balint2013-10-131-0/+6
* | ffplay: cycle through the streams of the current program, and not every streamMarton Balint2013-10-131-2/+20
* | ffplay: add null packet after attached pics packetMarton Balint2013-10-131-0/+1
* | ffplay: factor out putting null packet into the queueMarton Balint2013-10-131-14/+14
* | ffplay: avoid direct access to lowres use av_codec_g/set_lowres()Michael Niedermayer2013-10-031-6/+7
* | ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres()Michael Niedermayer2013-10-031-3/+3
* | ffplay: make next_nb_channels[] static constMichael Niedermayer2013-08-241-1/+1
* | ffplay: check for filter EOF return codesMarton Balint2013-08-091-0/+4
* | ffplay: ensure the decoder is flushed before exiting or loopingMarton Balint2013-08-091-8/+17
* | ffplay: fix memleak of non-bitmap subtitlesMarton Balint2013-08-091-0/+2
* | ffplay: free subtitle pictures on exitMarton Balint2013-08-091-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-261-1/+2
|\ \ | |/
* | ffplay: improve error message in case of failure, mention filtergraph configu...Stefano Sabatini2013-07-211-1/+2
* | ffplay: fix build with disabled avfilterMarton Balint2013-07-211-0/+4
* | ffplay: use start_time as next audio pts on flush when seeking is not supportedMarton Balint2013-07-201-0/+2
* | ffplay: estimate audio frame pts from the previous frame pts valuesMarton Balint2013-07-201-2/+9
* | ffplay: simplify audio decodingMarton Balint2013-07-201-13/+7
* | ffplay: remove explicit idct optionMichael Niedermayer2013-07-131-3/+0
* | ffplay: assume 0 stream start time if start time is unset in duration checkMarton Balint2013-07-091-1/+3
* | ffplay: do not update audio clock with old audio pts if current frame is AV_N...Marton Balint2013-07-091-5/+8
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-031-1/+1
OpenPOWER on IntegriCloud