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
2011-09-24
ffplay: fix order of operations for sdl audio open.
Michael Niedermayer
2011-09-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-14
ffplay: dont drop all frames if realtime decoding is impossible
Michael Niedermayer
2011-09-13
ffplay: remove thread command line option code, it is unneeded for -threads X...
Michael Niedermayer
2011-09-13
avcodec: move "thread emulation" warning to common code
Michael Niedermayer
2011-09-06
lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...
Stefano Sabatini
2011-09-06
lavfi: unify asink_buffer and vsink_buffer API
Stefano Sabatini
2011-09-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-01
Replace some commented-out debug printf() / av_log() messages with av_dlog().
Diego Biurrun
2011-08-26
ffplay: fix a crash caused by aborting the video queue
Marton Balint
2011-08-25
ffplay: use lock manager callback to make libavcodec thread-safe
Marton Balint
2011-08-21
ffplay: remove unnecessary if (cur_stream) checks
Marton Balint
2011-08-21
ffplay: get rid of the global cur_stream variable
Marton Balint
2011-08-21
ffplay: make step variable a member of the VideoState struct
Marton Balint
2011-08-17
ffplay: do not erase the content of vfilters
Stefano Sabatini
2011-08-17
ffplay: increase log level of the message issued when the stream frame size c...
Stefano Sabatini
2011-08-17
ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary va...
Stefano Sabatini
2011-08-17
ffplay: in input_config_props(), honour the SAR specified in the codec context
Stefano Sabatini
2011-08-16
Fix compilation with --disable-avfilter.
Carl Eugen Hoyos
2011-08-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-15
ffplay: more precise audio clock based on current time
Marton Balint
2011-08-13
Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'
Michael Niedermayer
2011-08-10
NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'
Michael Niedermayer
2011-08-09
ffplay: pass frame durations clearly to video video_refresh
Marton Balint
2011-08-09
Rename ffplay to avplay.
Anton Khirnov
2011-08-01
Unbreak ffplay -s and ffplay -pix_fmt.
Carl Eugen Hoyos
2011-07-30
ffplay: set input link sample aspect ratio in input_config_props()
Stefano Sabatini
2011-07-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-28
cmdutils: add codec_opts parameter to setup_find_stream_info_opts()
Stefano Sabatini
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
ffplay: warn that -pix_fmt is no longer working, suggest alternative
Stefano Sabatini
2011-07-17
ffplay: warn that -s is no longer working, suggest alternative
Stefano Sabatini
2011-07-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'
Michael Niedermayer
2011-07-13
ffplay: use new avcodec_open2 and avformat_find_stream_info API.
Anton Khirnov
2011-07-13
Replace some gotos that lead to single return statements by direct return.
Diego Biurrun
2011-07-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-12
ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2
Diego Biurrun
2011-07-10
Hint why SDL_Init() may have failed.
Carl Eugen Hoyos
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-06-30
Make all option parsing functions match the function pointer type through whi...
Jeff Downs
2011-06-26
Move some variable declarations below the proper #ifdefs.
Diego Biurrun
2011-06-25
ffplay: Remove unused-but-set channels variable from update_sample_display().
Diego Biurrun
2011-06-22
ffplay: use new avformat_open_* API.
Anton Khirnov
2011-06-21
ffplay: do not init SDL audio if -an is specified.
Clément Bœsch
2011-06-21
Fix zero-length gnu_printf format string warning.
Clément Bœsch
2011-06-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-20
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
[next]