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
2004-12-24r/w -> rb/wbMichael Niedermayer
Originally committed as revision 3774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-24Syntax errors fixed.Diego Biurrun
Originally committed as revision 3773 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-23fopen "r" -> "rb"Michael Niedermayer
Originally committed as revision 3772 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-22preroll is in msMichael Niedermayer
pts should start at start_time Originally committed as revision 3771 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-221/0l fixMichael Niedermayer
Originally committed as revision 3770 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-21prefer integer fps if possible when guessingMichael Niedermayer
Originally committed as revision 3769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-21guess fps for the variable fps caseMichael Niedermayer
Originally committed as revision 3768 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-21fix regression test failureMichael Niedermayer
Originally committed as revision 3767 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-20stream copy block_alignMichael Niedermayer
Originally committed as revision 3766 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-20vismv for h264 displayed incorrect motion vectors.Loren Merritt
Originally committed as revision 3765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-1910l (double free)Michael Niedermayer
Originally committed as revision 3764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-19When using the -target option, although PAL or NTSC is specified,Panagiotis Issaris
the framerate is not set according to the standard add NTSC-Film framerates. patch by (Panagiotis Issaris <takis O lumumba o luc o ac o be>) Originally committed as revision 3763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-19better motion_subsample_log2 docsMichael Niedermayer
Originally committed as revision 3762 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-19broken avi / div by zero fixMichael Niedermayer
Originally committed as revision 3761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-19try to guess the fps if they are variableMichael Niedermayer
Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-18fixes transcoding to vorbis with ffmpeg on big endian machines patch by ↵Sigbjørn Skjæret
(Sigbjørn Skjæret {sskjer-1 broadpark no}) Originally committed as revision 3759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-18add multi slice supportLoic Le Loarer
for main profile H.264 streams. I have tested this on all H264 conformance streams and comparing the result with the current CVS version, there is 8 streams which decode correctly more frames and 2 streams which are now completely correct with my patch. This patch also correct some typo in comments. patch by (Loic Le Loarer <lll+ffmpeg >at< m4x org>) Originally committed as revision 3758 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-18fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)Drew Hess
Originally committed as revision 3757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-17add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users ↵Roine Gustafsson
sourceforge net>) Originally committed as revision 3756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-15workaround some broken mpeg-ps timestampsMichael Niedermayer
Originally committed as revision 3755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-14quantizer overflow warning + AAN dct fixMichael Niedermayer
Originally committed as revision 3754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-14try to set next_pts to a reasonable value in case of streamcopyMichael Niedermayer
Originally committed as revision 3753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-14some sanity checks on what is muxed, invalid timestamps in mpeg are very ↵Michael Niedermayer
common and lead to strange errors in the mpeg muxer otherwise Originally committed as revision 3752 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-14fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer
Originally committed as revision 3751 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-13x86 cpu capabilities detection rewrite / cleanupMichael Niedermayer
Originally committed as revision 3750 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-13another try at fixing rv20 ...Michael Niedermayer
Originally committed as revision 3749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-12flush remaining data from parser at EOFMichael Niedermayer
Originally committed as revision 3748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-11warn the user if the quantization code could overflow with the selected ↵Michael Niedermayer
custom matrix and qp limits Originally committed as revision 3747 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-10uppercase codec_tag=AVC1 supportMichael Niedermayer
Originally committed as revision 3746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-09load the 'avcC' atom needed for 'avc1' decodingMike Melanson
Originally committed as revision 3745 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-09out of buffer access fixMichael Niedermayer
Originally committed as revision 3744 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-08more flexible frame skip decissionMichael Niedermayer
Originally committed as revision 3743 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-08frame skip supportMichael Niedermayer
Originally committed as revision 3742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-08suppress 100 pages of missing enum value in switch spamMichael Niedermayer
Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-07rv20 regression testMichael Niedermayer
Originally committed as revision 3740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-07rv20 encodingMichael Niedermayer
Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-07seeking in rm 2nd tryMichael Niedermayer
Originally committed as revision 3738 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-07seeking in rmMichael Niedermayer
Originally committed as revision 3737 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-07rm encoding fixMichael Niedermayer
Originally committed as revision 3736 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06try to recover from errors instead of failing fatalyMichael Niedermayer
Originally committed as revision 3735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06various demuxer fixesMichael Niedermayer
Originally committed as revision 3734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer
Originally committed as revision 3733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06timestamp fixMichael Niedermayer
Originally committed as revision 3732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06use pts based duration/bitrate guessing code for mpeg-tsMichael Niedermayer
Originally committed as revision 3731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06fixing pipe seek bugMichael Niedermayer
Originally committed as revision 3730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< ↵Matthieu Castet
free >.< fr>) Originally committed as revision 3729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-06next try at fixing rv20 decodingMichael Niedermayer
Originally committed as revision 3728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-05This patch takes into account that fifo_realloc may adjust fifo.wptrChriss
patch by ("Chris" chris at garveycocker dot com) Originally committed as revision 3727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-01fifo_realloc()Michael Niedermayer
Originally committed as revision 3726 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-01kill a annoying debug printfMichael Niedermayer
Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk