Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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