summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Collapse)AuthorAge
...
* 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
* Make debug work early on ffplayLuca Barbato2006-06-25
| | | | Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård2006-06-14
| | | | | | fall back on SDL_WM_ToggleFullScreen() if not available Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use xlib in ffplay, and bump required sdl versionMåns Rullgård2006-06-09
| | | | Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.Earl Levine2006-05-19
| | | | Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenize a few commentsMichael Niedermayer2005-09-20
| | | | | | very minor cleanup Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)Ian Caulfield2005-08-14
| | | | Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make error concealment related options accessable from ffplays command lineMichael Niedermayer2005-07-17
| | | | Originally committed as revision 4450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-14
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay seeking because url_feof() not working patch by (Andy Parkins: ↵Andy Parkins2005-06-28
| | | | | | andyparkins, gmail com) Originally committed as revision 4404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay crashes patch by (Ivan Wong: email, ivanwong info)Ivan Wong2005-06-24
| | | | Originally committed as revision 4389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-07
| | | | Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2.diff by (Paul Smedley // paul smedley info)Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont kill the buffers while the decoder is using themMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround missuse of url_feof()Michael Niedermayer2005-01-04
| | | | Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb flip fixMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol2004-11-21
| | | | | | generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a problem with ffplay being stuck (and not responding toRoman Shaposhnik2004-10-13
| | | | | | anything but 'q') when it reaches the end of stream. Originally committed as revision 3591 to svn://svn.ffmpeg.org/ffmpeg/trunk