summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-021-1/+1
* Add a -loglevel command line option to ffplay.Stefano Sabatini2009-09-261-0/+1
* Moves the display of metadata to dump_format()Peter Ross2009-08-121-8/+0
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-071-17/+0
* Make 'stats' a bool option again.Benoit Fouet2009-08-041-1/+1
* Increase audio queue size in FFplay so files with big audio/video delayBaptiste Coudurier2009-07-301-1/+1
* Display stats by default in FFplay and increase refresh time.Baptiste Coudurier2009-07-301-3/+3
* Remove unnecessary rtsp.h #include.Diego Biurrun2009-07-141-1/+0
* Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini2009-05-231-18/+1
* fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier2009-05-221-1/+5
* Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö2009-05-161-4/+6
* Add missing frees to stream_close() and do_exit().Martin Storsjö2009-05-161-0/+6
* Reset eof state on seeking.Michael Niedermayer2009-04-281-0/+1
* indentMichael Niedermayer2009-04-191-5/+5
* Only insert null packets into the video que if there is a video stream.Michael Niedermayer2009-04-191-0/+2
* Avoid 100% CPU useage at EOF.Michael Niedermayer2009-04-191-0/+1
* Make sure that video frames are flushed at EOF.Michael Niedermayer2009-04-191-5/+7
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-14/+14
* Move declaration of 'pict' closer to where it is used and initialize it.avcoder2009-03-231-1/+3
* Switch ffplay to new seeking API.Michael Niedermayer2009-03-141-14/+10
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-031-2/+2
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-011-3/+3
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-011-2/+2
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-011-2/+1
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-011-1/+1
* convert ffplay to new metadata APIAurelien Jacobs2009-03-011-16/+3
* Take account of struct size in total packet queue size tracking.Aurelien Jacobs2009-02-211-2/+2
* FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross2009-02-191-1/+1
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-181-5/+5
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-181-1/+1
* Do not force last delay value to its own value.Tomer Barletz2009-02-181-1/+2
* Extract into its own function the code to compute frame delay.Tomer Barletz2009-02-181-39/+46
* Add ffplay subtitle stream selection command-line parameterBjörn Axelsson2009-02-091-1/+13
* Fix blend_subrect for even-width subrects positioned on odd columnsBjörn Axelsson2009-02-091-1/+1
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-1/+1
OpenPOWER on IntegriCloud