index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffplay.c
Age
Commit message (
Expand
)
Author
2014-08-08
replace calls to url_feof() with avio_feof()
James Almer
2014-07-12
ffplay: increase subtitle que size
Michael Niedermayer
2014-06-24
ffplay: decrease audio_diff_threshold
Marton Balint
2014-06-24
ffplay: decrease max audio callbacks per second
Marton Balint
2014-06-24
ffplay: calculate SDL audio buffer size based on sample rate
Marton Balint
2014-06-24
ffplay: pass simple integers to calculate_display_rect and set_default_window...
Marton Balint
2014-06-24
ffplay: eliminate pictq_prev_picture
Marton Balint
2014-06-17
ffplay: remove -ec handling code
Michael Niedermayer
2014-05-23
ffplay: support rotated video.
Clément Bœsch
2014-05-17
ffplay: Use av_gettime_relative()
Olivier Langlois
2014-05-17
ffplay: add support for toggling between multiple video filters with the w key
Marton Balint
2014-05-17
ffplay: try multiple sample rates if audio open fails
Marton Balint
2014-05-17
cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because...
John Peebles
2014-05-17
ffplay: fix compilation with Visual Studio
Marton Balint
2014-05-17
ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04
Marton Balint
2014-04-15
avformat: add av_format_inject_global_side_data(), and disable it by default
Michael Niedermayer
2014-03-12
ffplay: display information on stream cycling
Michael Niedermayer
2014-02-10
Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'
Michael Niedermayer
2014-02-05
ffplay: flush subtitle codecs as well with null packets
Marton Balint
2014-02-05
ffplay: reorder the filters to ensure that inputs of the custom filters are m...
Marton Balint
2014-01-27
ffplay: remove redundant prototype
Lukasz Marek
2013-12-29
ffplay: do not wait for the picture allocation to finish on exit
Marton Balint
2013-12-29
ffplay: remove two unneeded av_free_packet calls
Marton Balint
2013-12-29
ffplay: remove some unneded av_frame_unref calls
Marton Balint
2013-12-29
ffplay: remove unneeded avcodec_get_frame_defaults
Marton Balint
2013-12-29
ffplay: use precalculated frame size and bytes per sec values
Marton Balint
2013-12-29
ffplay: precalculate audio output frame size and byte per sec
Marton Balint
2013-12-11
Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'
Michael Niedermayer
2013-12-06
ffplay: set default window size before starting audio
Marton Balint
2013-12-06
ffplay: factor out function setting default window size
Marton Balint
2013-12-06
ffplay: remove no longer necessary codec flush
Marton Balint
2013-12-06
ffplay: do not wait for flushing the picture queue on flush packet
Marton Balint
2013-11-25
ffplay: do not call avcodec_register_all() explicitly
Stefano Sabatini
2013-11-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-16
Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'
Michael Niedermayer
2013-11-16
ffplay: calculate last frame duration from vp->pts instead of frame_last_pts
Marton Balint
2013-11-16
ffplay: simplify early frame drop code
Marton Balint
2013-11-05
ffplay: add smarter method for determining video picture duration
Marton Balint
2013-11-05
ffplay: add frame duration estimated from frame rate to VideoPicture
Marton Balint
2013-11-05
ffplay: avoid code duplication in AVFILTER enabled and disabled case
Marton Balint
2013-10-26
ffplay: add support for libswresample options
Marton Balint
2013-10-26
ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos
Marton Balint
2013-10-26
ffplay: factor out picture freeing code
Marton Balint
2013-10-26
ffplay: update and extend documentation for channel and stream switching
Marton Balint
2013-10-13
ffplay: add support for changing the channel by the C key
Marton Balint
2013-10-13
ffplay: cycle through the streams of the current program, and not every stream
Marton Balint
2013-10-13
ffplay: add null packet after attached pics packet
Marton Balint
2013-10-13
ffplay: factor out putting null packet into the queue
Marton Balint
2013-10-03
ffplay: avoid direct access to lowres use av_codec_g/set_lowres()
Michael Niedermayer
2013-10-03
ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres()
Michael Niedermayer
[next]