summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
...
* Reindent.Stefano Sabatini2010-02-011-8/+8
* Make sure the faulty timestamp detection is just done when we have a pictureMichael Niedermayer2010-02-011-0/+2
* Reset frame_last_delay to 0.Michael Niedermayer2010-02-011-1/+1
* Move frame_last_delay into flush code as it must be reset on seeks to,Michael Niedermayer2010-02-011-1/+1
* Reset frame_last_pts on flush (and thus also at start)Michael Niedermayer2010-02-011-0/+2
* Insert a flush packet into the que on init, that way common code betweenMichael Niedermayer2010-02-011-0/+3
* "Flush" the picture que on seeks, this prevents the display thread fromMichael Niedermayer2010-02-011-4/+22
* Schedule refreshes from a thread that actually knows the PTS.Michael Niedermayer2010-02-011-5/+2
* Fix race condition with reading between video_current_pts and video_current_p...Michael Niedermayer2010-02-011-10/+9
* Try to more completely update time variables on unpause.Michael Niedermayer2010-02-011-2/+7
* Simplify get_video_clock()Michael Niedermayer2010-02-011-4/+2
* 10l, forgot HAS_ARG, -drp segfaulted.Michael Niedermayer2010-02-011-1/+1
* decoder reorder pts auto detection.Michael Niedermayer2010-01-311-5/+24
* Fix indention.Michael Niedermayer2010-01-311-18/+18
* Fix seeking by bytes with the mouse and do so by default if the duration isMichael Niedermayer2010-01-301-4/+9
* Fix AVFormat AVOprions.Michael Niedermayer2010-01-301-0/+5
* Redesign packet queue full check to be more robust.Michael Niedermayer2010-01-301-6/+7
* Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.Michael Niedermayer2010-01-301-1/+1
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-301-1/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* IndentMåns Rullgård2010-01-201-1/+1
* Always call avcodec_thread_init()Måns Rullgård2010-01-201-1/+0
* Set thread_count in the decoder before to open it.Stefano Sabatini2009-12-281-3/+2
* Print usage instead of help when no files are specified.Ramiro Polla2009-12-211-1/+2
* Split show_usage() out of show_help().Ramiro Polla2009-12-211-1/+6
* First print the program description and then the basic usage line.Ramiro Polla2009-12-211-2/+2
* Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...Michael Niedermayer2009-12-131-0/+2
* Show help if no cmd line options are provided at all.Michael Niedermayer2009-12-131-0/+1
* Factorize common commandline options definition.Stefano Sabatini2009-11-291-8/+1
* Split show_formats().Michael Niedermayer2009-11-191-1/+4
* Add #include for required header config.h.Diego Biurrun2009-11-111-0/+1
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-021-1/+1
* Add a -loglevel command line option to ffplay.Stefano Sabatini2009-09-261-0/+1
* Moves the display of metadata to dump_format()Peter Ross2009-08-121-8/+0
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-071-17/+0
* Make 'stats' a bool option again.Benoit Fouet2009-08-041-1/+1
* Increase audio queue size in FFplay so files with big audio/video delayBaptiste Coudurier2009-07-301-1/+1
* Display stats by default in FFplay and increase refresh time.Baptiste Coudurier2009-07-301-3/+3
* Remove unnecessary rtsp.h #include.Diego Biurrun2009-07-141-1/+0
* Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini2009-05-231-18/+1
* fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier2009-05-221-1/+5
* Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö2009-05-161-4/+6
* Add missing frees to stream_close() and do_exit().Martin Storsjö2009-05-161-0/+6
* Reset eof state on seeking.Michael Niedermayer2009-04-281-0/+1
* indentMichael Niedermayer2009-04-191-5/+5
* Only insert null packets into the video que if there is a video stream.Michael Niedermayer2009-04-191-0/+2
* Avoid 100% CPU useage at EOF.Michael Niedermayer2009-04-191-0/+1
* Make sure that video frames are flushed at EOF.Michael Niedermayer2009-04-191-5/+7
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-14/+14
* Move declaration of 'pict' closer to where it is used and initialize it.avcoder2009-03-231-1/+3
OpenPOWER on IntegriCloud