216 Commits (84a29dc10a9b51a20ea628480df61b43c2b655f8)

Author SHA1 Message Date
  Stefano Sabatini 992f8eaee7 Factorize common commandline options definition. 15 years ago
  Michael Niedermayer 8447f0bd74 Split show_formats(). 15 years ago
  Diego Biurrun ba11257e48 Add #include for required header config.h. 15 years ago
  Stefano Sabatini 43d160fd00 Prefer "loglevel" over "logging level number or string" as argname of 15 years ago
  Stefano Sabatini 5a6d66640c Add a -loglevel command line option to ffplay. 15 years ago
  Peter Ross c0b88f1920 Moves the display of metadata to dump_format() 15 years ago
  Diego Biurrun 966116b9f7 Remove some hunks of unused and disabled code cruft. 15 years ago
  Benoit Fouet 98ae6acfee Make 'stats' a bool option again. 15 years ago
  Baptiste Coudurier 9ebdf3ec93 Increase audio queue size in FFplay so files with big audio/video delay 16 years ago
  Baptiste Coudurier 1e1a0b1845 Display stats by default in FFplay and increase refresh time. 16 years ago
  Diego Biurrun 1764e4bc5a Remove unnecessary rtsp.h #include. 16 years ago
  Stefano Sabatini a7e6312b1e Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those defined 16 years ago
  Baptiste Coudurier c2b4c859a6 fix mouse seeking when start time is not set, fix #1083 16 years ago
  Martin Storsjö 3ac56e28b0 Move img_convert_ctx to VideoState and free it in stream_close(). 16 years ago
  Martin Storsjö 7c5ab14540 Add missing frees to stream_close() and do_exit(). 16 years ago
  Michael Niedermayer e45aeb38a6 Reset eof state on seeking. 16 years ago
  Michael Niedermayer 26534fe847 indent 16 years ago
  Michael Niedermayer 9dc4176702 Only insert null packets into the video que if there is a video stream. 16 years ago
  Michael Niedermayer b40831715a Avoid 100% CPU useage at EOF. 16 years ago
  Michael Niedermayer 75bb7b0add Make sure that video frames are flushed at EOF. 16 years ago
  Thilo Borgmann bea183757b Use the new avcodec_decode_* API. 16 years ago
  avcoder fbf1b88589 Move declaration of 'pict' closer to where it is used and initialize it. 16 years ago
  Michael Niedermayer 4ed29207c2 Switch ffplay to new seeking API. 16 years ago
  Stefano Sabatini 636f1c4cd0 Rename avctx_opts to avcodec_opts. 16 years ago
  Stefano Sabatini 4b03756748 Document ffplay -ast, -vst, and -sst options. 16 years ago
  Stefano Sabatini 5dbb63feef Apply the same logic used for subtitle stream selection to audio and video 16 years ago
  Stefano Sabatini 5ad4f0d473 Simplify the logic for the subtitle stream selection. 16 years ago
  Stefano Sabatini 7f668bb3ea Fix subtitle selection logic, make ffplay select the subtitle stream N 16 years ago
  Aurelien Jacobs f7554a99bc convert ffplay to new metadata API 16 years ago
  Aurelien Jacobs 7b776589a2 Take account of struct size in total packet queue size tracking. 16 years ago
  Peter Ross edf9b2f040 FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame() 16 years ago
  Tomer Barletz eecc17a7d5 Move debug trace to the new compute_frame_delay() function. 16 years ago
  Benoit Fouet 712de377f7 Cosmetics: reindent after previous commit. 16 years ago
  Tomer Barletz 443658fd8b Do not force last delay value to its own value. 16 years ago
  Tomer Barletz 49410784de Extract into its own function the code to compute frame delay. 16 years ago
  Björn Axelsson 16a59a7bb6 Add ffplay subtitle stream selection command-line parameter 16 years ago
  Björn Axelsson f54b31b9ef Fix blend_subrect for even-width subrects positioned on odd columns 16 years ago
  Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 16 years ago
  Björn Axelsson 4606a05979 Fix blend_subrect for some subrects positioned on odd rows. 16 years ago
  Björn Axelsson 676ef505e6 Fix blend_subrect for subrects positioned on odd rows. 16 years ago
  Björn Axelsson f8ca63e8e4 Fix vertical resolution of subtitles. 16 years ago
  Aurelien Jacobs 2f64239338 Remove detection of mmsh protocol in ffplay. 16 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
  Aurelien Jacobs 973c68cba0 fix warning: assignment makes pointer from integer without a cast 16 years ago
  Baptiste Coudurier 1a1078faa4 fix segv, always set audio_buf to audio_buf1 if decoding fail 16 years ago
  Michael Niedermayer 600a331c27 Inject NULL packets into the video packet que at EOF to force all delayed 16 years ago
  Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
  Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
  Michael Niedermayer 7cf9c6ae40 Display subtitles within the display area. 16 years ago
  Michael Niedermayer 3a3ee96cd1 Fix files with fps between 0.5 and 0.1. 16 years ago