summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
...
* Send context to the opt_* functions in ffplay.cStefano Sabatini2008-03-22
* Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun2008-03-08
* Fix ;;Michael Niedermayer2008-02-19
* fix playing of multichannel audio for codecs without downmixingJustin Ruggles2008-01-06
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
* SDL does not seem to support more than two channels.Andreas Öman2007-12-15
* use av_log_get/set_level()Måns Rullgård2007-12-12
* Introduce libavdeviceLuca Abeni2007-11-22
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-06
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini2007-09-27
* Make ffplay show a banner at startup.Stefano Sabatini2007-09-27
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
* fix 1fps videosMichael Niedermayer2007-08-31
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* Corrected pause handling when using the 's' step by frame key.Craig Nicol2007-08-27
* Reindent the code after the last commitLuca Abeni2007-08-24
* Remove RTSP special casing in ffplay startupLuca Abeni2007-08-24
* Stray commit revertedLuca Barbato2007-08-23
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-23
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini2007-08-14
* cosmetics: indentation fixDiego Biurrun2007-08-14
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
* 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