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-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
2009-10-02Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini
2009-09-26Add a -loglevel command line option to ffplay.Stefano Sabatini
2009-08-12Moves the display of metadata to dump_format()Peter Ross
2009-08-07Remove some hunks of unused and disabled code cruft.Diego Biurrun
2009-08-04Make 'stats' a bool option again.Benoit Fouet
2009-07-31Increase audio queue size in FFplay so files with big audio/video delayBaptiste Coudurier
2009-07-31Display stats by default in FFplay and increase refresh time.Baptiste Coudurier
2009-07-14Remove unnecessary rtsp.h #include.Diego Biurrun
2009-05-24Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini
2009-05-23fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier