326 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
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
Diego Biurrun c7193373fb Make ffplay use parse_number_or_die instead of atoi. 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
Justin Ruggles 51b73087b9 fix playing of multichannel audio for codecs without downmixing 17 years ago
Ronald S. Bultje c482500fa3 Drop RTSP default protocol. 17 years ago
Andreas Öman 94eadc8ba0 SDL does not seem to support more than two channels. 17 years ago
Måns Rullgård a309073bf4 use av_log_get/set_level() 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Björn Axelsson c03af894eb ffplay currently needs special handling for pausing in some protocols. 17 years ago
Luca Abeni c971ff1977 Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 17 years ago
Stefano Sabatini 9c5755ee73 Remove unnecessary copyright notice from ffplay.c:show_help. 17 years ago
Stefano Sabatini 4cfac5bc51 Make ffplay show a banner at startup. 17 years ago
Stefano Sabatini f94361612a Make parse_date return INT64_MIN in case of unparsable input. 17 years ago
Aurelien Jacobs b156b88c13 rtp and rtsp demuxer declarations are not part of public API 17 years ago
Michael Niedermayer ec2fc00d62 fix 1fps videos 17 years ago