summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Collapse)AuthorAge
* Introduce libavdeviceLuca Abeni2007-11-22
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-06
| | | | | | | | Patch by Björn Axelsson: bjorn ; axelsson § intinor : se Original thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplay Date: 11/02/2007 11:47 AM Originally committed as revision 10936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini2007-09-27
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffplay show a banner at startup.Stefano Sabatini2007-09-27
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
| | | | Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 1fps videosMichael Niedermayer2007-08-31
| | | | Originally committed as revision 10276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
| | | | | | to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrected pause handling when using the 's' step by frame key.Craig Nicol2007-08-27
| | | | | | | | patch by Craig Nicol: [craig nicol /\ ed ac uk] original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whilst paused date: 08/02/2007 12:39 PM Originally committed as revision 10244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent the code after the last commitLuca Abeni2007-08-24
| | | | Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-24
| | | | Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stray commit revertedLuca Barbato2007-08-23
| | | | Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-23
| | | | Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini2007-08-14
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixDiego Biurrun2007-08-14
| | | | Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
| | | | | | | bare command line parameters. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger2007-08-09
| | | | | | when subrect y was odd. Originally committed as revision 10027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger2007-08-09
| | | | Originally committed as revision 10026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Scale subtitle positionReimar Döffinger2007-08-09
| | | | Originally committed as revision 10021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger2007-08-09
| | | | Originally committed as revision 10019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-09
| | | | | | patch by Stefano Sabatini [stefano sabatini minus lala at poste it] Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi2007-08-03
| | | | Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent correctlyAlex Beregszaszi2007-08-03
| | | | Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use getCachedContext instead getContext to support resolution change. Patch ↵Glenn A. Serre2007-08-03
| | | | | | by Glenn A. Serre Originally committed as revision 9873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add vst option to select video streamMichael Niedermayer2007-07-25
| | | | Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-10
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
| | | | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright yearBenoit Fouet2007-06-26
| | | | Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-26
| | | | Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
| | | | | | | and have no prototype in a header file static. patch by Stefan Huehner, stefan huehner org Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2007-03-15
| | | | Originally committed as revision 8421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support reordering pts in the decoder (this might be equivalent to mplayers ↵Michael Niedermayer2007-03-15
| | | | | | | | -correct-pts mode) enable it with -drp (=decoder reorders pts) Originally committed as revision 8419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-12
| | | | | | patch by Ramiro Polla, angustia arrozcru.no-ip org Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* As avcodec_decode_audio() is deprecated, replace it with ↵Limin Wang2007-03-08
| | | | | | | | avcodec_decode_audio2(). Patch by Limin Wang, lance lmwang % gmail com. Originally committed as revision 8294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell2007-03-02
| | | | | | | | | patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Feb 28, 2007 10:28 PM Subject: [Ffmpeg-devel] [Patch] Fix A/V sync error in ffplay.... Originally committed as revision 8195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix frame size option, patch by Limin Wang, lance lmwang gmail comLimin Wang2007-03-01
| | | | Originally committed as revision 8165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 ↵Limin Wang2007-02-22
| | | | | | | | | | | only.) patch by Limin Wang %lance P lmwang A gmail P com% Original thread: date: Feb 14, 2007 12:13 PM subject: [Ffmpeg-devel] [PATCH] let ffplay can play more pixel format Originally committed as revision 8063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rawvideoMichael Niedermayer2007-02-09
| | | | Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
| | | | | | (which will be removed at the next avutil version increment) Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk