summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini2007-09-271-2/+1
* Make ffplay show a banner at startup.Stefano Sabatini2007-09-271-0/+5
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-0/+4
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-101-1/+1
* fix 1fps videosMichael Niedermayer2007-08-311-1/+1
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-3/+3
* Corrected pause handling when using the 's' step by frame key.Craig Nicol2007-08-271-2/+2
* Reindent the code after the last commitLuca Abeni2007-08-241-7/+7
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-241-22/+1
* Stray commit revertedLuca Barbato2007-08-231-1/+22
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-231-22/+1
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-2/+2
* Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini2007-08-141-2/+2
* cosmetics: indentation fixDiego Biurrun2007-08-141-1/+1
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-131-1/+1
* 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger2007-08-091-1/+1
* Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger2007-08-091-11/+4
* Scale subtitle positionReimar Döffinger2007-08-091-4/+11
* Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger2007-08-091-24/+30
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-091-4/+13
* cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi2007-08-031-4/+5
* cosmetics: indent correctlyAlex Beregszaszi2007-08-031-5/+5
* Use getCachedContext instead getContext to support resolution change. Patch b...Glenn A. Serre2007-08-031-3/+1
* add vst option to select video streamMichael Niedermayer2007-07-251-1/+3
* Remove OS/2 supportRamiro Polla2007-07-101-25/+0
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-021-0/+2
* Update copyright yearBenoit Fouet2007-06-261-1/+1
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-1/+2
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-181-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
* remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi2007-04-261-2/+0
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-261-0/+2
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-261-3/+3
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-081-5/+5
* prevent exit missuseMichael Niedermayer2007-03-271-0/+2
* fix indentionMichael Niedermayer2007-03-151-17/+17
* support reordering pts in the decoder (this might be equivalent to mplayers -...Michael Niedermayer2007-03-151-4/+31
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-121-2/+0
* As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio...Limin Wang2007-03-081-3/+4
* Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell2007-03-021-1/+1
* fix typoBaptiste Coudurier2007-03-021-1/+1
* fix frame size option, patch by Limin Wang, lance lmwang gmail comLimin Wang2007-03-011-1/+1
* add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 on...Limin Wang2007-02-221-2/+25
* fix rawvideoMichael Niedermayer2007-02-091-0/+4
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-081-1/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-1/+1
* Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// sor...Michael McConnell2007-02-071-1/+2
* trigger for the audio scope vissualizationMichael Niedermayer2007-01-291-1/+17
* seek based on currently active stream fixes seeking in ffwma2_broken.wma whic...Michael Niedermayer2007-01-231-1/+12
OpenPOWER on IntegriCloud