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
2012-08-16
ffplay: reque attached pictures on channel changes.
Michael Niedermayer
2012-08-12
ffplay: avoid SDL_atoi()
Michael Niedermayer
2012-07-20
ffplay: fix warning that i just mistakenly introduced
Michael Niedermayer
2012-07-20
ffplay: fix planar audio
Michael Niedermayer
2012-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-01
Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
2012-06-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-30
ffplay: only configure video filters after we got the first frame
Marton Balint
2012-06-30
ffplay: factorize expression in audio_decode_frame()
Stefano Sabatini
2012-06-29
ffplay: group together and vertically align correlated parameters in log func...
Stefano Sabatini
2012-06-29
ffplay: vertially align complex if condition in audio_decode_frame()
Stefano Sabatini
2012-06-29
ffplay: move assignment in else block in audio_decode_frame()
Stefano Sabatini
2012-06-29
ffplay: split overly long line in audio_decode_frame()
Stefano Sabatini
2012-06-29
ffplay: avoid useless NULL checks in swr_free()
Stefano Sabatini
2012-06-29
ffplay: fix wrong reference to function in audio_decode_frame() comment
Stefano Sabatini
2012-06-28
ffplay: simplify code by using avfilter_unref_bufferp()
Stefano Sabatini
2012-06-28
lavfi: deprecate av_buffersrc_buffer() function
Stefano Sabatini
2012-06-26
ffplay: add configure_filtergraph() helper
Stefano Sabatini
2012-06-26
lavfi: remove old video sink API
Stefano Sabatini
2012-06-25
ffplay: give more meaningful names to the buffersink instances
Stefano Sabatini
2012-06-25
lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API
Stefano Sabatini
2012-06-23
ffplay: add cast to fix warning in configure_video_filters()
Stefano Sabatini
2012-06-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-17
ffplay: fix -vismv 1
Michael Niedermayer
2012-06-17
ffplay: rename buffer source instance from "src" to "ffplay_buffer"
Stefano Sabatini
2012-06-17
ffplay: use key=val syntax for the buffersrc args
Stefano Sabatini
2012-06-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-09
ffplay: fix return value of get_video_frame if avcodec_decode_video fails
Marton Balint
2012-06-08
ffplay: reset AVFrame to defaults before decoding each new frame.
Michael Niedermayer
2012-06-08
ffplay: check return code of avcodec_decode_video2()
Michael Niedermayer
2012-06-07
ffplay: fix build if avfilter is disabled
Marton Balint
2012-06-07
ffplay: fix frame_delay calculation in new avfilter code
Marton Balint
2012-06-07
ffplay: add support for changing pixel format
Marton Balint
2012-06-07
ffplay: add missing filt_in assignment after video filter reconfigure
Marton Balint
2012-06-07
ffplay: fix frame aspect ratio after qatar merge
Marton Balint
2012-06-07
ffplay: fix use after free
Michael Niedermayer
2012-06-07
ffplay: use dummy video driver if display is disabled
Marton Balint
2012-06-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-02
ffplay: calculate audio diff threshold based on the actual settings
Marton Balint
2012-06-02
ffplay: try more channel count combinations for SDL_OpenAudio
Marton Balint
2012-06-02
ffplay: simplify audio_open, rename parameters to more explanatory names
Marton Balint
2012-06-02
ffplay: remove VideoState from audio_open
Marton Balint
2012-06-02
ffplay: put audio parameters to their own struct
Marton Balint
2012-06-02
ffplay: put audio_open into a seperate function
Marton Balint
2012-05-29
ffplay: remove VideoPicture pix_fmt and use frame pixel format instead
Marton Balint
2012-05-29
ffplay: only request 4 or 6 channels from SDL, if SDL version is at least 1.2.8
Marton Balint
2012-05-29
ffplay: add pause audio feature in the middle of a packet
Marton Balint
2012-05-29
ffplay: remove VideoPicture duration field
Marton Balint
2012-05-24
ffplay: force exit when filter configuration fails
Marton Balint
[next]