summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
...
* cosmetics : re-indent after r21639.Jai Menon2010-02-061-47/+47
* Remove unused variable ref_clock, fix the warning:Stefano Sabatini2010-02-061-1/+1
* make the RDFT vissualizatiom default, the scopes are ugly and eat CPU likeMichael Niedermayer2010-02-051-1/+1
* Make sure the rdft has enough audio available.Michael Niedermayer2010-02-051-7/+9
* Scale rdft vissualization up by 2 so theres no unused space on the topMichael Niedermayer2010-02-051-2/+2
* Do not segfault when doing "ffplay -h"Vitor Sessak2010-02-051-1/+1
* Pretty RDFT audio visualization.Michael Niedermayer2010-02-051-2/+51
* Fast seeking.Michael Niedermayer2010-02-051-3/+11
* autoexitMichael Niedermayer2010-02-041-0/+6
* Clean after toggling wave.Michael Niedermayer2010-02-031-0/+5
* Move is->frame_timer init from start to flush_pkt handling so it is alsoMichael Niedermayer2010-02-031-1/+1
* The convertion between bit and byte is 8 not 60.Michael Niedermayer2010-02-031-1/+1
* Compare the correct clocks for syncing video to audio/ext.Michael Niedermayer2010-02-021-2/+1
* Move the initial refresh scheduling for audio display away from where itMichael Niedermayer2010-02-021-4/+4
* Commit disapeared hunk, must have editied this out by mistake between local d...Michael Niedermayer2010-02-021-0/+1
* Autodetect when byte based seeking is better (that is for all formats that allowMichael Niedermayer2010-02-021-2/+5
* Use currently displayed file position instead of just url_ftell() for seeking...Michael Niedermayer2010-02-021-5/+14
* Fix seek flagsMichael Niedermayer2010-02-021-0/+1
* Use parentheses around && within ||, fix the gcc warning:Stefano Sabatini2010-02-011-1/+1
* 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
OpenPOWER on IntegriCloud