summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 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
* Moves the display of metadata to dump_format()Peter Ross2009-08-12
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-07
* Make 'stats' a bool option again.Benoit Fouet2009-08-04
* Increase audio queue size in FFplay so files with big audio/video delayBaptiste Coudurier2009-07-30
* Display stats by default in FFplay and increase refresh time.Baptiste Coudurier2009-07-30
* Remove unnecessary rtsp.h #include.Diego Biurrun2009-07-14
* Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedStefano Sabatini2009-05-23
* fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier2009-05-22
* Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö2009-05-16
* Add missing frees to stream_close() and do_exit().Martin Storsjö2009-05-16
* Reset eof state on seeking.Michael Niedermayer2009-04-28
* indentMichael Niedermayer2009-04-19
* Only insert null packets into the video que if there is a video stream.Michael Niedermayer2009-04-19
* Avoid 100% CPU useage at EOF.Michael Niedermayer2009-04-19
* Make sure that video frames are flushed at EOF.Michael Niedermayer2009-04-19
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Move declaration of 'pict' closer to where it is used and initialize it.avcoder2009-03-23
* Switch ffplay to new seeking API.Michael Niedermayer2009-03-14
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-03
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-01
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-01
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-01
* convert ffplay to new metadata APIAurelien Jacobs2009-03-01
* Take account of struct size in total packet queue size tracking.Aurelien Jacobs2009-02-21
* FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_...Peter Ross2009-02-19
* Move debug trace to the new compute_frame_delay() function.Tomer Barletz2009-02-18
* Cosmetics: reindent after previous commit.Benoit Fouet2009-02-18
* Do not force last delay value to its own value.Tomer Barletz2009-02-18
* Extract into its own function the code to compute frame delay.Tomer Barletz2009-02-18
* Add ffplay subtitle stream selection command-line parameterBjörn Axelsson2009-02-09
* Fix blend_subrect for even-width subrects positioned on odd columnsBjörn Axelsson2009-02-09
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson2009-02-05
* Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson2009-02-05
* Fix vertical resolution of subtitles.Björn Axelsson2009-02-02
* Remove detection of mmsh protocol in ffplay.Aurelien Jacobs2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* fix warning: assignment makes pointer from integer without a castAurelien Jacobs2009-01-10
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-09
* Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer2009-01-07
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Display subtitles within the display area.Michael Niedermayer2009-01-03
* Fix files with fps between 0.5 and 0.1.Michael Niedermayer2008-12-14