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
2009-04-28
Reset eof state on seeking.
Michael Niedermayer
2009-04-19
indent
Michael Niedermayer
2009-04-19
Only insert null packets into the video que if there is a video stream.
Michael Niedermayer
2009-04-19
Avoid 100% CPU useage at EOF.
Michael Niedermayer
2009-04-19
Make sure that video frames are flushed at EOF.
Michael Niedermayer
2009-04-10
Use the new avcodec_decode_* API.
Thilo Borgmann
2009-03-23
Move declaration of 'pict' closer to where it is used and initialize it.
avcoder
2009-03-14
Switch ffplay to new seeking API.
Michael Niedermayer
2009-03-03
Rename avctx_opts to avcodec_opts.
Stefano Sabatini
2009-03-01
Document ffplay -ast, -vst, and -sst options.
Stefano Sabatini
2009-03-01
Apply the same logic used for subtitle stream selection to audio and video
Stefano Sabatini
2009-03-01
Simplify the logic for the subtitle stream selection.
Stefano Sabatini
2009-03-01
Fix subtitle selection logic, make ffplay select the subtitle stream N
Stefano Sabatini
2009-03-01
convert ffplay to new metadata API
Aurelien Jacobs
2009-02-21
Take account of struct size in total packet queue size tracking.
Aurelien Jacobs
2009-02-19
FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...
Peter Ross
2009-02-18
Move debug trace to the new compute_frame_delay() function.
Tomer Barletz
2009-02-18
Cosmetics: reindent after previous commit.
Benoit Fouet
2009-02-18
Do not force last delay value to its own value.
Tomer Barletz
2009-02-18
Extract into its own function the code to compute frame delay.
Tomer Barletz
2009-02-09
Add ffplay subtitle stream selection command-line parameter
Björn Axelsson
2009-02-09
Fix blend_subrect for even-width subrects positioned on odd columns
Björn Axelsson
2009-02-08
Replace the calls to the deprecated av_alloc_format_context() with
Stefano Sabatini
2009-02-05
Fix blend_subrect for some subrects positioned on odd rows.
Björn Axelsson
2009-02-05
Fix blend_subrect for subrects positioned on odd rows.
Björn Axelsson
2009-02-02
Fix vertical resolution of subtitles.
Björn Axelsson
2009-01-19
Remove detection of mmsh protocol in ffplay.
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-10
fix warning: assignment makes pointer from integer without a cast
Aurelien Jacobs
2009-01-09
fix segv, always set audio_buf to audio_buf1 if decoding fail
Baptiste Coudurier
2009-01-07
Inject NULL packets into the video packet que at EOF to force all delayed
Michael Niedermayer
2009-01-03
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer
2009-01-03
Change AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer
2009-01-03
Display subtitles within the display area.
Michael Niedermayer
2008-12-14
Fix files with fps between 0.5 and 0.1.
Michael Niedermayer
2008-11-17
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a
Stefano Sabatini
2008-10-04
Mark ffplay internal variables static. Patch by Diego Pettenò
Diego Pettenò
2008-09-28
AVOptions support for ffplay.
Michael Niedermayer
2008-09-08
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-03
Fix round to even for aspect ratio correction.
Michael Niedermayer
2008-08-24
Ensure that SDL_AddTimer() is never called with a delay of 0 because
Michael Niedermayer
2008-08-23
export sample_aspect_ratio read by the demuxer in a separate field
Aurelien Jacobs
2008-08-20
Simplify timestamp reordering by using the new API.
Michael Niedermayer
2008-08-18
Set AVStream.discard, so that demuxers can choose which stream to select if t...
Ronald S. Bultje
2008-08-15
Simplify by using FFMAX.
Michael Niedermayer
2008-08-02
Add sample format converter to FFplay.
Peter Ross
2008-08-02
Simplify AVCodecContext usage within FFplay audio_decode_frame()
Peter Ross
2008-06-12
Change opt_sync function behavior to print an error message.
Stefano Sabatini
2008-05-29
Remove unnecessary header #includes.
Erik Hovland
2008-05-29
Simplify show_banner() so that it does not require arguments, similar
Stefano Sabatini
[next]