| Commit message (Expand) | Author | Age | Files | Lines |
* | Factorize common commandline options definition. | Stefano Sabatini | 2009-11-29 | 1 | -8/+1 |
* | Split show_formats(). | Michael Niedermayer | 2009-11-19 | 1 | -1/+4 |
* | Add #include for required header config.h. | Diego Biurrun | 2009-11-11 | 1 | -0/+1 |
* | Prefer "loglevel" over "logging level number or string" as argname of | Stefano Sabatini | 2009-10-02 | 1 | -1/+1 |
* | Add a -loglevel command line option to ffplay. | Stefano Sabatini | 2009-09-26 | 1 | -0/+1 |
* | Moves the display of metadata to dump_format() | Peter Ross | 2009-08-12 | 1 | -8/+0 |
* | Remove some hunks of unused and disabled code cruft. | Diego Biurrun | 2009-08-07 | 1 | -17/+0 |
* | Make 'stats' a bool option again. | Benoit Fouet | 2009-08-04 | 1 | -1/+1 |
* | Increase audio queue size in FFplay so files with big audio/video delay | Baptiste Coudurier | 2009-07-30 | 1 | -1/+1 |
* | Display stats by default in FFplay and increase refresh time. | Baptiste Coudurier | 2009-07-30 | 1 | -3/+3 |
* | Remove unnecessary rtsp.h #include. | Diego Biurrun | 2009-07-14 | 1 | -1/+0 |
* | Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those defined | Stefano Sabatini | 2009-05-23 | 1 | -18/+1 |
* | fix mouse seeking when start time is not set, fix #1083 | Baptiste Coudurier | 2009-05-22 | 1 | -1/+5 |
* | Move img_convert_ctx to VideoState and free it in stream_close(). | Martin Storsjö | 2009-05-16 | 1 | -4/+6 |
* | Add missing frees to stream_close() and do_exit(). | Martin Storsjö | 2009-05-16 | 1 | -0/+6 |
* | Reset eof state on seeking. | Michael Niedermayer | 2009-04-28 | 1 | -0/+1 |
* | indent | Michael Niedermayer | 2009-04-19 | 1 | -5/+5 |
* | Only insert null packets into the video que if there is a video stream. | Michael Niedermayer | 2009-04-19 | 1 | -0/+2 |
* | Avoid 100% CPU useage at EOF. | Michael Niedermayer | 2009-04-19 | 1 | -0/+1 |
* | Make sure that video frames are flushed at EOF. | Michael Niedermayer | 2009-04-19 | 1 | -5/+7 |
* | Use the new avcodec_decode_* API. | Thilo Borgmann | 2009-04-10 | 1 | -14/+14 |
* | Move declaration of 'pict' closer to where it is used and initialize it. | avcoder | 2009-03-23 | 1 | -1/+3 |
* | Switch ffplay to new seeking API. | Michael Niedermayer | 2009-03-14 | 1 | -14/+10 |
* | Rename avctx_opts to avcodec_opts. | Stefano Sabatini | 2009-03-03 | 1 | -2/+2 |
* | Document ffplay -ast, -vst, and -sst options. | Stefano Sabatini | 2009-03-01 | 1 | -3/+3 |
* | Apply the same logic used for subtitle stream selection to audio and video | Stefano Sabatini | 2009-03-01 | 1 | -2/+2 |
* | Simplify the logic for the subtitle stream selection. | Stefano Sabatini | 2009-03-01 | 1 | -2/+1 |
* | Fix subtitle selection logic, make ffplay select the subtitle stream N | Stefano Sabatini | 2009-03-01 | 1 | -1/+1 |
* | convert ffplay to new metadata API | Aurelien Jacobs | 2009-03-01 | 1 | -16/+3 |
* | Take account of struct size in total packet queue size tracking. | Aurelien Jacobs | 2009-02-21 | 1 | -2/+2 |
* | FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_... | Peter Ross | 2009-02-19 | 1 | -1/+1 |
* | Move debug trace to the new compute_frame_delay() function. | Tomer Barletz | 2009-02-18 | 1 | -5/+5 |
* | Cosmetics: reindent after previous commit. | Benoit Fouet | 2009-02-18 | 1 | -1/+1 |
* | Do not force last delay value to its own value. | Tomer Barletz | 2009-02-18 | 1 | -1/+2 |
* | Extract into its own function the code to compute frame delay. | Tomer Barletz | 2009-02-18 | 1 | -39/+46 |
* | Add ffplay subtitle stream selection command-line parameter | Björn Axelsson | 2009-02-09 | 1 | -1/+13 |
* | Fix blend_subrect for even-width subrects positioned on odd columns | Björn Axelsson | 2009-02-09 | 1 | -1/+1 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | Fix blend_subrect for some subrects positioned on odd rows. | Björn Axelsson | 2009-02-05 | 1 | -2/+2 |
* | Fix blend_subrect for subrects positioned on odd rows. | Björn Axelsson | 2009-02-05 | 1 | -0/+2 |
* | Fix vertical resolution of subtitles. | Björn Axelsson | 2009-02-02 | 1 | -2/+2 |
* | Remove detection of mmsh protocol in ffplay. | Aurelien Jacobs | 2009-01-19 | 1 | -4/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | fix warning: assignment makes pointer from integer without a cast | Aurelien Jacobs | 2009-01-10 | 1 | -1/+1 |
* | fix segv, always set audio_buf to audio_buf1 if decoding fail | Baptiste Coudurier | 2009-01-09 | 1 | -0/+1 |
* | Inject NULL packets into the video packet que at EOF to force all delayed | Michael Niedermayer | 2009-01-07 | 1 | -2/+9 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -7/+7 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -6/+7 |
* | Display subtitles within the display area. | Michael Niedermayer | 2009-01-03 | 1 | -4/+4 |
* | Fix files with fps between 0.5 and 0.1. | Michael Niedermayer | 2008-12-14 | 1 | -1/+1 |