summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix blend_subrect for some subrects positioned on odd rows.Björn Axelsson2009-02-051-2/+2
* Fix blend_subrect for subrects positioned on odd rows.Björn Axelsson2009-02-051-0/+2
* Fix vertical resolution of subtitles.Björn Axelsson2009-02-021-2/+2
* Remove detection of mmsh protocol in ffplay.Aurelien Jacobs2009-01-191-4/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* fix warning: assignment makes pointer from integer without a castAurelien Jacobs2009-01-101-1/+1
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-091-0/+1
* Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer2009-01-071-2/+9
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-7/+7
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-6/+7
* Display subtitles within the display area.Michael Niedermayer2009-01-031-4/+4
* Fix files with fps between 0.5 and 0.1.Michael Niedermayer2008-12-141-1/+1
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-171-1/+1
* Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* AVOptions support for ffplay.Michael Niedermayer2008-09-281-1/+13
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-3/+3
* Fix round to even for aspect ratio correction.Michael Niedermayer2008-09-031-2/+2
OpenPOWER on IntegriCloud