summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger2007-08-09
* Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger2007-08-09
* Scale subtitle positionReimar Döffinger2007-08-09
* Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger2007-08-09
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-09
* cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi2007-08-03
* cosmetics: indent correctlyAlex Beregszaszi2007-08-03
* Use getCachedContext instead getContext to support resolution change. Patch b...Glenn A. Serre2007-08-03
* add vst option to select video streamMichael Niedermayer2007-07-25
* Remove OS/2 supportRamiro Polla2007-07-10
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
* Update copyright yearBenoit Fouet2007-06-26
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
* misc spelling fixesDiego Biurrun2007-06-12
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi2007-04-26
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-26
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-26
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
* prevent exit missuseMichael Niedermayer2007-03-27
* fix indentionMichael Niedermayer2007-03-15
* support reordering pts in the decoder (this might be equivalent to mplayers -...Michael Niedermayer2007-03-15
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-12
* As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio...Limin Wang2007-03-08
* Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell2007-03-02
* fix typoBaptiste Coudurier2007-03-02
* fix frame size option, patch by Limin Wang, lance lmwang gmail comLimin Wang2007-03-01
* add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 on...Limin Wang2007-02-22
* fix rawvideoMichael Niedermayer2007-02-09
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// sor...Michael McConnell2007-02-07
* trigger for the audio scope vissualizationMichael Niedermayer2007-01-29
* seek based on currently active stream fixes seeking in ffwma2_broken.wma whic...Michael Niedermayer2007-01-23
* command line option to select the audio streamMichael Niedermayer2007-01-23
* remember the size after switching back from fullscreenMichael Niedermayer2006-12-31
* dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ...Michael Niedermayer2006-12-31
* check x/y validityMichael Niedermayer2006-12-31
* cosmetic (move video_open() up to avoid prototype)Michael Niedermayer2006-12-31
* 10l (fix segfault with audio only files)Michael Niedermayer2006-12-31
* remove code duplicationMichael Niedermayer2006-12-30
* 1st attempt to fix width/heightMichael Niedermayer2006-12-30
* remove broken decoder locking codeMichael Niedermayer2006-11-16
* call AVCodec.flush() for audio tooMichael Niedermayer2006-11-14
* add "seek by bytes" support to ffplaySteve L'Homme2006-11-07
* kill AVImageFormatBaptiste Coudurier2006-11-02
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-01
* Better tag support:Panagiotis Issaris2006-09-07