index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix seek flags
Michael Niedermayer
2010-02-02
1
-0
/
+1
*
Use parentheses around && within ||, fix the gcc warning:
Stefano Sabatini
2010-02-01
1
-1
/
+1
*
Reindent.
Stefano Sabatini
2010-02-01
1
-8
/
+8
*
Make sure the faulty timestamp detection is just done when we have a picture
Michael Niedermayer
2010-02-01
1
-0
/
+2
*
Reset frame_last_delay to 0.
Michael Niedermayer
2010-02-01
1
-1
/
+1
*
Move frame_last_delay into flush code as it must be reset on seeks to,
Michael Niedermayer
2010-02-01
1
-1
/
+1
*
Reset frame_last_pts on flush (and thus also at start)
Michael Niedermayer
2010-02-01
1
-0
/
+2
*
Insert a flush packet into the que on init, that way common code between
Michael Niedermayer
2010-02-01
1
-0
/
+3
*
"Flush" the picture que on seeks, this prevents the display thread from
Michael Niedermayer
2010-02-01
1
-4
/
+22
*
Schedule refreshes from a thread that actually knows the PTS.
Michael Niedermayer
2010-02-01
1
-5
/
+2
*
Fix race condition with reading between video_current_pts and video_current_p...
Michael Niedermayer
2010-02-01
1
-10
/
+9
*
Try to more completely update time variables on unpause.
Michael Niedermayer
2010-02-01
1
-2
/
+7
*
Simplify get_video_clock()
Michael Niedermayer
2010-02-01
1
-4
/
+2
*
10l, forgot HAS_ARG, -drp segfaulted.
Michael Niedermayer
2010-02-01
1
-1
/
+1
*
decoder reorder pts auto detection.
Michael Niedermayer
2010-01-31
1
-5
/
+24
*
Fix indention.
Michael Niedermayer
2010-01-31
1
-18
/
+18
*
Fix seeking by bytes with the mouse and do so by default if the duration is
Michael Niedermayer
2010-01-30
1
-4
/
+9
*
Fix AVFormat AVOprions.
Michael Niedermayer
2010-01-30
1
-0
/
+5
*
Redesign packet queue full check to be more robust.
Michael Niedermayer
2010-01-30
1
-6
/
+7
*
Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.
Michael Niedermayer
2010-01-30
1
-1
/
+1
*
Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()
Stefano Sabatini
2010-01-30
1
-1
/
+2
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-2
/
+2
*
Indent
Måns Rullgård
2010-01-20
1
-1
/
+1
*
Always call avcodec_thread_init()
Måns Rullgård
2010-01-20
1
-1
/
+0
*
Set thread_count in the decoder before to open it.
Stefano Sabatini
2009-12-28
1
-3
/
+2
*
Print usage instead of help when no files are specified.
Ramiro Polla
2009-12-21
1
-1
/
+2
*
Split show_usage() out of show_help().
Ramiro Polla
2009-12-21
1
-1
/
+6
*
First print the program description and then the basic usage line.
Ramiro Polla
2009-12-21
1
-2
/
+2
*
Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...
Michael Niedermayer
2009-12-13
1
-0
/
+2
*
Show help if no cmd line options are provided at all.
Michael Niedermayer
2009-12-13
1
-0
/
+1
*
Factorize common commandline options definition.
Stefano Sabatini
2009-11-29
1
-8
/
+1
*
Split show_formats().
Michael Niedermayer
2009-11-19
1
-1
/
+4
*
Add #include for required header config.h.
Diego Biurrun
2009-11-11
1
-0
/
+1
*
Prefer "loglevel" over "logging level number or string" as argname of
Stefano Sabatini
2009-10-02
1
-1
/
+1
*
Add a -loglevel command line option to ffplay.
Stefano Sabatini
2009-09-26
1
-0
/
+1
*
Moves the display of metadata to dump_format()
Peter Ross
2009-08-12
1
-8
/
+0
*
Remove some hunks of unused and disabled code cruft.
Diego Biurrun
2009-08-07
1
-17
/
+0
*
Make 'stats' a bool option again.
Benoit Fouet
2009-08-04
1
-1
/
+1
*
Increase audio queue size in FFplay so files with big audio/video delay
Baptiste Coudurier
2009-07-30
1
-1
/
+1
*
Display stats by default in FFplay and increase refresh time.
Baptiste Coudurier
2009-07-30
1
-3
/
+3
*
Remove unnecessary rtsp.h #include.
Diego Biurrun
2009-07-14
1
-1
/
+0
*
Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those defined
Stefano Sabatini
2009-05-23
1
-18
/
+1
*
fix mouse seeking when start time is not set, fix #1083
Baptiste Coudurier
2009-05-22
1
-1
/
+5
*
Move img_convert_ctx to VideoState and free it in stream_close().
Martin Storsjö
2009-05-16
1
-4
/
+6
*
Add missing frees to stream_close() and do_exit().
Martin Storsjö
2009-05-16
1
-0
/
+6
*
Reset eof state on seeking.
Michael Niedermayer
2009-04-28
1
-0
/
+1
*
indent
Michael Niedermayer
2009-04-19
1
-5
/
+5
*
Only insert null packets into the video que if there is a video stream.
Michael Niedermayer
2009-04-19
1
-0
/
+2
*
Avoid 100% CPU useage at EOF.
Michael Niedermayer
2009-04-19
1
-0
/
+1
*
Make sure that video frames are flushed at EOF.
Michael Niedermayer
2009-04-19
1
-5
/
+7
[next]