summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Collapse)AuthorAge
...
* 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
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// ↵Michael McConnell2007-02-07
| | | | | | soruk put at here eridani and here a dot co.uk) Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trigger for the audio scope vissualizationMichael Niedermayer2007-01-29
| | | | Originally committed as revision 7761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek based on currently active stream fixes seeking in ffwma2_broken.wma ↵Michael Niedermayer2007-01-23
| | | | | | which had some "empty" streams Originally committed as revision 7666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* command line option to select the audio streamMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remember the size after switching back from fullscreenMichael Niedermayer2006-12-31
| | | | Originally committed as revision 7391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ↵Michael Niedermayer2006-12-31
| | | | | | SDL_SetVideoMode() is called quickly afterwards Originally committed as revision 7390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check x/y validityMichael Niedermayer2006-12-31
| | | | | | a more generic solution is welcome of course ... Originally committed as revision 7389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (move video_open() up to avoid prototype)Michael Niedermayer2006-12-31
| | | | Originally committed as revision 7388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (fix segfault with audio only files)Michael Niedermayer2006-12-31
| | | | Originally committed as revision 7387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove code duplicationMichael Niedermayer2006-12-30
| | | | Originally committed as revision 7386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1st attempt to fix width/heightMichael Niedermayer2006-12-30
| | | | Originally committed as revision 7385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken decoder locking codeMichael Niedermayer2006-11-16
| | | | | | seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* call AVCodec.flush() for audio tooMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add "seek by bytes" support to ffplaySteve L'Homme2006-11-07
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Orginal thread: Date: Nov 6, 2006 5:58 PM Subject: Re: [Ffmpeg-devel] [Bad news]: MPEG Seek has failed to work in FFmpeg SVN Originally committed as revision 6937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-01
| | | | Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better tag support:Panagiotis Issaris2006-09-07
| | | | | | | | | | | - Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre. - Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer. Patch by takis P issaris A uhasselt P be Original thread: [Ffmpeg-devel] [PATCH] Better tag support Date: 09/06/06 16:58 Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-31
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-03
| | | | Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to whoever write thisMichael Niedermayer2006-07-06
| | | | Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk