156 Commits (a964e813a1d5fc7942b43ae75a44677cb3815b0e)

Author SHA1 Message Date
Peter Ross 5a4476e229 Add sample format converter to FFplay. 16 years ago
Peter Ross abdff64682 Simplify AVCodecContext usage within FFplay audio_decode_frame() 16 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
Diego Biurrun c97f54020d Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific 17 years ago
Craig Nicol 19cc524ab6 Corrected pause handling when using the 's' step by frame key. 17 years ago
Luca Abeni 24c07998b9 Reindent the code after the last commit 17 years ago
Luca Abeni b2e6799bbb Remove RTSP special casing in ffplay startup 17 years ago
Luca Barbato 0e6b14c2a7 Stray commit reverted 17 years ago
Luca Barbato 2c2b3130c2 PowerPC/CELL/Altivec pointers 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Stefano Sabatini f5da5c935d Rename parse_arg_file function to opt_input_file for consistency. 17 years ago
Diego Biurrun 9fcfc0b763 cosmetics: indentation fix 17 years ago
Stefano Sabatini 60a9966e4d Make cmdutils.c:parse_options accept as argument a function to parse 17 years ago
Reimar Döffinger 57cf99f2b7 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect 17 years ago
Reimar Döffinger 0a8cd69607 Revert r10021, it was committed by accident and is a bit ugly anyway. 17 years ago
Reimar Döffinger 3af56110d4 Scale subtitle position 17 years ago
Reimar Döffinger 9cb5a11ea8 Fix blend_subrect to respect the boundaries of the destination image 17 years ago
Stefano Sabatini aab1b7e56e Make ffmpeg and ffplay exit 0 after displaying help 17 years ago
Alex Beregszaszi feb7bc6771 cosmetics: be sure all lines fit into 79 characters 17 years ago
Alex Beregszaszi 26ba823519 cosmetics: indent correctly 17 years ago
Glenn A. Serre 1a3f0ca2e0 Use getCachedContext instead getContext to support resolution change. Patch by Glenn A. Serre 17 years ago
Michael Niedermayer 4d8243d362 add vst option to select video stream 17 years ago
Ramiro Polla 7c37e504f0 Remove OS/2 support 17 years ago