summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* make the RDFT vissualizatiom default, the scopes are ugly and eat CPU likeMichael Niedermayer2010-02-05
* Make sure the rdft has enough audio available.Michael Niedermayer2010-02-05
* Scale rdft vissualization up by 2 so theres no unused space on the topMichael Niedermayer2010-02-05
* Do not segfault when doing "ffplay -h"Vitor Sessak2010-02-05
* Pretty RDFT audio visualization.Michael Niedermayer2010-02-05
* Fast seeking.Michael Niedermayer2010-02-05
* autoexitMichael Niedermayer2010-02-04
* Clean after toggling wave.Michael Niedermayer2010-02-03
* Move is->frame_timer init from start to flush_pkt handling so it is alsoMichael Niedermayer2010-02-03
* The convertion between bit and byte is 8 not 60.Michael Niedermayer2010-02-03
* Compare the correct clocks for syncing video to audio/ext.Michael Niedermayer2010-02-02
* Move the initial refresh scheduling for audio display away from where itMichael Niedermayer2010-02-02
* Commit disapeared hunk, must have editied this out by mistake between local d...Michael Niedermayer2010-02-02
* Autodetect when byte based seeking is better (that is for all formats that allowMichael Niedermayer2010-02-02
* Use currently displayed file position instead of just url_ftell() for seeking...Michael Niedermayer2010-02-02
* Fix seek flagsMichael Niedermayer2010-02-02
* Use parentheses around && within ||, fix the gcc warning:Stefano Sabatini2010-02-01
* Reindent.Stefano Sabatini2010-02-01
* Make sure the faulty timestamp detection is just done when we have a pictureMichael Niedermayer2010-02-01
* Reset frame_last_delay to 0.Michael Niedermayer2010-02-01
* Move frame_last_delay into flush code as it must be reset on seeks to,Michael Niedermayer2010-02-01
* Reset frame_last_pts on flush (and thus also at start)Michael Niedermayer2010-02-01
* Insert a flush packet into the que on init, that way common code betweenMichael Niedermayer2010-02-01
* "Flush" the picture que on seeks, this prevents the display thread fromMichael Niedermayer2010-02-01
* Schedule refreshes from a thread that actually knows the PTS.Michael Niedermayer2010-02-01
* Fix race condition with reading between video_current_pts and video_current_p...Michael Niedermayer2010-02-01
* Try to more completely update time variables on unpause.Michael Niedermayer2010-02-01
* Simplify get_video_clock()Michael Niedermayer2010-02-01
* 10l, forgot HAS_ARG, -drp segfaulted.Michael Niedermayer2010-02-01
* decoder reorder pts auto detection.Michael Niedermayer2010-01-31
* Fix indention.Michael Niedermayer2010-01-31
* Fix seeking by bytes with the mouse and do so by default if the duration isMichael Niedermayer2010-01-30
* Fix AVFormat AVOprions.Michael Niedermayer2010-01-30
* Redesign packet queue full check to be more robust.Michael Niedermayer2010-01-30
* Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.Michael Niedermayer2010-01-30
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-30
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* IndentMåns Rullgård2010-01-20
* Always call avcodec_thread_init()Måns Rullgård2010-01-20
* Set thread_count in the decoder before to open it.Stefano Sabatini2009-12-28
* Print usage instead of help when no files are specified.Ramiro Polla2009-12-21
* Split show_usage() out of show_help().Ramiro Polla2009-12-21
* First print the program description and then the basic usage line.Ramiro Polla2009-12-21
* Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...Michael Niedermayer2009-12-13
* Show help if no cmd line options are provided at all.Michael Niedermayer2009-12-13
* Factorize common commandline options definition.Stefano Sabatini2009-11-29
* Split show_formats().Michael Niedermayer2009-11-19
* Add #include for required header config.h.Diego Biurrun2009-11-11
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-02
* Add a -loglevel command line option to ffplay.Stefano Sabatini2009-09-26