aboutsummaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun2008-03-081-13/+5
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* fix playing of multichannel audio for codecs without downmixingJustin Ruggles2008-01-061-15/+20
* Drop RTSP default protocol.Ronald S. Bultje2008-01-021-11/+0
* SDL does not seem to support more than two channels.Andreas Öman2007-12-151-4/+6
* use av_log_get/set_level()Måns Rullgård2007-12-121-1/+1
* Introduce libavdeviceLuca Abeni2007-11-221-0/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-5/+6
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-061-2/+4
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-291-0/+1
* 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