191 Commits (5dbb63feefb9070d6fbb5fc16406813f14aa7f9b)

Author SHA1 Message Date
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
Peter Ross 5a4476e229 Add sample format converter to FFplay. 17 years ago
Peter Ross abdff64682 Simplify AVCodecContext usage within FFplay audio_decode_frame() 17 years ago
Stefano Sabatini b81d6235c0 Change opt_sync function behavior to print an error message. 17 years ago
Erik Hovland f094b6627d Remove unnecessary header #includes. 17 years ago
Stefano Sabatini ea9c581f61 Simplify show_banner() so that it does not require arguments, similar 17 years ago
Stefano Sabatini a28b7ed488 Add -formats option to ffplay. 17 years ago
Stefano Sabatini 8fdea2042e Implement ffplay -L. 17 years ago
Michael Niedermayer 20176cbc73 Get rid of more senseless wrapper functions and use OPT_EXIT instead. 17 years ago
Michael Niedermayer 64555bd9b1 Do not pass program_name as argument to show_version(), this allows some 17 years ago
Stefano Sabatini 1b068b2984 Let ffplay support "-version". 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Pettenò 358061f62f Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com 17 years ago
Stefano Sabatini e11bc2c663 Send context to ffplay.c:opt_seek 17 years ago
Stefano Sabatini 85362796be Make ffplay.c:opt_seek use parse_time_or_die 17 years ago
Stefano Sabatini a5b3b5f6c8 Send context to the opt_* functions in ffplay.c 17 years ago