Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-27Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini
patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10604 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-27Make ffplay show a banner at startup.Stefano Sabatini
patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-19Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini
Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-01fix 1fps videosMichael Niedermayer
Originally committed as revision 10276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Corrected pause handling when using the 's' step by frame key.Craig Nicol
patch by Craig Nicol: [craig nicol /\ ed ac uk] original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whilst paused date: 08/02/2007 12:39 PM Originally committed as revision 10244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Reindent the code after the last commitLuca Abeni
Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Remove RTSP special casing in ffplay startupLuca Abeni
Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Stray commit revertedLuca Barbato
Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23PowerPC/CELL/Altivec pointersLuca Barbato
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-14Rename parse_arg_file function to opt_input_file for consistency.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-14cosmetics: indentation fixDiego Biurrun
Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-14Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini
bare command line parameters. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger
when subrect y was odd. Originally committed as revision 10027 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger
Originally committed as revision 10026 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09Scale subtitle positionReimar Döffinger
Originally committed as revision 10021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger
Originally committed as revision 10019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-09Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini
patch by Stefano Sabatini [stefano sabatini minus lala at poste it] Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-03cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi
Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-03cosmetics: indent correctlyAlex Beregszaszi
Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-03Use getCachedContext instead getContext to support resolution change. Patch ↵Glenn A. Serre
by Glenn A. Serre Originally committed as revision 9873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-26add vst option to select video streamMichael Niedermayer
Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11Remove OS/2 supportRamiro Polla
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje
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
2007-06-26Update copyright yearBenoit Fouet
Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-18replace calls to deprecated parsing functions to calls to new onesStefano Sabatini
patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-27remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi
Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi
Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi
Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09Make some functions which aren't used outside their declaring source fileStefan Huehner
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
2007-03-28prevent exit missuseMichael Niedermayer
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-16fix indentionMichael Niedermayer
Originally committed as revision 8421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-16support reordering pts in the decoder (this might be equivalent to mplayers ↵Michael Niedermayer
-correct-pts mode) enable it with -drp (=decoder reorders pts) Originally committed as revision 8419 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla
patch by Ramiro Polla, angustia arrozcru.no-ip org Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-08As avcodec_decode_audio() is deprecated, replace it with ↵Limin Wang
avcodec_decode_audio2(). Patch by Limin Wang, lance lmwang % gmail com. Originally committed as revision 8294 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-02Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell
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
2007-03-02fix typoBaptiste Coudurier
Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01fix frame size option, patch by Limin Wang, lance lmwang gmail comLimin Wang
Originally committed as revision 8165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 ↵Limin Wang
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
2007-02-09fix rawvideoMichael Niedermayer
Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-08Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni
(which will be removed at the next avutil version increment) Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// ↵Michael McConnell
soruk put at here eridani and here a dot co.uk) Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-30trigger for the audio scope vissualizationMichael Niedermayer
Originally committed as revision 7761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23seek based on currently active stream fixes seeking in ffwma2_broken.wma ↵Michael Niedermayer
which had some "empty" streams Originally committed as revision 7666 to svn://svn.ffmpeg.org/ffmpeg/trunk