206 Commits (7e4ceabe7ceccb5d9d8a85dedfd7a9cdfc426ae8)

Author SHA1 Message Date
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
Stefano Sabatini 7a7da6b42f Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a 16 years ago
Diego Pettenò 2c676c33a4 Mark ffplay internal variables static. Patch by Diego Pettenò 16 years ago
Michael Niedermayer e43d7a18d8 AVOptions support for ffplay. 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Michael Niedermayer bb6c34e55b Fix round to even for aspect ratio correction. 16 years ago
Michael Niedermayer cc1f91d771 Ensure that SDL_AddTimer() is never called with a delay of 0 because 16 years ago
Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 16 years ago
Michael Niedermayer 7fb262b568 Simplify timestamp reordering by using the new API. 16 years ago
Ronald S. Bultje 3f3fe38d25 Set AVStream.discard, so that demuxers can choose which stream to select if that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist. 16 years ago
Michael Niedermayer 8a9d72a0ff Simplify by using FFMAX. 16 years ago