summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* command line option to select the audio streamMichael Niedermayer2007-01-231-1/+3
* remember the size after switching back from fullscreenMichael Niedermayer2006-12-311-2/+2
* dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ...Michael Niedermayer2006-12-311-16/+13
* check x/y validityMichael Niedermayer2006-12-311-0/+8
* cosmetic (move video_open() up to avoid prototype)Michael Niedermayer2006-12-311-40/+38
* 10l (fix segfault with audio only files)Michael Niedermayer2006-12-311-3/+4
* remove code duplicationMichael Niedermayer2006-12-301-14/+1
* 1st attempt to fix width/heightMichael Niedermayer2006-12-301-28/+45
* remove broken decoder locking codeMichael Niedermayer2006-11-161-27/+24
* call AVCodec.flush() for audio tooMichael Niedermayer2006-11-141-0/+1
* add "seek by bytes" support to ffplaySteve L'Homme2006-11-071-3/+17
* kill AVImageFormatBaptiste Coudurier2006-11-021-18/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-011-1/+1
* Better tag support:Panagiotis Issaris2006-09-071-0/+4
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-311-1/+1
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-031-3/+16
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-2/+2
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* 100l to whoever write thisMichael Niedermayer2006-07-061-1/+1
* Make debug work early on ffplayLuca Barbato2006-06-251-2/+1
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-0/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-8/+8
* check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård2006-06-141-12/+19
* don't use xlib in ffplay, and bump required sdl versionMåns Rullgård2006-06-091-41/+15
* Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.Earl Levine2006-05-191-2/+7
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-23/+23
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-120/+120
* doxygenize a few commentsMichael Niedermayer2005-09-201-13/+13
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-121-1/+1
OpenPOWER on IntegriCloud