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
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
2009-05-16Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö
2009-05-16Add missing frees to stream_close() and do_exit().Martin Storsjö
2009-04-28Reset eof state on seeking.Michael Niedermayer
2009-04-20indentMichael Niedermayer
2009-04-20Only insert null packets into the video que if there is a video stream.Michael Niedermayer
2009-04-20Avoid 100% CPU useage at EOF.Michael Niedermayer
2009-04-20Make sure that video frames are flushed at EOF.Michael Niedermayer
2009-04-10Use the new avcodec_decode_* API.Thilo Borgmann
2009-03-23Move declaration of 'pict' closer to where it is used and initialize it.avcoder
2009-03-14Switch ffplay to new seeking API.Michael Niedermayer
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
2009-03-01Document ffplay -ast, -vst, and -sst options.Stefano Sabatini
2009-03-01Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini
2009-03-01Simplify the logic for the subtitle stream selection.Stefano Sabatini
2009-03-01Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini
2009-03-01convert ffplay to new metadata APIAurelien Jacobs
2009-02-21Take account of struct size in total packet queue size tracking.Aurelien Jacobs
2009-02-19FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross
2009-02-18Move debug trace to the new compute_frame_delay() function.Tomer Barletz
2009-02-18Cosmetics: reindent after previous commit.Benoit Fouet
2009-02-18Do not force last delay value to its own value.Tomer Barletz
2009-02-18Extract into its own function the code to compute frame delay.Tomer Barletz
2009-02-09Add ffplay subtitle stream selection command-line parameterBjörn Axelsson
2009-02-09Fix blend_subrect for even-width subrects positioned on odd columnsBjörn Axelsson
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2009-02-06Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson
2009-02-06Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson
2009-02-03Fix vertical resolution of subtitles.Björn Axelsson
2009-01-20Remove detection of mmsh protocol in ffplay.Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11fix warning: assignment makes pointer from integer without a castAurelien Jacobs